Skip to content

Releases: lumapps/design-system

v3.5.3

30 Aug 13:11
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Changed

  • Upgrade dependency classnames to v2.3.2

v3.5.2

08 Aug 09:03
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Fixed

  • Thumbnail: remove undesired console log.

v3.5.1

04 Aug 06:54
0a192ba
Compare
Choose a tag to compare

⚠️ Do not use the v3.5.1 tag, it does not reflect the changes from the version

🎨 StoryBook

[📄 Changelog] Not available for the current tag.

Changed

  • Thumbnail: synchronously set error for image with empty source.

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