Releases: mydea/ember-date-components
Releases · mydea/ember-date-components
v4.0.0
- Refactor all components to Glimmer components #189
- Allow to yield named blocks for
<DateTimePicker>
#190 - Allow to provide custom component for
<TimePicker>
#192 - Ensure ember-moment is installed when installing this addon #191
BREAKING CHANGES:
- Rename
action
argument toonChange
(See: #189) - If you used to extend some of the components, you will probably need to adjust that code. Everything that used to be a computed property is now a native getter and needs to be adjusted accordingly - please check the source code directly for these cases.
Not really a breaking change, but v4 really enforces the data down, actions up approach. It will now assert that @onChange
is set and present and only show the passed in values, never any internal state.
v2.1.0
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v1.0.0-beta.0
- Refactor to use ember-basic-dropdown
- Add month & year picker
- Add
startWeekOnSunday
option (PR by rafael-paiva via #6)
Note for upgrades
If you upgrade from a previous version, and use ember-cli-sass, don't forget to import the ember-basic-dropdown partial: import "ember-basic-dropdown";
. If you are using e.g. ember-power-select, you don't need to do this.