@porsche-design-system/components-vue 3.19.0-rc.3 → 3.19.0-rc.4
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,8 +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.19.0-rc.4] - 2024-10-14
|
|
18
|
+
|
|
19
|
+
#### Added
|
|
20
|
+
|
|
21
|
+
- `AG Grid`: custom theme ([#3517](https://github.com/porsche-design-system/porsche-design-system/pull/3517))
|
|
22
|
+
- `Checkbox`: Added a `compact` prop to enable a smaller, space-saving version of the checkbox for compact layouts.
|
|
23
|
+
([#3504](https://github.com/porsche-design-system/porsche-design-system/pull/3504))
|
|
24
|
+
- `Text`, `Display`, `Heading` and `Headline`: introduce new option `inherit` to prop `align`
|
|
25
|
+
([#3520](https://github.com/porsche-design-system/porsche-design-system/pull/3520))
|
|
26
|
+
|
|
17
27
|
#### Fixed
|
|
18
28
|
|
|
29
|
+
- `Pin Code`, `Select Wrapper`: programmatic focus
|
|
30
|
+
([#3527](https://github.com/porsche-design-system/porsche-design-system/pull/3527))
|
|
31
|
+
- `Select Wrapper`: native option dropdown has wrong colors in theme dark
|
|
32
|
+
([#3523](https://github.com/porsche-design-system/porsche-design-system/pull/3523))
|
|
33
|
+
- `Switch`: width/height calculation of the toggle element supports browser based text only zoom
|
|
34
|
+
([#3542](https://github.com/porsche-design-system/porsche-design-system/pull/3542))
|
|
35
|
+
- Angular, React, Vue: missing `@deprecated` annotations for deprecated components
|
|
36
|
+
([#3525](https://github.com/porsche-design-system/porsche-design-system/pull/3525))
|
|
19
37
|
- Partials: Replace meta tag `apple-mobile-web-app-capable` with `mobile-web-app-capable` in `getMetaTagsAndIconLinks`
|
|
20
38
|
partial. ([#3519](https://github.com/porsche-design-system/porsche-design-system/pull/3519))
|
|
21
39
|
|