@porsche-design-system/components-angular 4.2.0-rc.4 → 4.2.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 +21 -0
- package/fesm2022/porsche-design-system-components-angular.mjs +235 -234
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/package.json +4 -4
- package/tailwindcss/index.css +57 -75
- package/types/porsche-design-system-components-angular.d.ts +562 -556
- package/vanilla-extract/cjs/font/fontHyphenationStyle.cjs +1 -1
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +10 -196
- package/vanilla-extract/esm/font/fontHyphenationStyle.mjs +1 -1
- package/vanilla-extract/esm/grid/gridSharedOffset.mjs +1 -1
- package/vanilla-extract/esm/grid/gridStyle.mjs +1 -1
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +10 -196
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,27 @@ 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] - 2026-06-22
|
|
18
|
+
|
|
19
|
+
## [4.2.0-rc.5] - 2026-06-12
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- `Angular`: Bumped peer dependency to support Angular new major version 22
|
|
24
|
+
([#4505](https://github.com/porsche-design-system/porsche-design-system/pull/4505))
|
|
25
|
+
- `Flyout`: Prop `fullscreen` to stretch the flyout to the full viewport width with squared corners, useful for smaller
|
|
26
|
+
viewports ([#4498](https://github.com/porsche-design-system/porsche-design-system/pull/4498))
|
|
27
|
+
|
|
28
|
+
### Fixed
|
|
29
|
+
|
|
30
|
+
- `Flyout`, `Modal`, `Sheet` ([#4498](https://github.com/porsche-design-system/porsche-design-system/pull/4498)):
|
|
31
|
+
- Nested dialog elements no longer cause rendering issues in Chromium
|
|
32
|
+
- Keep the dialog element on the `#top-layer` during the fade-out animation in Safari and Firefox, so closing
|
|
33
|
+
(especially nested) dialogs no longer drop behind surrounding content
|
|
34
|
+
- `Banner`: Keep the popover on the `#top-layer` during the fade-out animation in Safari and Firefox, so it no longer
|
|
35
|
+
drops behind surrounding content while closing
|
|
36
|
+
([#4498](https://github.com/porsche-design-system/porsche-design-system/pull/4498))
|
|
37
|
+
|
|
17
38
|
## [4.2.0-rc.4] - 2026-06-10
|
|
18
39
|
|
|
19
40
|
### Fixed
|