Releases: infinum/eightshift-ui-components
Releases · infinum/eightshift-ui-components
5.3.2
Changes:
- Updated dependencies.
- Fixed some JSDoc typedef imports not being preserved in production bundles.
5.3.1
Changes:
- Fixed some JSDoc typedefs not being preserved in production bundles.
5.3.0
Changes:
- Updated dependencies.
- Fixed
RichLabelandMenuItemicon shrinking in some instances. - Made
Menusize fixed to prevent layout shifts. You can remove the fixed width withmanualWidthprop, but there will still be a max limit. - Tweaked Popover classname passing in
Menu. MenuItemnow supportssubtitle.- Slightly adjusted icon sizes across components to improve sharpness.
- Fixed
onAfterItemRemoveerrors inDraggableandDraggableList. - Added new
MenuSectionHeadercomponent (decorative). - Added 4 UI icons.
- Improved code completion for nested prop passthroughs in various components (e.g.
triggerPropsinMenu). Checkboxnow supporticoneven withoutalignEnd.- Tweaked some animations in
AnimatedVisibility. - Slightly adjusted
Noticespacing. - Added ability to pass
labelClassName,subtitleClassNameandlabelSubtitleWrapClassNametoRichLabel.
5.2.1
Changes:
- Added the option for custom fetch functions in
AsyncSelectNextand__AsyncMultiSelectNext.
5.2.0
Changes:
- Updated dependencies.
- Added experimental MultiSelect and async MultiSelect components (
__MultiSelectNextand__AsyncMultiSelectNext).
5.1.4
Changes:
- The 'Duplicate' button can now be disabled in
Repeaterwith thenoDuplicateButtonprop - The 'Duplicate' button will now be disabled if
addDisabledistrue - Fixed doc comments for
SelectNextandAsyncSelectNext
5.1.3
Changes:
- Fixed some icons missing dynamic colors
- Added tiny bit of space to
Noticesubtitle - Tweaked compact
Tabsspacing - Added
pillOutlineandpillCompactOutlinevariants ofTabs - Updated
Noticestyling
5.1.2
Changes:
- Updated dependencies
- Fixed a couple of bugs in
SelectNextandAsyncSelectNextand added missing prop docs Menunow support thedisabledattribute
5.1.1
Changes:
- Added slot for actions next to the close button in Modal (
headerActionsprop). - Fixed
monospaceFontnot working with multilineInputFields. - Added 2, updated 16 UI icons.
5.1.0
Changes:
- Added
isStringhelper function __ExperimentalAsyncSelectand__ExperimentalSelectimprovements:- Reworked components to look and work better
- Added
customDropdownArrowprop - Now fully feature-complete with previous
react-selectimplementations - [BREAKING] Renamed to
AsyncSelectNextandSelectNext, please update imports accordingly
- Tweaked
PopoverandLinkInputpopover enter/exit animations - Twaeked
Switchstyling whendisabled - Tweaked
react-selectdefaut styles to better match new components InputFieldwith typesearchwill now clear onEscon Firefox too