Releases: plusacht/ember-bootstrap-datetimepicker
Releases · plusacht/ember-bootstrap-datetimepicker
v1.1.0
v1.0.1
<a name"1.0.1">
1.0.1 (2015-09-22)
Bug Fixes
- fix integration tests (cb2fa09b)
- fix integration tests (8aa19c84)
- use this.sendAction instead of calling the action directly (ff591109)
- use this.attrs instead of this.getAttr where possible (e8600d8c)
- deprecation createWithMixins (eb1a21a9)
Features
Breaking Changes
-
Update addon to support Ember2
Get rid of the two-way binding and use 'data down, actions up (DDAU)'.
See: http://emberjs.com/blog/2015/06/12/ember-1-13-0-released.html#toc_ember-2-0-betaUsage Before:
Usage Now (> v1.0.0):
Also check this commit d965e85q
(43588f45)