Skip to content

Latest commit

 

History

History
257 lines (186 loc) · 17.7 KB

CHANGELOG.md

File metadata and controls

257 lines (186 loc) · 17.7 KB

Changelog

All notable changes to this project will be documented in this file.

[17.0.0] (2023-12-10)

Improvements

[16.0.0] (2023-05-20)

Improvements

[15.0.0] (2022-12-01)

Improvements

  • Fix Lose dependency on @angular/common (613) closes #616

[15.0.0] (2022-11-25)

Improvements

[14.0.1] (2022-07-23)

Bug Fixes

[14.0.0] (2022-07-23)

Improvements

  • Update to Angular 14 (598) closes #597

[13.1.1] (2022-01-09)

Bug Fixes

  • Error "require is not defined" (581) closes #580

[13.1.0] (2022-01-01)

Bug Fixes

  • Working with RTL (575) closes #504

Breaking changes

  • Replace deprecated Moment with 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 the attachTo option 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.

[13.0.0] (2021-12-22)

Improvements

  • Update to Angular 13 (565) closes #564

[12.0.4] (2021-11-04)

Bug fixes

[12.0.0] (2021-07-17)

Improvements

[10.0.1] (2020-11-20)

Improvements

Breaking changes

  • Moved Dayjs to be a pear dependency

[10.0.1] (2020-11-10)

Bug Fixes

  • Enabling isMonthDisabledCallback (0e77c88) closes #522

[10.0.0] (2020-08-03)

Improvements

Bug Fixes

[9.0.0] (2020-03-31)

Improvements

Features

Bug Fixes

[8.0.0] (2020-01-01)

Bug Fixes

  • 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

Improvements

Breaking changes

  • Stop using Renderer and replacing it with Renderer2 (d076f16) closes #469

[2.12.0] (2019-06-28)

Improvements

[2.11.0] (2018-11-30)

Improvements

[2.10.2] (2018-08-08)

Bug Fixes

  • Missing dates (e41ad9b) closes #427
  • The datepicker does not update ng-untouched class after user selects date string (86ba0a6) closes #426 - PR by @JLHwung

[2.10.1] (2018-07-22)

Bug Fixes

[2.10.1] (2018-07-23)

Bug Fixes

[2.10.0] (2018-06-19)

Features

[2.9.0] (2018-04-15)

Features

Improvements

[2.8.1] (2018-03-13)

Bug Fixes

  • Resolving moment value in Reactive form (6055041) closes #371

[2.8.0] (2018-03-07)

Features

  • 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

[2.7.5] (2018-03-05)

Bug Fixes

  • 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

[2.7.4] (2018-01-13)

  • Fixing disabled dates when selecting past/future time from current day (18db1ca) closes #340

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.2] (2017-11-11)

Improvements

  • Removing document HostListeners to improve performance (6324364) closes #292 - PR by @mrenou

[2.6.1] (2017-11-03)

Bug Fixes

[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 Fixes

  • 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

2.5.1 (2017-10-12)

Bug Fixes

  • 29th October 2017 displayed twice #235