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

Releases: teamleadercrm/ui

[14.3.1] - 2022-04-21

21 Apr 14:44
981522c
Compare
Choose a tag to compare

Fixed

[14.3.0] - 2022-04-21

21 Apr 12:45
198a573
Compare
Choose a tag to compare

Changed

  • Box, Counter: Converted to native Typescript instead of using loose declaration file (@ArnaudWeyts in #2090)

[14.2.0 - 2022-04-20]

20 Apr 12:38
237ea34
Compare
Choose a tag to compare

Added

  • Widget, Widget.Header: Added the onClick property to enable click event on Widget Header (@farazatarodi in #2089)
  • Select: Added the menuHorizontalOffset property to allow offsetting where the menu is displayed (@lorgan3 in #2085)

[14.1.0] - 2022-04-12

12 Apr 09:29
3abfdec
Compare
Choose a tag to compare

Added

  • Dialog, DialogBase: Added the form and onSubmit properties to render a Dialog as a form (@lorgan3 in #2074)

Fixed

  • NumericInput: Prevent mousedown events from creating event loops (@jelledc in #2078)

[14.0.0] - 2022-04-05

06 Apr 07:31
c9d0f84
Compare
Choose a tag to compare

Removed

Fixed

[13.0.1] - 2022-03-31

31 Mar 13:19
e3b4b6a
Compare
Choose a tag to compare

Fixed

[13.0.0] - 2022-03-31

31 Mar 11:18
8d3e058
Compare
Choose a tag to compare

Added

Changed

  • [BREAKING]Label: visual representation of required property (@qubis741 in #2061)
  • Checkbox, RadioButton, Toggle: paddingTop style (@qubis741 in #2061)
  • Checkbox, RadioButton, Toggle: text component in small and medium size (@qubis741 in #2061)

Removed

[12.5.0] - 2022-03-30

31 Mar 08:45
feaae66
Compare
Choose a tag to compare

Added

Changed

  • Dialog: changed tertiaryAction from a Link to a Button component (@driesd in #2058)

Removed

  • Dialog: remove draggable property. Dialog is draggable by default, when a title property is set. (@driesd in #2059)
  • Dialog: remove headerColor property (@driesd in #2058)
  • Dialog: remove headerIcon property (@driesd in #2058)

[12.4.1] - 2022-03-23

23 Mar 16:50
adce591
Compare
Choose a tag to compare

Fixed

  • Dialog: fix redundant padding next to the header title when no headerIcon is passed (@ArnaudWeyts in #2052)

[12.4.0] - 2022-03-17

17 Mar 15:47
4ceac3a
Compare
Choose a tag to compare

Added

Changed

  • Dialog: header title will now overflow into ellipsis instead of wrapping to the next line (@ArnaudWeyts in #2042)

Removed

  • Dialog: removed the headingLevel property, the previous default (3) will be used (@ArnaudWeyts in #2042)

Fixed

  • EmailSelector: Fix suggestions not always going away when clicking away (@lorgan3 in #2041)