@porsche-design-system/components-angular 3.33.0-rc.0 → 3.33.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 +3 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,12 +14,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [3.33.0] - 2026-03-09
|
|
18
|
+
|
|
17
19
|
## [3.33.0-rc.0] - 2026-03-04
|
|
18
20
|
|
|
19
21
|
### Added
|
|
20
22
|
|
|
21
23
|
- `Tag`: new `variant` property to define background colors which complies now with PDS `v4`
|
|
22
24
|
([#4227](https://github.com/porsche-design-system/porsche-design-system/pull/4227))
|
|
25
|
+
- `Checkbox`: add warning for Firefox form restore bug
|
|
23
26
|
|
|
24
27
|
### Changed
|
|
25
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "3.33.0
|
|
3
|
+
"version": "3.33.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",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"homepage": "https://designsystem.porsche.com",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@porsche-design-system/components-js": "3.33.0
|
|
20
|
+
"@porsche-design-system/components-js": "3.33.0",
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|