Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
0.52.0 (2024-06-06)
⚠ BREAKING CHANGES
now
property that can be used to set time or date-based components into a specific state, especially for testing purposes.sbb-calendar
,sbb-datepicker
,sbb-timetable-row
,sbb-journey-summary
,sbb-pearl-chain
,sbb-pearl-chain-time
: change the attributedata-now
tonow
. The propertynow
can be a Date or Unix timestamp. If you had a timestamp in milliseconds before, please divide by 1000 to get seconds.sbb-clock
: change the attributedata-now
tonow
. The propertynow
has to be in the format "HH:MM:SS".Lyne components
andLyne components react
libraries have been renamed, please update imports accordingly.@sbb-esta/lyne-components
=>@sbb-esta/lyne-elements
@sbb-esta/lyne-components-react
=>@sbb-esta/lyne-react
The following components, and their react wrappers, have been moved into
@sbb-esta/lyne-elements-experimental
and@sbb-esta/lyne-react-experimental
respectively:link
role inside the Shadow DOM. Therefore, for the following components, replace the[aria-label]
usages with[accessibility-label]
attribute oraccessibilityLabel
property:sbb-breadcrumb
sbb-button-link
,sbb-secondary-button-link
,sbb-tertiary-button-link
,sbb-transparent-button-link
sbb-card-link
sbb-header-link
sbb-link
,sbb-block-link
sbb-menu-link
sbb-navigation-link
sbb-teaser
,sbb-teaser-hero
,sbb-teaser-paid
Features
sbb-stepper
component (#2491) (d389572)Bug Fixes
Code Refactoring
lyne-components
intolyne-elements
and createlyne-elements-experimental
(edd3a73)This PR was generated with Release Please. See documentation.