Skip to content

Releases: lumapps/design-system

v3.5.0

27 Jul 13:36
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Added

  • Tab: add icon customisation with iconProps

Fixed

  • Thumbnail: fix an issue with SVG images not loading on firefox when no width/height is specified.

v3.4.0

06 Jul 09:51
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Changed

  • CommentBlock: name & date are now optional
  • CommentBlock: onClick, onMouseEnter & onMouseLeave are now deprecated
  • Thumbnail: reworked image sizing with native CSS aspect ratio if supported

Added

  • Thumbnail: added panoramic aspect ratio

Fixed

  • TableCell: fix clickable & sortable header cell accessibility
  • Uploader: use button element by default
  • Uploader: use label and input file elements when providing fileInputProps
  • Autocomplete: fix focus field when clear button is triggered
  • SideNavigationItem: fix closed/opened state accessibility
  • SideNavigationItem: use button element by default for better accessibility

v3.3.1

12 Jun 15:25
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Fixed

  • IconButton: remove the aria-describedby attribute when the aria-label and the aria-describedby have the same value.
  • TextField: focus the text field input when clicking on the clear button

v3.3.0

03 May 13:01
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Added

  • TextField component now shows aria-describedby and aria-invalid attributes.
  • TextField component now has a new prop onClear to allow a callback to be passed.

v3.2.1

26 Apr 12:03
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Fixed

  • Select: fix the select dropdown focus not being trapped in it.
  • Popover, DatePickerField, Dialog & Lightbox: remove unnecessary scroll on open (on focus trap activation)
  • Popover & Dropdown: remove unnecessary scroll on close (on focus restore)

v3.2.0

11 Apr 08:09
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Changed

  • @lumx/core: improved color contrast on dark L6 & L2

Added

  • New Navigation component.

v3.1.5

03 Feb 12:54
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Added

  • Dialog: added new props disableBodyScroll, preventCloseOnClick and preventCloseOnEscape

v3.1.4

26 Jan 17:56
Compare
Choose a tag to compare

🎨 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

12 Jan 12:19
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Added

  • ExpansionPanel: passed event to the onOpen, onClose and onToggleOpen callbacks.

Fixed

  • GridColumn: fix SCSS variable interpolation.

v3.1.2

10 Jan 14:23
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Added

  • New GridColumn component.
  • Progress: split into ProgressCircular and ProgressLinear components. Progress is now deprecated.
  • ProgressCircular: add size variants.

Changed

  • Badge, Button, Chip, Icon, Link: only ColorPalette values are allowed on the color prop (instead of string). This has no impact on functionality, if you used unsupported color before, you can ignore TS errors with as any.

Fixed

  • Tab: fix disabled state.