@porsche-design-system/components-vue 3.19.0-rc.3 → 3.19.0

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