@porsche-design-system/components-angular 3.29.0-rc.1 → 3.29.0-rc.3

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,19 @@ 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.3] - 2025-07-29
18
+
19
+ ### Fixed
20
+
21
+ - Partials: `topLevelAwait` issue in ESM build
22
+ ([#3947](https://github.com/porsche-design-system/porsche-design-system/pull/3947))
23
+
24
+ ## [3.29.0-rc.2] - 2025-07-28
25
+
26
+ ### Changed
27
+
28
+ - Partials: provide CJS & ESM build ([#3945](https://github.com/porsche-design-system/porsche-design-system/pull/3945))
29
+
17
30
  ## [3.29.0-rc.1] - 2025-07-15
18
31
 
19
32
  ### Added
@@ -24,6 +37,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
24
37
  ([#3916](https://github.com/porsche-design-system/porsche-design-system/pull/3916))
25
38
  - `Input Text`: `counter` prop functions independently of `max-length`, allowing character count display even when no
26
39
  limit is set ([#3901](https://github.com/porsche-design-system/porsche-design-system/pull/3901))
40
+ - `Input Email`: ([#3927](https://github.com/porsche-design-system/porsche-design-system/pull/3927))
27
41
 
28
42
  ### Changed
29
43
 
@@ -31,7 +45,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
31
45
  ([#3917](https://github.com/porsche-design-system/porsche-design-system/pull/3917))
32
46
  - Angular: updated peer dependency to `>=20.0.0 <21.0.0`
33
47
  - **Breaking Change** `Textarea`:
34
-
35
48
  - Renamed the `showCounter` prop to `counter`.
36
49
  - Changed default behavior: the `counter` is now disabled by default (`false` instead of `true`).
37
50
 
@@ -54,6 +67,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
54
67
 
55
68
  - `Carousel`: component does not work correctly if an invalid `lang` value is provided
56
69
  ([#3924](https://github.com/porsche-design-system/porsche-design-system/pull/3924))
70
+ - Vue: fixed initial render for `dark` and `auto` themes in `PorscheDesignSystemProvider`
71
+ ([#3898](https://github.com/porsche-design-system/porsche-design-system/pull/3898))
57
72
 
58
73
  ## [3.29.0-rc.0] - 2025-06-27
59
74