Skip to content

Releases: mydea/ember-date-components

v4.0.0

15 Mar 12:44
Compare
Choose a tag to compare
  • 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 to onChange (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

09 Jun 06:50
Compare
Choose a tag to compare
  • [BUGFIX] Ensure months are correctly re-rendered in newer Ember versions
  • [BUGFIX] Fix button styles to be min-width instead of width to allow growing
  • [INTERNAL] Update all dependencies
  • [INTERNAL] Mov to Github Actions for CI

v1.0.6

28 Nov 10:12
Compare
Choose a tag to compare
  • Bugfix: Do not parse time when entering a space

v1.0.5

28 Nov 10:11
Compare
Choose a tag to compare
  • Allow yielding a custom button for date-picker
  • Update dependencies

v1.0.4

28 Nov 10:11
Compare
Choose a tag to compare
  • Bugfix: Check for empty value in date-time-picker

v1.0.3

27 Sep 07:44
Compare
Choose a tag to compare
  • Add date-time-picker component
  • Update dependencies

v1.0.2

08 Aug 06:51
Compare
Choose a tag to compare
  • Add renderInPlace option (Thanks @PromoRepublic)
  • Add horizontalPosition & verticalPosition options (Thanks to @Nikash)
  • Bump ember-basic-dropdown (Thanks to @mixonic)

v1.0.1

01 Jun 07:38
Compare
Choose a tag to compare
  • Fix case where time input would not fire correctly

v1.0.0

01 Jun 07:38
Compare
Choose a tag to compare
  • Ensure closeAction is correctly called if clicking outside

v1.0.0-beta.0

12 Apr 12:17
Compare
Choose a tag to compare
v1.0.0-beta.0 Pre-release
Pre-release
  • 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.