@porsche-design-system/components-vue 3.6.0-rc.0 → 3.6.0-rc.2

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 +17 -2
  2. 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.6.0-rc.2] - 2023-08-28
18
+
19
+ #### Fixed
20
+
21
+ - `Tabs Bar` losing `activeTabIndex` and underline
22
+ ([#2748](https://github.com/porsche-design-system/porsche-design-system/pull/2748))
23
+
24
+ ### [3.6.0-rc.1] - 2023-08-24
25
+
26
+ #### Fixed
27
+
28
+ - Bundling format and name of `components-js` entrypoint for Vanilla JS integration
29
+ ([#2745](https://github.com/porsche-design-system/porsche-design-system/pull/2745))
30
+
17
31
  ### [3.6.0-rc.0] - 2023-08-23
18
32
 
19
33
  #### Added
@@ -45,7 +59,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
45
59
  component. ([#2713](https://github.com/porsche-design-system/porsche-design-system/pull/2713))
46
60
  - React/SSR: compatibility with Next.js v13 app router
47
61
  ([#2687](https://github.com/porsche-design-system/porsche-design-system/pull/2687))
48
- - Consistent `package.json` ECMAScript module exports for `components-{js|angular|react|vue}`
62
+ - Consistent `package.json` ECMAScript module exports with `.mjs` and `.cjs` file extensions for
63
+ `components-{js|angular|react|vue}`
49
64
  ([#2739](https://github.com/porsche-design-system/porsche-design-system/pull/2739))
50
65
 
51
66
  ### [3.5.0] - 2023-07-25
@@ -77,7 +92,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
92
 
78
93
  #### Fixed
79
94
 
80
- - Fixes regression in `observeChildren` that affected nested components (e.g. incorrect rendering of nested `Tabs`).
95
+ - Regression in `observeChildren` that affected nested components (e.g. incorrect rendering of nested `Tabs`).
81
96
  ([#2649](https://github.com/porsche-design-system/porsche-design-system/pull/2649))
82
97
  - Click behaviour of slotted interactive elements of `Carousel`
83
98
  ([#2663](https://github.com/porsche-design-system/porsche-design-system/pull/2663))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.6.0-rc.0",
3
+ "version": "3.6.0-rc.2",
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.6.0-rc.0"
20
+ "@porsche-design-system/components-js": "3.6.0-rc.2"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "vue": ">=3.0.0 <4.0.0"