CHANGELOG.md in voom-presenters-0.2.0 vs CHANGELOG.md in voom-presenters-2.0.0
- old
+ new
@@ -1,127 +1,77 @@
-# Change Log
+# Changelog
-## [v0.2.0](https://github.com/rx/presenters/tree/v0.2.0) (2018-11-28)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.13...v0.2.0)
+## [1.0.0](https://github.com/rx/presenters/tree/1.0.0) (2020-12-20)
-**Closed issues:**
+[Full Changelog](https://github.com/rx/presenters/compare/v0.5.0...1.0.0)
-- Add Display snackbar message if it is present in as POST event response to demo. [\#59](https://github.com/rx/presenters/issues/59)
-- Mobile date picker popup cannot be easily closed [\#48](https://github.com/rx/presenters/issues/48)
-- All form buttons are rendered as submit buttons [\#40](https://github.com/rx/presenters/issues/40)
-- Double parameters + 'null' parameters [\#36](https://github.com/rx/presenters/issues/36)
-- All web client requests specify Accept: \*/\* [\#30](https://github.com/rx/presenters/issues/30)
-- Create ContainerBase class [\#21](https://github.com/rx/presenters/issues/21)
-
-**Merged pull requests:**
-
-- Fix a few bugs [\#70](https://github.com/rx/presenters/pull/70) ([dsgraham](https://github.com/dsgraham))
-- Fix Google Map height/width attribute support [\#69](https://github.com/rx/presenters/pull/69) ([ghost](https://github.com/ghost))
-- Added a change event handler to default the end datetime to the end o… [\#68](https://github.com/rx/presenters/pull/68) ([kgrafius](https://github.com/kgrafius))
-- Make selectable table and table pagination functional [\#66](https://github.com/rx/presenters/pull/66) ([dsgraham](https://github.com/dsgraham))
-- Changed default hour of flatpickr to be 0 \(12:00 AM\) [\#65](https://github.com/rx/presenters/pull/65) ([kgrafius](https://github.com/kgrafius))
-- Changed z-index of stepper step labels. This allow clicking anywhere … [\#64](https://github.com/rx/presenters/pull/64) ([kgrafius](https://github.com/kgrafius))
-- Added null check for messages when determining whether to display sna… [\#61](https://github.com/rx/presenters/pull/61) ([kgrafius](https://github.com/kgrafius))
-- Fix rich text area label positioning [\#58](https://github.com/rx/presenters/pull/58) ([ghost](https://github.com/ghost))
-- Fix `require\_dependency` undefined error [\#57](https://github.com/rx/presenters/pull/57) ([ghost](https://github.com/ghost))
-- Add file input component [\#56](https://github.com/rx/presenters/pull/56) ([ghost](https://github.com/ghost))
-- Compatibility [\#55](https://github.com/rx/presenters/pull/55) ([jadefish](https://github.com/jadefish))
-- Add babel-polyfill [\#54](https://github.com/rx/presenters/pull/54) ([jadefish](https://github.com/jadefish))
-- Fix vertical spacing for datetime component without message [\#53](https://github.com/rx/presenters/pull/53) ([ghost](https://github.com/ghost))
-- Display snackbar message if it is present in as POST event response. [\#52](https://github.com/rx/presenters/pull/52) ([dsgraham](https://github.com/dsgraham))
-- Datepicker fix open on mobile [\#51](https://github.com/rx/presenters/pull/51) ([jadefish](https://github.com/jadefish))
-- Integrate jest [\#50](https://github.com/rx/presenters/pull/50) ([jadefish](https://github.com/jadefish))
-- \(\#48\) Change datetime component behavior to toggle on click [\#49](https://github.com/rx/presenters/pull/49) ([jadefish](https://github.com/jadefish))
-- Auto loader [\#47](https://github.com/rx/presenters/pull/47) ([kgrafius](https://github.com/kgrafius))
-- Modified recalcWhenVisible to fire a 'resize' event when the elemnt b… [\#46](https://github.com/rx/presenters/pull/46) ([kgrafius](https://github.com/kgrafius))
-- Update loads event to handle an absolute URL [\#43](https://github.com/rx/presenters/pull/43) ([dsgraham](https://github.com/dsgraham))
-- Fix Unprocessable error type reference [\#42](https://github.com/rx/presenters/pull/42) ([ghost](https://github.com/ghost))
-- Decorate raised buttons with type="submit" [\#41](https://github.com/rx/presenters/pull/41) ([jadefish](https://github.com/jadefish))
-- Changed stepper to render with a borderless header and no drop shadow. [\#39](https://github.com/rx/presenters/pull/39) ([kgrafius](https://github.com/kgrafius))
-- Modified event to extract 'input\_tag' param and treat as internal option [\#38](https://github.com/rx/presenters/pull/38) ([kgrafius](https://github.com/kgrafius))
-- Issue \#36 - Double parameters + 'null's. [\#37](https://github.com/rx/presenters/pull/37) ([rx](https://github.com/rx))
-- Rename tab bar's `active` attribute to `selected` for consistency [\#35](https://github.com/rx/presenters/pull/35) ([jadefish](https://github.com/jadefish))
-- Dry up javascript take 2 [\#34](https://github.com/rx/presenters/pull/34) ([kgrafius](https://github.com/kgrafius))
-- New stepper [\#33](https://github.com/rx/presenters/pull/33) ([kgrafius](https://github.com/kgrafius))
-- Specify value for Accept header in POST requests [\#31](https://github.com/rx/presenters/pull/31) ([jadefish](https://github.com/jadefish))
-- Dry up javascript [\#28](https://github.com/rx/presenters/pull/28) ([kgrafius](https://github.com/kgrafius))
-- Dry up javascript [\#27](https://github.com/rx/presenters/pull/27) ([kgrafius](https://github.com/kgrafius))
-- Mdc tabs [\#25](https://github.com/rx/presenters/pull/25) ([kgrafius](https://github.com/kgrafius))
-- Refactor of tags to work with components of any kind. [\#24](https://github.com/rx/presenters/pull/24) ([rx](https://github.com/rx))
-- Slider event handling [\#22](https://github.com/rx/presenters/pull/22) ([kgrafius](https://github.com/kgrafius))
-- Removed context as a passed parameter to components. [\#19](https://github.com/rx/presenters/pull/19) ([rx](https://github.com/rx))
-- Add a Google map component. Does just simple static map images to start. [\#18](https://github.com/rx/presenters/pull/18) ([dsgraham](https://github.com/dsgraham))
-- Search select pattern [\#17](https://github.com/rx/presenters/pull/17) ([kgrafius](https://github.com/kgrafius))
-- Added tooltip to list line [\#16](https://github.com/rx/presenters/pull/16) ([rx](https://github.com/rx))
-- Fixed bad styling in list line subtitle [\#15](https://github.com/rx/presenters/pull/15) ([rx](https://github.com/rx))
-- After observing that MDCSliders and MDCTextFields could render incorr… [\#14](https://github.com/rx/presenters/pull/14) ([kgrafius](https://github.com/kgrafius))
-- Added some spacing for when using a switch action in a list [\#13](https://github.com/rx/presenters/pull/13) ([kgrafius](https://github.com/kgrafius))
-- Changed default headline and title to match current sizes. [\#12](https://github.com/rx/presenters/pull/12) ([rx](https://github.com/rx))
-- f/rich text area [\#11](https://github.com/rx/presenters/pull/11) ([dsgraham](https://github.com/dsgraham))
-- Fix broken styles [\#10](https://github.com/rx/presenters/pull/10) ([rx](https://github.com/rx))
-- Refactor switch component to mdc-switch [\#9](https://github.com/rx/presenters/pull/9) ([kgrafius](https://github.com/kgrafius))
-- Misc cleanup [\#8](https://github.com/rx/presenters/pull/8) ([kgrafius](https://github.com/kgrafius))
-
-## [v0.1.13](https://github.com/rx/presenters/tree/v0.1.13) (2018-07-30)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.12...v0.1.13)
-
-**Merged pull requests:**
-
-- Changed list line actions to support multiple actions. [\#7](https://github.com/rx/presenters/pull/7) ([rx](https://github.com/rx))
-
-## [v0.1.12](https://github.com/rx/presenters/tree/v0.1.12) (2018-07-27)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.13.pre1...v0.1.12)
-
**Closed issues:**
-- MDC Slider Render issue [\#2](https://github.com/rx/presenters/issues/2)
+- Validation on components and plugins is not run [\#274](https://github.com/rx/presenters/issues/274)
**Merged pull requests:**
-- Stepper spec fix [\#5](https://github.com/rx/presenters/pull/5) ([rx](https://github.com/rx))
-- Fixed issue https://github.com/rx/presenters/issues/2 with hidden sli… [\#4](https://github.com/rx/presenters/pull/4) ([kgrafius](https://github.com/kgrafius))
+- Semantic release [\#296](https://github.com/rx/presenters/pull/296) ([rx](https://github.com/rx))
+- Bump lodash from 4.17.14 to 4.17.20 in /views/mdc [\#295](https://github.com/rx/presenters/pull/295) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Plugin Generator [\#294](https://github.com/rx/presenters/pull/294) ([rx](https://github.com/rx))
+- Need quotes around behavior [\#293](https://github.com/rx/presenters/pull/293) ([NullTerminator](https://github.com/NullTerminator))
+- Allow "currency" as a behavior in text fields [\#292](https://github.com/rx/presenters/pull/292) ([dsgraham](https://github.com/dsgraham))
+- Allow setting background color of a card [\#291](https://github.com/rx/presenters/pull/291) ([NullTerminator](https://github.com/NullTerminator))
+- Bump http-proxy from 1.17.0 to 1.18.1 in /views/mdc [\#290](https://github.com/rx/presenters/pull/290) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump handlebars from 4.3.3 to 4.7.6 in /views/mdc [\#289](https://github.com/rx/presenters/pull/289) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump node-sass from 4.11.0 to 4.13.1 in /views/mdc [\#288](https://github.com/rx/presenters/pull/288) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Namespace CSS and field level validation errors [\#287](https://github.com/rx/presenters/pull/287) ([dsgraham](https://github.com/dsgraham))
+- Bump elliptic from 6.4.1 to 6.5.3 in /views/mdc [\#286](https://github.com/rx/presenters/pull/286) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump json from 2.1.0 to 2.3.1 [\#285](https://github.com/rx/presenters/pull/285) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Presenter definition options [\#284](https://github.com/rx/presenters/pull/284) ([dsgraham](https://github.com/dsgraham))
+- Html decorators [\#282](https://github.com/rx/presenters/pull/282) ([NullTerminator](https://github.com/NullTerminator))
+- Bump npm from 6.13.4 to 6.14.6 in /views/mdc [\#281](https://github.com/rx/presenters/pull/281) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Unescape attrs before passing them to replaces [\#279](https://github.com/rx/presenters/pull/279) ([NullTerminator](https://github.com/NullTerminator))
+- Dispatch an event when the calendar picker is closed [\#278](https://github.com/rx/presenters/pull/278) ([NullTerminator](https://github.com/NullTerminator))
+- Bump rack from 2.0.8 to 2.2.3 [\#277](https://github.com/rx/presenters/pull/277) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Allow table columns to have non markdown values [\#276](https://github.com/rx/presenters/pull/276) ([NullTerminator](https://github.com/NullTerminator))
+- Hook up validation for components and plugins from the post event. [\#275](https://github.com/rx/presenters/pull/275) ([dsgraham](https://github.com/dsgraham))
+- New cart support [\#273](https://github.com/rx/presenters/pull/273) ([kgrafius](https://github.com/kgrafius))
+- Bump websocket-extensions from 0.1.3 to 0.1.4 in /views/mdc [\#272](https://github.com/rx/presenters/pull/272) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Changed content implementation of inline from inline to inline-block. … [\#271](https://github.com/rx/presenters/pull/271) ([kgrafius](https://github.com/kgrafius))
+- Fix snackbar callback [\#270](https://github.com/rx/presenters/pull/270) ([dsgraham](https://github.com/dsgraham))
+- Introduce text\_field `behavior` attribute [\#269](https://github.com/rx/presenters/pull/269) ([jadefish](https://github.com/jadefish))
+- Fix text field icons [\#268](https://github.com/rx/presenters/pull/268) ([jadefish](https://github.com/jadefish))
+- Updated card markup with a containing div for managing visibility. Ad… [\#267](https://github.com/rx/presenters/pull/267) ([kgrafius](https://github.com/kgrafius))
+- Ensure lifecycle events are always dispatched [\#266](https://github.com/rx/presenters/pull/266) ([jadefish](https://github.com/jadefish))
+- Remove Nokogiri as an explicit dependency [\#265](https://github.com/rx/presenters/pull/265) ([jadefish](https://github.com/jadefish))
+- Fix frozen string mutation issue with Ruby 2.7.0 [\#264](https://github.com/rx/presenters/pull/264) ([jadefish](https://github.com/jadefish))
+- Alternate css hide strategy [\#263](https://github.com/rx/presenters/pull/263) ([kgrafius](https://github.com/kgrafius))
+- Added icons to the select component [\#262](https://github.com/rx/presenters/pull/262) ([rx](https://github.com/rx))
+- Update rake requirement from ~\> 11.3 to ~\> 13.0 [\#261](https://github.com/rx/presenters/pull/261) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Dmonsewicz/add color to secondary title for expansion panel [\#259](https://github.com/rx/presenters/pull/259) ([dennismonsewicz](https://github.com/dennismonsewicz))
+- adding Icons mixin to Common [\#258](https://github.com/rx/presenters/pull/258) ([dennismonsewicz](https://github.com/dennismonsewicz))
+- Use color classes for background-color so we can use palette colors [\#257](https://github.com/rx/presenters/pull/257) ([NullTerminator](https://github.com/NullTerminator))
+- Render table pagination buttons as buttons [\#255](https://github.com/rx/presenters/pull/255) ([jadefish](https://github.com/jadefish))
+- Implement Typography.prototype.value\(\) [\#254](https://github.com/rx/presenters/pull/254) ([jadefish](https://github.com/jadefish))
+- Flag HTML in POSTs [\#253](https://github.com/rx/presenters/pull/253) ([dsgraham](https://github.com/dsgraham))
+- Add before\_render configuration setting [\#251](https://github.com/rx/presenters/pull/251) ([jadefish](https://github.com/jadefish))
+- Allow replaces to skip some input values [\#250](https://github.com/rx/presenters/pull/250) ([NullTerminator](https://github.com/NullTerminator))
+- Provide CSRF authenticity token meta tags and pass through on POST [\#249](https://github.com/rx/presenters/pull/249) ([dsgraham](https://github.com/dsgraham))
+- Added `case\_type` attribute to text\_field component. [\#248](https://github.com/rx/presenters/pull/248) ([kgrafius](https://github.com/kgrafius))
+- Bump rack-cors from 1.0.2 to 1.1.0 [\#247](https://github.com/rx/presenters/pull/247) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump rack from 2.0.6 to 2.0.8 [\#246](https://github.com/rx/presenters/pull/246) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump npm from 6.11.3 to 6.13.4 in /views/mdc [\#245](https://github.com/rx/presenters/pull/245) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Allow the use of a dialog from a list line. [\#244](https://github.com/rx/presenters/pull/244) ([dsgraham](https://github.com/dsgraham))
+- Number field [\#243](https://github.com/rx/presenters/pull/243) ([kgrafius](https://github.com/kgrafius))
+- Only load scripts from a flow-matic once [\#242](https://github.com/rx/presenters/pull/242) ([NullTerminator](https://github.com/NullTerminator))
+- Allow setting background color for buttons and contents [\#239](https://github.com/rx/presenters/pull/239) ([NullTerminator](https://github.com/NullTerminator))
+- Dependabot bumped one, but had old versions of others. lock from bundle [\#238](https://github.com/rx/presenters/pull/238) ([NullTerminator](https://github.com/NullTerminator))
+- Updates to be web component / shadow dom friendly [\#234](https://github.com/rx/presenters/pull/234) ([NullTerminator](https://github.com/NullTerminator))
+- Bump rubyzip from 1.2.3 to 1.3.0 [\#229](https://github.com/rx/presenters/pull/229) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump mixin-deep from 1.3.1 to 1.3.2 in /views/mdc [\#213](https://github.com/rx/presenters/pull/213) ([dependabot[bot]](https://github.com/apps/dependabot))
+- Bump eslint-utils from 1.3.1 to 1.4.2 in /views/mdc [\#212](https://github.com/rx/presenters/pull/212) ([dependabot[bot]](https://github.com/apps/dependabot))
-## [v0.1.13.pre1](https://github.com/rx/presenters/tree/v0.1.13.pre1) (2018-07-12)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.11...v0.1.13.pre1)
+## [v0.5.0](https://github.com/rx/presenters/tree/v0.5.0) (2019-11-01)
-## [v0.1.11](https://github.com/rx/presenters/tree/v0.1.11) (2018-07-09)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.10...v0.1.11)
+[Full Changelog](https://github.com/rx/presenters/compare/0.5.0...v0.5.0)
-## [v0.1.10](https://github.com/rx/presenters/tree/v0.1.10) (2018-07-02)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.9...v0.1.10)
-
-## [v0.1.9](https://github.com/rx/presenters/tree/v0.1.9) (2018-06-22)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.8...v0.1.9)
-
-## [v0.1.8](https://github.com/rx/presenters/tree/v0.1.8) (2018-06-13)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.7...v0.1.8)
-
-**Merged pull requests:**
-
-- F/selectable list [\#1](https://github.com/rx/presenters/pull/1) ([dsgraham](https://github.com/dsgraham))
-
-## [v0.1.7](https://github.com/rx/presenters/tree/v0.1.7) (2018-05-16)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.6...v0.1.7)
-
-## [v0.1.6](https://github.com/rx/presenters/tree/v0.1.6) (2018-05-15)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.5...v0.1.6)
-
-## [v0.1.5](https://github.com/rx/presenters/tree/v0.1.5) (2018-05-09)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.4...v0.1.5)
-
-## [v0.1.4](https://github.com/rx/presenters/tree/v0.1.4) (2018-05-08)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.3...v0.1.4)
-
-## [v0.1.3](https://github.com/rx/presenters/tree/v0.1.3) (2018-05-07)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.2...v0.1.3)
-
-## [v0.1.2](https://github.com/rx/presenters/tree/v0.1.2) (2018-05-07)
-[Full Changelog](https://github.com/rx/presenters/compare/v0.1.1...v0.1.2)
-
-## [v0.1.1](https://github.com/rx/presenters/tree/v0.1.1) (2018-05-07)
-[Full Changelog](https://github.com/rx/presenters/compare/[0.2.00] - 2018-09-18...v0.1.1)
-
# HISTORY
This is the manual changelog, managed before switching to github_changelog_generator.
## [0.2.00] - 2018-09-18
### Added
@@ -181,6 +131,6 @@
[Chip as input]: https://powerful-bastion-96181.herokuapp.com/chips#input_chips
[Floating content blocks]:https://powerful-bastion-96181.herokuapp.com/content#floating
[Grid Wide/Table scrolling]:https://powerful-bastion-96181.herokuapp.com/tables
-\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\ No newline at end of file
+\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*