@porsche-design-system/components-angular 3.19.0-rc.2 → 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,6 +14,36 @@ 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
+
27
+ #### Fixed
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))
37
+ - Partials: Replace meta tag `apple-mobile-web-app-capable` with `mobile-web-app-capable` in `getMetaTagsAndIconLinks`
38
+ partial. ([#3519](https://github.com/porsche-design-system/porsche-design-system/pull/3519))
39
+
40
+ ### [3.19.0-rc.3] - 2024-10-02
41
+
42
+ #### Fixed
43
+
44
+ - `Carousel`: remove gradient styles for carousel if `gradientColor` is not defined
45
+ ([#3518](https://github.com/porsche-design-system/porsche-design-system/pull/3518))
46
+
17
47
  ### [3.19.0-rc.2] - 2024-10-01
18
48
 
19
49
  #### Added