diff --git a/.changeset/chilly-books-exercise.md b/.changeset/chilly-books-exercise.md deleted file mode 100644 index a94ab69851..0000000000 --- a/.changeset/chilly-books-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -Hide the tab line when no active tab is present. diff --git a/.changeset/giant-plums-explain.md b/.changeset/giant-plums-explain.md deleted file mode 100644 index 8f25542922..0000000000 --- a/.changeset/giant-plums-explain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@baloise/design-system-components-vue': patch -'@baloise/design-system-components': patch -'@baloise/design-system-css': patch ---- - -Relocate sticky footer styles to the core CSS file and update 'bal-app' for Vue applications. diff --git a/.changeset/heavy-days-provide.md b/.changeset/heavy-days-provide.md deleted file mode 100644 index e5cd0f21fc..0000000000 --- a/.changeset/heavy-days-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -Include accessibility (a11y) labels for both the accordion and pagination components. diff --git a/.changeset/olive-insects-flow.md b/.changeset/olive-insects-flow.md deleted file mode 100644 index a1803c3d95..0000000000 --- a/.changeset/olive-insects-flow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -The datepicker, select, and number-input components trigger a blur event when they lose focus or when any associated pop-up or dropdown is closed. Additionally, the blur event occurs after the value change. - diff --git a/.changeset/perfect-forks-divide.md b/.changeset/perfect-forks-divide.md deleted file mode 100644 index 24c1b6fb8a..0000000000 --- a/.changeset/perfect-forks-divide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -Implement a 'scroll to top' feature upon toggling the mobile navbar to prevent any space between the navbar brand and the menu. diff --git a/.changeset/quiet-poets-happen.md b/.changeset/quiet-poets-happen.md deleted file mode 100644 index 05ce684e77..0000000000 --- a/.changeset/quiet-poets-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': minor ---- - -Enhance the newly refactored `bal-date` components. `bal-datepicker` is marked as deprecated. diff --git a/.changeset/red-cobras-provide.md b/.changeset/red-cobras-provide.md deleted file mode 100644 index 6af961d3b4..0000000000 --- a/.changeset/red-cobras-provide.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -'@baloise/design-system-testing': minor ---- - -The testing library now offers support for importing files on a per-file basis. - -```typescript -/** - * Here are the component-specific commands along with some helper functions. - * - * cy.waitForDesignSystem() - * cy.getByTestId('my-button') - */ -import '@baloise/design-system-testing/src/add-custom-commands' - -/** - * Presenting the refined Cypress basic commands, including optimized 'type' - * interactions for seamless functionality with web components - */ -import '@baloise/design-system-testing/src/add-override-commands' - -/** - * This is a collection of selectors tailored to locate the precise - * inner element of a component. - * - * cy.get(selectors.button.label) - */ -import { selectors } from '@baloise/design-system-testing/src/selectors' -``` \ No newline at end of file diff --git a/.changeset/smart-bulldogs-bake.md b/.changeset/smart-bulldogs-bake.md deleted file mode 100644 index 41af560cb2..0000000000 --- a/.changeset/smart-bulldogs-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -Addressed event propagation issues and refined the event sequence for the number-input component. diff --git a/.changeset/smart-squids-dance.md b/.changeset/smart-squids-dance.md deleted file mode 100644 index 5bab451c00..0000000000 --- a/.changeset/smart-squids-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': minor ---- - -Implement the tooltip component. diff --git a/.changeset/smooth-toes-dance.md b/.changeset/smooth-toes-dance.md deleted file mode 100644 index 85ce73657c..0000000000 --- a/.changeset/smooth-toes-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components-angular': minor ---- - -The file-upload component is compatible with Angular reactive forms. diff --git a/.changeset/three-otters-shout.md b/.changeset/three-otters-shout.md deleted file mode 100644 index d47ba69955..0000000000 --- a/.changeset/three-otters-shout.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@baloise/design-system-components-angular': minor ---- - -Angular reactive forms mark a form control as invalid when it's been touched and is indeed invalid. -To enable this feature, set setInvalid in the design system configuration. - -```typescript -BaloiseDesignSystemModule.forRoot({ - defaults: { ... }, - forms: { - setInvalid: true, - invalidateOn: 'touched' // Alternatively, it can also be set to 'dirty'. - }, -}) -``` diff --git a/.changeset/tough-dogs-tie.md b/.changeset/tough-dogs-tie.md deleted file mode 100644 index 74ce65e615..0000000000 --- a/.changeset/tough-dogs-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-output-target-angular': minor ---- - -In Angular, component events can be accessed through an RxJS stream. diff --git a/.changeset/tricky-worms-lie.md b/.changeset/tricky-worms-lie.md deleted file mode 100644 index d2b82be4df..0000000000 --- a/.changeset/tricky-worms-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -Verify if a checkbox is selected within a group. diff --git a/.changeset/twenty-panthers-pay.md b/.changeset/twenty-panthers-pay.md deleted file mode 100644 index 9ef43d7afa..0000000000 --- a/.changeset/twenty-panthers-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -Ensure that `aria-labelledby` is correctly linked to the appropriate label, and that the `for` attribute corresponds to the correct input. diff --git a/.changeset/weak-rockets-whisper.md b/.changeset/weak-rockets-whisper.md deleted file mode 100644 index dd814a6107..0000000000 --- a/.changeset/weak-rockets-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': patch ---- - -Resolve pattern issue with the number-input component. diff --git a/.changeset/wise-dingos-jump.md b/.changeset/wise-dingos-jump.md deleted file mode 100644 index 2f5d007005..0000000000 --- a/.changeset/wise-dingos-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@baloise/design-system-components': minor ---- - -Implement a reverse layout option for the stack component. diff --git a/apps/angular/CHANGELOG.md b/apps/angular/CHANGELOG.md new file mode 100644 index 0000000000..ba4f82257c --- /dev/null +++ b/apps/angular/CHANGELOG.md @@ -0,0 +1,10 @@ +# apps-angular + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`1d5dcc7fc`](https://github.com/baloise/design-system/commit/1d5dcc7fcb4322e591ed1f7cb07f24358f906771), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`71279fcb6`](https://github.com/baloise/design-system/commit/71279fcb6c91453a5a41f87655b8b051157aebe7), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]: + - @baloise/design-system-components@13.7.0 + - @baloise/design-system-testing@13.7.0 + - @baloise/design-system-components-angular@13.7.0 diff --git a/apps/angular/package.json b/apps/angular/package.json index 4659794a7f..244a1ccac7 100644 --- a/apps/angular/package.json +++ b/apps/angular/package.json @@ -1,7 +1,7 @@ { "name": "apps-angular", "private": true, - "version": "0.0.0", + "version": "0.0.1", "scripts": { "ng": "ng", "start": "./build.sh && ng serve", @@ -25,9 +25,9 @@ "@angular/platform-browser": "^16.1.0", "@angular/platform-browser-dynamic": "^16.1.0", "@angular/router": "^16.1.0", - "@baloise/design-system-components": "13.6.2", - "@baloise/design-system-components-angular": "13.6.2", - "@baloise/design-system-testing": "13.6.2", + "@baloise/design-system-components": "13.7.0", + "@baloise/design-system-components-angular": "13.7.0", + "@baloise/design-system-testing": "13.7.0", "rxjs": "~7.8.0", "tslib": "^2.3.0", "zone.js": "~0.13.0" diff --git a/packages/components-angular/CHANGELOG.md b/packages/components-angular/CHANGELOG.md index ccdb6a4b4f..2e136b00e5 100644 --- a/packages/components-angular/CHANGELOG.md +++ b/packages/components-angular/CHANGELOG.md @@ -1,5 +1,29 @@ # @baloise/design-system-components-angular +## 13.7.0 + +### Minor Changes + +- [#1030](https://github.com/baloise/design-system/pull/1030) - The file-upload component is compatible with Angular reactive forms. + +- [#1033](https://github.com/baloise/design-system/pull/1033) - Angular reactive forms mark a form control as invalid when it's been touched and is indeed invalid. + To enable this feature, set setInvalid in the design system configuration. + + ```typescript + BaloiseDesignSystemModule.forRoot({ + defaults: { ... }, + forms: { + setInvalid: true, + invalidateOn: 'touched' // Alternatively, it can also be set to 'dirty'. + }, + }) + ``` + +### Patch Changes + +- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]: + - @baloise/design-system-components@13.7.0 + ## 13.6.2 ### Patch Changes diff --git a/packages/components-angular/package.json b/packages/components-angular/package.json index 9ba6fd43e7..9feb255a86 100644 --- a/packages/components-angular/package.json +++ b/packages/components-angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-angular", - "version": "13.6.2", + "version": "13.7.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", @@ -35,7 +35,7 @@ "clean:package": "rimraf dist/package.json && rimraf dist/CHANGELOG.md && rimraf dist/LICENSE && rimraf dist/README.md" }, "dependencies": { - "@baloise/design-system-components": "13.6.2", + "@baloise/design-system-components": "13.7.0", "tslib": "^2.2.0" }, "peerDependencies": { diff --git a/packages/components-react/CHANGELOG.md b/packages/components-react/CHANGELOG.md index 6e0afc4d0a..319042ce6a 100644 --- a/packages/components-react/CHANGELOG.md +++ b/packages/components-react/CHANGELOG.md @@ -1,5 +1,12 @@ # @baloise/design-system-components-react +## 13.7.0 + +### Patch Changes + +- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]: + - @baloise/design-system-components@13.7.0 + ## 13.6.2 ### Patch Changes diff --git a/packages/components-react/package.json b/packages/components-react/package.json index 7c1680ac6a..09e62f37ce 100644 --- a/packages/components-react/package.json +++ b/packages/components-react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-react", - "version": "13.6.2", + "version": "13.7.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", @@ -37,7 +37,7 @@ "dist/" ], "dependencies": { - "@baloise/design-system-components": "13.6.2", + "@baloise/design-system-components": "13.7.0", "tslib": "*" }, "peerDependencies": { diff --git a/packages/components-table/CHANGELOG.md b/packages/components-table/CHANGELOG.md index ad53647a5e..9e1aa50f26 100644 --- a/packages/components-table/CHANGELOG.md +++ b/packages/components-table/CHANGELOG.md @@ -1,5 +1,13 @@ # @baloise/design-system-components-table +## 13.7.0 + +### Patch Changes + +- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]: + - @baloise/design-system-components@13.7.0 + - @baloise/design-system-css@13.7.0 + ## 13.6.2 ### Patch Changes diff --git a/packages/components-table/package.json b/packages/components-table/package.json index 14513c1c6e..d57b225985 100644 --- a/packages/components-table/package.json +++ b/packages/components-table/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-table", - "version": "13.6.2", + "version": "13.7.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", @@ -51,8 +51,8 @@ }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6", "dependencies": { - "@baloise/design-system-components": "13.6.2", - "@baloise/design-system-css": "13.6.2", + "@baloise/design-system-components": "13.7.0", + "@baloise/design-system-css": "13.7.0", "lodash.isnil": "^4.0.0" } } diff --git a/packages/components-vue/CHANGELOG.md b/packages/components-vue/CHANGELOG.md index 27580e5df0..21681e01bd 100644 --- a/packages/components-vue/CHANGELOG.md +++ b/packages/components-vue/CHANGELOG.md @@ -1,5 +1,14 @@ # @baloise/design-system-components-vue +## 13.7.0 + +### Patch Changes + +- [#1007](https://github.com/baloise/design-system/pull/1007) - Relocate sticky footer styles to the core CSS file and update 'bal-app' for Vue applications. + +- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]: + - @baloise/design-system-components@13.7.0 + ## 13.6.2 ### Patch Changes diff --git a/packages/components-vue/package.json b/packages/components-vue/package.json index c1460c99b5..cd70b94b7a 100644 --- a/packages/components-vue/package.json +++ b/packages/components-vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components-vue", - "version": "13.6.2", + "version": "13.7.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", @@ -40,7 +40,7 @@ "dist/" ], "dependencies": { - "@baloise/design-system-components": "13.6.2" + "@baloise/design-system-components": "13.7.0" }, "peerDependencies": { "vue": ">=3.0.5" diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index f8b07220d6..9e5190cd97 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -1,5 +1,41 @@ # @baloise/design-system-components +## 13.7.0 + +### Minor Changes + +- [#877](https://github.com/baloise/design-system/pull/877) - Enhance the newly refactored `bal-date` components. `bal-datepicker` is marked as deprecated. + +- [#999](https://github.com/baloise/design-system/pull/999) - Implement the tooltip component. + +- [#1033](https://github.com/baloise/design-system/pull/1033) - Implement a reverse layout option for the stack component. + +### Patch Changes + +- [#1008](https://github.com/baloise/design-system/pull/1008) - Hide the tab line when no active tab is present. + +- [#1007](https://github.com/baloise/design-system/pull/1007) - Relocate sticky footer styles to the core CSS file and update 'bal-app' for Vue applications. + +- [#1001](https://github.com/baloise/design-system/pull/1001) - Include accessibility (a11y) labels for both the accordion and pagination components. + +- [#1033](https://github.com/baloise/design-system/pull/1033) - The datepicker, select, and number-input components trigger a blur event when they lose focus or when any associated pop-up or dropdown is closed. Additionally, the blur event occurs after the value change. + +- [#1025](https://github.com/baloise/design-system/pull/1025) - Implement a 'scroll to top' feature upon toggling the mobile navbar to prevent any space between the navbar brand and the menu. + +- [#1033](https://github.com/baloise/design-system/pull/1033) - Addressed event propagation issues and refined the event sequence for the number-input component. + +- [#1014](https://github.com/baloise/design-system/pull/1014) - Verify if a checkbox is selected within a group. + +- [#881](https://github.com/baloise/design-system/pull/881) - Ensure that `aria-labelledby` is correctly linked to the appropriate label, and that the `for` attribute corresponds to the correct input. + +- [#1027](https://github.com/baloise/design-system/pull/1027) - Resolve pattern issue with the number-input component. + +- Updated dependencies [[`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd)]: + - @baloise/design-system-css@13.7.0 + - @baloise/design-system-fonts@13.7.0 + - @baloise/design-system-icons@13.7.0 + - @baloise/design-system-tokens@13.7.0 + ## 13.6.2 ### Patch Changes diff --git a/packages/components/package.json b/packages/components/package.json index cf4946f7ba..799b83b633 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-components", - "version": "13.6.2", + "version": "13.7.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", @@ -65,10 +65,10 @@ "storybook": "build-storybook -o ../../storybook --quiet" }, "dependencies": { - "@baloise/design-system-css": "13.6.2", - "@baloise/design-system-fonts": "13.6.2", - "@baloise/design-system-icons": "13.6.2", - "@baloise/design-system-tokens": "13.6.2", + "@baloise/design-system-css": "13.7.0", + "@baloise/design-system-fonts": "13.7.0", + "@baloise/design-system-icons": "13.7.0", + "@baloise/design-system-tokens": "13.7.0", "@baloise/web-app-utils": "3.11.2", "@floating-ui/dom": "^1.5.1", "@popperjs/core": "~2.11.4", @@ -93,9 +93,9 @@ "tslib": "^2.1.0" }, "devDependencies": { - "@baloise/design-system-output-target-angular": "13.6.2", - "@baloise/design-system-output-target-react": "13.6.2", - "@baloise/design-system-output-target-vue": "13.6.2" + "@baloise/design-system-output-target-angular": "13.7.0", + "@baloise/design-system-output-target-react": "13.7.0", + "@baloise/design-system-output-target-vue": "13.7.0" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index eb967979b3..4625bc867f 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,15 @@ # @baloise/design-system-css +## 13.7.0 + +### Patch Changes + +- [#1007](https://github.com/baloise/design-system/pull/1007) - Relocate sticky footer styles to the core CSS file and update 'bal-app' for Vue applications. + +- Updated dependencies []: + - @baloise/design-system-fonts@13.7.0 + - @baloise/design-system-tokens@13.7.0 + ## 13.6.2 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index e51a3cd5a5..834f7da88d 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-css", - "version": "13.6.2", + "version": "13.7.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", @@ -48,8 +48,8 @@ "src/" ], "dependencies": { - "@baloise/design-system-fonts": "13.6.2", - "@baloise/design-system-tokens": "13.6.2" + "@baloise/design-system-fonts": "13.7.0", + "@baloise/design-system-tokens": "13.7.0" }, "gitHead": "4157249628694f5811f322e0a547989ca9a9c6a6" } diff --git a/packages/favicons/CHANGELOG.md b/packages/favicons/CHANGELOG.md index b787cfdbaf..bb9225bd73 100644 --- a/packages/favicons/CHANGELOG.md +++ b/packages/favicons/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/design-system-favicons +## 13.7.0 + ## 13.6.2 ## 13.6.1 diff --git a/packages/favicons/package.json b/packages/favicons/package.json index b2f25a8920..e0541b9094 100644 --- a/packages/favicons/package.json +++ b/packages/favicons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-favicons", - "version": "13.6.2", + "version": "13.7.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/CHANGELOG.md b/packages/fonts/CHANGELOG.md index ee02e3e3c3..b14ff0bfb8 100644 --- a/packages/fonts/CHANGELOG.md +++ b/packages/fonts/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/design-system-fonts +## 13.7.0 + ## 13.6.2 ## 13.6.1 diff --git a/packages/fonts/package.json b/packages/fonts/package.json index 144a76931b..12e2d6484f 100644 --- a/packages/fonts/package.json +++ b/packages/fonts/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-fonts", - "version": "13.6.2", + "version": "13.7.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/CHANGELOG.md b/packages/icons/CHANGELOG.md index a8dcf6d702..72e428e649 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/design-system-icons +## 13.7.0 + ## 13.6.2 ## 13.6.1 diff --git a/packages/icons/package.json b/packages/icons/package.json index 7e43c18d59..65745861aa 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-icons", - "version": "13.6.2", + "version": "13.7.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/CHANGELOG.md b/packages/maps/CHANGELOG.md index 36654ab325..a8779e8f15 100644 --- a/packages/maps/CHANGELOG.md +++ b/packages/maps/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/design-system-icons +## 13.7.0 + ## 13.6.2 ## 13.6.1 diff --git a/packages/maps/package.json b/packages/maps/package.json index 389e4401b0..c374a7f122 100644 --- a/packages/maps/package.json +++ b/packages/maps/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-maps", - "version": "13.6.2", + "version": "13.7.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/output-targets/angular/CHANGELOG.md b/packages/output-targets/angular/CHANGELOG.md index 9d17da41d8..e8ec213310 100644 --- a/packages/output-targets/angular/CHANGELOG.md +++ b/packages/output-targets/angular/CHANGELOG.md @@ -1,5 +1,11 @@ # @baloise/design-system-output-target-angular +## 13.7.0 + +### Minor Changes + +- [#1024](https://github.com/baloise/design-system/pull/1024) - In Angular, component events can be accessed through an RxJS stream. + ## 13.6.2 ## 13.6.1 diff --git a/packages/output-targets/angular/package.json b/packages/output-targets/angular/package.json index c75d349ee9..9da087fa5a 100644 --- a/packages/output-targets/angular/package.json +++ b/packages/output-targets/angular/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-output-target-angular", - "version": "13.6.2", + "version": "13.7.0", "private": true, "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/output-targets/react/CHANGELOG.md b/packages/output-targets/react/CHANGELOG.md index 90b321b65d..c827299583 100644 --- a/packages/output-targets/react/CHANGELOG.md +++ b/packages/output-targets/react/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/design-system-output-target-react +## 13.7.0 + ## 13.6.2 ## 13.6.1 diff --git a/packages/output-targets/react/package.json b/packages/output-targets/react/package.json index 5c02f93195..03323d12f9 100644 --- a/packages/output-targets/react/package.json +++ b/packages/output-targets/react/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-output-target-react", - "version": "13.6.2", + "version": "13.7.0", "private": true, "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/output-targets/vue/CHANGELOG.md b/packages/output-targets/vue/CHANGELOG.md index 6129bd7245..09906cdab4 100644 --- a/packages/output-targets/vue/CHANGELOG.md +++ b/packages/output-targets/vue/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/design-system-output-target-vue +## 13.7.0 + ## 13.6.2 ## 13.6.1 diff --git a/packages/output-targets/vue/package.json b/packages/output-targets/vue/package.json index f50c531d3d..31f7dfaa54 100644 --- a/packages/output-targets/vue/package.json +++ b/packages/output-targets/vue/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-output-target-vue", - "version": "13.6.2", + "version": "13.7.0", "private": true, "main": "dist/index.js", "module": "dist/index.esm.js", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 5f4cdbd7ad..032b04fac7 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -1,5 +1,40 @@ # @baloise/design-system-testing +## 13.7.0 + +### Minor Changes + +- [#1012](https://github.com/baloise/design-system/pull/1012) - The testing library now offers support for importing files on a per-file basis. + + ```typescript + /** + * Here are the component-specific commands along with some helper functions. + * + * cy.waitForDesignSystem() + * cy.getByTestId('my-button') + */ + import '@baloise/design-system-testing/src/add-custom-commands' + + /** + * Presenting the refined Cypress basic commands, including optimized 'type' + * interactions for seamless functionality with web components + */ + import '@baloise/design-system-testing/src/add-override-commands' + + /** + * This is a collection of selectors tailored to locate the precise + * inner element of a component. + * + * cy.get(selectors.button.label) + */ + import { selectors } from '@baloise/design-system-testing/src/selectors' + ``` + +### Patch Changes + +- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]: + - @baloise/design-system-components@13.7.0 + ## 13.6.2 ### Patch Changes diff --git a/packages/testing/package.json b/packages/testing/package.json index 7cb622a75c..b15217b1a7 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-testing", - "version": "13.6.2", + "version": "13.7.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", @@ -41,7 +41,7 @@ "ng:build": "npm run build" }, "dependencies": { - "@baloise/design-system-components": "13.6.2", + "@baloise/design-system-components": "13.7.0", "cypress-file-upload": "~5.0.8", "date-fns": "~2.29.3" }, diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 23db68e9b7..33fb2cc1cf 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -1,5 +1,7 @@ # @baloise/design-system-tokens +## 13.7.0 + ## 13.6.2 ## 13.6.1 diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 0a111ca9cb..44869d2acf 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@baloise/design-system-tokens", - "version": "13.6.2", + "version": "13.7.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/test/CHANGELOG.md b/test/CHANGELOG.md new file mode 100644 index 0000000000..8ae5834fad --- /dev/null +++ b/test/CHANGELOG.md @@ -0,0 +1,8 @@ +# e2e-tests + +## 13.6.3 + +### Patch Changes + +- Updated dependencies [[`d0382dcb6`](https://github.com/baloise/design-system/commit/d0382dcb64afc9842a54cdcd7dde883b1126ee69), [`bfd7493b2`](https://github.com/baloise/design-system/commit/bfd7493b2263cd62929f6e5f1421e914cbe6efbd), [`e26ae18c0`](https://github.com/baloise/design-system/commit/e26ae18c067706a8053a42681a13534d5615ee49), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`41cc6b0ab`](https://github.com/baloise/design-system/commit/41cc6b0ab530f33325b8419afcd63958fb38714e), [`d9f6aba9c`](https://github.com/baloise/design-system/commit/d9f6aba9cf7df4a12af61c07b8a72ead53a92634), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1), [`544f53cef`](https://github.com/baloise/design-system/commit/544f53ceff22dfea03dfa63a37c43aa24f1b9431), [`c271ed22f`](https://github.com/baloise/design-system/commit/c271ed22f1922676f692eb00df6175692168c5d2), [`2dbd541ba`](https://github.com/baloise/design-system/commit/2dbd541ba6a1f1b9d9b9355698931aa405aa4de1), [`5c58d717b`](https://github.com/baloise/design-system/commit/5c58d717b47f97ea65b2f619d520fc01f80c3206), [`b1e37240d`](https://github.com/baloise/design-system/commit/b1e37240d2dccf158b94efa1d7f45c0abbb15eb1)]: + - @baloise/design-system-components@13.7.0 diff --git a/test/package.json b/test/package.json index 753ec5a1da..79b0d58062 100644 --- a/test/package.json +++ b/test/package.json @@ -1,6 +1,6 @@ { "name": "e2e-tests", - "version": "13.6.2", + "version": "13.6.3", "private": true, "description": "Cypress E2E Tests", "scripts": { @@ -13,7 +13,7 @@ "cy:visual:report": "reg-cli cypress/snapshots/actual/visual cypress/snapshots/base/visual cypress/snapshots/diff/visual -R cypress/snapshots/report.html --ignoreChange --matchingThreshold 0.15" }, "dependencies": { - "@baloise/design-system-components": "13.6.2" + "@baloise/design-system-components": "13.7.0" }, "devDependencies": { "@vitejs/plugin-vue": "~4.2.3",