Skip to content

Releases: lumapps/design-system

v3.12.0

19 Mar 13:52
Compare
Choose a tag to compare

Added

  • Dialog, Lightbox & PopoverDialog: set default heading level context to h2
  • UserBlock: added additionalFields and after props

🎨 StoryBook - 📄 See changelog history

v3.11.3

04 Mar 09:41
Compare
Choose a tag to compare

Fixed

  • Tooltip: remove placement style when hidden (closeMode=hide) to fix overflow issue
  • Mosaic: remove negative inset that could break overflow of parent element
  • Popover: limit popover placement update on element resize

🎨 StoryBook - 📄 See changelog history

v3.11.2

18 Feb 13:30
Compare
Choose a tag to compare

Fixed

  • Popover: fix rendering on initializing that could break placement on constrained space
  • Tooltip: fix improper first placement on React 18

🎨 StoryBook - 📄 See changelog history

v3.11.1

17 Feb 10:48
Compare
Choose a tag to compare

Fixed

  • IconButton: remove the children prop as it's not actually supported by the component
  • Popover: fix improper first placement on React 18
  • Popover: update placement on both anchor and popover resize
  • Tooltip: remove un-necessary tooltip aria-label that would break aria-labelledby link to anchor

🎨 StoryBook - 📄 See changelog history

v3.11.0

05 Feb 15:23
Compare
Choose a tag to compare

Added

  • ThemeProvider & useTheme: add context util to facilitate propagation of theme
  • Popover: dark theme prop applies to all children via the theme context

🎨 StoryBook - 📄 See changelog history

v3.10.0

16 Jan 13:56
Compare
Choose a tag to compare

Changed

  • TextField: change theme light border color for better contrast
  • SlideShow: rework control button color contrast for better a11y
  • Chip: rework selected state style for better a11y
  • Navigation: rework selected state style for better a11y
  • SideNavigationItem: rework selected state style for better a11y
  • Button: rework selected state style for better a11y

🎨 StoryBook - 📄 See changelog history

v3.9.8

10 Jan 12:40
Compare
Choose a tag to compare

Fixed

  • Tabs: removed (revert) a problematic flex-grow style on the tablist.

🎨 StoryBook - 📄 See changelog history

v3.9.7

08 Jan 10:47
Compare
Choose a tag to compare

Changed

  • Tabs: add tab label truncate on constrained width.

🎨 StoryBook - 📄 See changelog history

v3.9.6

10 Dec 14:54
Compare
Choose a tag to compare

Added

  • Button: add support of isSelected in low emphasis (in addition to medium).

Changed

  • DatePicker: update day buttons to use standard button styles
  • Chip: 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 base low or medium emphasis padding)

Fixed

  • NavigationItem: fix focus outline in dark theme
  • NavigationSection: fix props forwarding
  • NavigationItem: 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

🎨 StoryBook - 📄 See changelog history

v3.9.5

06 Nov 10:34
Compare
Choose a tag to compare

Fixed

  • Chip: trigger onClick when Enter key is pressed
  • ExpansionPanel: fix children remaining in the DOM when isOpen prop changes

🎨 StoryBook - 📄 See changelog history