-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @swisspost/[email protected] ### Minor Changes - Added icons number 2589, 2590 and 2591. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#3109](#3109)) ### Patch Changes - Updated icon number 2074. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#3172](#3172)) ## @swisspost/[email protected] ### Minor Changes - Added the possibility to hide the username in the profile dropdown. (by [@juliandanis](https://github.com/juliandanis) with [#3028](#3028)) ### Patch Changes - Enabled keyboard navigation for the user dropdown. (by [@alizedebray](https://github.com/alizedebray) with [#3119](#3119)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added a small variant for the textarea with floating label (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2857](#2857)) ### Patch Changes - Added @angular/core as an optional peer dependency to the styles package to indicate the Angular versions that are compatible with the current version of the styles. (by [@gfellerph](https://github.com/gfellerph) with [#3168](#3168)) - Fixed an issue with icon URL declarations when building styles with esbuild. (by [@alizedebray](https://github.com/alizedebray) with [#3123](#3123)) - Fixed the misaligned calendar icon in the datepicker input field. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3145](#3145)) - Implemented button wrapping for overflow in button groups. (by [@alizedebray](https://github.com/alizedebray) with [#3062](#3062)) ## @swisspost/[email protected] ### Patch Changes - Fixed a warning on the tooltip when the id was bound using Angular, the ID check now runs at a later stage in the component lifecycle, giving Angular enough time to set the attribute. (by [@gfellerph](https://github.com/gfellerph) with [#3155](#3155)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Redefined the dependency to the web components package as a dependency instead of a peer dependency due to a [known bug in changesets](changesets/changesets#1011) that causes major version bumps across all linked workspace packages if one of them is installed as a peer dependency. (by [@gfellerph](https://github.com/gfellerph) with [#3169](#3169)) - Updated `PostComponentsModule` to enable its use in lazy-loaded modules. (by [@alizedebray](https://github.com/alizedebray) with [#3118](#3118)) - Added `@swisspost/design-system-components` package as a peer dependency as recommended by stenciljs. This way, installing `@swisspost/design-system-components` package as a direct dependency should not be necessary anymore in consumer projects. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3116](#3116)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Fixed focus trap on overlay of the breadcrumb. Added a focus trap on search overlay (by [@imagoiq](https://github.com/imagoiq) with [#2922](#2922)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added a small variant for the textarea with floating label (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2857](#2857)) - Added documentation on how to use the Components for Angular with a strict Content Security Policy (CSP). (by [@alizedebray](https://github.com/alizedebray) with [#3125](#3125)) ### Patch Changes - Fixed version switcher active state logic, to visualize the current documentation version the user browses on. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#3111](#3111)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @swisspost/[email protected] Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-components-angular", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "Swiss Post Design System - Angular Wrapper Components", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -19,7 +19,7 @@ | |
}, | ||
"dependencies": { | ||
"tslib": "2.6.3", | ||
"@swisspost/design-system-components": "workspace:7.1.0" | ||
"@swisspost/design-system-components": "workspace:7.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^16.0.0 || ^17.0.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-demo", | ||
"version": "7.3.1", | ||
"version": "7.3.2", | ||
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -25,9 +25,9 @@ | |
"@ng-bootstrap/ng-bootstrap": "16.0.0", | ||
"@popperjs/core": "2.11.8", | ||
"@swimlane/ngx-datatable": "20.1.0", | ||
"@swisspost/design-system-intranet-header": "workspace:7.1.0", | ||
"@swisspost/design-system-migrations": "workspace:7.1.0", | ||
"@swisspost/design-system-styles": "workspace:7.1.0", | ||
"@swisspost/design-system-intranet-header": "workspace:7.2.0", | ||
"@swisspost/design-system-migrations": "workspace:7.2.0", | ||
"@swisspost/design-system-styles": "workspace:7.2.0", | ||
"bootstrap": "5.3.3", | ||
"core-js": "3.37.1", | ||
"highlight.js": "11.9.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-documentation", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Swiss Post Design System Documentation.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -28,11 +28,11 @@ | |
"lint": "eslint **/*.{js,ts,tsx,mdx}" | ||
}, | ||
"dependencies": { | ||
"@swisspost/design-system-components": "workspace:7.1.0", | ||
"@swisspost/design-system-components-react": "workspace:7.1.0", | ||
"@swisspost/design-system-icons": "workspace:7.1.0", | ||
"@swisspost/design-system-styles": "workspace:7.1.0", | ||
"@swisspost/internet-header": "workspace:1.13.10", | ||
"@swisspost/design-system-components": "workspace:7.2.0", | ||
"@swisspost/design-system-components-react": "workspace:7.2.0", | ||
"@swisspost/design-system-icons": "workspace:7.2.0", | ||
"@swisspost/design-system-styles": "workspace:7.2.0", | ||
"@swisspost/internet-header": "workspace:1.13.11", | ||
"bootstrap": "5.3.3" | ||
}, | ||
"devDependencies": { | ||
|
@@ -54,8 +54,8 @@ | |
"@storybook/types": "8.1.9", | ||
"@storybook/web-components": "8.1.9", | ||
"@storybook/web-components-vite": "8.1.9", | ||
"@swisspost/design-system-components-angular": "workspace:7.1.0", | ||
"@swisspost/design-system-intranet-header": "workspace:7.1.0", | ||
"@swisspost/design-system-components-angular": "workspace:7.2.0", | ||
"@swisspost/design-system-intranet-header": "workspace:7.2.0", | ||
"@types/css-modules": "1.0.5", | ||
"@types/mdx": "2.0.13", | ||
"@types/react": "18.3.3", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-icons", | ||
"version": "7.1.0", | ||
"version": "7.2.0", | ||
"description": "A collection of Swiss Post icons intended for use with the Design System.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/internet-header", | ||
"version": "1.13.10", | ||
"version": "1.13.11", | ||
"description": "The header for client facing applications.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -42,7 +42,7 @@ | |
"generate": "stencil generate" | ||
}, | ||
"dependencies": { | ||
"@swisspost/design-system-styles": "workspace:7.1.0", | ||
"@swisspost/design-system-styles": "workspace:7.2.0", | ||
"body-scroll-lock": "4.0.0-beta.0", | ||
"iframe-resizer": "4.4.2", | ||
"jquery": "3.7.1", | ||
|