Skip to content

Releases: kevinoleary19/Angular-2-Datepicker

v0.5.0

26 Oct 07:27
Compare
Choose a tag to compare

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)] and dateChange event. onSelect fires when a user clicks a date (one way binding) and dateChange fires on every date change (2way)
  • Add [placeholder] attribute. This text is shown when the [date] is falsy

v0.4.0

16 Oct 21:29
Compare
Choose a tag to compare
  • Use CommonModule instead of BrowserModule 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

11 Oct 16:48
Compare
Choose a tag to compare
  • dateFormat api binding
  • Updated readme
  • Added integration test folder

v0.3.1

06 Oct 07:20
Compare
Choose a tag to compare
  • 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

03 Oct 05:55
Compare
Choose a tag to compare
  • Fix animation bug by using angular animations
  • Small design and syntax fixes
  • Correctly reflect current date within view thanks to @rossmc7
  • Update dependencies
  • Add metadata.json files generated from ngc compiler

v0.2.3-alpha

20 Sep 18:04
Compare
Choose a tag to compare
v0.2.3-alpha Pre-release
Pre-release
  • inline and autoprefix styles
  • update to angular 2.0.0

v0.2.2-alpha

13 Sep 18:23
Compare
Choose a tag to compare
v0.2.2-alpha Pre-release
Pre-release
  • Allow user to select alternative input style
  • Design fixes

v0.2.1-alpha

13 Sep 00:26
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release
  • Fix npmignore ignoring important files

v0.2.0-alpha

13 Sep 00:15
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release
  • Allow custom accent color
  • Refactor css to use em as sizing unit

v0.1.8-alpha

09 Sep 08:04
Compare
Choose a tag to compare
v0.1.8-alpha Pre-release
Pre-release
  • 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