Skip to content

Releases: perimetre/ui

v5.2.0

29 Jun 19:48
b680d22
Compare
Choose a tag to compare

[5.2.0] 2022-06-29

Added

  • Added HorizontalResizeablePanel component

v5.1.0

28 Jun 19:20
b1a3a94
Compare
Choose a tag to compare

[5.1.0] 2022-06-28

Added

  • Autocomplete input now has two new properties: shouldFetchOnInit and loading

Changes

  • Autocomplete input now expects loading state to be provided to it

v5.0.0

27 Jun 19:21
d8957e1
Compare
Choose a tag to compare

[5.0.0] 2022-06-27

Added

  • Added a new Autocomplete Input

Changes

  • Renamed existing Autocomplete Input to AutoComplete Dropdown

v4.1.1

10 Jun 16:57
74c028a
Compare
Choose a tag to compare

[4.1.1] 2022-06-10

Fixed

  • Conditionally render label tag only when props.label is defined in SelectInput
  • Fixed packages vulnerabilities. Installed missing package downshift

v4.1.0

03 Jun 16:22
6ecaa95
Compare
Choose a tag to compare

[4.1.0] 2022-06-03

Added

  • Updated the layout of modal component
  • Added props variant to choose beteween default or new layout
  • Added props removePadding to modal component to allow custom styling of its child

v3.4.10

22 Apr 14:30
4e20f67
Compare
Choose a tag to compare

[3.4.10] 2022-04-22

Fixed

  • Add a z-index to the modal header when absolute prop is true

v3.4.9

18 Apr 13:16
e0f44ff
Compare
Choose a tag to compare

[3.4.9] 2022-04-14

Added

  • Added option to set values of type React.ReactNode, in addition to currently accepted type string, to label prop of CheckboxRadioInput component.

v3.4.8

07 Mar 19:26
4136be1
Compare
Choose a tag to compare

[3.4.8] 2022-03-07

Fixed

  • Reverted fix in HTMLParsedContent component to stop adding https in all a tags as that can lead to bugs on email links for instance.
  • Fixed critical packages vulnerabilities in dependencies

v3.4.7

17 Feb 17:01
29aa43c
Compare
Choose a tag to compare

[3.4.7] 2022-02-17

Fixed

  • fix classname required prop on BaseCard
  • fix image fit on BaseCard
  • update version of fontawesome devs

v3.4.6

16 Feb 15:39
e934094
Compare
Choose a tag to compare

[3.4.6] 2022-02-16

Added

  • Add Base card element

Fixed

  • fix HTML console error

    wrapping a

    element on module cards