@porsche-design-system/components-angular 3.27.0 → 3.27.1

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