Releases: perimetre/ui
Releases · perimetre/ui
v5.2.0
[5.2.0] 2022-06-29
Added
- Added
HorizontalResizeablePanel
component
v5.1.0
[5.1.0] 2022-06-28
Added
- Autocomplete input now has two new properties:
shouldFetchOnInit
andloading
Changes
- Autocomplete input now expects loading state to be provided to it
v5.0.0
[5.0.0] 2022-06-27
Added
- Added a new Autocomplete Input
Changes
- Renamed existing Autocomplete Input to AutoComplete Dropdown
v4.1.1
[4.1.1] 2022-06-10
Fixed
- Conditionally render
label
tag only whenprops.label
is defined inSelectInput
- Fixed packages vulnerabilities. Installed missing package
downshift
v4.1.0
[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
[3.4.10] 2022-04-22
Fixed
- Add a z-index to the modal header when absolute prop is true
v3.4.9
[3.4.9] 2022-04-14
Added
- Added option to set values of type
React.ReactNode
, in addition to currently accepted typestring
, tolabel
prop ofCheckboxRadioInput
component.
v3.4.8
[3.4.8] 2022-03-07
Fixed
- Reverted fix in HTMLParsedContent component to stop adding
https
in alla
tags as that can lead to bugs on email links for instance. - Fixed critical packages vulnerabilities in dependencies
v3.4.7
[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
[3.4.6] 2022-02-16
Added
- Add Base card element
Fixed
- fix HTML console error
wrapping a
element on module cards