@porsche-design-system/components-react 2.13.0 → 2.14.0-beta.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.
package/CHANGELOG.md CHANGED
@@ -9,6 +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-beta.0] - 2022-07-12
13
+
14
+ #### Changed
15
+
16
+ - Font loading strategy for Porsche Next uses `font-display: block` instead of `font-display: swap`
17
+
18
+ ### [2.14.0] - 2022-07-11
19
+
20
+ ### [2.14.0-rc.1] - 2022-07-11
21
+
22
+ ### [2.14.0-rc.0] - 2022-07-11
23
+
24
+ #### Added
25
+
26
+ - `getBrowserSupportFallbackScript()` partial supporting `cdn` and `format` options as replacement for
27
+ `includeOverlay()` of `@porsche-design-system/browser-notification` npm package
28
+ - `getCookiesFallbackScript()` partial supporting `cdn` and `format` options as replacement for `includeCookieOverlay()`
29
+ of `@porsche-design-system/browser-notification` npm package
30
+
31
+ #### Changed
32
+
33
+ - `getMetaTagsAndIconLinks()` partial to return `theme-color` meta tags with `prefers-color-scheme: {light|dark}` media
34
+ query
35
+
12
36
  ### [2.13.0] - 2022-06-23
13
37
 
14
38
  ### [2.13.0-rc.5] - 2022-06-23