@porsche-design-system/components-angular 4.2.0-rc.5 → 4.3.0-rc.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,10 +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
+ ## [4.3.0-rc.0] - 2026-06-24
18
+
19
+ ### Added
20
+
21
+ - `Tabs`, `Tabs Bar`: `aria` prop to provide additional context for screen readers
22
+ ([#4538](https://github.com/porsche-design-system/porsche-design-system/pull/4538))
23
+
24
+ ### Changed
25
+
26
+ - `Angular`: Widen peer dependency to support Angular version 21 + 22
27
+ ([#4546](https://github.com/porsche-design-system/porsche-design-system/pull/4546))
28
+
29
+ ## [4.2.0] - 2026-06-22
30
+
17
31
  ## [4.2.0-rc.5] - 2026-06-12
18
32
 
19
33
  ### Added
20
34
 
35
+ - `Angular`: Bumped peer dependency to support Angular new major version 22
36
+ ([#4505](https://github.com/porsche-design-system/porsche-design-system/pull/4505))
21
37
  - `Flyout`: Prop `fullscreen` to stretch the flyout to the full viewport width with squared corners, useful for smaller
22
38
  viewports ([#4498](https://github.com/porsche-design-system/porsche-design-system/pull/4498))
23
39