This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
Releases: teamleadercrm/ui
Releases · teamleadercrm/ui
[14.3.1] - 2022-04-21
Fixed
- Type files not being included when publishing to npm (@ArnaudWeyts in #2096)
[14.3.0] - 2022-04-21
Changed
Box, Counter
: Converted to native Typescript instead of using loose declaration file (@ArnaudWeyts in #2090)
[14.2.0 - 2022-04-20]
Added
Widget, Widget.Header
: Added theonClick
property to enable click event on Widget Header (@farazatarodi in #2089)Select
: Added themenuHorizontalOffset
property to allow offsetting where the menu is displayed (@lorgan3 in #2085)
[14.1.0] - 2022-04-12
[14.0.0] - 2022-04-05
Removed
- [BREAKING]
Alert
: removedchildren
prop, usebody
instead (@ArnaudWeyts in #2067)
Fixed
Alert
: Fixed double margin between title and buttons when nobody
is provided (@ArnaudWeyts in #2067)Alert
: Center align title and body text (@ArnaudWeyts in #2067)
[13.0.1] - 2022-03-31
[13.0.0] - 2022-03-31
[12.5.0] - 2022-03-30
Added
Changed
Removed
[12.4.1] - 2022-03-23
Fixed
Dialog
: fix redundant padding next to the header title when no headerIcon is passed (@ArnaudWeyts in #2052)
[12.4.0] - 2022-03-17
Added
Avatar
: Added object-fit to the image inside the Avatar component. (@stefaandevylder in #2034)Dialog
: Addeddraggable
property (@ArnaudWeyts in #2040)DialogBase
: AddeddragHandleRef
property (@ArnaudWeyts in #2040)
Changed
Dialog
: header title will now overflow into ellipsis instead of wrapping to the next line (@ArnaudWeyts in #2042)
Removed
Dialog
: removed theheadingLevel
property, the previous default (3) will be used (@ArnaudWeyts in #2042)