@porsche-design-system/components-angular 4.4.0-rc.1 → 4.5.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 +16 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,22 @@ 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.0] - 2026-07-17
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- `AG Grid`: Bumped peer dependency to support AG Grid new major version 36
|
|
22
|
+
([#4553](https://github.com/porsche-design-system/porsche-design-system/pull/4553))
|
|
23
|
+
- `Popover`: Aligned shadowed popover trigger button style with button-pure
|
|
24
|
+
([#4596](https://github.com/porsche-design-system/porsche-design-system/pull/4596))
|
|
25
|
+
|
|
26
|
+
### Fixed
|
|
27
|
+
|
|
28
|
+
- `Popover`: A `margin` set on the host is now applied to the shadowed trigger button
|
|
29
|
+
([#4596](https://github.com/porsche-design-system/porsche-design-system/pull/4596))
|
|
30
|
+
|
|
31
|
+
## [4.4.0] - 2026-07-15
|
|
32
|
+
|
|
17
33
|
## [4.4.0-rc.1] - 2026-07-10
|
|
18
34
|
|
|
19
35
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0-rc.0",
|
|
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.
|
|
25
|
+
"@porsche-design-system/components-js": "4.5.0-rc.0",
|
|
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": ">=
|
|
32
|
-
"ag-grid-enterprise": ">=
|
|
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
|
},
|