All notable changes to this project will be documented in this file.
- Add
data-date
attribute to each date button (052b6a8d) closes #367 - Show/Hide the picker popup after click outside of the component
hideOnOutsideClick
(362) closes #362
- Adding documentation for
showGoToCurrent
(b3e3728) closes #357 - Fixing
inputElementContainer
which did not work on directive + added to docs (6344b38) closes #359 - Fixing Not able to bind to moment, getting TypeError:
(value || "").split is not a function
(19cee2d) closes #355
- 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
- Change
changeDetectionStrategy
toonPush
(a592932, 728b342, 2fb7073) closes #325 - Upgrade to Angular 5 (5abdae1) closes #315
- Upgrade angular-cli (5abdae1)
- 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
- Multiselect delimiter changed to
|
instead of,
(8932f52)
- 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
- Moving go to current button inside the navigation component, enables go to current in inline components (dd283c5).
- Moving go to current button inside the navigation component (dd283c5).
- Min date as default when calendar opens (5663b7a) closes #256
- Stop using getters in template (3858dde) closes #239
- 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
- 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
2.5.1 (2017-10-12)
- 29th October 2017 displayed twice #235