-
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] ### Major Changes - We are introducing the new package `@swisspost/design-system-components-angular` 🥳, which provides a corresponding Angular component for all our web-components. For those working on an Angular app this means: - Instead of the package `@swisspost/design-system-components`, which provides native web components, the new package can be used. - The manual creation of Angular wrapper components for our previous web components in every project is no longer necessary. - Full support of the standard Angular schema. The use of the `CUSTOM_ELEMENTS_SCHEMA` schema is history. - Component properties, events, etc. can be applied to the components in the usual Angular way. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2071](#2071)) ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Minor Changes - Added icons number 2572 and 2573. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#2553](#2553)) - Added icon number 2574. (by [@swisspost-bot](https://github.com/swisspost-bot) with [#2592](#2592)) ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Set the size of the logo before it is displayed to avoid a layout jump right after the initial rendering of the header. (by [@alizedebray](https://github.com/alizedebray) with [#2557](#2557)) - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated dependencies: - @swisspost/[email protected] ## @swisspost/[email protected] ### Patch Changes - Updated `form-control` and `form-select` sizes and added support for floating label small size variant. (by [@imagoiq](https://github.com/imagoiq) with [#2396](#2396)) ## @swisspost/[email protected] ### Minor Changes - Added a documentation page for the ng-bootstrap modal component. (by [@alizedebray](https://github.com/alizedebray) with [#2531](#2531)) - Added a documentation page for the ng-bootstrap progressbar component. (by [@imagoiq](https://github.com/imagoiq) with [#2549](#2549)) - Added a documentation page for the ng-bootstrap/post notification-overlay component. (by [@imagoiq](https://github.com/imagoiq) with [#2608](#2608)) - Added a documentation page for the angular `custom-select` component based on the ng-bootstrap `dropdown` component. (by [@b1aserlu](https://github.com/b1aserlu) with [#2573](#2573)) - Added a documentation page for the ng-bootstrap dropdown component. (by [@davidritter-dotcom](https://github.com/davidritter-dotcom) with [#2551](#2551)) - Added a documentation page for the post stepper component. (by [@alizedebray](https://github.com/alizedebray) with [#2556](#2556)) - Added a documentation page for the design-system migration process. (by [@imagoiq](https://github.com/imagoiq) with [#2577](#2577)) - Added a documentation page for the ng-bootstrap typeahead component. (by [@imagoiq](https://github.com/imagoiq) with [#2547](#2547)) - Added a documentation page for the ng-bootstrap pagination component. (by [@imagoiq](https://github.com/imagoiq) with [#2549](#2549)) - Added a documentation page for the ng-bootstrap timepicker component. (by [@imagoiq](https://github.com/imagoiq) with [#2549](#2549)) - Added a documentation page for the post product card component. (by [@alizedebray](https://github.com/alizedebray) with [#2580](#2580)) - Added a getting-started docs page for the new `@swisspost/components-angular` package. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2071](#2071)) - Added an alert warning that the documentation is in beta, it will remain until all Design System components are documented. (by [@alizedebray](https://github.com/alizedebray) with [#2563](#2563)) ### Patch Changes - Fixed conflict between autolink anchor links and normal anchor links. (by [@imagoiq](https://github.com/imagoiq) with [#2529](#2529)) - Updated dependencies: - @swisspost/[email protected] - @swisspost/[email protected] - @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] ### Patch Changes - Updated dependencies: - @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.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# @swisspost/design-system-components-angular-workspace | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- @swisspost/design-system-styles@6.6.1 | ||
- @swisspost/design-system-components@2.0.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# @swisspost/design-system-components-angular | ||
|
||
## 1.0.0 | ||
|
||
### Major Changes | ||
|
||
- We are introducing the new package `@swisspost/design-system-components-angular` 🥳, which provides a corresponding Angular component for all our web-components. For those working on an Angular app this means: | ||
|
||
- Instead of the package `@swisspost/design-system-components`, which provides native web components, the new package can be used. | ||
- The manual creation of Angular wrapper components for our previous web components in every project is no longer necessary. | ||
- Full support of the standard Angular schema. The use of the `CUSTOM_ELEMENTS_SCHEMA` schema is history. | ||
- Component properties, events, etc. can be applied to the components in the usual Angular way. (by [@oliverschuerch](https://github.com/oliverschuerch) with [#2071](https://github.com/swisspost/design-system/pull/2071)) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies: | ||
- @swisspost/design-system-components@2.0.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-components-angular", | ||
"version": "0.0.12", | ||
"version": "1.0.0", | ||
"description": "Swiss Post Design System - Angular Wrapper Components", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -23,7 +23,7 @@ | |
"peerDependencies": { | ||
"@angular/common": "^16.0.0", | ||
"@angular/core": "^16.0.0", | ||
"@swisspost/design-system-components": "workspace:2.0.0" | ||
"@swisspost/design-system-components": "workspace:2.0.1" | ||
}, | ||
"sideEffects": false | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-demo", | ||
"version": "7.2.0", | ||
"version": "7.2.1", | ||
"description": "Pattern documentation, code snippets and implementation guidelines for the Design System Styles.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -25,8 +25,8 @@ | |
"@ng-bootstrap/ng-bootstrap": "15.1.2", | ||
"@popperjs/core": "2.11.8", | ||
"@swimlane/ngx-datatable": "20.1.0", | ||
"@swisspost/design-system-intranet-header": "workspace:5.0.7", | ||
"@swisspost/design-system-styles": "workspace:6.6.0", | ||
"@swisspost/design-system-intranet-header": "workspace:5.0.8", | ||
"@swisspost/design-system-styles": "workspace:6.6.1", | ||
"bootstrap": "5.3.2", | ||
"core-js": "3.35.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": "2.8.1", | ||
"version": "3.0.0", | ||
"description": "Swiss Post Design System Documentation.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -25,11 +25,11 @@ | |
"snapshots": "percy exec -- cypress run --config-file ./cypress.snapshot.config.js --record --key 0995e768-43ec-42bd-a127-ff944a2ad8c9" | ||
}, | ||
"dependencies": { | ||
"@swisspost/design-system-components": "workspace:2.0.0", | ||
"@swisspost/design-system-components-react": "workspace:1.0.26", | ||
"@swisspost/design-system-icons": "workspace:1.1.0", | ||
"@swisspost/design-system-styles": "workspace:6.6.0", | ||
"@swisspost/internet-header": "workspace:1.13.4", | ||
"@swisspost/design-system-components": "workspace:2.0.1", | ||
"@swisspost/design-system-components-react": "workspace:1.0.27", | ||
"@swisspost/design-system-icons": "workspace:1.2.0", | ||
"@swisspost/design-system-styles": "workspace:6.6.1", | ||
"@swisspost/internet-header": "workspace:1.13.5", | ||
"bootstrap": "5.3.2" | ||
}, | ||
"devDependencies": { | ||
|
@@ -71,8 +71,8 @@ | |
"typescript": "5.1.6" | ||
}, | ||
"peerDependencies": { | ||
"@swisspost/design-system-components-angular": "workspace:0.0.12", | ||
"@swisspost/design-system-intranet-header": "workspace:5.0.7" | ||
"@swisspost/design-system-components-angular": "workspace:1.0.0", | ||
"@swisspost/design-system-intranet-header": "workspace:5.0.8" | ||
}, | ||
"peerDependenciesMeta": { | ||
"@swisspost/design-system-components-angular": { | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/design-system-icons", | ||
"version": "1.1.0", | ||
"version": "1.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", | ||
|