diff --git a/CHANGELOG.md b/CHANGELOG.md index 448f1bc17e..553fccc37a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 16.0.0 + +### Major Changes + +- **all**: Simplifying our package names from `@baloise/design-system-*` to `@baloise/ds-*` ( [#1344](https://github.com/baloise/design-system/pull/1344)) + + Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation). + + | Old Package Name | | New Package Name | + | :----------------------------------------------------- | :---: | :--------------------------- | + | `@baloise/design-system-components` | **→** | `@baloise/ds-core` | + | `@baloise/design-system-components-angular` | **→** | `@baloise/ds-angular-module` | + | `@baloise/design-system-components-angular/standalone` | **→** | `@baloise/ds-angular` | + | `@baloise/design-system-components-angular/legacy` | **→** | `@baloise/ds-angular-legacy` | + | `@baloise/design-system-components-react` | **→** | `@baloise/ds-react` | + | `@baloise/design-system-components-vue` | **→** | `@baloise/ds-vue` | + | `@baloise/design-system-components-table` | **→** | `@baloise/ds-table` | + | `@baloise/design-system-cli` | **→** | `@baloise/ds-devkit` | + | `@baloise/design-system-\*` | **→** | `@baloise/ds-\*` | + +- **css**: The CSS package is marked as deprecated. Upgrade to `@baloise/ds-styles`. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + + Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation#standardizing-design-tokens). + +- **button**: properties `topRounded` and `bottomRounded` has been removed, due to not match the design criteria. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + +- **navigation**: has been removed and replaced with `bal-nav` to improve performance and SEO. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + +### Minor Changes + +- **styles**: standardize the design tokens, facilitating their export to platforms such as Figma and others. With the introduction of these new design tokens, we can automatically generate CSS utility classes. ( [#1344](https://github.com/baloise/design-system/pull/1344)) + + Please check out the more detailed [Upgrade Guide to v16](https://design.baloise.dev/?path=/docs/development-upgrade-guides-updating-to-v16--documentation#standardizing-design-tokens). + ## 15.2.4 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index 128533eeff..bf9ce936b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -129,14 +129,14 @@ } }, "docs": { - "version": "15.2.4", - "dependencies": { - "@baloise/ds-brand-icons": "15.2.4", - "@baloise/ds-core": "15.2.4", - "@baloise/ds-css": "15.2.4", - "@baloise/ds-icons": "15.2.4", - "@baloise/ds-styles": "15.2.4", - "@baloise/ds-tokens": "15.2.4", + "version": "15.2.5", + "dependencies": { + "@baloise/ds-brand-icons": "16.0.0", + "@baloise/ds-core": "16.0.0", + "@baloise/ds-css": "16.0.0", + "@baloise/ds-icons": "16.0.0", + "@baloise/ds-styles": "16.0.0", + "@baloise/ds-tokens": "16.0.0", "@storybook/addon-essentials": "~7.6.10", "@storybook/addon-links": "~7.6.10", "@storybook/blocks": "~7.6.10", @@ -174,11 +174,11 @@ } }, "e2e": { - "version": "15.2.4", + "version": "15.2.5", "hasInstallScript": true, "dependencies": { - "@baloise/ds-core": "15.2.4", - "@baloise/ds-testing": "15.2.4", + "@baloise/ds-core": "16.0.0", + "@baloise/ds-testing": "16.0.0", "@baloise/web-app-utils": "~3.11.2", "@vitejs/plugin-vue": "~5.0.4", "axe-core": "~4.8.4", @@ -312,7 +312,7 @@ }, "libs/nx": { "name": "@baloise/ds-nx", - "version": "15.2.4", + "version": "16.0.0", "dependencies": { "@nx/devkit": "18.0.4", "archiver": "~6.0.1", @@ -48757,11 +48757,11 @@ }, "packages/angular": { "name": "@baloise/ds-angular", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "15.2.4", - "@baloise/ds-core": "15.2.4", + "@baloise/ds-angular-common": "16.0.0", + "@baloise/ds-core": "16.0.0", "tslib": "~2.3.0" }, "peerDependencies": { @@ -48772,10 +48772,10 @@ }, "packages/angular-common": { "name": "@baloise/ds-angular-common", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "15.2.4" + "@baloise/ds-core": "16.0.0" }, "peerDependencies": { "@angular/core": ">=15.0.0", @@ -48785,11 +48785,11 @@ }, "packages/angular-legacy": { "name": "@baloise/ds-angular-legacy", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "15.2.4", - "@baloise/ds-core": "15.2.4" + "@baloise/ds-angular-common": "16.0.0", + "@baloise/ds-core": "16.0.0" }, "peerDependencies": { "@angular/common": ">=15.0.0", @@ -48798,11 +48798,11 @@ }, "packages/angular-module": { "name": "@baloise/ds-angular-module", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-angular-common": "15.2.4", - "@baloise/ds-core": "15.2.4" + "@baloise/ds-angular-common": "16.0.0", + "@baloise/ds-core": "16.0.0" }, "peerDependencies": { "@angular/common": ">=15.0.0", @@ -48811,16 +48811,16 @@ }, "packages/brand-icons": { "name": "@baloise/ds-brand-icons", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0" }, "packages/core": { "name": "@baloise/ds-core", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-icons": "15.2.4", - "@baloise/ds-styles": "15.2.4", + "@baloise/ds-icons": "16.0.0", + "@baloise/ds-styles": "16.0.0", "@baloise/web-app-utils": "3.11.2", "@floating-ui/dom": "~1.6.3", "@popperjs/core": "~2.11.4", @@ -48841,10 +48841,10 @@ "tslib": "2.1.0" }, "devDependencies": { - "@baloise/ds-brand-icons": "15.2.4", - "@baloise/ds-css": "15.2.4", - "@baloise/ds-favicons": "15.2.4", - "@baloise/ds-maps": "15.2.4", + "@baloise/ds-brand-icons": "16.0.0", + "@baloise/ds-css": "16.0.0", + "@baloise/ds-favicons": "16.0.0", + "@baloise/ds-maps": "16.0.0", "@baloise/output-target-angular": "0.0.0", "@baloise/output-target-react": "0.0.0", "@baloise/output-target-vue": "0.0.0" @@ -48867,16 +48867,16 @@ }, "packages/css": { "name": "@baloise/ds-css", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-fonts": "15.2.4", - "@baloise/ds-tokens": "15.2.4" + "@baloise/ds-fonts": "16.0.0", + "@baloise/ds-tokens": "16.0.0" } }, "packages/devkit": { "name": "@baloise/ds-devkit", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { "@angular-devkit/core": "~15.0.5", @@ -48987,39 +48987,39 @@ }, "packages/favicons": { "name": "@baloise/ds-favicons", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0" }, "packages/fonts": { "name": "@baloise/ds-fonts", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0" }, "packages/icons": { "name": "@baloise/ds-icons", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0" }, "packages/maps": { "name": "@baloise/ds-maps", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0" }, "packages/react": { "name": "@baloise/ds-react", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "15.2.4" + "@baloise/ds-core": "16.0.0" } }, "packages/styles": { "name": "@baloise/ds-styles", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-fonts": "15.2.4", - "@baloise/ds-tokens": "15.2.4", + "@baloise/ds-fonts": "16.0.0", + "@baloise/ds-tokens": "16.0.0", "@phenomnomnominal/tsquery": "6.1.3", "cheerio": "1.0.0-rc.12", "glob": "10.3.10", @@ -49055,12 +49055,12 @@ }, "packages/table": { "name": "@baloise/ds-table", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "15.2.4", - "@baloise/ds-css": "15.2.4", - "@baloise/ds-styles": "15.2.4" + "@baloise/ds-core": "16.0.0", + "@baloise/ds-css": "16.0.0", + "@baloise/ds-styles": "16.0.0" }, "peerDependencies": { "ag-grid-community": ">=29.3.0" @@ -49068,24 +49068,24 @@ }, "packages/testing": { "name": "@baloise/ds-testing", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "15.2.4", + "@baloise/ds-core": "16.0.0", "cypress-file-upload": "~5.0.8" } }, "packages/tokens": { "name": "@baloise/ds-tokens", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0" }, "packages/vue": { "name": "@baloise/ds-vue", - "version": "15.2.4", + "version": "16.0.0", "license": "Apache-2.0", "dependencies": { - "@baloise/ds-core": "15.2.4" + "@baloise/ds-core": "16.0.0" }, "peerDependencies": { "vue": ">=3.0.5"