Releases: doenikoe/az-idatepicker
Releases · doenikoe/az-idatepicker
v0.0.11
Changed
- change dayLabels type from string to Array
- change onSelect event name to getSelectedDate
Added
- add disabled attribute
- method openDatePicker exposed
- method closeDatePicker exposed
- add disableDays attribute
v0.0.10
Changed
- from now on css will be replaced by sass (for development)
- rename attribute customSymbol to dayLabels
Added
- bourbon (http://bourbon.io) for development
- add attribute sundayHighlight
- add attribute maxYear
- add attribute minYear
Fixed
- reset view to calendar after click cancel on select year option
v0.0.6
Feature
- improve documentation by adding plnkr
Bugfixes
- hide dialog wrapper inner on close or cancel
v0.0.5
Bug Fixes
- cancel button now appear when selecting year
- input width set to auto
Features
- remove isRequired attribute, you can set the required flag by your own