Ember Date Components Versions Save

An Ember add-on which provides pure Ember-based date picker components.

v4.0.0

3 years ago
  • 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

3 years ago
  • [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

6 years ago
  • Bugfix: Do not parse time when entering a space

v1.0.5

6 years ago
  • Allow yielding a custom button for date-picker
  • Update dependencies

v1.0.4

6 years ago
  • Bugfix: Check for empty value in date-time-picker

v1.0.3

6 years ago
  • Add date-time-picker component
  • Update dependencies

v1.0.2

6 years ago
  • Add renderInPlace option (Thanks @PromoRepublic)
  • Add horizontalPosition & verticalPosition options (Thanks to @Nikash)
  • Bump ember-basic-dropdown (Thanks to @mixonic)

v1.0.1

7 years ago
  • Fix case where time input would not fire correctly

v1.0.0

7 years ago
  • Ensure closeAction is correctly called if clicking outside

v1.0.0-beta.0

7 years ago

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.