Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.10.0 #3057

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"last-release-sha": "fed492ab6cb4e807cffcb07e26bf25ab585f1c6b",
".": "1.9.0"
".": "1.10.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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.

## [1.10.0](https://github.com/sbb-design-systems/lyne-components/compare/v1.9.0...v1.10.0) (2024-09-12)


### Features

* keep action elements focusable when disabled ([#3040](https://github.com/sbb-design-systems/lyne-components/issues/3040)) ([a9410ba](https://github.com/sbb-design-systems/lyne-components/commit/a9410ba7d36b2ea7d5d9902869db21828337e3f0))
* **sbb-selection-expansion-panel:** introduce size s ([#3030](https://github.com/sbb-design-systems/lyne-components/issues/3030)) ([a04b5b4](https://github.com/sbb-design-systems/lyne-components/commit/a04b5b498e6479992d791cc5292bede7098d1738))
* **sbb-timetable-row:** provide a11y footpaths ([#3048](https://github.com/sbb-design-systems/lyne-components/issues/3048)) ([cf9e70f](https://github.com/sbb-design-systems/lyne-components/commit/cf9e70fb002bc19c79eab87ab195b2549ac9499b))
* **table:** introduce table size xs ([#3077](https://github.com/sbb-design-systems/lyne-components/issues/3077)) ([9701f84](https://github.com/sbb-design-systems/lyne-components/commit/9701f844022aab1908fa8223d4df227a7f6ab587))


### Bug Fixes

* **option-base:** use data-active instead of active attribute ([#3055](https://github.com/sbb-design-systems/lyne-components/issues/3055)) ([92cf0ca](https://github.com/sbb-design-systems/lyne-components/commit/92cf0caa20da994ffe5738766606b6e020492467))
* **sbb-dialog:** fix resizing flickering ([#3065](https://github.com/sbb-design-systems/lyne-components/issues/3065)) ([06aa927](https://github.com/sbb-design-systems/lyne-components/commit/06aa92734883e4de4ab5212cee2714f1a4736476)), closes [#3063](https://github.com/sbb-design-systems/lyne-components/issues/3063)
* **sbb-expansion-panel-header:** fix height if disabled ([#3059](https://github.com/sbb-design-systems/lyne-components/issues/3059)) ([64eca9f](https://github.com/sbb-design-systems/lyne-components/commit/64eca9f3bb43f7cba34312193166196b848e9258))
* **sbb-icon:** ensure sbb-angular compatibility ([#3081](https://github.com/sbb-design-systems/lyne-components/issues/3081)) ([ef4b587](https://github.com/sbb-design-systems/lyne-components/commit/ef4b587b047642a08a7da660264bc49086782c86))
* **sbb-image:** improve default image cdn config ([#3060](https://github.com/sbb-design-systems/lyne-components/issues/3060)) ([546cfd8](https://github.com/sbb-design-systems/lyne-components/commit/546cfd83a3427e4e07ffd3816de90370806d8a27))
* **sbb-pearl-chain:** fix spacing of bullet points ([#3066](https://github.com/sbb-design-systems/lyne-components/issues/3066)) ([0f10796](https://github.com/sbb-design-systems/lyne-components/commit/0f107965aae46fecce38147b70e302a23f877d4d)), closes [#3064](https://github.com/sbb-design-systems/lyne-components/issues/3064)
* warn about nested action elements ([#3058](https://github.com/sbb-design-systems/lyne-components/issues/3058)) ([5b1a823](https://github.com/sbb-design-systems/lyne-components/commit/5b1a8233f543fb4bd0f7cf8e795f2fa6a37e5a3b))

## [1.9.0](https://github.com/sbb-design-systems/lyne-components/compare/v1.8.0...v1.9.0) (2024-08-29)


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": "1.9.0",
"version": "1.10.0",
"description": "Lyne Design System",
"keywords": [
"design system",
Expand Down