Releases: lumapps/design-system
Releases · lumapps/design-system
v3.9.2
Fixed
Slideshow: changed active pagination item width for better a11y.ImageLightbox: fix closing animation cut short because of unstable image reference.
Added
Tooltip: addcloseModeto hide the tooltip instead of unmounting it.Tooltip: addariaLinkModeto use tooltip as label instead of description.
Changed
Tooltip: increment z-index making them appear above popovers.TextField: display browser native buttons when used with type="number", add "number" use case documentation.TextField: add jsdoc and typing fortypeprop.
v3.9.1
Fixed
Tooltip: fix re-render errors when removing the label.useImageLightbox: update props each time the lightbox opens.ImageLightbox: fix reset zoom scale when switching to the first item.ButtonGroup: fixed border radius style with single button or.visually-hiddenchildren.ImageLightbox: fix zoom center based on mouse position on mouse wheel zoom.
v3.9.0
Added
ImageLightbox: new component providing an image slideshow lightbox with extra features (zoom & a11y).UserBlock: added an XS size.
Changed
DatePicker: improve display of localized day number.- Reworked internal id generation (linking fields with labels, a11y attributes). Removed the
uiddependency. Message: changed type "info" color to blueNotification: changed type "info" color to blue
v3.8.1
🎨 StoryBook
📄 Changelog
Fixed
ImageBlock: restore old caption class names.
Changed
ImageBlock: addtitlePropsanddescriptionPropsto forward to the title and description.
v3.8.0
🎨 StoryBook
📄 Changelog
Fixed
Lightbox: fix a11y color contrast on the close button.Mosaic: fix thumbnail focus outline cropped by parent overflow.SlideShow: fix pagination item focus outline cropped by parent overflow.
Changed
Heading: fix the default typography when theasprop is set.ImageBlock: internal changes on caption styles (simply and make reusable).
Added
Thumbnail: addloadingPlaceholderImageRefto re-use a loaded image as the loading placeholder.Checkbox: add intermediate state viaisChecked="intermediate"
v3.7.5
🎨 StoryBook
📄 Changelog
Changed
ListItem: display keyboard focus ring even when not highlightedMessage: changed spacing between icon and text from 16 to 8
v3.7.4
v3.7.3
🎨 StoryBook
📄 Changelog
Fixed
Chip: fix forward key down event on clickable chipTextField: fix forward aria-describedby prop to input
Changed
Select,SelectMultiple: addselectElementRefprop to reference the actual input field of these components.
v3.7.2
🎨 StoryBook
📄 Changelog
Fixed
- Tooltip: fix children not having consistent ref on re-render (like when updating the tooltip label)
v3.7.1
🎨 StoryBook
📄 Changelog
Fixed
@lumx/core: lumx-color-variant, add fallback to default variant
Added
- InlineList: add
wrapprop to activate line wrap on overflow - Thumbnail: add
objectFitprop to control how the image fit in a constrained aspect ratio.
Defaults tocoverto scale & crop the image (like before).
Can be changed tocontainto avoid cropping the image (aka letterboxing). - Flag: add
truncateprop to activate text ellipsis on overflow. - Text: add
titleattribute when text is overflowing to display the full text on mouse over.
Changed
- Flag: allow any react node in label.