@porsche-design-system/components-vue 2.19.1-rc.1 → 2.20.0-rc.1
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 +9 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
9
9
|
|
|
10
10
|
### [Unreleased]
|
|
11
11
|
|
|
12
|
+
### [2.20.0-rc.1] - 2023-02-06
|
|
13
|
+
|
|
14
|
+
### [2.20.0-rc.0] - 2023-01-30
|
|
15
|
+
|
|
16
|
+
#### Added
|
|
17
|
+
|
|
18
|
+
- `applyNormalizeStyles` option for `getInitialStyles()` partial which includes basic css styles for Light DOM
|
|
19
|
+
|
|
12
20
|
### [2.19.1-rc.1] - 2023-01-18
|
|
13
21
|
|
|
14
22
|
#### Added
|
|
@@ -434,7 +442,7 @@ information can be found here:
|
|
|
434
442
|
|
|
435
443
|
#### Added
|
|
436
444
|
|
|
437
|
-
- React: `getByRoleShadowed`, `getByLabelTextShadowed` and `getByTextShadowed` utilities which
|
|
445
|
+
- React: `getByRoleShadowed`, `getByLabelTextShadowed` and `getByTextShadowed` utilities which uses
|
|
438
446
|
`@testing-library/dom` queries internally to support Shadow DOM
|
|
439
447
|
|
|
440
448
|
#### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@porsche-design-system/components-vue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.20.0-rc.1",
|
|
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": "2.
|
|
20
|
+
"@porsche-design-system/components-js": "2.20.0-rc.1"
|
|
21
21
|
},
|
|
22
22
|
"peerDependencies": {
|
|
23
23
|
"vue": ">=3.0.0 <4.0.0"
|