-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
- 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.
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", | ||
|