@porsche-design-system/components-angular 4.4.0 → 4.5.0-rc.1

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 +24 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -14,6 +14,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [4.5.0-rc.1] - 2026-07-20
18
+
19
+ ### Fixed
20
+
21
+ - `Flyout`, `Modal`, `Sheet` ([#4602](https://github.com/porsche-design-system/porsche-design-system/pull/4602)):
22
+ - focus ring color of dismiss button
23
+ - hover color visibility of dismiss button
24
+ - `Popover`: Trigger icon no longer gets squished when placed inside a constrained flex/grid parent
25
+ ([#4602](https://github.com/porsche-design-system/porsche-design-system/pull/4602))
26
+
27
+ ## [4.5.0-rc.0] - 2026-07-17
28
+
29
+ ### Changed
30
+
31
+ - `AG Grid`: Bumped peer dependency to support AG Grid new major version 36
32
+ ([#4553](https://github.com/porsche-design-system/porsche-design-system/pull/4553))
33
+ - `Popover`: Aligned shadowed popover trigger button style with button-pure
34
+ ([#4596](https://github.com/porsche-design-system/porsche-design-system/pull/4596))
35
+
36
+ ### Fixed
37
+
38
+ - `Popover`: A `margin` set on the host is now applied to the shadowed trigger button
39
+ ([#4596](https://github.com/porsche-design-system/porsche-design-system/pull/4596))
40
+
17
41
  ## [4.4.0] - 2026-07-15
18
42
 
19
43
  ## [4.4.0-rc.1] - 2026-07-10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-angular",
3
- "version": "4.4.0",
3
+ "version": "4.5.0-rc.1",
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,14 +22,14 @@
22
22
  "url": "https://github.com/porsche-design-system/porsche-design-system"
23
23
  },
24
24
  "dependencies": {
25
- "@porsche-design-system/components-js": "4.4.0",
25
+ "@porsche-design-system/components-js": "4.5.0-rc.1",
26
26
  "tslib": "^2.8.1"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@angular/common": ">=21.0.0 <23.0.0",
30
30
  "@angular/core": ">=21.0.0 <23.0.0",
31
- "ag-grid-angular": ">= 35.0.0 <36.0.0",
32
- "ag-grid-enterprise": ">= 35.0.0 <36.0.0",
31
+ "ag-grid-angular": ">= 36.0.0 <37.0.0",
32
+ "ag-grid-enterprise": ">= 36.0.0 <37.0.0",
33
33
  "rxjs": "^6.5.3 || ^7.4.0",
34
34
  "tailwindcss": ">= 4.0.0 <5.0.0"
35
35
  },