@porsche-design-system/components-angular 4.0.0-beta.4 → 4.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [4.0.0-rc.0] - 2026-03-27
|
|
18
|
+
|
|
17
19
|
## [4.0.0-beta.4] - 2026-03-25
|
|
18
20
|
|
|
19
21
|
### Added
|
|
@@ -3518,9 +3520,10 @@ major version.
|
|
|
3518
3520
|
|
|
3519
3521
|
##### Content Wrapper:
|
|
3520
3522
|
|
|
3521
|
-
- Component is deprecated and will be removed with the next major release. Please use
|
|
3522
|
-
|
|
3523
|
-
layout needs for a harmonic
|
|
3523
|
+
- Component is deprecated and will be removed with the next major release. Please use
|
|
3524
|
+
**[Porsche Grid](/tailwindcss/grid/examples/)** instead, which is based on
|
|
3525
|
+
[CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) covering the specific layout needs for a harmonic
|
|
3526
|
+
appearance across all digital Porsche touch-points.
|
|
3524
3527
|
|
|
3525
3528
|
##### Flex:
|
|
3526
3529
|
|
|
@@ -3532,7 +3535,7 @@ major version.
|
|
|
3532
3535
|
|
|
3533
3536
|
- Component is deprecated and will be removed with the next major release. In general, please use native
|
|
3534
3537
|
[CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) in combination with
|
|
3535
|
-
**[Porsche Grid](/
|
|
3538
|
+
**[Porsche Grid](/tailwindcss/grid/examples/)** instead for better performance and more standardized layout technique.
|
|
3536
3539
|
|
|
3537
3540
|
##### Headline:
|
|
3538
3541
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "4.0.0-
|
|
3
|
+
"version": "4.0.0-rc.0",
|
|
4
4
|
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"porsche",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"url": "https://github.com/porsche-design-system/porsche-design-system"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@porsche-design-system/components-js": "4.0.0-
|
|
24
|
+
"@porsche-design-system/components-js": "4.0.0-rc.0",
|
|
25
25
|
"tslib": "^2.8.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|