@porsche-design-system/components-vue 3.10.0 → 3.11.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 +20 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
14
14
|
|
|
15
15
|
### [Unreleased]
|
|
16
16
|
|
|
17
|
+
### [3.11.0] - 2024-01-30
|
|
18
|
+
|
|
19
|
+
### [3.11.0-rc.0] - 2024-01-30
|
|
20
|
+
|
|
21
|
+
#### Fixed
|
|
22
|
+
|
|
23
|
+
- `Carousel`: Carousel does not work with single pointer event on smaller touch devices
|
|
24
|
+
([#3003](https://github.com/porsche-design-system/porsche-design-system/pull/3003))
|
|
25
|
+
- `Carousel`: `Each child in a list should have a unique "key" prop` warning in Next.js SSR context
|
|
26
|
+
([#3001](https://github.com/porsche-design-system/porsche-design-system/pull/3001))
|
|
27
|
+
|
|
28
|
+
#### Changed
|
|
29
|
+
|
|
30
|
+
- Scroll-lock used in `Flyout`, `Flyout Navigation` and `Modal` is based on `body { overflow: hidden; }` for all devices
|
|
31
|
+
([#3013](https://github.com/porsche-design-system/porsche-design-system/pull/3013))
|
|
32
|
+
- `Toast`: Alignment reflects RTL (right-to-left) mode
|
|
33
|
+
([#3010](https://github.com/porsche-design-system/porsche-design-system/pull/3010))
|
|
34
|
+
- `Carousel`: Pagination can be used for navigation & pagination has more spacing on touch devices
|
|
35
|
+
([#3003](https://github.com/porsche-design-system/porsche-design-system/pull/3003))
|
|
36
|
+
|
|
17
37
|
### [3.10.0] - 2024-01-17
|
|
18
38
|
|
|
19
39
|
### [3.10.0-rc.5] - 2024-01-16
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.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.11.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"vue": ">=3.0.0 <4.0.0"
|