@porsche-design-system/components-angular 2.13.0-rc.5 → 2.14.0-rc.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 +19 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,12 +9,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9
9
 
10
10
  ### [Unreleased]
11
11
 
12
+ ### [2.14.0-rc.1] - 2022-07-11
13
+
14
+ ### [2.14.0-rc.0] - 2022-07-11
15
+
16
+ #### Added
17
+
18
+ - `getBrowserSupportFallbackScript()` partial supporting `cdn` and `format` options as replacement for
19
+ `includeOverlay()` of `@porsche-design-system/browser-notification` npm package
20
+ - `getCookiesFallbackScript()` partial supporting `cdn` and `format` options as replacement for `includeCookieOverlay()`
21
+ of `@porsche-design-system/browser-notification` npm package
22
+
23
+ #### Changed
24
+
25
+ - `getMetaTagsAndIconLinks()` partial to return `theme-color` meta tags with `prefers-color-scheme: {light|dark}` media
26
+ query
27
+
28
+ ### [2.13.0] - 2022-06-23
29
+
12
30
  ### [2.13.0-rc.5] - 2022-06-23
13
31
 
14
32
  #### Fixed
15
33
 
16
34
  - `Stepper Horizontal Item` `state` validation
17
- - `Button` and `Link` with `theme="dark" variant="tertiary"` and `Tag Dismissible` bug on Safari <= v15.5 where wrong
35
+ - `Button` and `Link` with `theme="dark" variant="tertiary"` and `Tag Dismissible` bug on Safari < v15.5 where wrong
18
36
  colors on hover were shown
19
37
 
20
38
  ### [2.13.0-rc.4] - 2022-06-22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-angular",
3
- "version": "2.13.0-rc.5",
3
+ "version": "2.14.0-rc.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": "2.13.0-rc.5",
20
+ "@porsche-design-system/components-js": "2.14.0-rc.1",
21
21
  "tslib": "^2.0.1"
22
22
  },
23
23
  "peerDependencies": {