soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
67 stars 57 forks source link

add changeMonth event #82

Closed jelhan closed 8 years ago

jelhan commented 8 years ago

Also updates bootstrap-datepicker dependency to latest version.

jelhan commented 8 years ago

Includes #81.

Note that ''BootstrapDatepickerComponent: resets date when input is cleared'' is also failing on current master.

soulim commented 8 years ago

Thanks again @jelhan! 👍

PR #81 is already merged into the master.

soulim commented 8 years ago

Great work @jelhan! 😃

jelhan commented 8 years ago

@soulim Thanks. And what a fast response! :-)

I just updated PR cause we now need to include bootstrap as dependency since it has been removed from bootstrap-datepicker dependencies: https://github.com/eternicode/bootstrap-datepicker/commit/a564ef669fd7c4a5f4abadf67c0ca78b7958bc46

soulim commented 8 years ago

This is great! Finally a build fails because of a failing test, not because of a missing file.