Releases: kevinoleary19/Angular-2-Datepicker
Releases · kevinoleary19/Angular-2-Datepicker
v0.5.0
thanks a lot @alexbyk for helping with all of these changes! all credit goes to him.
Changes
Bug Fixes
- Fixed a bug where inputText was set twice
- Fixed a bug where passing an empty
[date]
doesn't take effect a second time - Fixed a bug where passing an empty
[date]
doesn't clear a date, but changes it to today's date
Features
- Add
[disabled]
feature to make the input disabled, solves #28 - Add two way binding
[(date)]
anddateChange
event.onSelect
fires when a user clicks a date (one way binding) anddateChange
fires on every date change (2way) - Add
[placeholder]
attribute. This text is shown when the[date]
is falsy
v0.4.0
- Use
CommonModule
instead ofBrowserModule
to fix router lazy loading problems. thanks @tianyi-wang-rockalltech! - Update to Angular 2.1.0
- Listen for global click events to close calendar
- Fix bug when clicking on blank day
- Reset calendar state on outside click or cancel
v0.3.2
dateFormat
api binding- Updated readme
- Added integration test folder
v0.3.1
- Fixes bug where parent component binding to
date
without passing in a date caused the component to initialize with today as the selected date - Properly ignore a local folder used for testing
v0.3.0
v0.2.3-alpha
- inline and autoprefix styles
- update to angular 2.0.0
v0.2.2-alpha
- Allow user to select alternative input style
- Design fixes
v0.2.1-alpha
- Fix npmignore ignoring important files
v0.2.0-alpha
- Allow custom accent color
- Refactor css to use em as sizing unit
v0.1.8-alpha
- Fixed animation listener being called when it does not exist
- Datepicker now populates input text and goes to date when passed in an initial date