This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Releases: teamleadercrm/ui
Releases · teamleadercrm/ui
[17.0.1] - 2022-11-16
[17.0.0] - 2022-11-15
[16.5.0] - 2022-11-10
[16.4.4] - 2022-11-07
Fixed
Overlay
: Revert back "set tabIndex to fix onKeyDown events no longer registering after clicking inside the overlay" (@eniskraasniqi1) in #2431
[16.4.3] - 22-10-31
Fixed
Select
: Allow multiple selects being rendered at once (@stefaandevylder) in #2422
[16.4.2] - 22-10-28
[16.4.1] - 2022-10-27
Changed
Fixed
Overlay
: set tabIndex to fix onKeyDown events no longer registering after clicking inside the overlay (@BeirlaenAaron) in #2394)Dialog
: Dialog size update on Safari (@stefaandevylder) in #2412
[16.4.0] - 2022-09-29
[16.3.0] - 2022-09-28
Added
DatePickerInput
:clearable
prop (@qubis741) in #2387)NumericInput
: AddeddecreaseDisabled
,increaseDisabled
,onDecreaseMouseDown
andonIncreaseMouseDown
props which allow fine-grained control over disabling decrease and increase stepper buttons. (@jelledc in #2380)
Changed
DatePicker
: use a fixed amount of weeks to avoid it from jumping up and down when navigating between months (@lowiebenoot) in #2384)
Fixed
[16.2.2] - 2022-09-26
Fixed
DatePickerInput
: fix the DatePicker input value not changing if the selectedDate prop changes and extendDayPickerProps
with React's DayPickerProps (@BeirlaenAaron) in #2376)