This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Releases: teamleadercrm/ui
Releases · teamleadercrm/ui
[15.0.4] - 2022-07-13
Added
Changed
LabelValuePair
: decreased the margin-bottom for inlineLabelValuePair
's (@lowiebenoot) in #2280)
[15.0.3] - 2022-07-12
[15.0.2] - 2022-07-11
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
[15.0.0] - 2022-07-06
[14.8.0] - 2022-06-21
Added
Grid
: Add two props to set column and row gap separately (@BeirlaenAaron in #2214)
[14.7.1] - 2022-06-17
Type improvements
[14.7.0] - 2022-06-17
[14.7.0] - 2022-06-17
Added
EmailSelector
: Allow the autocomplete menu to take the same width as it's input with themenuFullWidth
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
Fixed
Dialog, DialogBase
: Fix blurriness with certain text content in webkit-based browsers (@ArnaudWeyts in #2191)
[14.6.0] - 2022-06-02
Added
-
Flex
: a new component used for layouts (@farazatarodi in #2185) -
Grid
: a new component used for layouts (@farazatarodi in #2186)