Releases: perimetre/ui
Releases · perimetre/ui
v10.0.1
[10.0.1] 2023-04-12
Fixed
- Correctly exports recently added components
v10.0.0
[9.5.0] 2023-04-12
Added
- Added examples for time picker on
DatePickerInput
- Added
ToggleInput
component - Added
ToggleButton
component
v9.5.0
[9.5.0] 2023-04-12
Added
- Added examples for time picker on
DatePickerInput
- Added
ToggleInput
component - Added
ToggleButton
component
v9.4.0
[9.4.0] 2023-04-11
Added
- Added
ImageLoader
component
Changes
- Added preview options for
DragFileUploadInput
v9.3.2
[9.3.2] 2023-04-06
Changes
- Changed modal
new
variant to use UI as updated designs
v9.3.1
[9.3.1] 2023-03-14
Changes
- Changed modal
new
variant to use same border radius in all corners
v9.3.0
[9.3.0] 2023-03-13
Added
- Added option to center modal container
v9.2.5
[9.2.5] 2023-01-18
Fixed
- Fixed a bug that would cause rich text editor to fail validation (or break while validating) for complex links
v9.2.4
[9.2.4] 2023-01-04
Fixed
- Fixed a bug that would cause
WYSIWYGInput
component to incorrectly render nested ordered/unordered lists - Tweaked default list style classes from
draft-js
to conform with list styles from classpui-prose
v9.2.3
[9.2.3] 2022-12-15
Fixed
- Fixes type of
HTMLParsedContent
componentcontent
prop to acceptnull
values as they can be treated the same asundefined
- Removes pointer cursor css rule from
BaseCard
component in hover state, as the cursor is automatically changed when the component is wrapped by a link