@porsche-design-system/components-vue 3.27.0-rc.6 → 3.27.1-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -5
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,14 +14,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ### [Unreleased]
16
16
 
17
- ### [3.27.0-rc.6] - 2025-02-28
17
+ ### [3.27.1-rc.0] - 2025-03-05
18
18
 
19
- #### Changed
19
+ #### Fixed
20
20
 
21
- - `Carousel`: Center layout of Carousel on mobile view
22
- ([#3765](https://github.com/porsche-design-system/porsche-design-system/pull/3765))
23
21
  - `Carousel`: `auto` value of `slides-per-page` prop is breakpoint customizable
24
- ([#3767](https://github.com/porsche-design-system/porsche-design-system/pull/3767))
22
+ ([#3783](https://github.com/porsche-design-system/porsche-design-system/pull/3783))
23
+ - `Select`, `Multi Select`, `Select Wrapper`: remove positioning with native anchor positioning due to a Chrome bug
24
+ ([#3780](https://github.com/porsche-design-system/porsche-design-system/pull/3780))
25
+
26
+ ### [3.27.0] - 2025-02-28
27
+
28
+ ### [3.27.0-rc.6] - 2025-02-28
25
29
 
26
30
  #### Added
27
31
 
@@ -45,6 +49,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
45
49
  - `Select`, `Select Wrapper`:
46
50
  - focus outline becomes default focus style when no filter is used
47
51
  ([#3754](https://github.com/porsche-design-system/porsche-design-system/pull/3754))
52
+ - `Carousel`: Center layout of Carousel on mobile view
53
+ ([#3765](https://github.com/porsche-design-system/porsche-design-system/pull/3765))
54
+ - `Carousel`: `auto` value of `slides-per-page` prop is breakpoint customizable
55
+ ([#3771](https://github.com/porsche-design-system/porsche-design-system/pull/3771))
48
56
 
49
57
  ### [3.27.0-rc.5] - 2025-02-20
50
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.27.0-rc.6",
3
+ "version": "3.27.1-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.27.0-rc.6"
20
+ "@porsche-design-system/components-js": "3.27.1-rc.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "ag-grid-enterprise": ">= 33.0.0 <34.0.0",