@porsche-design-system/components-angular 3.29.0 → 3.30.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,6 +14,66 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [3.30.0-rc.1] - 2025-10-21
18
+
19
+ ### Added
20
+
21
+ - Angular: form components implement ControlValueAccessor interface to support Angular forms out of the box
22
+ ([#4048](https://github.com/porsche-design-system/porsche-design-system/pull/4048))
23
+ - Vue: form components support `v-model` with argument `value|checked`. Can be used like this:
24
+ `<PInputText v-model:value="foo" />`
25
+ ([#4066](https://github.com/porsche-design-system/porsche-design-system/pull/4066))
26
+ - `Pin Code`, `Segmented Control`:
27
+ - `update` event is deprecated. Use `change` event instead.
28
+ - `blur` event ([#4050](https://github.com/porsche-design-system/porsche-design-system/pull/4050))
29
+ - `Select`, `Multi Select`:
30
+ - `update` event is deprecated. Use `change` event instead.
31
+ - `blur` event ([#4046](https://github.com/porsche-design-system/porsche-design-system/pull/4046))
32
+ - `Link Tile`, `Button Tile`: added `footer` slot
33
+ ([#4025](https://github.com/porsche-design-system/porsche-design-system/pull/4025))
34
+ - `Radio Group`: ([#4042](https://github.com/porsche-design-system/porsche-design-system/pull/4042))
35
+ - `Radio Group`: `blur` event ([#4057](https://github.com/porsche-design-system/porsche-design-system/pull/4057))
36
+ - `Flyout`: Prop `backdrop` ([#4058](https://github.com/porsche-design-system/porsche-design-system/pull/4058))
37
+
38
+ ### Changed
39
+
40
+ - `Radio Button Wrapper`: component is deprecated. Use `Radio Group` instead.
41
+ ([#4042](https://github.com/porsche-design-system/porsche-design-system/pull/4042))
42
+
43
+ ### Fixed
44
+
45
+ - `Textarea`, `Input Password`: `input` event `target` doesn't have updated `value`
46
+ ([#4048](https://github.com/porsche-design-system/porsche-design-system/pull/4048))
47
+ - `Select Wrapper`: disabled options in native dropdown not displayed correctly
48
+ ([#4046](https://github.com/porsche-design-system/porsche-design-system/pull/4046))
49
+ - `Tailwind`: change `--color-base` to `--color-canvas` to avoid conflicts with `text-base`
50
+ ([#4037](https://github.com/porsche-design-system/porsche-design-system/pull/4037))
51
+ - `Button`, `Link`: rendering of `variant="ghost"` in high contrast mode (HCM)
52
+ ([#4032](https://github.com/porsche-design-system/porsche-design-system/pull/4032))
53
+
54
+ ## [3.30.0-rc.0] - 2025-09-10
55
+
56
+ ### Added
57
+
58
+ - `Icon`: `ai-3d-object`, `ai-code`, `ai-edit`, `ai-image`, `ai-scale`, `ai-sound`, `ai-text`, `ai-video`
59
+ ([#4022](https://github.com/porsche-design-system/porsche-design-system/pull/4022))
60
+ - `Model Signature`: `gt3`, `gt3-rs` and `gts`
61
+ ([#4012](https://github.com/porsche-design-system/porsche-design-system/pull/4021))
62
+ - `Button`, `Button Pure`, `Button Tile`, `Link`, `Link Pure`, `Link Tile`: `aria-description` is now supported via
63
+ `aria` prop to provide additional context for screen readers.
64
+ ([#3969](https://github.com/porsche-design-system/porsche-design-system/pull/3969))
65
+ - `Pin Code`: `compact` prop to enable a smaller, space-saving version for compact layouts
66
+ ([#4001](https://github.com/porsche-design-system/porsche-design-system/pull/4001))
67
+ - `Checkbox`: `update` event is deprecated. Use `change` event instead.
68
+ ([#4010](https://github.com/porsche-design-system/porsche-design-system/pull/4010))
69
+
70
+ ### Fixed
71
+
72
+ - `Link Tile`, `Button Tile`, `Link Tile Model Signature`: fix overflowing content
73
+ ([#4018](https://github.com/porsche-design-system/porsche-design-system/pull/4018))
74
+ - `Select Wrapper`: fix axe-core violation when both `filter` and `description` prop are used
75
+ ([#4011](https://github.com/porsche-design-system/porsche-design-system/pull/4011))
76
+
17
77
  ## [3.29.0] - 2025-08-20
18
78
 
19
79
  ## [3.29.0-rc.5] - 2025-08-19