All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.47.0 (2022-02-23)
- @clayui/date-picker: adds a new
yearsCheck
prop to be able to disable the check if the year is within the years range (c8b26e9)
3.46.0 (2022-02-09)
- @clayui/date-picker: Adding some changes related to time reset and refactoring code (dd4d2e8)
- @clayui/date-picker: fix bug when not changing time to current time when clicking on dot button (5daa1f1)
- @clayui/date-picker: fix error in always adding ampm when user is typing (d5502e4)
- @clayui/date-picker: fix error when formatting time using 12 hours (8061529)
- @clayui/date-picker: Removing initialized variables (997e10f)
- @clayui/date-picker: Reset actual date when input string is empty (94de1ae)
3.45.0 (2022-02-01)
- @clayui/date-picker: fix time picker default value (770639f)
- @clayui/date-picker: fixes error when not formatting time in 12hours when passing to time picker (2090eb4)
3.43.0 (2021-12-29)
- @clayui/date-picker: adds 12-hour time support (43863ce)
3.42.0 (2021-12-15)
Note: Version bump only for package @clayui/date-picker
3.41.0 (2021-12-02)
Note: Version bump only for package @clayui/date-picker
3.40.0 (2021-11-17)
Note: Version bump only for package @clayui/date-picker
3.39.0 (2021-10-29)
Note: Version bump only for package @clayui/date-picker
3.38.0 (2021-10-22)
Note: Version bump only for package @clayui/date-picker
3.37.0 (2021-10-06)
Note: Version bump only for package @clayui/date-picker
3.36.0 (2021-09-23)
Note: Version bump only for package @clayui/date-picker
3.35.3 (2021-09-09)
Note: Version bump only for package @clayui/date-picker
3.35.2 (2021-08-30)
Note: Version bump only for package @clayui/date-picker
3.35.1 (2021-08-30)
Note: Version bump only for package @clayui/date-picker
3.35.0 (2021-08-30)
Note: Version bump only for package @clayui/date-picker
3.32.0 (2021-07-28)
Note: Version bump only for package @clayui/date-picker
3.30.0 (2021-06-16)
Note: Version bump only for package @clayui/date-picker
3.29.0 (2021-05-28)
Note: Version bump only for package @clayui/date-picker
3.28.0 (2021-05-19)
Note: Version bump only for package @clayui/date-picker
3.27.0 (2021-05-05)
- @clayui/date-picker: DatePickerDayNumber use the classes
previous-month-date
andnext-month-date
to style day outside the month instead ofdisabled
(f25ab71), closes #4036
3.26.0 (2021-04-21)
- @clayui/date-picker: Adjusts the behaviour of date range when clicking on the dot button (f6db982), closes /github.com/liferay/clay/pull/4008#issuecomment-819244473
- @clayui/date-picker: fixes error when not selecting date when the time is invalid (861de91)
- @clayui/date-picker: fixes error when reflecting the time without having selected the date (80409f5)
- @clayui/date-picker: fixes normalization error for the day selected and button to change to the current day (a058e7f)
- @clayui/date-picker: fixes normalization of the date (cdbad89)
- @clayui/date-picker: resets the range when selecting a new date (639d2af)
- @clayui/date-picker: Small tweaks (d6ead55)
- @clayui/date-picker: Use
toDateString
instead oftoLocaleDateString
on Day button (2710760) - @clayui/date-picker: When having a range and clicking on end date again the start date will be the same as the end date (4e1cd07), closes /github.com/liferay/clay/pull/4008#issuecomment-819244473
- @clayui/date-picker: When using
fromStringToRange
function, when not finding a endDate, just use the startDate (a6c1d00) - @clayui/date-picker: Wrap day and weekdays in
<div class="date-picker-col">
to prep for Date Range feature (512c2a4)
- @clayui/date-picker: Adds ClayDatePicker Range variation (eee769d)
3.25.4 (2021-04-07)
- @clayui/date-picker: Date Navigation Controls are wrong color. This adds clay css classes but also leaves btn-monospaced and btn-sm just incase. (850286e)
- @clayui/date-picker: disable focus control using the arrow keys (d21dd7d)
- @clayui/date-picker: Removes
btn-sm
andbtn-monospaced
from Date Navigation controls. They're not needed. (e70ad3c)
3.25.1 (2021-03-05)
Note: Version bump only for package @clayui/date-picker
3.25.0 (2021-02-23)
Note: Version bump only for package @clayui/date-picker
3.8.0 (2021-02-11)
- @clayui/date-picker: update timepicker format (2c4f364)
- @clayui/color-picker: add API to show both default colors and custom colors (d149fc1)
3.7.1 (2021-01-27)
Note: Version bump only for package @clayui/date-picker
3.7.0 (2021-01-13)
- @clayui/shared: update types so that storybook build doesn't complain (38903aa)
- @clayui/shared: add custom hook for using an internal state if an external control isn't provided (a34ccd9)
3.6.3 (2020-12-29)
Note: Version bump only for package @clayui/date-picker
3.6.2 (2020-12-16)
Note: Version bump only for package @clayui/date-picker
3.6.1 (2020-12-02)
Note: Version bump only for package @clayui/date-picker
3.6.0 (2020-10-01)
- clayui.com: Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one (d812ee9)
- add displayName for all components (cc3211d)
3.5.4 (2020-08-28)
Note: Version bump only for package @clayui/date-picker
3.5.3 (2020-08-26)
Note: Version bump only for package @clayui/date-picker
3.5.2 (2020-08-21)
Note: Version bump only for package @clayui/date-picker
3.5.1 (2020-08-11)
Note: Version bump only for package @clayui/date-picker
3.5.0 (2020-07-28)
- update packages to appropriate dependencies (0026168)
- @clayui/shared: Adds an object called Keys for normalize Keyboard events checkings avoiding people to using strings and care about browser compat when using React syntetic Keyboard events (95c8ea9), closes /github.com/facebook/react/blob/b87aabdfe1/packages/react-dom/src/events/getEventKey.js#L12-L29
3.4.2 (2020-07-14)
Note: Version bump only for package @clayui/date-picker
3.4.1 (2020-07-07)
- @clayui/date-picker: Adds FocusScope for navigating int o DatePicker calendar component using TABS (6632b65)
- @clayui/date-picker: Fix conditional (587c3e4)
- @clayui/date-picker: Fixes an edge case when the dot button does not select the current date (ca7fdc3)
- @clayui/date-picker: For old browsers,
Spacebar
, for the new ones,' '
(8b99c3c) - @clayui/date-picker: Forces the expanded value to de false, closing Date Picker's calendar when the focus is outside the component (90d22d4)
- @clayui/date-picker: Remove unecessary onKeyDown and onKeyUp callbacks since DayNumber is a private component (8259f58)
- @clayui/date-picker: Use
Spacebar
value for validating if the correct key of the KeyboardEvent was triggered (64af3da) - @clayui/date-picker: When selecting a date using space key, removes properly the
:active
state of the element (e098b1f)
3.4.0 (2020-06-18)
- clayui.com: Fix wording and a few links on Date Picker and Button (035d912)
- @clayui/date-picker: remove moment.js and use date-fns helpers (1fa3921)
3.3.0 (2020-05-21)
- @clayui/date-picker: add props to control expand functionality (1ec1255)
3.2.1 (2020-04-24)
- Fix accessibility issues (5e09db0)
3.2.0 (2020-03-26)
- @clayui/date-picker: adds the API to disable date picker features (cb6c254)
- @clayui/date-picker: Add forwardRef support to Input (e07b189)
- @clayui/date-picker: add helper for easily getting locale info from moment (4536b97)
- @clayui/date-picker: Adds a new API to be called in the user's navigation in the date picker (199e5b7)
- @clayui/date-picker: forwards all other props to the InputDate (9fed37a)
3.1.1 (2020-03-12)
Note: Version bump only for package @clayui/date-picker
- clay-date-picker: fix warnings in tests (3db5032)
- normalize names of components (3a0abea)
- update components to include 'types' and 'ts:main' package keys (9e24b59)
- date-picker: add missing dependency (382a797)
- drop-down: use dom-align instead of metal-position (335ff38)
- update react-testing-library to be @testing-library/react (bd78145)
- @clayui/time-picker: add the ariaLabels API to label inputs and buttons (da0544f)
- form: add helper components for markup (3ce63d4)
3.0.7 (2020-02-13)
Note: Version bump only for package @clayui/date-picker
3.0.6 (2020-01-31)
- drop-down: use dom-align instead of metal-position (335ff38)
3.0.5 (2020-01-20)
- drop-down: use dom-align instead of metal-position (335ff38)
3.0.4 (2019-12-05)
- drop-down: use dom-align instead of metal-position (335ff38)
3.0.3 (2019-11-07)
Note: Version bump only for package @clayui/date-picker
3.0.2 (2019-11-01)
Note: Version bump only for package @clayui/date-picker
3.0.1 (2019-10-28)
Note: Version bump only for package @clayui/date-picker