Skip to content

Releases: sbb-design-systems/lyne-components

v0.46.0

12 Feb 15:47
55cfeb5
Compare
Choose a tag to compare

0.46.0 (2024-02-12)

⚠ BREAKING CHANGES

  • sbb-popover: Component sbb-tooltip has been renamed to sbb-popover. Component sbb-tooltip-trigger has been renamed to sbb-popover-trigger Attribute sbb-tooltip-close has been renamed to sbb-popover-close. Every CSS tooltip variable has been renamed from --sbb-tooltip-* to --sbb-popover-* (including trigger).

Bug Fixes

  • sbb-popover: rename tooltip to popover and fix accessibility bugs (#2368) (70c1c07), closes #2018
  • sbb-select: wait for shadow DOM readiness before setup when using nextjs (#2409) (fbef967)
  • sbb-sticky-bar: remove unnecessary import to container (#2406) (c935436)

v0.45.0

08 Feb 16:09
960046c
Compare
Choose a tag to compare

0.45.0 (2024-02-08)

⚠ BREAKING CHANGES

  • sbb-alert: renamed willPresent event to willOpen and didPresent to didOpen.

Features

  • a11y: implemented a11y tree snapshot function (#2378) (3484e7b)
  • sbb-clock: introduce option to configure color of seconds hand (#2400) (b94d92d)
  • sbb-container: first implementation (#2271) (7403b67)
  • sbb-screenreader-only: initial implementation (#2377) (2e763d4)
  • update journey-summary storybook title (#2390) (3469654)

Bug Fixes

  • multiple: render lists with just one element as span (#2381) (e703be1)
  • sbb-alert: refactor animation to properly work in Safari (#2394) (30bf7c1), closes #2389
  • sbb-calendar: using keyboard navigation loses focus (#2354) (68be709)
  • sbb-form-field: suppress firefox outline for external framework compatibility (#2386) (6374162)
  • sbb-notification: fix accessibility (#2325) (00e9540)
  • sbb-select: hide placeholder when using floating label in HCM (#2399) (dd38d13), closes #2326

v0.44.1

24 Jan 10:24
94f166e
Compare
Choose a tag to compare

0.44.1 (2024-01-24)

Bug Fixes

  • sbb-header: fix border radius of focus outline in Safari (#2365) (aa409e7)
  • scrollbar: fix track color in nested context (#2363) (82a4ad8)

v0.44.0

22 Jan 16:33
279c4af
Compare
Choose a tag to compare

0.44.0 (2024-01-22)

⚠ BREAKING CHANGES

  • sbb-teaser: The property isStacked has been removed in favor of alignment. Please see the documentation for further info. The description is not clamped to two lines anymore (responsibility of consumer). The slotted image has now a default width of 300px. The slot, formerly named description, has been replaced by the unnamed slot. Support of nested p elements dropped (invalid html).
  • The following components have been removed: sbb-timetable-barrier-free, sbb-timetable-park-and-rail, sbb-timetable-row-column-headers, sbb-timetable-row-day-change, sbb-timetable-row-header, sbb-timetable-transportation-number, sbb-timetable-transportation-time, timetable-travel-hints.

Features

Bug Fixes

  • sbb-title: move font-smoothing into scss mixin (#2355) (331bac3)

Code Refactoring

  • remove unused components (e3b29eb)

v0.43.14

17 Jan 12:07
b5e5e26
Compare
Choose a tag to compare

0.43.14 (2024-01-17)

Bug Fixes

v0.43.13

17 Jan 08:36
25ede86
Compare
Choose a tag to compare

0.43.13 (2024-01-16)

Bug Fixes

v0.43.12

16 Jan 14:08
f94f721
Compare
Choose a tag to compare

0.43.12 (2024-01-16)

Bug Fixes

v0.43.11

16 Jan 08:20
777a809
Compare
Choose a tag to compare

0.43.11 (2024-01-16)

Bug Fixes

  • improve creation of react component (#2337) (a64a3eb)
  • remove setTimeout from SlotChildObserver (#2334) (4905c9b)
  • sbb-header: shows the header if it has visible focus within (#2237) (37061ad)
  • sbb-notification: border left stability (#2330) (0cae556)
  • sbb-notification: delay removal of notification after closing (#2333) (63ba57c)
  • sbb-notification: fix notification animation (#2274) (5272043)
  • sbb-toggle: deal with undefined option component (#2327) (97a4061)

v0.43.10

09 Jan 13:57
4bd0abf
Compare
Choose a tag to compare

0.43.10 (2024-01-09)

Bug Fixes

v0.43.9

09 Jan 13:09
a5df58f
Compare
Choose a tag to compare

0.43.9 (2024-01-09)

Bug Fixes

  • improve SSR handling of React components with children (#2306) (da0c1c5)
  • sbb-autocomplete: highlight option when options change (#2317) (76affb1)
  • sbb-icon: fix preserving space during loading (#2308) (2a01652)
  • sbb-map-container: add scrollbar background and divider line (#2316) (4b0f765)