@porsche-design-system/components-angular 3.29.0-rc.1 → 3.29.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,6 +14,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [3.29.0-rc.2] - 2025-07-28
18
+
19
+ ### Changed
20
+
21
+ - Partials: provide CJS & ESM build ([#3945](https://github.com/porsche-design-system/porsche-design-system/pull/3945))
22
+
17
23
  ## [3.29.0-rc.1] - 2025-07-15
18
24
 
19
25
  ### Added
@@ -31,7 +37,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
31
37
  ([#3917](https://github.com/porsche-design-system/porsche-design-system/pull/3917))
32
38
  - Angular: updated peer dependency to `>=20.0.0 <21.0.0`
33
39
  - **Breaking Change** `Textarea`:
34
-
35
40
  - Renamed the `showCounter` prop to `counter`.
36
41
  - Changed default behavior: the `counter` is now disabled by default (`false` instead of `true`).
37
42
 
@@ -54,6 +59,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
54
59
 
55
60
  - `Carousel`: component does not work correctly if an invalid `lang` value is provided
56
61
  ([#3924](https://github.com/porsche-design-system/porsche-design-system/pull/3924))
62
+ - Vue: fixed initial render for `dark` and `auto` themes in `PorscheDesignSystemProvider`
63
+ ([#3898](https://github.com/porsche-design-system/porsche-design-system/pull/3898))
57
64
 
58
65
  ## [3.29.0-rc.0] - 2025-06-27
59
66