Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@mydea mydea released this 15 Mar 12:44
· 11 commits to master since this release
  • 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.