@porsche-design-system/components-angular 3.30.0-rc.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 +39 -0
- package/OSS_NOTICE +1635 -2257
- package/fesm2022/porsche-design-system-components-angular.mjs +1011 -305
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/index.d.ts +768 -551
- package/package.json +2 -2
- package/tailwindcss/index.css +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -14,12 +14,51 @@ 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
|
+
|
|
17
54
|
## [3.30.0-rc.0] - 2025-09-10
|
|
18
55
|
|
|
19
56
|
### Added
|
|
20
57
|
|
|
21
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))
|
|
22
60
|
- `Model Signature`: `gt3`, `gt3-rs` and `gts`
|
|
61
|
+
([#4012](https://github.com/porsche-design-system/porsche-design-system/pull/4021))
|
|
23
62
|
- `Button`, `Button Pure`, `Button Tile`, `Link`, `Link Pure`, `Link Tile`: `aria-description` is now supported via
|
|
24
63
|
`aria` prop to provide additional context for screen readers.
|
|
25
64
|
([#3969](https://github.com/porsche-design-system/porsche-design-system/pull/3969))
|