From 42deff7714a8337953ded525365ee527b61f4407 Mon Sep 17 00:00:00 2001 From: hirsch88 Date: Thu, 16 Jan 2025 14:26:35 +0000 Subject: [PATCH] :bookmark: release: 17.3.0 --- CHANGELOG.md | 16 +++++++ package-lock.json | 106 +++++++++++++++++++++++----------------------- 2 files changed, 69 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f028a60..675cc198b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 17.3.0 + +### Minor Changes + +- **toast**: improve a11y with animation, icon and size options ( [#1574](https://github.com/baloise/design-system/pull/1574)) + +- **spinner**: add white options for the circle spinner ( [#1574](https://github.com/baloise/design-system/pull/1574)) + +- **snackbar**: add a11y features ( [#1574](https://github.com/baloise/design-system/pull/1574)) + +- **notification**: add new light variant and adjust with icons for a better a11y experience ( [#1574](https://github.com/baloise/design-system/pull/1574)) + +### Patch Changes + +- **dropdown**: hide collapsed menu list with the options when not open ( [#1574](https://github.com/baloise/design-system/pull/1574)) + ## 17.2.5 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index fee952ba1..921d20edf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -127,14 +127,14 @@ } }, "docs": { - "version": "15.2.27", - "dependencies": { - "@baloise/ds-brand-icons": "17.2.5", - "@baloise/ds-core": "17.2.5", - "@baloise/ds-css": "17.2.5", - "@baloise/ds-icons": "17.2.5", - "@baloise/ds-styles": "17.2.5", - "@baloise/ds-tokens": "17.2.5", + "version": "15.2.28", + "dependencies": { + "@baloise/ds-brand-icons": "17.3.0", + "@baloise/ds-core": "17.3.0", + "@baloise/ds-css": "17.3.0", + "@baloise/ds-icons": "17.3.0", + "@baloise/ds-styles": "17.3.0", + "@baloise/ds-tokens": "17.3.0", "@storybook/addon-essentials": "~7.6.10", "@storybook/addon-links": "~7.6.10", "@storybook/blocks": "~7.6.10", @@ -172,11 +172,11 @@ } }, "e2e": { - "version": "15.2.27", + "version": "15.2.28", "hasInstallScript": true, "dependencies": { - "@baloise/ds-core": "17.2.5", - "@baloise/ds-testing": "17.2.5", + "@baloise/ds-core": "17.3.0", + "@baloise/ds-testing": "17.3.0", "@cypress/mount-utils": "^4.1.0", "axe-core": "~4.8.4", "compression": "~1.7.4", @@ -306,7 +306,7 @@ }, "libs/nx": { "name": "@baloise/ds-nx", - "version": "17.2.5", + "version": "17.3.0", "dependencies": { "@nx/devkit": "18.0.4", "archiver": "~6.0.1", @@ -48638,11 +48638,11 @@ }, "packages/angular": { "name": "@baloise/ds-angular", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "17.2.5", - "@baloise/ds-core": "17.2.5", + "@baloise/ds-angular-common": "17.3.0", + "@baloise/ds-core": "17.3.0", "tslib": "~2.3.0" }, "peerDependencies": { @@ -48653,10 +48653,10 @@ }, "packages/angular-common": { "name": "@baloise/ds-angular-common", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "17.2.5" + "@baloise/ds-core": "17.3.0" }, "peerDependencies": { "@angular/core": ">=15.0.0", @@ -48666,11 +48666,11 @@ }, "packages/angular-legacy": { "name": "@baloise/ds-angular-legacy", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "17.2.5", - "@baloise/ds-core": "17.2.5" + "@baloise/ds-angular-common": "17.3.0", + "@baloise/ds-core": "17.3.0" }, "peerDependencies": { "@angular/common": ">=15.0.0", @@ -48679,11 +48679,11 @@ }, "packages/angular-module": { "name": "@baloise/ds-angular-module", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "17.2.5", - "@baloise/ds-core": "17.2.5" + "@baloise/ds-angular-common": "17.3.0", + "@baloise/ds-core": "17.3.0" }, "peerDependencies": { "@angular/common": ">=15.0.0", @@ -48692,16 +48692,16 @@ }, "packages/brand-icons": { "name": "@baloise/ds-brand-icons", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0" }, "packages/core": { "name": "@baloise/ds-core", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-icons": "17.2.5", - "@baloise/ds-styles": "17.2.5", + "@baloise/ds-icons": "17.3.0", + "@baloise/ds-styles": "17.3.0", "@baloise/web-app-utils": "3.15.0", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -48722,10 +48722,10 @@ "tslib": "2.1.0" }, "devDependencies": { - "@baloise/ds-brand-icons": "17.2.5", - "@baloise/ds-css": "17.2.5", - "@baloise/ds-favicons": "17.2.5", - "@baloise/ds-maps": "17.2.5", + "@baloise/ds-brand-icons": "17.3.0", + "@baloise/ds-css": "17.3.0", + "@baloise/ds-favicons": "17.3.0", + "@baloise/ds-maps": "17.3.0", "@baloise/output-target-angular": "0.0.0", "@baloise/output-target-react": "0.0.0", "@baloise/output-target-vue": "0.0.0", @@ -48749,16 +48749,16 @@ }, "packages/css": { "name": "@baloise/ds-css", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-fonts": "17.2.5", - "@baloise/ds-tokens": "17.2.5" + "@baloise/ds-fonts": "17.3.0", + "@baloise/ds-tokens": "17.3.0" } }, "packages/devkit": { "name": "@baloise/ds-devkit", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { "@angular-devkit/core": "^17.0.10", @@ -48875,39 +48875,39 @@ }, "packages/favicons": { "name": "@baloise/ds-favicons", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0" }, "packages/fonts": { "name": "@baloise/ds-fonts", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0" }, "packages/icons": { "name": "@baloise/ds-icons", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0" }, "packages/maps": { "name": "@baloise/ds-maps", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0" }, "packages/react": { "name": "@baloise/ds-react", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "17.2.5" + "@baloise/ds-core": "17.3.0" } }, "packages/styles": { "name": "@baloise/ds-styles", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-fonts": "17.2.5", - "@baloise/ds-tokens": "17.2.5", + "@baloise/ds-fonts": "17.3.0", + "@baloise/ds-tokens": "17.3.0", "@phenomnomnominal/tsquery": "6.1.3", "cheerio": "1.0.0-rc.12", "glob": "10.3.10", @@ -48943,12 +48943,12 @@ }, "packages/table": { "name": "@baloise/ds-table", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "17.2.5", - "@baloise/ds-css": "17.2.5", - "@baloise/ds-styles": "17.2.5" + "@baloise/ds-core": "17.3.0", + "@baloise/ds-css": "17.3.0", + "@baloise/ds-styles": "17.3.0" }, "peerDependencies": { "ag-grid-community": ">=29.3.0" @@ -48956,24 +48956,24 @@ }, "packages/testing": { "name": "@baloise/ds-testing", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "17.2.5", + "@baloise/ds-core": "17.3.0", "cypress-file-upload": "~5.0.8" } }, "packages/tokens": { "name": "@baloise/ds-tokens", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0" }, "packages/vue": { "name": "@baloise/ds-vue", - "version": "17.2.5", + "version": "17.3.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "17.2.5" + "@baloise/ds-core": "17.3.0" }, "peerDependencies": { "vue": ">=3.0.5"