Releases: lumapps/design-system
Releases · lumapps/design-system
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.
v3.0.7
v3.0.6
🎨 StoryBook
📄 Changelog
Added
- New component in React:
PopoverDialog
. - New type :
HasAriaLabelOrLabelledBy
- Popover: add
withFocusTrap
prop to set a focus trap within the popover.
Fixed
- Autocomplete: fix type of textFieldProps prop.
Changed
- Popover, Dropdown, Autocomplete: add
minWidth
,maxWidth
andwidth
options to thefitToAnchorWidth
property. - Button: make Text component's truncate work with Button