@porsche-design-system/components-react 4.0.0-rc.2 → 4.0.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
@@ -14,6 +14,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [4.0.0] - 2026-04-29
18
+
17
19
  ## [4.0.0-rc.2] - 2026-04-28
18
20
 
19
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-react",
3
- "version": "4.0.0-rc.2",
3
+ "version": "4.0.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",
@@ -21,7 +21,7 @@
21
21
  "url": "https://github.com/porsche-design-system/porsche-design-system"
22
22
  },
23
23
  "dependencies": {
24
- "@porsche-design-system/components-js": "4.0.0-rc.2"
24
+ "@porsche-design-system/components-js": "4.0.0"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "ag-grid-community": ">= 35.0.0 <36.0.0",
@@ -3775,7 +3775,7 @@ const OPTION_LIST_SAFE_ZONE = 6;
3775
3775
 
3776
3776
  const getCDNBaseURL = () => global.PORSCHE_DESIGN_SYSTEM_CDN_URL + "/porsche-design-system";
3777
3777
 
3778
- const prefix = `[Porsche Design System v${"4.0.0-rc.2"}]` // this part isn't covered by unit tests
3778
+ const prefix = `[Porsche Design System v${"4.0.0"}]` // this part isn't covered by unit tests
3779
3779
  ;
3780
3780
  const consoleError = (...messages) => {
3781
3781
  console.error(prefix, ...messages);
@@ -3454,7 +3454,7 @@ const hasShowPickerSupport = () => (hasDocument &&
3454
3454
  'showPicker' in HTMLInputElement.prototype &&
3455
3455
  CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
3456
3456
 
3457
- const prefix = `[Porsche Design System v${"4.0.0-rc.2"}]` // this part isn't covered by unit tests
3457
+ const prefix = `[Porsche Design System v${"4.0.0"}]` // this part isn't covered by unit tests
3458
3458
  ;
3459
3459
  const consoleError$1 = (...messages) => {
3460
3460
  console.error(prefix, ...messages);
@@ -3773,7 +3773,7 @@ const OPTION_LIST_SAFE_ZONE = 6;
3773
3773
 
3774
3774
  const getCDNBaseURL = () => global.PORSCHE_DESIGN_SYSTEM_CDN_URL + "/porsche-design-system";
3775
3775
 
3776
- const prefix = `[Porsche Design System v${"4.0.0-rc.2"}]` // this part isn't covered by unit tests
3776
+ const prefix = `[Porsche Design System v${"4.0.0"}]` // this part isn't covered by unit tests
3777
3777
  ;
3778
3778
  const consoleError = (...messages) => {
3779
3779
  console.error(prefix, ...messages);
@@ -3452,7 +3452,7 @@ const hasShowPickerSupport = () => (hasDocument &&
3452
3452
  'showPicker' in HTMLInputElement.prototype &&
3453
3453
  CSS.supports('selector(::-webkit-calendar-picker-indicator)'));
3454
3454
 
3455
- const prefix = `[Porsche Design System v${"4.0.0-rc.2"}]` // this part isn't covered by unit tests
3455
+ const prefix = `[Porsche Design System v${"4.0.0"}]` // this part isn't covered by unit tests
3456
3456
  ;
3457
3457
  const consoleError$1 = (...messages) => {
3458
3458
  console.error(prefix, ...messages);