Releases: lumapps/design-system
Releases · lumapps/design-system
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-labelthat would breakaria-labelledbylink 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 ofisSelectedinlowemphasis (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-horizontaland
--lumx-button-emphasis-selected-hover-active-padding-horizontal(use the baselowormediumemphasis 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 whenEnterkey is pressedExpansionPanel: fix children remaining in the DOM whenisOpenprop changes
v3.9.4
Fixed
ExpansionPanel: fix children remaining in the DOM when closedImageLightbox: fix unexpected error on windows 10 reporting incorrect touch device
Added
BadgeWrapper: add this new component to allow adding a badge to any component.
Changed
Mosaic: removed broken lightboxes on mosaic demos.
v3.9.3
Fixed
ImageLightbox: fix closing transition triggering multiple times.
Changed
Tooltip: use the standard classvisually-hiddenwhen closed and withcloseMode="hide".