@porsche-design-system/components-angular 2.16.1 → 2.16.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 +11 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
 
10
10
  ### [Unreleased]
11
11
 
12
+ ### [2.16.2] - 2022-09-15
13
+
14
+ ### [2.16.2-rc.0] - 2022-09-15
15
+
16
+ #### Fixed
17
+
18
+ - Issue with `Popover` where drop-shadow is not shown correctly in Chrome >= 105
19
+ - Issue with `Carousel` and `wrap-content="true"` where the layout was out of sync with `Content Wrapper` for
20
+ viewports >= 1760px.
21
+ - `Select Wrapper` with custom dropdown keeps attribute changes of native select options in sync if changed programmatically
22
+
12
23
  ### [2.16.1] - 2022-09-09
13
24
 
14
25
  #### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-angular",
3
- "version": "2.16.1",
3
+ "version": "2.16.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": "2.16.1",
20
+ "@porsche-design-system/components-js": "2.16.2",
21
21
  "tslib": "^2.0.1"
22
22
  },
23
23
  "peerDependencies": {