Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Releases: teamleadercrm/ui

[17.0.1] - 2022-11-16

16 Nov 10:49
d2ef9d5
Compare
Choose a tag to compare

Changed

  • Select: Adjust margins in dropdown when option groups are used (@lorgan3) in #2440)
  • Button: Blur the button again after clicking on it (@lorgan3) in #2445)

[17.0.0] - 2022-11-15

16 Nov 10:09
6730a4b
Compare
Choose a tag to compare

Added

  • DatePickerInput: restriction to use formatDate if typeable=true (@qubis741) in #2441)

Fixed

  • DatePickerInput: inability to click on MonthPicker while inside Dialog (@qubis741) in #2441)

[16.5.0] - 2022-11-10

10 Nov 08:05
ac2d8d7
Compare
Choose a tag to compare

Added

  • Popover: withFocusTrap prop to allow control over focus (@qubis741) in #2430)
  • DatePickerInput: typeable and errorText props to allow typing date (@qubis741) in #2430)

[16.4.4] - 2022-11-07

09 Nov 08:23
d8ad004
Compare
Choose a tag to compare

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

31 Oct 13:32
7df19c5
Compare
Choose a tag to compare

Fixed

[16.4.2] - 22-10-28

28 Oct 11:29
4aada1a
Compare
Choose a tag to compare

Added

[16.4.1] - 2022-10-27

27 Oct 13:36
f791229
Compare
Choose a tag to compare

Changed

  • Label: marginBottom size is same for all sizes and further customisable (@qubis741) in #2408)

Fixed

[16.4.0] - 2022-09-29

29 Sep 14:35
d037c12
Compare
Choose a tag to compare

Changed

  • DatePickerInput: Remove 'text' cursor when hovering over input (@lorgan3) in #2390)
  • Label: reduced bottom margin for small sized (@qubis741) in #2392)
  • DatePicker: Make MonthPicker dropdowns wider for medium and large sizes to fit month names better (@lorgan3) in #2391)

[16.3.0] - 2022-09-28

28 Sep 13:16
0ea905d
Compare
Choose a tag to compare

Added

  • DatePickerInput: clearable prop (@qubis741) in #2387)
  • NumericInput: Added decreaseDisabled, increaseDisabled, onDecreaseMouseDown and onIncreaseMouseDown 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

  • Toast: Update css to ensure toast action has the right color regardless of css order (@lorgan3) in #2388)

[16.2.2] - 2022-09-26

26 Sep 15:04
12c3661
Compare
Choose a tag to compare

Fixed

  • DatePickerInput: fix the DatePicker input value not changing if the selectedDate prop changes and extend DayPickerProps with React's DayPickerProps (@BeirlaenAaron) in #2376)