Releases: sbb-design-systems/lyne-components
Releases · sbb-design-systems/lyne-components
v0.46.0
0.46.0 (2024-02-12)
⚠ BREAKING CHANGES
- sbb-popover: Component
sbb-tooltip
has been renamed tosbb-popover
. Componentsbb-tooltip-trigger
has been renamed tosbb-popover-trigger
Attributesbb-tooltip-close
has been renamed tosbb-popover-close
. Every CSS tooltip variable has been renamed from--sbb-tooltip-*
to--sbb-popover-*
(including trigger).
Bug Fixes
v0.45.0
0.45.0 (2024-02-08)
⚠ BREAKING CHANGES
- sbb-alert: renamed
willPresent
event towillOpen
anddidPresent
todidOpen
.
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
v0.44.0
0.44.0 (2024-01-22)
⚠ BREAKING CHANGES
- sbb-teaser: The property
isStacked
has been removed in favor ofalignment
. Please see the documentation for further info. Thedescription
is not clamped to two lines anymore (responsibility of consumer). The slottedimage
has now a default width of300px
. The slot, formerly nameddescription
, has been replaced by the unnamed slot. Support of nestedp
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
- form-field: allow label to be visually hidden (#2361) (9f618db)
- sbb-teaser: redesign (#2211) (ba5f86c)
Bug Fixes
Code Refactoring
- remove unused components (e3b29eb)
v0.43.14
v0.43.13
v0.43.12
v0.43.11
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)