@porsche-design-system/components-vue 3.22.1 → 3.23.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 +15 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,14 +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
|
+
### [3.23.0-rc.0] - 2024-12-12
|
|
18
|
+
|
|
19
|
+
#### Changed
|
|
20
|
+
|
|
21
|
+
- `Select`: Slotted image of selected option now visible in combobox
|
|
22
|
+
([#3651](https://github.com/porsche-design-system/porsche-design-system/pull/3651))
|
|
23
|
+
|
|
24
|
+
#### Fixed
|
|
25
|
+
|
|
26
|
+
- `Flyout`: transition bug in Safari ([3674](https://github.com/porsche-design-system/porsche-design-system/pull/3674))
|
|
27
|
+
- `Styles`: dart sass deprecation warnings in `SCSS` variant
|
|
28
|
+
([3664](https://github.com/porsche-design-system/porsche-design-system/pull/3664))
|
|
29
|
+
|
|
17
30
|
### [3.22.1] - 2024-12-09
|
|
18
31
|
|
|
19
32
|
### [3.22.1-rc.0] - 2024-12-09
|
|
20
33
|
|
|
21
34
|
#### Fixed
|
|
22
35
|
|
|
23
|
-
`Flyout Multilevel`: Secondary scroll area not shown in iOS Safari (iPhone only)
|
|
24
|
-
([3663](https://github.com/porsche-design-system/porsche-design-system/pull/3663))
|
|
36
|
+
- `Flyout Multilevel`: Secondary scroll area not shown in iOS Safari (iPhone only)
|
|
37
|
+
([3663](https://github.com/porsche-design-system/porsche-design-system/pull/3663))
|
|
25
38
|
|
|
26
39
|
### [3.22.0] - 2024-12-06
|
|
27
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.23.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
|
"keywords": [
|
|
6
6
|
"porsche",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "SEE LICENSE IN LICENSE",
|
|
18
18
|
"homepage": "https://designsystem.porsche.com",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@porsche-design-system/components-js": "3.
|
|
20
|
+
"@porsche-design-system/components-js": "3.23.0-rc.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"ag-grid-enterprise": ">= 32.0.0 <33.0.0",
|