Releases: perimetre/ui
Releases · perimetre/ui
v11.0.2
v11.0.1
[11.0.1] 2023-11-14
Fixed
- Fixes expected peer dependencies versions
- Removes Tailwind plugin
@tailwindcss/line-clamp
, sinceline-clamp
utilities are now included in the framework by default and this plugin is no longer required
v11.0.0
[11.0.0] 2023-10-31
Breaking changes
- Updated from node
16
to18
- Some ui lib components had to add breaking changes due to new storybook version
Changes
- Updated storybook libraries, and its dependencies
v10.5.1
[10.5.1] 2023-09-18
Fixed
- Correctly exports
VerticalResizeablePanel
component
v10.5.0
[10.5.0] 2023-09-24
Changes
- Added
VerticalResizeablePanel
component - Added
renderDragContent
property toHorizontalResizeablePanel
that gives control over handle content when dragging
v10.4.0
[10.4.0] 2023-04-24
Changes
- Added option to use JSX as label text of
WYSIWYGInput
v10.3.0
[10.3.0] 2023-04-18
Changes
- Added option to have a full size chip with
AutocompleteDropdownInput
v10.2.0
[10.2.0] 2023-04-18
Changes
- Added option to use JSX as label text of
TextInput
- Added option to use JSX as label text of
TextAreaInput
v10.1.0
[10.1.0] 2023-04-17
Added
- Added option to use JSX as help text of
TextInput
v10.0.2
[10.0.2] 2023-04-12
Fixed
- Fix: Fixes z-index isolation on toggle button component