Skip to content

v3.9.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 14:54
· 3 commits to master since this release

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