@porsche-design-system/components-react 2.16.2-rc.0 → 2.16.3-rc.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +14 -2
  2. package/jsdom-polyfill/index.js +1 -1
  3. package/lib/components/accordion.wrapper.d.ts +2 -2
  4. package/lib/components/banner.wrapper.d.ts +2 -2
  5. package/lib/components/button-group.wrapper.d.ts +2 -2
  6. package/lib/components/button-pure.wrapper.d.ts +2 -2
  7. package/lib/components/button.wrapper.d.ts +2 -2
  8. package/lib/components/carousel.wrapper.d.ts +2 -2
  9. package/lib/components/checkbox-wrapper.wrapper.d.ts +2 -2
  10. package/lib/components/content-wrapper.wrapper.d.ts +2 -2
  11. package/lib/components/divider.wrapper.d.ts +2 -2
  12. package/lib/components/fieldset-wrapper.wrapper.d.ts +2 -2
  13. package/lib/components/flex-item.wrapper.d.ts +2 -2
  14. package/lib/components/flex.wrapper.d.ts +2 -2
  15. package/lib/components/grid-item.wrapper.d.ts +2 -2
  16. package/lib/components/grid.wrapper.d.ts +2 -2
  17. package/lib/components/headline.wrapper.d.ts +2 -2
  18. package/lib/components/icon.wrapper.d.ts +2 -2
  19. package/lib/components/inline-notification.wrapper.d.ts +2 -2
  20. package/lib/components/link-pure.wrapper.d.ts +2 -2
  21. package/lib/components/link-social.wrapper.d.ts +2 -2
  22. package/lib/components/link.wrapper.d.ts +2 -2
  23. package/lib/components/marque.wrapper.d.ts +2 -2
  24. package/lib/components/modal.wrapper.d.ts +2 -2
  25. package/lib/components/pagination.wrapper.d.ts +2 -2
  26. package/lib/components/popover.wrapper.d.ts +2 -2
  27. package/lib/components/radio-button-wrapper.wrapper.d.ts +2 -2
  28. package/lib/components/scroller.wrapper.d.ts +2 -2
  29. package/lib/components/segmented-control-item.wrapper.d.ts +2 -2
  30. package/lib/components/segmented-control.wrapper.d.ts +2 -2
  31. package/lib/components/select-wrapper.wrapper.d.ts +2 -2
  32. package/lib/components/spinner.wrapper.d.ts +2 -2
  33. package/lib/components/stepper-horizontal-item.wrapper.d.ts +2 -2
  34. package/lib/components/stepper-horizontal.wrapper.d.ts +2 -2
  35. package/lib/components/switch.wrapper.d.ts +2 -2
  36. package/lib/components/table-body.wrapper.d.ts +2 -2
  37. package/lib/components/table-cell.wrapper.d.ts +2 -2
  38. package/lib/components/table-head-cell.wrapper.d.ts +2 -2
  39. package/lib/components/table-head-row.wrapper.d.ts +2 -2
  40. package/lib/components/table-head.wrapper.d.ts +2 -2
  41. package/lib/components/table-row.wrapper.d.ts +2 -2
  42. package/lib/components/table.wrapper.d.ts +2 -2
  43. package/lib/components/tabs-bar.wrapper.d.ts +2 -2
  44. package/lib/components/tabs-item.wrapper.d.ts +2 -2
  45. package/lib/components/tabs.wrapper.d.ts +2 -2
  46. package/lib/components/tag-dismissible.wrapper.d.ts +2 -2
  47. package/lib/components/tag.wrapper.d.ts +2 -2
  48. package/lib/components/text-field-wrapper.wrapper.d.ts +2 -2
  49. package/lib/components/text-list-item.wrapper.d.ts +2 -2
  50. package/lib/components/text-list.wrapper.d.ts +2 -2
  51. package/lib/components/text.wrapper.d.ts +2 -2
  52. package/lib/components/textarea-wrapper.wrapper.d.ts +2 -2
  53. package/lib/components/toast.wrapper.d.ts +2 -2
  54. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -9,6 +9,18 @@ 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.3-rc.0] - 2022-10-21
13
+
14
+ #### Fixed
15
+
16
+ - `Button Pure` and `Link Pure` error when using `size="inherit"` and `icon="none"`
17
+
18
+ #### Changed
19
+
20
+ - Replaced all internal usage of `Text` and `Headline` components
21
+
22
+ ### [2.16.2] - 2022-09-15
23
+
12
24
  ### [2.16.2-rc.0] - 2022-09-15
13
25
 
14
26
  #### Fixed
@@ -16,7 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
16
28
  - Issue with `Popover` where drop-shadow is not shown correctly in Chrome >= 105
17
29
  - Issue with `Carousel` and `wrap-content="true"` where the layout was out of sync with `Content Wrapper` for
18
30
  viewports >= 1760px.
19
- - `Select Wrapper` with custom dropdown keeps attribute changes of native select options in sync if changed programmatically
31
+ - `Select Wrapper` with custom dropdown keeps attribute changes of native select options in sync if changed
32
+ programmatically
20
33
 
21
34
  ### [2.16.1] - 2022-09-09
22
35
 
@@ -1403,7 +1416,6 @@ For advanced usage please [read further](https://designsystem.porsche.com/latest
1403
1416
 
1404
1417
  - Add `safe-zone` property to `p-grid` for outer grid margin, max-width and centering
1405
1418
  - Submit button with search icon to `p-textfield-wrapper` type search
1406
- - Test-Projects React, Angular, Gatsby and NextJS
1407
1419
 
1408
1420
  #### Changed
1409
1421