Releases: infinum/eightshift-ui-components
Releases · infinum/eightshift-ui-components
1.4.4
Changes:
- Reduced update rate in
Repeater
to reduce re-renders
1.4.3
Changes:
- Fixed
updateData
inRepeater
that gets passed to child items. - Tailwind's CSS reset will now be ignored with in containers that have a
es-uic-no-css-reset
class applied. Also, the reset is disabled for WP admin tables (.wp-list-table
). If you need to include a reset "island" within a container that hades-uic-no-css-reset
applied, you can add aes-uic-has-css-reset
to re-enable it for that container.
1.4.2
Changes:
- Added missing import in
NumberPicker
. - Improved
Repeater
behavior and reliability. - Added missing empty state in
Repeater
.
1.4.1
Changes:
- Fixed popover flashes in
LinkInput
if there's less than 4 characters.
1.4.0
Changes:
- Updated dependencies.
- Fixed
MultiSelect
item bug when usingsimpleValue
. - Updated Gutenberg overrides.
- Tweaked
Button
icon size when size is set tosmall
. - Fixed height of separator when using extra controls with
NumberPicker
and a custom size is set. es-uic-shrink
,es-uic-shrink-0
,es-uic-grow
,es-uic-grow-0
,es-uic-flex-1
,es-uic-flex-auto
,es-uic-flex-initial
, andes-uic-flex-none
will always be available.MultiSelect
andAsyncMultiSelect
multi-value item containers now have a maximum width set to prevent overflows with long titles.- Rewrote
LinkInput
so it is less in the way when entering URLs. - Rewrote
Repeater
to use React DNDKit until React Aria fixes issues with interactive elements insideGridList
s. Expandable
will now close if disabled while open.- A new transition has been added to
AnimatedVisibility
-fade
. - Added 6 new UI icons.
- Increased contrast of
ContainerPanel
title and icon.
1.3.2
Changes:
- Tweaked
OptionSelect
rich label style.
1.3.1
Changes:
- Tweaked Gradient editor layout.
- Tweaked Gutenberg tooltip style.
1.3.0
Changes:
- Added the
Modal
component. - Fixed Gutenberg tooltip style.
1.2.3
Changes:
- Adds missing doc comment for
hide
prop inButton
. - Added a couple of styles for Gutenberg overrides.
1.2.2
First public release