Skip to content

Releases: infinum/eightshift-ui-components

1.4.4

26 Jul 18:07
Compare
Choose a tag to compare

Changes:

  • Reduced update rate in Repeater to reduce re-renders

1.4.3

26 Jul 17:55
Compare
Choose a tag to compare

Changes:

  • Fixed updateData in Repeater 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 had es-uic-no-css-reset applied, you can add a es-uic-has-css-reset to re-enable it for that container.

1.4.2

26 Jul 15:07
Compare
Choose a tag to compare

Changes:

  • Added missing import in NumberPicker.
  • Improved Repeater behavior and reliability.
  • Added missing empty state in Repeater.

1.4.1

26 Jul 14:33
Compare
Choose a tag to compare

Changes:

  • Fixed popover flashes in LinkInput if there's less than 4 characters.

1.4.0

26 Jul 14:27
Compare
Choose a tag to compare

Changes:

  • Updated dependencies.
  • Fixed MultiSelect item bug when using simpleValue.
  • Updated Gutenberg overrides.
  • Tweaked Button icon size when size is set to small.
  • 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, and es-uic-flex-none will always be available.
  • MultiSelect and AsyncMultiSelect 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 inside GridLists.
  • 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

23 Jul 07:13
Compare
Choose a tag to compare

Changes:

  • Tweaked OptionSelect rich label style.

1.3.1

19 Jul 11:27
Compare
Choose a tag to compare

Changes:

  • Tweaked Gradient editor layout.
  • Tweaked Gutenberg tooltip style.

1.3.0

19 Jul 10:06
Compare
Choose a tag to compare

Changes:

  • Added the Modal component.
  • Fixed Gutenberg tooltip style.

1.2.3

19 Jul 10:05
Compare
Choose a tag to compare

Changes:

  • Adds missing doc comment for hide prop in Button.
  • Added a couple of styles for Gutenberg overrides.

1.2.2

12 Jul 07:15
Compare
Choose a tag to compare

First public release