@porsche-design-system/components-angular 4.5.0-rc.0 → 4.5.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 +12 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,18 @@ 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] - 2026-07-21
|
|
18
|
+
|
|
19
|
+
## [4.5.0-rc.1] - 2026-07-20
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- `Flyout`, `Modal`, `Sheet` ([#4602](https://github.com/porsche-design-system/porsche-design-system/pull/4602)):
|
|
24
|
+
- focus ring color of dismiss button
|
|
25
|
+
- hover color visibility of dismiss button
|
|
26
|
+
- `Popover`: Trigger icon no longer gets squished when placed inside a constrained flex/grid parent
|
|
27
|
+
([#4602](https://github.com/porsche-design-system/porsche-design-system/pull/4602))
|
|
28
|
+
|
|
17
29
|
## [4.5.0-rc.0] - 2026-07-17
|
|
18
30
|
|
|
19
31
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-angular",
|
|
3
|
-
"version": "4.5.0
|
|
3
|
+
"version": "4.5.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,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.5.0
|
|
25
|
+
"@porsche-design-system/components-js": "4.5.0",
|
|
26
26
|
"tslib": "^2.8.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|