Releases: lumapps/design-system
Releases · lumapps/design-system
v3.5.3
v3.5.2
v3.5.1
🎨 StoryBook
[📄 Changelog] Not available for the current tag.
Changed
- Thumbnail: synchronously set error for image with empty source.
v3.5.0
🎨 StoryBook
📄 Changelog
Added
- Tab: add icon customisation with
iconProps
Fixed
- Thumbnail: fix an issue with SVG images not loading on firefox when no width/height is specified.
v3.4.0
🎨 StoryBook
📄 Changelog
Changed
- CommentBlock:
name
&date
are now optional - CommentBlock:
onClick
,onMouseEnter
&onMouseLeave
are now deprecated - Thumbnail: reworked image sizing with native CSS aspect ratio if supported
Added
- Thumbnail: added
panoramic
aspect ratio
Fixed
- TableCell: fix clickable & sortable header cell accessibility
- Uploader: use button element by default
- Uploader: use label and input file elements when providing
fileInputProps
- Autocomplete: fix focus field when clear button is triggered
- SideNavigationItem: fix closed/opened state accessibility
- SideNavigationItem: use button element by default for better accessibility
v3.3.1
🎨 StoryBook
📄 Changelog
Fixed
- IconButton: remove the
aria-describedby
attribute when thearia-label
and thearia-describedby
have the same value. - TextField: focus the text field input when clicking on the clear button
v3.3.0
🎨 StoryBook
📄 Changelog
Added
TextField
component now showsaria-describedby
andaria-invalid
attributes.TextField
component now has a new proponClear
to allow a callback to be passed.
v3.2.1
🎨 StoryBook
📄 Changelog
Fixed
- Select: fix the select dropdown focus not being trapped in it.
- Popover, DatePickerField, Dialog & Lightbox: remove unnecessary scroll on open (on focus trap activation)
- Popover & Dropdown: remove unnecessary scroll on close (on focus restore)
v3.2.0
🎨 StoryBook
📄 Changelog
Changed
- @lumx/core: improved color contrast on dark L6 & L2
Added
- New
Navigation
component.
v3.1.5
🎨 StoryBook
📄 Changelog
Added
- Dialog: added new props
disableBodyScroll
,preventCloseOnClick
andpreventCloseOnEscape