@porsche-design-system/components-vue 3.0.0-rc.2 → 3.0.0-rc.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,14 +9,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
 
10
10
  ### [Unreleased]
11
11
 
12
+ ### [3.0.0-rc.3] - 2023-05-10
13
+
14
+ #### Fixed
15
+
16
+ - `Tabs Bar` focus behavior via keyboard navigation
17
+ ([#2546](https://github.com/porsche-design-system/porsche-design-system/pull/2546))
18
+ - Rendering of `Wordmark` in Safari ([#2542](https://github.com/porsche-design-system/porsche-design-system/pull/2542))
19
+ - Disabled dragging/ghosting of icons
20
+ ([#2536](https://github.com/porsche-design-system/porsche-design-system/pull/2536))
21
+
22
+ #### Changed
23
+
24
+ - Styles: `dropShadow{Low|Medium|High}Style`s use `box-shadow` instead of `filter: drop-shadow()` to fix glitches
25
+ together with `frostedGlassStyle` in Firefox
26
+ ([#2545](https://github.com/porsche-design-system/porsche-design-system/pull/2545))
27
+ - Size of icon and height of `Accordion`
28
+ ([#2536](https://github.com/porsche-design-system/porsche-design-system/pull/2536))
29
+
12
30
  ### [3.0.0-rc.2] - 2023-05-09
13
31
 
14
32
  #### Fixed
15
33
 
16
34
  - `Checkbox Wrapper` Safari visual state change while hovering
17
- [#2508](https://github.com/porsche-design-system/porsche-design-system/pull/2508)
35
+ ([#2508](https://github.com/porsche-design-system/porsche-design-system/pull/2508))
18
36
  - `Checkbox Wrapper` keyboard arrow navigation
19
- [#2508](https://github.com/porsche-design-system/porsche-design-system/pull/2508)
37
+ ([#2508](https://github.com/porsche-design-system/porsche-design-system/pull/2508))
20
38
  - `Modal` fix hover state of dismiss button
21
39
  ([#2510](https://github.com/porsche-design-system/porsche-design-system/pull/2510))
22
40
  - `Link Pure`, `Button Pure`: adjust offset of `:hover` and `active` styles
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.0.0-rc.2",
3
+ "version": "3.0.0-rc.3",
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.0.0-rc.2"
20
+ "@porsche-design-system/components-js": "3.0.0-rc.3"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "vue": ">=3.0.0 <4.0.0"