@porsche-design-system/components-angular 4.2.0-rc.3 → 4.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,6 +14,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [4.2.0-rc.4] - 2026-06-10
18
+
19
+ ### Fixed
20
+
21
+ - `Radio Group`: Prevent clicks on `label-after` slot from bubbling to the host element
22
+ ([#4477](https://github.com/porsche-design-system/porsche-design-system/pull/4477))
23
+ - `Flyout`, `Modal`, `Sheet`: Prevent dialog elements from reserving layout space in closed state when placed within a
24
+ new stacking context ([#4494](https://github.com/porsche-design-system/porsche-design-system/pull/4494))
25
+
17
26
  ## [4.2.0-rc.3] - 2026-06-09
18
27
 
19
28
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-angular",
3
- "version": "4.2.0-rc.3",
3
+ "version": "4.2.0-rc.4",
4
4
  "description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
5
5
  "type": "commonjs",
6
6
  "keywords": [
@@ -22,7 +22,7 @@
22
22
  "url": "https://github.com/porsche-design-system/porsche-design-system"
23
23
  },
24
24
  "dependencies": {
25
- "@porsche-design-system/components-js": "4.2.0-rc.3",
25
+ "@porsche-design-system/components-js": "4.2.0-rc.4",
26
26
  "tslib": "^2.8.1"
27
27
  },
28
28
  "peerDependencies": {