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