From f45f334bd8dadfae01baf17862fc938d5293f2ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:47:25 +0000 Subject: [PATCH] chore(1.x): release 1.10.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 47 +++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 399c0ac1182..d5fabe39c5e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "last-release-sha": "fed492ab6cb4e807cffcb07e26bf25ab585f1c6b", - ".": "1.14.0" + ".": "1.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 51357e39ab8..c4b38520588 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,53 @@ 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-11-05) + + +### Features + +* add sbb-icon-list styles ([#3038](https://github.com/sbb-design-systems/lyne-components/issues/3038)) ([d081288](https://github.com/sbb-design-systems/lyne-components/commit/d08128823044eef07722bec574628839e826d599)) +* 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-file-selector:** implement native form support ([#3085](https://github.com/sbb-design-systems/lyne-components/issues/3085)) ([449ee6d](https://github.com/sbb-design-systems/lyne-components/commit/449ee6d27667dcd944a4f17c6b91da0a1d250534)) +* **sbb-header:** introduce active state ([#3154](https://github.com/sbb-design-systems/lyne-components/issues/3154)) ([ffdeec4](https://github.com/sbb-design-systems/lyne-components/commit/ffdeec4e6d844b4af5b521c0af3742df207c0f1d)) +* **sbb-header:** introduce size s ([#3047](https://github.com/sbb-design-systems/lyne-components/issues/3047)) ([cd60922](https://github.com/sbb-design-systems/lyne-components/commit/cd60922f59af898f5875a3d6e9d378a1cf118080)) +* **sbb-journey-summary:** provide a11y footpath property ([#3104](https://github.com/sbb-design-systems/lyne-components/issues/3104)) ([05c6d1a](https://github.com/sbb-design-systems/lyne-components/commit/05c6d1a7828f4c4aad23f5a9aca5ef5cf047d5b3)) +* **sbb-map-container:** allow config of sticky offset on mobile ([#3092](https://github.com/sbb-design-systems/lyne-components/issues/3092)) ([520d812](https://github.com/sbb-design-systems/lyne-components/commit/520d8122899ba0281cf60f07f697002dbde407de)), closes [#3091](https://github.com/sbb-design-systems/lyne-components/issues/3091) +* **sbb-paginator:** add disabled property ([#3130](https://github.com/sbb-design-systems/lyne-components/issues/3130)) ([d43f64c](https://github.com/sbb-design-systems/lyne-components/commit/d43f64c3b306633fd1c663c81e7fc7336dbe1cf3)) +* **sbb-paginator:** add sbb-compact-paginator component variant ([#3142](https://github.com/sbb-design-systems/lyne-components/issues/3142)) ([2f3dc21](https://github.com/sbb-design-systems/lyne-components/commit/2f3dc2122c0c9f43cb2229520a23808dd006e2ad)) +* **sbb-paginator:** initial implementation ([#2982](https://github.com/sbb-design-systems/lyne-components/issues/2982)) ([8306362](https://github.com/sbb-design-systems/lyne-components/commit/83063628c88a6db6cc01acbaf6d9c04083b9c8a6)) +* **sbb-select:** implement native form support ([#3101](https://github.com/sbb-design-systems/lyne-components/issues/3101)) ([b9156ab](https://github.com/sbb-design-systems/lyne-components/commit/b9156ab70ffe14d543606194df305f9e7d4a1375)) +* **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-slider:** implement native form support ([#3071](https://github.com/sbb-design-systems/lyne-components/issues/3071)) ([ad35f2f](https://github.com/sbb-design-systems/lyne-components/commit/ad35f2f8169768fd52ee08fad9aba45d0f5c315b)) +* **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 + +* assign correct dependency versions for published packages ([#3102](https://github.com/sbb-design-systems/lyne-components/issues/3102)) ([ed99ce9](https://github.com/sbb-design-systems/lyne-components/commit/ed99ce9d3bea5b49c4919908b5c9680feb5fd2ab)), closes [#3100](https://github.com/sbb-design-systems/lyne-components/issues/3100) +* fix list colors ([#3126](https://github.com/sbb-design-systems/lyne-components/issues/3126)) ([44c2810](https://github.com/sbb-design-systems/lyne-components/commit/44c2810268e29760dbfb5e6cf8b0676ac501a3e3)), closes [#3123](https://github.com/sbb-design-systems/lyne-components/issues/3123) +* introduce disabledInteractive property and revert focusing disabled actions in general ([#3096](https://github.com/sbb-design-systems/lyne-components/issues/3096)) ([74b3e6f](https://github.com/sbb-design-systems/lyne-components/commit/74b3e6f880cf22e5868ff6619855fafd73f60b2e)) +* **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)) +* prevent using HTMLElement in SSR context ([#3107](https://github.com/sbb-design-systems/lyne-components/issues/3107)) ([333e90e](https://github.com/sbb-design-systems/lyne-components/commit/333e90e867729bdb73fb2d3b150ce1b96c407be3)) +* provide jsdom support for focus trap mechanism ([#3113](https://github.com/sbb-design-systems/lyne-components/issues/3113)) ([57179c1](https://github.com/sbb-design-systems/lyne-components/commit/57179c186aa28cb651ad3386059fbe2a95ee2082)) +* respect disabled interactive elements in focus trap ([#3108](https://github.com/sbb-design-systems/lyne-components/issues/3108)) ([fb0a1bb](https://github.com/sbb-design-systems/lyne-components/commit/fb0a1bba0aa4b83c8fe91b892af7d5baa6e8adba)), closes [#3109](https://github.com/sbb-design-systems/lyne-components/issues/3109) +* **sbb-calendar:** fix month selection on wide view ([#3192](https://github.com/sbb-design-systems/lyne-components/issues/3192)) ([#3193](https://github.com/sbb-design-systems/lyne-components/issues/3193)) ([4365e39](https://github.com/sbb-design-systems/lyne-components/commit/4365e39c74c91985d4021f94fb81c77e30517fc8)) +* **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:** fix skipLqip mode ([#3131](https://github.com/sbb-design-systems/lyne-components/issues/3131)) ([4519006](https://github.com/sbb-design-systems/lyne-components/commit/4519006b6513d4c5963675c4a1e0028ae2d27b84)) +* **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-image:** introduce css property to configure object-fit ([#3134](https://github.com/sbb-design-systems/lyne-components/issues/3134)) ([5a4ae41](https://github.com/sbb-design-systems/lyne-components/commit/5a4ae416e02b42d47ff35a0887d036b2b6900f0e)), closes [#3133](https://github.com/sbb-design-systems/lyne-components/issues/3133) +* **sbb-loading-indicator:** center component into his box ([#3144](https://github.com/sbb-design-systems/lyne-components/issues/3144)) ([22978f6](https://github.com/sbb-design-systems/lyne-components/commit/22978f6776598c7a457adcee4e9665229550caed)) +* **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) +* **sbb-radio-group:** avoid focusing disabled radios ([#3125](https://github.com/sbb-design-systems/lyne-components/issues/3125)) ([e4745c4](https://github.com/sbb-design-systems/lyne-components/commit/e4745c4cf50a2ab2c8c6e3e0090971c0e0626834)) +* **sbb-radio-group:** disable focus when disabling radio ([#3116](https://github.com/sbb-design-systems/lyne-components/issues/3116)) ([6453b6b](https://github.com/sbb-design-systems/lyne-components/commit/6453b6b9c77e8032171e04698f8ed7658e7869d5)) +* **sbb-teaser:** allow teaser usage in flexible layouts ([#3140](https://github.com/sbb-design-systems/lyne-components/issues/3140)) ([a51507b](https://github.com/sbb-design-systems/lyne-components/commit/a51507bf2af94a5cb8b91e9028fcc333da28cbf2)), closes [#3136](https://github.com/sbb-design-systems/lyne-components/issues/3136) +* **sbb-teaser:** css variable typo ([#3143](https://github.com/sbb-design-systems/lyne-components/issues/3143)) ([d3e4fb3](https://github.com/sbb-design-systems/lyne-components/commit/d3e4fb3c527059574195cf58686ca6bf3a599cdc)) +* switch to standard decorators and tighten property types ([#3121](https://github.com/sbb-design-systems/lyne-components/issues/3121)) ([e61bca5](https://github.com/sbb-design-systems/lyne-components/commit/e61bca5ccb1c1c339a8e989bb0fd9ad33e27df34)) +* 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.14.0](https://github.com/sbb-design-systems/lyne-components/compare/v1.13.0...v1.14.0) (2024-10-28) diff --git a/package.json b/package.json index 627fb610621..fe7ed73e104 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sbb-esta/lyne-elements", - "version": "1.14.0", + "version": "1.10.0", "description": "Lyne Design System", "keywords": [ "design system",