Skip to content

Releases: vlio20/angular-datepicker

Angular Upgrade + performance + more

13 Jan 19:03
Compare
Choose a tag to compare

[2.7.3] (2018-01-13)

Features

  • Navigation events are now dispatched from all relevant components (2552889) closes #329
  • moveCalendarTo was added to all components api (349d48c) closes #306
  • goToCurrent event was added when go to current button is clicked (c39080e) closes #328 - PR by @justtal
  • unSelectOnClick was added, this will disable/enable unselection of already selected date (45e15ac) closes #298

Improvements

Bug Fixes

  • Updating docs for showing day-calendar api (c5533de) closes #312
  • Prevent overriding of form control value from input updates (c96f2) closes #297 - PR by @pklein

Breaking Changes

  • Multiselect delimiter changed to | instead of , (8932f52)

2.6.1

03 Nov 11:47
Compare
Choose a tag to compare

Bug Fixes

2.6.0

22 Oct 18:49
Compare
Choose a tag to compare

[2.6.0] (2017-10-22)

Features

  • Moving go to current button inside the navigation component, enables go to current in inline components (dd283c5).

UI/UX Changes

  • Moving go to current button inside the navigation component (dd283c5).

Improvements

  • Min date as default when calendar opens (5663b7a) closes #256
  • Stop using getters in template (3858dde) closes #239

Bug Fixed

  • Fix for ngOnDestroy throws error when in SSR (c2a0c8b) closes #163
  • displayDate on the directive bug fix (984aab8) closes #254
  • max/min date support for strings (ad98d1b) closes #250
  • value.split is not a function bug fix (38f6ce2) closes #225
  • Add outputs of each component to docs (9ee8035) closes #224
  • More than one picker can be opened at the same time (dd283c5) closes #223
  • Picker not always opens according to drops/opens (c26d168) closes #222

Breaking Changes

  • Go to current button moved from input element to the navigation component (dd283c5).
  • Default locale is now set with moment.locale() instead of hard coded en

Critical Bug Fix

12 Oct 19:24
Compare
Choose a tag to compare

Some dates were displayed twice

Format Validation and Bugs

12 Oct 09:28
Compare
Choose a tag to compare

This release has some improvements and breaking changes.
onChange - output event is now introduced for all pickers and directive (not for inline components). It will be triggered when a valid date was selected.
formatValidation - now supported
keypress - on directive was fixed

more minor bugs were fixed as well.
From next release a changelog will be provided.

CSS CSS CSS

18 Sep 20:19
Compare
Choose a tag to compare

This release is not backward compatible in css terms.
The encapsulation of styles were removed - this will make styling much more easy.

  • Custom CSS classes in a callback #193 were introduced - developed by @jak (thanks a lot!!!)

  • Open/Close Subscribe #178 - open and close events were introduced - @jphearse (thanks for the feature request)

  • minor bug fixes

Bug Fixes

30 Aug 08:30
Compare
Choose a tag to compare

This is a bug fixes release.

Fix for Angular 4.3

09 Aug 05:32
Compare
Choose a tag to compare
2.3.1

version bump

Bug Fixes + Localisation

24 Jul 17:54
Compare
Choose a tag to compare
2.2.0

version bump

Small release fix

06 Jul 18:32
Compare
Choose a tag to compare
2.1.1

version bump