- [FEATURE #28] Clear text input when date is reset
- Updated to Ember 1.10
- No more handlebars dependency (rather HTMLbars)
- New addon install method provided in docs and package.json
- [UPDATE] Ember 1.9.1, Ember-cli 0.1.6
- All pikaday options passed through
- [BREAKING]
outputFormat
named toformat
for pikaday consistency - [BREAKING]
firstDayOfWeek
named tofirstDay
for pikaday consistency
- Can now change the displayed first day of the week
- Controller updated with today's date if null date is passed in
- Auto install of dependencies when addon is installed
- Changed
momentjs
tomoment
- Changed
bower_components
references toapp.bowerDirectory
- Updated ember-cli to 0.1.0
- Allowed yearRange to be defined as string or array
- add
utc
option flag
- add
allowBlank
option flag - introduce tests