diff --git a/.changeset/cool-pots-pump.md b/.changeset/cool-pots-pump.md deleted file mode 100644 index 7b5d54205d..0000000000 --- a/.changeset/cool-pots-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': minor ---- - -**number-input**: supports select-all, copy and paste diff --git a/.changeset/cuddly-horses-teach.md b/.changeset/cuddly-horses-teach.md deleted file mode 100644 index 9f23b05d31..0000000000 --- a/.changeset/cuddly-horses-teach.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': minor ---- - -**dropdown**: add new component to replace bal-select diff --git a/.changeset/dirty-owls-share.md b/.changeset/dirty-owls-share.md deleted file mode 100644 index 93f35bba1c..0000000000 --- a/.changeset/dirty-owls-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**number-input**: tab navigation to be consistent diff --git a/.changeset/lovely-mugs-appear.md b/.changeset/lovely-mugs-appear.md deleted file mode 100644 index e460aa0900..0000000000 --- a/.changeset/lovely-mugs-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**react**: adjust released packages with rollup diff --git a/.changeset/modern-bags-worry.md b/.changeset/modern-bags-worry.md deleted file mode 100644 index ed1cab50ca..0000000000 --- a/.changeset/modern-bags-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': minor ---- - -**option-list**: new child component of drop-down components. Option list component will be used by drop-down, combobox and autocomplete. diff --git a/.changeset/real-buses-approve.md b/.changeset/real-buses-approve.md deleted file mode 100644 index c102e9e481..0000000000 --- a/.changeset/real-buses-approve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**number-input**: supports autofill format diff --git a/.changeset/rich-cobras-repair.md b/.changeset/rich-cobras-repair.md deleted file mode 100644 index 7695b47559..0000000000 --- a/.changeset/rich-cobras-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': patch ---- - -**date**: change cutoff year to 10 years in the future. 34 will become 2034 and 35 will become 1935. diff --git a/.changeset/ten-teachers-appear.md b/.changeset/ten-teachers-appear.md deleted file mode 100644 index 362cefa739..0000000000 --- a/.changeset/ten-teachers-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': minor ---- - -**option**: new child component of option-list. Option list component will be used by drop-down, combobox and autocomplete. diff --git a/.changeset/young-weeks-rest.md b/.changeset/young-weeks-rest.md deleted file mode 100644 index 8055723042..0000000000 --- a/.changeset/young-weeks-rest.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/ds-core': minor ---- - -**styles**: add new `.has-bullet-check-circle` style for `` lists. diff --git a/docs/package.json b/docs/package.json index 51a7a5ca3f..e4f3485fd8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,14 +1,14 @@ { "name": "docs", - "version": "15.2.8", + "version": "15.2.9", "private": true, "dependencies": { - "@baloise/ds-brand-icons": "16.0.3", - "@baloise/ds-core": "16.0.3", - "@baloise/ds-styles": "16.0.3", - "@baloise/ds-css": "16.0.3", - "@baloise/ds-icons": "16.0.3", - "@baloise/ds-tokens": "16.0.3", + "@baloise/ds-brand-icons": "16.1.0", + "@baloise/ds-core": "16.1.0", + "@baloise/ds-styles": "16.1.0", + "@baloise/ds-css": "16.1.0", + "@baloise/ds-icons": "16.1.0", + "@baloise/ds-tokens": "16.1.0", "@storybook/addon-essentials": "~7.6.10", "@storybook/addon-links": "~7.6.10", "@storybook/blocks": "~7.6.10", diff --git a/e2e/package.json b/e2e/package.json index e47d275b86..11c01a91bc 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,14 +1,14 @@ { "name": "e2e", - "version": "15.2.8", + "version": "15.2.9", "private": true, "scripts": { "postinstall": "cypress install", "visual-report": "npx reg-cli cypress/snapshots/actual cypress/snapshots/base/visual cypress/snapshots/diff -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15" }, "dependencies": { - "@baloise/ds-core": "16.0.3", - "@baloise/ds-testing": "16.0.3", + "@baloise/ds-core": "16.1.0", + "@baloise/ds-testing": "16.1.0", "@baloise/web-app-utils": "~3.11.2", "@cypress/mount-utils": "^4.1.0", "axe-core": "~4.8.4", diff --git a/libs/nx/package.json b/libs/nx/package.json index f5baa9e2a4..b3ac8698ee 100644 --- a/libs/nx/package.json +++ b/libs/nx/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-nx", - "version": "16.0.3", + "version": "16.1.0", "private": true, "dependencies": { "@nx/devkit": "18.0.4", diff --git a/packages/angular-common/package.json b/packages/angular-common/package.json index ba6b541335..79aadc434a 100644 --- a/packages/angular-common/package.json +++ b/packages/angular-common/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-common", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -17,7 +17,7 @@ "rxjs": ">=7.0.0" }, "dependencies": { - "@baloise/ds-core": "16.0.3" + "@baloise/ds-core": "16.1.0" }, "sideEffects": false } diff --git a/packages/angular-legacy/package.json b/packages/angular-legacy/package.json index efc606a548..2d13ea52d0 100644 --- a/packages/angular-legacy/package.json +++ b/packages/angular-legacy/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-legacy", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -16,8 +16,8 @@ "@angular/core": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "16.0.3", - "@baloise/ds-angular-common": "16.0.3" + "@baloise/ds-core": "16.1.0", + "@baloise/ds-angular-common": "16.1.0" }, "sideEffects": false } diff --git a/packages/angular-module/package.json b/packages/angular-module/package.json index caea5cb78b..54263da01b 100644 --- a/packages/angular-module/package.json +++ b/packages/angular-module/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular-module", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -16,8 +16,8 @@ "@angular/core": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "16.0.3", - "@baloise/ds-angular-common": "16.0.3" + "@baloise/ds-core": "16.1.0", + "@baloise/ds-angular-common": "16.1.0" }, "sideEffects": false } diff --git a/packages/angular/package.json b/packages/angular/package.json index 429f33513c..84843f8e00 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-angular", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -17,8 +17,8 @@ "@angular/forms": ">=15.0.0" }, "dependencies": { - "@baloise/ds-core": "16.0.3", - "@baloise/ds-angular-common": "16.0.3", + "@baloise/ds-core": "16.1.0", + "@baloise/ds-angular-common": "16.1.0", "tslib": "~2.3.0" }, "sideEffects": false diff --git a/packages/brand-icons/package.json b/packages/brand-icons/package.json index 632d5b2d3d..7a083e7423 100644 --- a/packages/brand-icons/package.json +++ b/packages/brand-icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-brand-icons", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b1ea44402a..91149fb761 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## 16.1.0 + +### Minor Changes + +- **number-input**: supports select-all, copy and paste ( [#1379](https://github.com/baloise/design-system/pull/1379)) + +- **dropdown**: add new component to replace bal-select ( [#1353](https://github.com/baloise/design-system/pull/1353)) + +- **option-list**: new child component of drop-down components. Option list component will be used by drop-down, combobox and autocomplete. ( [#1353](https://github.com/baloise/design-system/pull/1353)) + +- **option**: new child component of option-list. Option list component will be used by drop-down, combobox and autocomplete. ( [#1353](https://github.com/baloise/design-system/pull/1353)) + +- **styles**: add new `.has-bullet-check-circle` style for `` lists. ( [#1382](https://github.com/baloise/design-system/pull/1382)) + +### Patch Changes + +- **number-input**: tab navigation to be consistent ( [#1379](https://github.com/baloise/design-system/pull/1379)) + +- **react**: adjust released packages with rollup ( [#1371](https://github.com/baloise/design-system/pull/1371)) + +- **number-input**: supports autofill format ( [#1379](https://github.com/baloise/design-system/pull/1379)) + +- **date**: change cutoff year to 10 years in the future. 34 will become 2034 and 35 will become 1935. ( [#1364](https://github.com/baloise/design-system/pull/1364)) + ## 16.0.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8e47e6f4d1..48395d2433 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-core", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -28,8 +28,8 @@ "bubu": "vitest --ui" }, "dependencies": { - "@baloise/ds-styles": "16.0.3", - "@baloise/ds-icons": "16.0.3", + "@baloise/ds-styles": "16.1.0", + "@baloise/ds-icons": "16.1.0", "@baloise/web-app-utils": "3.11.2", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -54,10 +54,10 @@ "@baloise/output-target-react": "0.0.0", "@baloise/output-target-vue": "0.0.0", "@baloise/output-target-web": "0.0.0", - "@baloise/ds-css": "16.0.3", - "@baloise/ds-maps": "16.0.3", - "@baloise/ds-brand-icons": "16.0.3", - "@baloise/ds-favicons": "16.0.3" + "@baloise/ds-css": "16.1.0", + "@baloise/ds-maps": "16.1.0", + "@baloise/ds-brand-icons": "16.1.0", + "@baloise/ds-favicons": "16.1.0" }, "sideEffects": false } diff --git a/packages/css/package.json b/packages/css/package.json index 328dfbe403..5bf4de18ae 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-css", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -19,8 +19,8 @@ "src/" ], "dependencies": { - "@baloise/ds-fonts": "16.0.3", - "@baloise/ds-tokens": "16.0.3" + "@baloise/ds-fonts": "16.1.0", + "@baloise/ds-tokens": "16.1.0" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/devkit/package.json b/packages/devkit/package.json index 24a2625cc0..b560fa5a87 100644 --- a/packages/devkit/package.json +++ b/packages/devkit/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-devkit", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/favicons/package.json b/packages/favicons/package.json index 04813f19d4..00848dbfcc 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-favicons", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 63373d3c63..934d9a9db1 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-fonts", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/icons/package.json b/packages/icons/package.json index 4fea7e35e3..6cf219a2ad 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-icons", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/maps/package.json b/packages/maps/package.json index b56e9acd95..abe1bc0751 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-maps", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/react/package.json b/packages/react/package.json index 00e6129962..408839e5fa 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-react", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -12,6 +12,6 @@ "homepage": "https://design.baloise.dev", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.0.3" + "@baloise/ds-core": "16.1.0" } } diff --git a/packages/styles/package.json b/packages/styles/package.json index ea179d4fb8..09aab16d96 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-styles", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -23,8 +23,8 @@ "src/" ], "dependencies": { - "@baloise/ds-fonts": "16.0.3", - "@baloise/ds-tokens": "16.0.3", + "@baloise/ds-fonts": "16.1.0", + "@baloise/ds-tokens": "16.1.0", "@phenomnomnominal/tsquery": "6.1.3", "cheerio": "1.0.0-rc.12", "glob": "10.3.10", diff --git a/packages/table/package.json b/packages/table/package.json index 29aea34463..055e85cd51 100644 --- a/packages/table/package.json +++ b/packages/table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-table", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -30,8 +30,8 @@ "ag-grid-community": ">=29.3.0" }, "dependencies": { - "@baloise/ds-core": "16.0.3", - "@baloise/ds-css": "16.0.3", - "@baloise/ds-styles": "16.0.3" + "@baloise/ds-core": "16.1.0", + "@baloise/ds-css": "16.1.0", + "@baloise/ds-styles": "16.1.0" } } diff --git a/packages/testing/package.json b/packages/testing/package.json index c6cba845ff..b4b2ba9615 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-testing", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -12,7 +12,7 @@ "homepage": "https://design.baloise.dev", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.0.3", + "@baloise/ds-core": "16.1.0", "cypress-file-upload": "~5.0.8" }, "module": "./index.esm.js", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index dd89340a54..1c76e1ecba 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-tokens", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", diff --git a/packages/vue/package.json b/packages/vue/package.json index 895da4679f..9e126dde1f 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/ds-vue", - "version": "16.0.3", + "version": "16.1.0", "description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.", "repository": { "type": "git", @@ -24,7 +24,7 @@ } }, "dependencies": { - "@baloise/ds-core": "16.0.3" + "@baloise/ds-core": "16.1.0" }, "peerDependencies": { "vue": ">=3.0.5"