@porsche-design-system/components-angular 3.32.0-rc.0 → 3.32.0-rc.1

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,12 +14,21 @@ 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-rc.0] - 2025-12-16
17
+ ## [3.32.0-rc.1] - 2026-01-12
18
18
 
19
19
  ### Added
20
-
21
20
  - `AG Grid`: Relaxed peer dependency to support AG Grid new major version 35
22
21
  ([#4143](https://github.com/porsche-design-system/porsche-design-system/issues/4143))
22
+
23
+ ### Fixed
24
+
25
+ - `Radio Group Option`: missing `delegatesFocus`
26
+ ([#4135](https://github.com/porsche-design-system/porsche-design-system/pull/4135))
27
+
28
+ ## [3.32.0-rc.0] - 2025-12-16
29
+
30
+ ### Added
31
+
23
32
  - `Multi Select, Select`:
24
33
  - `selected` slot for custom selection rendering and enabling complex options
25
34
  - `options-status` slot for loading, error and no results states when using custom filtering
@@ -128,6 +128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImpor
128
128
  }]
129
129
  }] });
130
130
 
131
+ /** @deprecated since v3.32.0, will be removed with next major release. Use simple styles instead. */
131
132
  class PButtonGroup extends BaseComponent {
132
133
  direction;
133
134
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: PButtonGroup, deps: null, target: i0.ɵɵFactoryTarget.Component });