@porsche-design-system/components-angular 3.32.0 → 3.32.1-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 +12 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
14
14
|
|
|
15
15
|
## [Unreleased]
|
|
16
16
|
|
|
17
|
+
## [3.32.1-rc.0] - 2026-02-20
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- `Input Email`, `Input Password`, `Input Tel`, `Pin Code`: optimize input direction and behavior in RTL mode
|
|
22
|
+
([#4209](https://github.com/porsche-design-system/porsche-design-system/pull/4209))
|
|
23
|
+
|
|
17
24
|
## [3.32.0] - 2026-02-04
|
|
18
25
|
|
|
19
26
|
## [3.32.0-rc.2] - 2026-02-03
|
|
@@ -23,11 +30,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
23
30
|
- `Checkbox`, `Input-*`, `Multi-Select`, `Pin Code`, `Radio Button Group`, `Segmented-Control`, `Select`, `Textarea`:
|
|
24
31
|
New slot `label-after` to add custom content (e.g. `Popover`) after the `label` element
|
|
25
32
|
([#4181](https://github.com/porsche-design-system/porsche-design-system/pull/4181))
|
|
26
|
-
- `Angular`: Bumped peer dependency to support Angular new major version 21
|
|
33
|
+
- `Angular`: Bumped peer dependency to support Angular new major version 21
|
|
34
|
+
([#4178](https://github.com/porsche-design-system/porsche-design-system/pull/4178))
|
|
27
35
|
- `Carousel`:
|
|
28
|
-
- `width` prop now supports `wide` and `full` values
|
|
29
|
-
- `--p-carousel-px` CSS custom property introduced to control horizontal padding (when used, the `width` prop has no effect anymore)
|
|
36
|
+
- `width` prop now supports `wide` and `full` values
|
|
30
37
|
([#4180](https://github.com/porsche-design-system/porsche-design-system/pull/4180))
|
|
38
|
+
- `--p-carousel-px` CSS custom property introduced to control horizontal padding (when used, the `width` prop has no
|
|
39
|
+
effect anymore) ([#4180](https://github.com/porsche-design-system/porsche-design-system/pull/4180))
|
|
31
40
|
|
|
32
41
|
## [3.32.0-rc.1] - 2026-01-12
|
|
33
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "3.32.0",
|
|
3
|
+
"version": "3.32.1-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",
|
|
@@ -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.32.0",
|
|
20
|
+
"@porsche-design-system/components-js": "3.32.1-rc.0",
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|