@porsche-design-system/components-angular 3.30.0-rc.0 → 3.30.0-rc.2

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,71 @@ 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.2] - 2025-10-24
18
+
19
+ ### Added
20
+
21
+ - `Flag`: added `AD, GI, LI, MC, ME, TW` flags & `XX` for unknown region
22
+ ([#4074](https://github.com/porsche-design-system/porsche-design-system/pull/4074))
23
+ - `Segmented Control`: `compact` prop to enable a smaller, space-saving version for compact layouts
24
+ ([#4020](https://github.com/porsche-design-system/porsche-design-system/pull/4020))
25
+ - Vue: export `prefixInjectionKey` ([#4079](https://github.com/porsche-design-system/porsche-design-system/pull/4079))
26
+
27
+ ### Changed
28
+
29
+ - `Flag`: international flag replaces `DE` flag as fallback for an unknown region
30
+ ([#4074](https://github.com/porsche-design-system/porsche-design-system/pull/4074))
31
+
32
+ ### Fixed
33
+
34
+ - `Radio Group`: fixed `compact` mode styles
35
+ ([#4073](https://github.com/porsche-design-system/porsche-design-system/pull/4073))
36
+
37
+ ## [3.30.0-rc.1] - 2025-10-21
38
+
39
+ ### Added
40
+
41
+ - Angular: form components implement ControlValueAccessor interface to support Angular forms out of the box
42
+ ([#4048](https://github.com/porsche-design-system/porsche-design-system/pull/4048))
43
+ - Vue: form components support `v-model` with argument `value|checked`. Can be used like this:
44
+ `<PInputText v-model:value="foo" />`
45
+ ([#4066](https://github.com/porsche-design-system/porsche-design-system/pull/4066))
46
+ - `Pin Code`, `Segmented Control`:
47
+ - `update` event is deprecated. Use `change` event instead.
48
+ - `blur` event ([#4050](https://github.com/porsche-design-system/porsche-design-system/pull/4050))
49
+ - `Select`, `Multi Select`:
50
+ - `update` event is deprecated. Use `change` event instead.
51
+ - `blur` event ([#4046](https://github.com/porsche-design-system/porsche-design-system/pull/4046))
52
+ - `Link Tile`, `Button Tile`: added `footer` slot
53
+ ([#4025](https://github.com/porsche-design-system/porsche-design-system/pull/4025))
54
+ - `Radio Group`: ([#4042](https://github.com/porsche-design-system/porsche-design-system/pull/4042))
55
+ - `Radio Group`: `blur` event ([#4057](https://github.com/porsche-design-system/porsche-design-system/pull/4057))
56
+ - `Flyout`: Prop `backdrop` ([#4058](https://github.com/porsche-design-system/porsche-design-system/pull/4058))
57
+
58
+ ### Changed
59
+
60
+ - `Radio Button Wrapper`: component is deprecated. Use `Radio Group` instead.
61
+ ([#4042](https://github.com/porsche-design-system/porsche-design-system/pull/4042))
62
+
63
+ ### Fixed
64
+
65
+ - `Textarea`, `Input Password`: `input` event `target` doesn't have updated `value`
66
+ ([#4048](https://github.com/porsche-design-system/porsche-design-system/pull/4048))
67
+ - `Select Wrapper`: disabled options in native dropdown not displayed correctly
68
+ ([#4046](https://github.com/porsche-design-system/porsche-design-system/pull/4046))
69
+ - `Tailwind`: change `--color-base` to `--color-canvas` to avoid conflicts with `text-base`
70
+ ([#4037](https://github.com/porsche-design-system/porsche-design-system/pull/4037))
71
+ - `Button`, `Link`: rendering of `variant="ghost"` in high contrast mode (HCM)
72
+ ([#4032](https://github.com/porsche-design-system/porsche-design-system/pull/4032))
73
+
17
74
  ## [3.30.0-rc.0] - 2025-09-10
18
75
 
19
76
  ### Added
20
77
 
21
78
  - `Icon`: `ai-3d-object`, `ai-code`, `ai-edit`, `ai-image`, `ai-scale`, `ai-sound`, `ai-text`, `ai-video`
79
+ ([#4022](https://github.com/porsche-design-system/porsche-design-system/pull/4022))
22
80
  - `Model Signature`: `gt3`, `gt3-rs` and `gts`
81
+ ([#4012](https://github.com/porsche-design-system/porsche-design-system/pull/4021))
23
82
  - `Button`, `Button Pure`, `Button Tile`, `Link`, `Link Pure`, `Link Tile`: `aria-description` is now supported via
24
83
  `aria` prop to provide additional context for screen readers.
25
84
  ([#3969](https://github.com/porsche-design-system/porsche-design-system/pull/3969))