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

Releases: teamleadercrm/ui

[15.0.4] - 2022-07-13

13 Jul 08:09
c9ed79f
Compare
Choose a tag to compare

Added

Changed

  • LabelValuePair: decreased the margin-bottom for inline LabelValuePair's (@lowiebenoot) in #2280)

[15.0.3] - 2022-07-12

12 Jul 07:57
865cb29
Compare
Choose a tag to compare

Changed

  • useFocusTrap: added exception for ckEditor elements to allow focusing (@qubis741) in #2273)

[15.0.2] - 2022-07-11

11 Jul 12:56
9c39f64
Compare
Choose a tag to compare

Fixed

  • Input: controlled Inputs could get ouf sync when the controlled value was changed outside of the component (thus not via the onChange handler) (@lowiebenoot) in #2271)

[15.0.1] - 2022-07-08

08 Jul 11:08
a188f35
Compare
Choose a tag to compare

Changed

  • Dialog.Body: made handleShowScrollShadow optional (@qubis741) in #2263)

[15.0.0] - 2022-07-06

06 Jul 09:20
8d49a00
Compare
Choose a tag to compare

Added

  • Dialog: Scroll shadow at the bottom of dialog if scroll bar is displayed (@qubis741) in #2222)

Changed

[14.8.0] - 2022-06-21

21 Jun 14:04
169cc62
Compare
Choose a tag to compare

Added

[14.7.1] - 2022-06-17

17 Jun 12:13
866e593
Compare
Choose a tag to compare

Type improvements

[14.7.0] - 2022-06-17

17 Jun 08:52
47de060
Compare
Choose a tag to compare

[14.7.0] - 2022-06-17

Added

  • EmailSelector: Allow the autocomplete menu to take the same width as it's input with the menuFullWidth prop (@BeirlaenAaron in #2205)
  • EmailSelector: A prop to disable the removal of the initial emailaddress (@stefaandevylder) in #2197)
  • Label: tooltipProps prop to allow customisation of Label's tooltip (@qubis741) in #2207)

Fixed

  • Flex, Grid: move ref from component props to the forwardRef argument (@farazatarodi in #2203).

[14.6.1] - 2022-06-10

10 Jun 13:58
5fdc021
Compare
Choose a tag to compare

Fixed

  • Dialog, DialogBase: Fix blurriness with certain text content in webkit-based browsers (@ArnaudWeyts in #2191)

[14.6.0] - 2022-06-02

02 Jun 09:49
088154e
Compare
Choose a tag to compare

Added