Releases: lumapps/design-system
Releases · lumapps/design-system
v3.12.0
Added
Dialog
,Lightbox
&PopoverDialog
: set default heading level context toh2
UserBlock
: addedadditionalFields
andafter
props
v3.11.3
Fixed
Tooltip
: remove placement style when hidden (closeMode=hide) to fix overflow issueMosaic
: remove negative inset that could break overflow of parent elementPopover
: limit popover placement update on element resize
v3.11.2
Fixed
Popover
: fix rendering on initializing that could break placement on constrained spaceTooltip
: fix improper first placement on React 18
v3.11.1
Fixed
IconButton
: remove the children prop as it's not actually supported by the componentPopover
: fix improper first placement on React 18Popover
: update placement on both anchor and popover resizeTooltip
: remove un-necessary tooltiparia-label
that would breakaria-labelledby
link to anchor
v3.11.0
Added
ThemeProvider
&useTheme
: add context util to facilitate propagation of themePopover
: dark theme prop applies to all children via the theme context
v3.10.0
Changed
TextField
: change theme light border color for better contrastSlideShow
: rework control button color contrast for better a11yChip
: rework selected state style for better a11yNavigation
: rework selected state style for better a11ySideNavigationItem
: rework selected state style for better a11yButton
: rework selected state style for better a11y
v3.9.8
Fixed
Tabs
: removed (revert) a problematic flex-grow style on the tablist.
v3.9.7
v3.9.6
Added
Button
: add support ofisSelected
inlow
emphasis (in addition tomedium
).
Changed
DatePicker
: update day buttons to use standard button stylesChip
: add border and background color CSS variable theming on selected state.SideNavigationItem
: add border CSS variable theming on selected state.Button
: deprecated variables--lumx-button-emphasis-selected-state-default-padding-horizontal
,
--lumx-button-emphasis-selected-hover-hover-padding-horizontal
and
--lumx-button-emphasis-selected-hover-active-padding-horizontal
(use the baselow
ormedium
emphasis padding)
Fixed
NavigationItem
: fix focus outline in dark themeNavigationSection
: fix props forwardingNavigationItem
: fix border left & right impacting the width
Documentation
- Storybook dark theme switcher: improve label of dark/light modes
- Storybook
withCombinations()
: better section heading, exclude combinations - Storybook
withTheming()
: new decorator to demonstrate CSS variables on stories - Storybook
Button
:- Cleaned up stories argTypes and controls
- Rework stories content with more combinations
- Add theming story
- Storybook
DatePicker
: add theming story - Storybook
Chip
: add theming story - Storybook
Navigation
: add variants & theming stories - Storybook
SideNavigationItem
: add variant and theming stories
v3.9.5
Fixed
Chip
: trigger onClick whenEnter
key is pressedExpansionPanel
: fix children remaining in the DOM whenisOpen
prop changes