Skip to content

Releases: lumapps/design-system

v3.6.4

20 Feb 08:48
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Fixed

  • InputHelper: change of html tag to improve semantic
  • Popover: restore focus on trigger on closed externally

Changed

  • Tooltip: do not show on anchor focus if the focus is not visible (keyboard driven)

v3.6.3

08 Feb 09:50
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Fixed

  • Thumbnail: fix warnings on image overflow style
  • Notification: fix forwarding style

Added

  • Popover: add dark theme

Changed

  • Popover: reworked arrow style to be bigger and with a correct drop shadow
  • Notification: add usePortal (default value is true) to be able to not use a portal in some cases.

v3.6.2

16 Jan 14:21
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Fixed

  • Lightbox, Dialog, Notification: fix remove from DOM when closing while the opening transition isn't finished.
  • Avatar: fixed Chrome behavior when down-scaling avatar so it is not pixelated anymore

v3.6.1

05 Jan 13:05
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Added

  • Text: add style customisation with whiteSpace props
  • Add new design token medium for font-weight.

Fixed

  • Tooltip: fixed tooltip closing when mouse is hovering the tooltip text.
  • Tooltip: fixed close on Escape key pressed (not only when anchor is focused).
  • Lightbox: fixed aria dialog accessibility (reworked role, labelling and default focus element).
  • Lightbox: document accessibility concerns.

v3.6.0

05 Dec 14:54
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Changed

  • @lumx/icons: override & alias system in place. now custom icon fonts are now generated from MDI fonts we extend.
  • @lumx/icons: override Twitter logo to use the new X logo.
  • @lumx/core: make component spacing styles default to CSS variables.
  • @lumx/core: make component border styles default to CSS variables.
  • @lumx/core: change text-field background to transparent.
  • @lumx/core: minor change on tabs color.
  • @lumx/core: minor change on navigation colors.
  • @lumx/core: minor change on button colors.

v3.5.5

13 Nov 13:59
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Changed

  • Table row: selected states color update + documentation update
  • @lumx/core: remove default line-height on custom title typography.

v3.5.4

17 Oct 09:10
Compare
Choose a tag to compare

🎨 StoryBook

📄 Changelog

Changed

  • List & Navigation: add outline on focus-visible for better accessibility
  • @lumx/react no long depend on moment or moment-range to generate the date picker.
  • Deprecated @lumx/core/js/date-picker functions that will be removed in the next major version along with moment and moment-range.
  • DatePicker & DatePickerField: locale prop is now optional (uses browser locale by default)
  • ListSubHeader: darken text color for better accessibility

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.