@porsche-design-system/components-vue 3.3.0 → 3.4.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 +14 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
14
14
|
|
|
15
15
|
### [Unreleased]
|
|
16
16
|
|
|
17
|
+
### [3.4.0-rc.0] - 2023-07-13
|
|
18
|
+
|
|
19
|
+
#### Added
|
|
20
|
+
|
|
21
|
+
- React: `'use client';` directive is applied on all components for main and `ssr` sub-package
|
|
22
|
+
([#2654](https://github.com/porsche-design-system/porsche-design-system/pull/2654))
|
|
23
|
+
|
|
24
|
+
#### Fixed
|
|
25
|
+
|
|
26
|
+
- Fixes regression in `observeChildren` that affected nested components (e.g. incorrect rendering of nested `Tabs`).
|
|
27
|
+
([#2649](https://github.com/porsche-design-system/porsche-design-system/pull/2649))
|
|
28
|
+
- Click behaviour of slotted interactive elements of `Carousel`
|
|
29
|
+
([#2663](https://github.com/porsche-design-system/porsche-design-system/pull/2663))
|
|
30
|
+
|
|
17
31
|
### [3.3.0] - 2023-07-07
|
|
18
32
|
|
|
19
33
|
### [3.3.0-rc.0] - 2023-07-06
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.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.4.0-rc.0"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"vue": ">=3.0.0 <4.0.0"
|