Releases: lumapps/design-system
Releases · lumapps/design-system
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
v3.1.4
🎨 StoryBook
📄 Changelog
Changed
- Popover: skip positioning logic in jsdom environment (can only be tested in integration tests).
- Popover: add
as
prop to customize the root element component render.
v3.1.3
🎨 StoryBook
📄 Changelog
Added
- ExpansionPanel: passed event to the
onOpen
,onClose
andonToggleOpen
callbacks.
Fixed
- GridColumn: fix SCSS variable interpolation.
v3.1.2
🎨 StoryBook
📄 Changelog
Added
- New
GridColumn
component. - Progress: split into
ProgressCircular
andProgressLinear
components.Progress
is now deprecated. - ProgressCircular: add
size
variants.
Changed
- Badge, Button, Chip, Icon, Link: only
ColorPalette
values are allowed on thecolor
prop (instead ofstring
). This has no impact on functionality, if you used unsupported color before, you can ignore TS errors withas any
.
Fixed
- Tab: fix disabled state.