@porsche-design-system/components-vue 3.27.0 → 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 -7
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -14,16 +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] - 2025-02-28
18
-
19
- ### [3.27.0-rc.6] - 2025-02-28
17
+ ### [3.27.1-rc.0] - 2025-03-05
20
18
 
21
- #### Changed
19
+ #### Fixed
22
20
 
23
- - `Carousel`: Center layout of Carousel on mobile view
24
- ([#3765](https://github.com/porsche-design-system/porsche-design-system/pull/3765))
25
21
  - `Carousel`: `auto` value of `slides-per-page` prop is breakpoint customizable
26
- ([#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
27
29
 
28
30
  #### Added
29
31
 
@@ -47,6 +49,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
47
49
  - `Select`, `Select Wrapper`:
48
50
  - focus outline becomes default focus style when no filter is used
49
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))
50
56
 
51
57
  ### [3.27.0-rc.5] - 2025-02-20
52
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-vue",
3
- "version": "3.27.0",
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"
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",