Skip to content

Commit

Permalink
chore(main): release 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 14, 2024
1 parent 2ad13f4 commit 91ef728
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.53.0](https://github.com/sbb-design-systems/lyne-components/compare/v0.52.1...v0.53.0) (2024-06-14)


### ⚠ BREAKING CHANGES

* **sbb-selection-panel, sbb-checkbox, sbb-radio-button:** `sbb-selection-panel` has been renamed to `sbb-selection-expansion-panel`. The `sbb-checkbox` and `sbb-radio-button` components cannot be used anymore with `sbb-selection-expansion-panel` (does not apply for cases where they are slotted inside the `content` slot). As a replacement, we introduce the new components `sbb-checkbox-panel` and `sbb-radio-button-panel`, which could also be used standalone in cases where there is no content. `sbb-checkbox-group` and `sbb-radio-button-group` also support the panel variants. How to migrate?
- Rename usages of `sbb-selection-panel` to `sbb-selection-expansion-panel`.
- Inside the `sbb-selection-expansion-panel`, replace `sbb-checkbox` with `sbb-checkbox-panel` and `sbb-radio-button` with `sbb-radio-button-panel` (does not apply for cases where they are slotted inside the `content` slot of the `sbb-selection-expansion-panel`)
- In cases where there was no content (slot), don't use `sbb-selection-panel`/`sbb-selection-expansion-panel` anymore, but directly use `sbb-checkbox-panel` or `sbb-radio-button-panel`.

### Code Refactoring

* **sbb-selection-panel, sbb-checkbox, sbb-radio-button:** split into regular and panel variants ([2ad13f4](https://github.com/sbb-design-systems/lyne-components/commit/2ad13f448d7f0b0f77855dd09cd26fe6554375bf))

## [0.52.1](https://github.com/sbb-design-systems/lyne-components/compare/v0.52.0...v0.52.1) (2024-06-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sbb-esta/lyne-elements",
"version": "0.52.1",
"version": "0.53.0",
"description": "Lyne Design System",
"keywords": [
"design system",
Expand Down

0 comments on commit 91ef728

Please sign in to comment.