@porsche-design-system/components-angular 4.0.0-rc.0 → 4.0.0-rc.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.
- package/CHANGELOG.md +125 -0
- package/OSS_NOTICE +195 -855
- package/README.md +0 -5
- package/fesm2022/porsche-design-system-components-angular.mjs +233 -231
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +43 -39
- package/global-styles/color-scheme.css +24 -24
- package/global-styles/index.css +43 -39
- package/global-styles/variables.css +19 -15
- package/package.json +9 -6
- package/tailwindcss/index.css +350 -92
- package/types/porsche-design-system-components-angular.d.ts +39 -28
- package/vanilla-extract/cjs/index.cjs +14 -0
- package/vanilla-extract/cjs/spacing/spacingStatic2Xs.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.cjs +1 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +184 -10
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xs.cjs +5 -0
- package/vanilla-extract/cjs/typography/proseHeading2XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading2XsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseText3XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText4XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText5XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +7 -5
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorErrorFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorErrorFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorInfoFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorInfoFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorSuccessFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorWarningFrosted.d.ts +1 -1
- package/vanilla-extract/esm/color/light-dark/colorWarningFrostedSoft.d.ts +1 -1
- package/vanilla-extract/esm/grid/gridSharedOffset.mjs +1 -1
- package/vanilla-extract/esm/grid/gridStyle.mjs +1 -1
- package/vanilla-extract/esm/index.mjs +7 -0
- package/vanilla-extract/esm/spacing/index.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.mjs +1 -3
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +184 -10
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xs.mjs +3 -0
- package/vanilla-extract/esm/typography/index.d.ts +6 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseText3XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText3XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +7 -5
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,119 @@ 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-rc.2] - 2026-04-28
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- `Tag`: Prop `variants` supports new values:
|
|
22
|
+
`'info-frosted' | 'success-frosted' | 'warning-frosted' | 'error-frosted' |`
|
|
23
|
+
([#4320](https://github.com/porsche-design-system/porsche-design-system/pull/4320))
|
|
24
|
+
- `Carousel`: `--p-carousel-prev-next-color-scheme` CSS variable in order to change the `color-scheme` of the prev/next
|
|
25
|
+
buttons individually ([#4308](https://github.com/porsche-design-system/porsche-design-system/pull/4308))
|
|
26
|
+
|
|
27
|
+
### Changed
|
|
28
|
+
|
|
29
|
+
- `Tag`: Slightly adjusted padding for better visual appearance
|
|
30
|
+
([#4320](https://github.com/porsche-design-system/porsche-design-system/pull/4320))
|
|
31
|
+
- `Tokens`, `Tailwind CSS`, `SCSS`, `Emotion`, `Vanilla Extract`: Update notification frosted colors (success, error,
|
|
32
|
+
warning, info) ([#4317](https://github.com/porsche-design-system/porsche-design-system/pull/4317))
|
|
33
|
+
- `Banner`, `Inline Notification`: prop or slot `heading` is recommended but not required anymore
|
|
34
|
+
([#4317](https://github.com/porsche-design-system/porsche-design-system/pull/4317))
|
|
35
|
+
- `Banner`, `Inline Notification`, `Toast`: visual alignment and color contrast improvements
|
|
36
|
+
([#4317](https://github.com/porsche-design-system/porsche-design-system/pull/4317))
|
|
37
|
+
|
|
38
|
+
### Fixed
|
|
39
|
+
|
|
40
|
+
- `Flyout`, `Modal`, `Sheet`: `overflow: clip` causing issues
|
|
41
|
+
([#4296](https://github.com/porsche-design-system/porsche-design-system/pull/4296))
|
|
42
|
+
- `Link Pure`: focus border of slotted anchor
|
|
43
|
+
([#4285](https://github.com/porsche-design-system/porsche-design-system/pull/4285))
|
|
44
|
+
- `Accessibility`: improved internal ARIA attribute handling for various components, e.g. `Banner`,
|
|
45
|
+
`Inline Notification` and `Input` elements.
|
|
46
|
+
([#4274](https://github.com/porsche-design-system/porsche-design-system/pull/4274))
|
|
47
|
+
- Prefixing: custom PDS prefixes allow numbers in the prefix name
|
|
48
|
+
([#4297](https://github.com/porsche-design-system/porsche-design-system/pull/4297))
|
|
49
|
+
- `Tailwind CSS`: Custom tailwind prefixing
|
|
50
|
+
([#4294](https://github.com/porsche-design-system/porsche-design-system/pull/4294))
|
|
51
|
+
- Form components: rendering issues of slotted label if provided as `display: block` element
|
|
52
|
+
([#4298](https://github.com/porsche-design-system/porsche-design-system/pull/4298))
|
|
53
|
+
- `Table`: incorrect cell padding when nested inside `Flyout`, `Modal` or `Sheet`
|
|
54
|
+
([#4314](https://github.com/porsche-design-system/porsche-design-system/pull/4314))
|
|
55
|
+
- `Tabs`, `Tabs Bar`:
|
|
56
|
+
- keyboard navigation in RTL mode ([#4300](https://github.com/porsche-design-system/porsche-design-system/pull/4300))
|
|
57
|
+
- animation flickering ([#4309](https://github.com/porsche-design-system/porsche-design-system/pull/4309))
|
|
58
|
+
- hydration error ([#4309](https://github.com/porsche-design-system/porsche-design-system/pull/4309))
|
|
59
|
+
- `Select`, `Multi Select`: Optimize screen reader experience
|
|
60
|
+
([#4313](https://github.com/porsche-design-system/porsche-design-system/pull/4313))
|
|
61
|
+
|
|
62
|
+
### Deprecated
|
|
63
|
+
|
|
64
|
+
- `Banner`:
|
|
65
|
+
- Slot `description` (use default slot instead)
|
|
66
|
+
([#4317](https://github.com/porsche-design-system/porsche-design-system/pull/4317))
|
|
67
|
+
|
|
68
|
+
## [4.0.0-rc.1] - 2026-04-07
|
|
69
|
+
|
|
70
|
+
### Added
|
|
71
|
+
|
|
72
|
+
- `Banner`:
|
|
73
|
+
- Prop `position` with values: `BreakpointCustomizable<'top' | 'bottom'>` (default: `{ base: 'bottom', s: 'top' }`)
|
|
74
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
75
|
+
- CSS Variable `--p-banner-top`: Defines the distance from the top of the viewport. Only takes effect when the
|
|
76
|
+
`position` property is set to `top` (at the respective breakpoint).
|
|
77
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
78
|
+
- CSS Variable `--p-banner-bottom`: Defines the distance from the bottom of the viewport. Only takes effect when the
|
|
79
|
+
`position` property is set to `bottom` (at the respective breakpoint).
|
|
80
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
81
|
+
- CSS Variable `--p-banner-max-w`: Defines the maximum width of the banner.
|
|
82
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
83
|
+
- CSS Variable `--p-banner-inset-x`: Defines the horizontal offset of the banner from the edges of the viewport.
|
|
84
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
85
|
+
- `Tailwind CSS`: `--spacing-static-2xs`
|
|
86
|
+
([#4262](https://github.com/porsche-design-system/porsche-design-system/pull/4262))
|
|
87
|
+
- `SCSS`: `$spacing-static-2xs` ([#4262](https://github.com/porsche-design-system/porsche-design-system/pull/4262))
|
|
88
|
+
- `Tokens`, `Emotion`, `Vanilla Extract`: `spacingStatic2xs`
|
|
89
|
+
([#4262](https://github.com/porsche-design-system/porsche-design-system/pull/4262))
|
|
90
|
+
|
|
91
|
+
### Changed
|
|
92
|
+
|
|
93
|
+
- `Banner`, `Inline Notification`: Improve visual appearance
|
|
94
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
95
|
+
- `Banner`: `max-width` is now `100ch` by default to increase readability. Use CSS Variable `--p-banner-max-w` and
|
|
96
|
+
`--p-banner-inset-x` to set custom `max-width` and horizontal offset.
|
|
97
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
98
|
+
- `SCSS`:
|
|
99
|
+
- All `prose-heading-*` and `prose-text-*` mixins set `color` to the primary token by default, overridable via the CSS
|
|
100
|
+
cascade ([#4262](https://github.com/porsche-design-system/porsche-design-system/pull/4262))
|
|
101
|
+
- `Emotion`, `Vanilla Extract`:
|
|
102
|
+
- All `proseHeading*` and `proseText*` style objects set `color` to the primary token by default, overridable in your
|
|
103
|
+
own styles ([#4262](https://github.com/porsche-design-system/porsche-design-system/pull/4262))
|
|
104
|
+
|
|
105
|
+
### Fixed
|
|
106
|
+
|
|
107
|
+
- `Accordion`: summary overlapping details when custom padding is applied
|
|
108
|
+
([#4263](https://github.com/porsche-design-system/porsche-design-system/pull/4263))
|
|
109
|
+
- `Scroller`: mask not rendering on ios when `scrollbar` set to `true`
|
|
110
|
+
([#4263](https://github.com/porsche-design-system/porsche-design-system/pull/4263))
|
|
111
|
+
- `Modal`, `Sheet`: visual bug in the corner when scrolled
|
|
112
|
+
([#4272](https://github.com/porsche-design-system/porsche-design-system/pull/4272))
|
|
113
|
+
- `Model Signature`: `--p-model-signature-color` not working with gradients
|
|
114
|
+
([#4272](https://github.com/porsche-design-system/porsche-design-system/pull/4272))
|
|
115
|
+
- `Tabs Bar`: flickering of active tab in certain cases
|
|
116
|
+
([#4263](https://github.com/porsche-design-system/porsche-design-system/pull/4263))
|
|
117
|
+
- Global Styles: missing individual export for `color-scheme.css`
|
|
118
|
+
([#4260](https://github.com/porsche-design-system/porsche-design-system/pull/4260))
|
|
119
|
+
- `Table`: double focus outline of sort buttons
|
|
120
|
+
([#4270](https://github.com/porsche-design-system/porsche-design-system/pull/4270))
|
|
121
|
+
|
|
122
|
+
### Deprecated
|
|
123
|
+
|
|
124
|
+
- `Banner`:
|
|
125
|
+
- CSS Variable `--p-banner-position-top` (use `--p-banner-top` instead)
|
|
126
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
127
|
+
- CSS Variable `--p-banner-position-bottom` (use `--p-banner-bottom` instead)
|
|
128
|
+
([#4264](https://github.com/porsche-design-system/porsche-design-system/pull/4264))
|
|
129
|
+
|
|
17
130
|
## [4.0.0-rc.0] - 2026-03-27
|
|
18
131
|
|
|
19
132
|
## [4.0.0-beta.4] - 2026-03-25
|
|
@@ -61,6 +174,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
|
|
61
174
|
|
|
62
175
|
### Added
|
|
63
176
|
|
|
177
|
+
- Storefront: documentation for integrating Porsche Design System with AI coding assistants like GitHub Copilot and
|
|
178
|
+
Cursor to generate accessible code that follows WCAG 2.2 AA standards.
|
|
179
|
+
([#4147](https://github.com/porsche-design-system/porsche-design-system/pull/4147))
|
|
64
180
|
- `Tokens`: `typescale3Xl`, `typescale4Xl`, `typescale5Xl`
|
|
65
181
|
([#4246](https://github.com/porsche-design-system/porsche-design-system/pull/4246))
|
|
66
182
|
- `Tailwind CSS`: `--text-3xl`, `--text-4xl`, `--text-5xl`, `.prose-heading-3xl`, `.prose-heading-4xl`,
|
|
@@ -928,6 +1044,15 @@ and migration steps.
|
|
|
928
1044
|
- `Multi Select`: trim whitespace of selected options text
|
|
929
1045
|
([#4132](https://github.com/porsche-design-system/porsche-design-system/pull/4132))
|
|
930
1046
|
|
|
1047
|
+
## [3.34.0] - 2026-04-09
|
|
1048
|
+
|
|
1049
|
+
## [3.34.0-rc.0] - 2026-04-01
|
|
1050
|
+
|
|
1051
|
+
### Added
|
|
1052
|
+
|
|
1053
|
+
- `Segmented Control`: `noWrap` property to render items inline with optional scroller
|
|
1054
|
+
([#4244](https://github.com/porsche-design-system/porsche-design-system/pull/4244))
|
|
1055
|
+
|
|
931
1056
|
## [3.33.0] - 2026-03-09
|
|
932
1057
|
|
|
933
1058
|
## [3.33.0-rc.0] - 2026-03-04
|