All notable changes to this project will be documented in this file.
- Update to Angular 18 (643) closes #638 - PR by @henrikgrubbe
- Update to Angular 17 (640) closes #638 - PR by @henrikgrubbe
- Move from protractor to Playwrite (640) closes #554
- Update to Angular 15 (613) closes #610 - PR by @HimanshuAgrahari07
- Error when min config is used as (601) closes #595 - Reported by @tomulticolaure
- Replace deprecated
Momentwith Dayjs (573) closes #530
Locale was removed from the library configuration, changing the locale should be done outside the component. More information can be found in the readme.md file under the Locale section.
Some formats also might be change due to the way Dayjs is implemented. - Replace internal position resolving with Angular material cdk library (576) closes #570
This removal will drop theattachTooption from the library configuration.
Note: You will also need to add the cdk styles to your project. You can do so by adding@import '~@angular/cdk/overlay-prebuilt.css';to your global styles or by adding it to the styles attribute in your angular.json file.
- Manual input crashes the application (7afd292) closes #561 and #550 - PR by @jsprds
- Month picker button size changed (c746af4) closes #558 and #550 - Reported by @slickam
- Moved Dayjs to be a pear dependency
- Add number of rows to month calendar (5702231) closes #387
- Close popup on enter (da0fe4d) closes #438
- Selected month styling not present on day pickers (d076f16) closes #462
- Disabled state in reactive form not working (5e18e22) closes #416
- Validator using old format (faa2d99) closes #405
- weekDayFormatter doesn't work in day mode (b09964c) closes #415
- Missing dates (e41ad9b) closes #427
- The datepicker does not update
ng-untouchedclass after user selects date string (86ba0a6) closes #426 - PR by @JLHwung
- Not bind initial formatted value (d389c96) closes #384
- TAB click and then unfocusing (d42d5b2) closes #377
- Not bind initial formatted value (d389c96) closes #384
- TAB click and then unfocusing (d42d5b2) closes #377
- Add
data-dateattribute 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
inputElementContainerwhich 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
moveCalendarTowas added to all components api (349d48c) closes #306goToCurrentevent was added when go to current button is clicked (c39080e) closes #328 - PR by @justtalunSelectOnClickwas added, this will disable/enable unselection of already selected date (45e15ac) closes #298
- Change
changeDetectionStrategytoonPush(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
minproperty dynamically (969eb01) closes #269 disableKeypressdoes 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
ngOnDestroythrows error when in SSR (c2a0c8b) closes #163 displayDateon the directive bug fix (984aab8) closes #254max/mindate support for strings (ad98d1b) closes #250value.splitis 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