@porsche-design-system/components-angular 3.32.0-rc.1 → 3.32.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 CHANGED
@@ -14,10 +14,26 @@ 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.0] - 2026-02-04
18
+
19
+ ## [3.32.0-rc.2] - 2026-02-03
20
+
21
+ ### Added
22
+
23
+ - `Checkbox`, `Input-*`, `Multi-Select`, `Pin Code`, `Radio Button Group`, `Segmented-Control`, `Select`, `Textarea`:
24
+ New slot `label-after` to add custom content (e.g. `Popover`) after the `label` element
25
+ ([#4181](https://github.com/porsche-design-system/porsche-design-system/pull/4181))
26
+ - `Angular`: Bumped peer dependency to support Angular new major version 21 ([#4178](https://github.com/porsche-design-system/porsche-design-system/pull/4178))
27
+ - `Carousel`:
28
+ - `width` prop now supports `wide` and `full` values ([#4180](https://github.com/porsche-design-system/porsche-design-system/pull/4180))
29
+ - `--p-carousel-px` CSS custom property introduced to control horizontal padding (when used, the `width` prop has no effect anymore)
30
+ ([#4180](https://github.com/porsche-design-system/porsche-design-system/pull/4180))
31
+
17
32
  ## [3.32.0-rc.1] - 2026-01-12
18
33
 
19
34
  ### Added
20
- - `AG Grid`: Relaxed peer dependency to support AG Grid new major version 35
35
+
36
+ - `AG Grid`: Bumped peer dependency to support AG Grid new major version 35
21
37
  ([#4143](https://github.com/porsche-design-system/porsche-design-system/issues/4143))
22
38
 
23
39
  ### Fixed