Releases: vlio20/angular-datepicker
Releases · vlio20/angular-datepicker
Angular Upgrade + performance + more
[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 #306goToCurrent
event was added when go to current button is clicked (c39080e) closes #328 - PR by @justtalunSelectOnClick
was added, this will disable/enable unselection of already selected date (45e15ac) closes #298
Improvements
- Change
changeDetectionStrategy
toonPush
(a592932, 728b342, 2fb7073) closes #325 - Upgrade to Angular 5 (5abdae1) closes #315
- Upgrade angular-cli (5abdae1)
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
Bug Fixes
- Hidden attribute not working on IE10 (e4de3cb ) closes #283 - PR by @mrenou
- Browser translate causes interpolates values to NOT update (8f6d69e) closes #277 - PR by @chrxs
- Clearing the input will remove the selected date (5bfe724) closes #278
- Set
min
property dynamically (969eb01) closes #269 disableKeypress
does not work on the directive (1c00e48) closes #267- Go to current button not centered (9b6dc99) closes #275 - PR by @KevinJannis
2.6.0
[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 #254max
/min
date support for strings (ad98d1b) closes #250value.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 codeden
Critical Bug Fix
Some dates were displayed twice
Format Validation and Bugs
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
This release is not backward compatible in css terms.
The encapsulation of styles were removed - this will make styling much more easy.
Bug Fixes
Fix for Angular 4.3
2.3.1 version bump
Bug Fixes + Localisation
2.2.0 version bump
Small release fix
2.1.1 version bump