Skip to content

Latest commit

 

History

History
93 lines (71 loc) · 8.03 KB

CHANGELOG.md

File metadata and controls

93 lines (71 loc) · 8.03 KB

Changelog

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

[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