-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ae00688
commit d9843dc
Showing
34 changed files
with
178 additions
and
111 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
packages/components-angular/projects/components/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@swisspost/internet-header", | ||
"version": "1.13.4", | ||
"version": "1.13.5", | ||
"description": "The header for client facing applications.", | ||
"author": "Swiss Post <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -41,7 +41,7 @@ | |
"generate": "stencil generate" | ||
}, | ||
"dependencies": { | ||
"@swisspost/design-system-styles": "workspace:6.6.0", | ||
"@swisspost/design-system-styles": "workspace:6.6.1", | ||
"body-scroll-lock": "4.0.0-beta.0", | ||
"iframe-resizer": "4.3.9", | ||
"jquery": "3.7.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
packages/intranet-header-workspace/projects/intranet-header/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.