Skip to content

Releases: infinum/eightshift-ui-components

5.3.2

23 Sep 08:20
a409e87

Choose a tag to compare

Changes:

  • Updated dependencies.
  • Fixed some JSDoc typedef imports not being preserved in production bundles.

5.3.1

19 Sep 09:04
7108651

Choose a tag to compare

Changes:

  • Fixed some JSDoc typedefs not being preserved in production bundles.

5.3.0

18 Sep 13:50
ab96b17

Choose a tag to compare

Changes:

  • Updated dependencies.
  • Fixed RichLabel and MenuItem icon shrinking in some instances.
  • Made Menu size fixed to prevent layout shifts. You can remove the fixed width with manualWidth prop, but there will still be a max limit.
  • Tweaked Popover classname passing in Menu.
  • MenuItem now supports subtitle.
  • Slightly adjusted icon sizes across components to improve sharpness.
  • Fixed onAfterItemRemove errors in Draggable and DraggableList.
  • Added new MenuSectionHeader component (decorative).
  • Added 4 UI icons.
  • Improved code completion for nested prop passthroughs in various components (e.g. triggerProps in Menu).
  • Checkbox now support icon even without alignEnd.
  • Tweaked some animations in AnimatedVisibility.
  • Slightly adjusted Notice spacing.
  • Added ability to pass labelClassName, subtitleClassName and labelSubtitleWrapClassName to RichLabel.

5.2.1

31 Jul 08:02
8d47f80

Choose a tag to compare

Changes:

  • Added the option for custom fetch functions in AsyncSelectNext and __AsyncMultiSelectNext.

5.2.0

24 Jul 09:15
9af8766

Choose a tag to compare

Changes:

  • Updated dependencies.
  • Added experimental MultiSelect and async MultiSelect components (__MultiSelectNext and __AsyncMultiSelectNext).

5.1.4

15 Jul 07:09
4ea7966

Choose a tag to compare

Changes:

  • The 'Duplicate' button can now be disabled in Repeater with the noDuplicateButton prop
  • The 'Duplicate' button will now be disabled if addDisabled is true
  • Fixed doc comments for SelectNext and AsyncSelectNext

5.1.3

14 Jul 12:03
970535b

Choose a tag to compare

Changes:

  • Fixed some icons missing dynamic colors
  • Added tiny bit of space to Notice subtitle
  • Tweaked compact Tabs spacing
  • Added pillOutline and pillCompactOutline variants of Tabs
  • Updated Notice styling

5.1.2

10 Jul 11:09
c9a40e2

Choose a tag to compare

Changes:

  • Updated dependencies
  • Fixed a couple of bugs in SelectNext and AsyncSelectNext and added missing prop docs
  • Menu now support the disabled attribute

5.1.1

02 Jul 07:33
6899a67

Choose a tag to compare

Changes:

  • Added slot for actions next to the close button in Modal (headerActions prop).
  • Fixed monospaceFont not working with multiline InputFields.
  • Added 2, updated 16 UI icons.

5.1.0

27 Jun 13:50
613e5a7

Choose a tag to compare

Changes:

  • Added isString helper function
  • __ExperimentalAsyncSelect and __ExperimentalSelect improvements:
    • Reworked components to look and work better
    • Added customDropdownArrow prop
    • Now fully feature-complete with previous react-select implementations
    • [BREAKING] Renamed to AsyncSelectNext and SelectNext, please update imports accordingly
  • Tweaked Popover and LinkInput popover enter/exit animations
  • Twaeked Switch styling when disabled
  • Tweaked react-select defaut styles to better match new components
  • InputField with type search will now clear on Esc on Firefox too