diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ea44402..91149fb76 100644 --- a/CHANGELOG.md +++ b/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/package-lock.json b/package-lock.json index 7ffb4f9b6..38cc2af10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -130,14 +130,14 @@ } }, "docs": { - "version": "15.2.8", - "dependencies": { - "@baloise/ds-brand-icons": "16.0.3", - "@baloise/ds-core": "16.0.3", - "@baloise/ds-css": "16.0.3", - "@baloise/ds-icons": "16.0.3", - "@baloise/ds-styles": "16.0.3", - "@baloise/ds-tokens": "16.0.3", + "version": "15.2.9", + "dependencies": { + "@baloise/ds-brand-icons": "16.1.0", + "@baloise/ds-core": "16.1.0", + "@baloise/ds-css": "16.1.0", + "@baloise/ds-icons": "16.1.0", + "@baloise/ds-styles": "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", @@ -175,11 +175,11 @@ } }, "e2e": { - "version": "15.2.8", + "version": "15.2.9", "hasInstallScript": true, "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", @@ -311,7 +311,7 @@ }, "libs/nx": { "name": "@baloise/ds-nx", - "version": "16.0.3", + "version": "16.1.0", "dependencies": { "@nx/devkit": "18.0.4", "archiver": "~6.0.1", @@ -48643,11 +48643,11 @@ }, "packages/angular": { "name": "@baloise/ds-angular", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "16.0.3", - "@baloise/ds-core": "16.0.3", + "@baloise/ds-angular-common": "16.1.0", + "@baloise/ds-core": "16.1.0", "tslib": "~2.3.0" }, "peerDependencies": { @@ -48658,10 +48658,10 @@ }, "packages/angular-common": { "name": "@baloise/ds-angular-common", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.0.3" + "@baloise/ds-core": "16.1.0" }, "peerDependencies": { "@angular/core": ">=15.0.0", @@ -48671,11 +48671,11 @@ }, "packages/angular-legacy": { "name": "@baloise/ds-angular-legacy", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "16.0.3", - "@baloise/ds-core": "16.0.3" + "@baloise/ds-angular-common": "16.1.0", + "@baloise/ds-core": "16.1.0" }, "peerDependencies": { "@angular/common": ">=15.0.0", @@ -48684,11 +48684,11 @@ }, "packages/angular-module": { "name": "@baloise/ds-angular-module", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "16.0.3", - "@baloise/ds-core": "16.0.3" + "@baloise/ds-angular-common": "16.1.0", + "@baloise/ds-core": "16.1.0" }, "peerDependencies": { "@angular/common": ">=15.0.0", @@ -48697,16 +48697,16 @@ }, "packages/brand-icons": { "name": "@baloise/ds-brand-icons", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0" }, "packages/core": { "name": "@baloise/ds-core", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-icons": "16.0.3", - "@baloise/ds-styles": "16.0.3", + "@baloise/ds-icons": "16.1.0", + "@baloise/ds-styles": "16.1.0", "@baloise/web-app-utils": "3.11.2", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -48727,10 +48727,10 @@ "tslib": "2.1.0" }, "devDependencies": { - "@baloise/ds-brand-icons": "16.0.3", - "@baloise/ds-css": "16.0.3", - "@baloise/ds-favicons": "16.0.3", - "@baloise/ds-maps": "16.0.3", + "@baloise/ds-brand-icons": "16.1.0", + "@baloise/ds-css": "16.1.0", + "@baloise/ds-favicons": "16.1.0", + "@baloise/ds-maps": "16.1.0", "@baloise/output-target-angular": "0.0.0", "@baloise/output-target-react": "0.0.0", "@baloise/output-target-vue": "0.0.0", @@ -48754,16 +48754,16 @@ }, "packages/css": { "name": "@baloise/ds-css", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "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" } }, "packages/devkit": { "name": "@baloise/ds-devkit", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { "@angular-devkit/core": "^17.0.10", @@ -48880,39 +48880,39 @@ }, "packages/favicons": { "name": "@baloise/ds-favicons", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0" }, "packages/fonts": { "name": "@baloise/ds-fonts", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0" }, "packages/icons": { "name": "@baloise/ds-icons", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0" }, "packages/maps": { "name": "@baloise/ds-maps", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0" }, "packages/react": { "name": "@baloise/ds-react", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.0.3" + "@baloise/ds-core": "16.1.0" } }, "packages/styles": { "name": "@baloise/ds-styles", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "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", @@ -48948,12 +48948,12 @@ }, "packages/table": { "name": "@baloise/ds-table", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.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" }, "peerDependencies": { "ag-grid-community": ">=29.3.0" @@ -48961,24 +48961,24 @@ }, "packages/testing": { "name": "@baloise/ds-testing", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.0.3", + "@baloise/ds-core": "16.1.0", "cypress-file-upload": "~5.0.8" } }, "packages/tokens": { "name": "@baloise/ds-tokens", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0" }, "packages/vue": { "name": "@baloise/ds-vue", - "version": "16.0.3", + "version": "16.1.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "16.0.3" + "@baloise/ds-core": "16.1.0" }, "peerDependencies": { "vue": ">=3.0.5"