@porsche-design-system/components-vue 3.28.0-rc.0 → 3.28.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +670 -656
  2. package/LICENSE.md +1 -1
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -12,11 +12,25 @@ All notable changes to this project will be documented in this file and publishe
12
12
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), and this project adheres to
13
13
  [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
14
14
 
15
- ### [Unreleased]
15
+ ## [Unreleased]
16
16
 
17
- ### [3.28.0-rc.0] - 2025-04-11
17
+ ## [3.28.0-rc.2] - 2025-04-23
18
18
 
19
- #### Added
19
+ ### Fixed
20
+
21
+ - `Canvas`: stealing focus from `Text Field Wrapper`
22
+ ([#3843](https://github.com/porsche-design-system/porsche-design-system/pull/3843))
23
+
24
+ ## [3.28.0-rc.1] - 2025-04-14
25
+
26
+ ### Fixed
27
+
28
+ - `Drilldown`, `Drilldown Item`: visibility for slotted content (experimental)
29
+ ([#3833](https://github.com/porsche-design-system/porsche-design-system/pull/3833))
30
+
31
+ ## [3.28.0-rc.0] - 2025-04-11
32
+
33
+ ### Added
20
34
 
21
35
  - `Input Password`: ([#3763](https://github.com/porsche-design-system/porsche-design-system/pull/3763))
22
36
  - `Drilldown`, `Drilldown Item`: CSS variable `--p-drilldown-grid-template` and `--p-drilldown-gap` (experimental)
@@ -25,50 +39,50 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
25
39
  ([#3822](https://github.com/porsche-design-system/porsche-design-system/pull/3822))
26
40
  - `Drilldown Link`: (experimental) ([#3822](https://github.com/porsche-design-system/porsche-design-system/pull/3822))
27
41
 
28
- #### Changed
42
+ ### Changed
29
43
 
30
44
  - **Breaking Change** `Flyout Multilevel`, `Flyout Multilevel Item`: renamed (experimental) component to `Drilldown` and
31
45
  `Drilldown Item` ([#3822](https://github.com/porsche-design-system/porsche-design-system/pull/3822))
32
46
  - **Breaking Change** `Drilldown Item` doesn't style slotted `<a>` tags anymore, instead use `Drilldown Link` or a
33
47
  custom link ([#3822](https://github.com/porsche-design-system/porsche-design-system/pull/3822))
34
48
 
35
- #### Fixed
49
+ ### Fixed
36
50
 
37
51
  - `aria` prop now supports a colon inside a value, e.g. `aria="{ 'aria-label': 'Always remember: yes you can!' }"`
38
52
  ([#3680](https://github.com/porsche-design-system/porsche-design-system/pull/3680))
39
53
 
40
- ### [3.27.3] - 2025-03-21
54
+ ## [3.27.3] - 2025-03-21
41
55
 
42
- ### [3.27.2] - 2025-03-20
56
+ ## [3.27.2] - 2025-03-20
43
57
 
44
- ### [3.27.2-rc.0] - 2025-03-18
58
+ ## [3.27.2-rc.0] - 2025-03-18
45
59
 
46
- #### Changed
60
+ ### Changed
47
61
 
48
62
  - `Table`: add border-bottom styles to `Table Head` to support both, empty and missing `Table Body`
49
63
  ([#3788](https://github.com/porsche-design-system/porsche-design-system/pull/3788))
50
64
 
51
- #### Fixed
65
+ ### Fixed
52
66
 
53
67
  - `Styles`: change `Gradient` color values from `rgba` to `hsla` to fix Chrome rendering bug
54
68
  ([#3793](https://github.com/porsche-design-system/porsche-design-system/pull/3793))
55
69
 
56
- ### [3.27.1] - 2025-03-05
70
+ ## [3.27.1] - 2025-03-05
57
71
 
58
- ### [3.27.1-rc.0] - 2025-03-05
72
+ ## [3.27.1-rc.0] - 2025-03-05
59
73
 
60
- #### Fixed
74
+ ### Fixed
61
75
 
62
76
  - `Carousel`: `auto` value of `slides-per-page` prop is breakpoint customizable
63
77
  ([#3783](https://github.com/porsche-design-system/porsche-design-system/pull/3783))
64
78
  - `Select`, `Multi Select`, `Select Wrapper`: remove positioning with native anchor positioning due to a Chrome bug
65
79
  ([#3780](https://github.com/porsche-design-system/porsche-design-system/pull/3780))
66
80
 
67
- ### [3.27.0] - 2025-02-28
81
+ ## [3.27.0] - 2025-02-28
68
82
 
69
- ### [3.27.0-rc.6] - 2025-02-28
83
+ ## [3.27.0-rc.6] - 2025-02-28
70
84
 
71
- #### Added
85
+ ### Added
72
86
 
73
87
  - `Table`: `compact` prop to enable a smaller, space-saving version for compact layouts
74
88
  ([#3758](https://github.com/porsche-design-system/porsche-design-system/pull/3758))
@@ -77,7 +91,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
77
91
  - `Carousel`: `align-controls` prop to align the controls slot to the left or center (overwrites auto-alignment)
78
92
  ([#3766](https://github.com/porsche-design-system/porsche-design-system/pull/3766))
79
93
 
80
- #### Changed
94
+ ### Changed
81
95
 
82
96
  - `Select`, `Multi Select`, `Select Wrapper`:
83
97
  - gets rendered on `#top-layer` which enables it to be shown correctly even when used e.g. within a scroll container
@@ -95,57 +109,57 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
95
109
  - `Carousel`: `auto` value of `slides-per-page` prop is breakpoint customizable
96
110
  ([#3771](https://github.com/porsche-design-system/porsche-design-system/pull/3771))
97
111
 
98
- ### [3.27.0-rc.5] - 2025-02-20
112
+ ## [3.27.0-rc.5] - 2025-02-20
99
113
 
100
- #### Fixed
114
+ ### Fixed
101
115
 
102
116
  - `AG Grid`: error on reload in next.js.
103
117
  ([#3759](https://github.com/porsche-design-system/porsche-design-system/pull/3759))
104
118
 
105
- ### [3.27.0-rc.4] - 2025-02-20
119
+ ## [3.27.0-rc.4] - 2025-02-20
106
120
 
107
- #### Fixed
121
+ ### Fixed
108
122
 
109
123
  - `AG Grid`: not accessing cdn base url correctly.
110
124
  ([#3759](https://github.com/porsche-design-system/porsche-design-system/pull/3759))
111
125
 
112
- ### [3.27.0-rc.3] - 2025-02-18
126
+ ## [3.27.0-rc.3] - 2025-02-18
113
127
 
114
- #### Fixed
128
+ ### Fixed
115
129
 
116
130
  - `AG Grid`: not resolving dependencies correctly.
117
131
  ([#3757](https://github.com/porsche-design-system/porsche-design-system/pull/3757))
118
132
 
119
- ### [3.27.0-rc.2] - 2025-02-18
133
+ ## [3.27.0-rc.2] - 2025-02-18
120
134
 
121
- #### Fixed
135
+ ### Fixed
122
136
 
123
137
  - `AG Grid`: not resolving dependencies correctly.
124
138
  ([#3756](https://github.com/porsche-design-system/porsche-design-system/pull/3756))
125
139
 
126
- ### [3.27.0-rc.1] - 2025-02-17
140
+ ## [3.27.0-rc.1] - 2025-02-17
127
141
 
128
- #### Changed
142
+ ### Changed
129
143
 
130
144
  - **Breaking Change** `AG Grid`: Updated from v32 to v33, which introduced a new Theming API. AG Grid migrated from a
131
145
  CSS-based theming approach to a JavaScript object-based theming system. As a result, our custom theme also had to be
132
146
  adjusted accordingly. ([#3740](https://github.com/porsche-design-system/porsche-design-system/pull/3740))
133
147
 
134
- #### Fixed
148
+ ### Fixed
135
149
 
136
150
  - Styles: `vanilla-extract` returns `getMediaQueryMax`, `getMediaQueryMin`, `getMediaQueryMinMax` & `getSkeletonStyle`
137
151
  in wrong format ([#3753](https://github.com/porsche-design-system/porsche-design-system/pull/3753))
138
152
 
139
- ### [3.27.0-rc.0] - 2025-02-13
153
+ ## [3.27.0-rc.0] - 2025-02-13
140
154
 
141
- #### Added
155
+ ### Added
142
156
 
143
157
  - `@font-face` supports Thai language
144
158
  ([#3750](https://github.com/porsche-design-system/porsche-design-system/pull/3750))
145
159
  - Partials: `getFontLinks` supports preloading `thai` subset
146
160
  ([#3750](https://github.com/porsche-design-system/porsche-design-system/pull/3750))
147
161
 
148
- #### Changed
162
+ ### Changed
149
163
 
150
164
  - `Popover`: gets rendered on `#top-layer` which enables it to be shown correctly even when used e.g. within a scroll
151
165
  container ([#3732](https://github.com/porsche-design-system/porsche-design-system/pull/3732))
@@ -155,11 +169,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
155
169
  - `Popover`: default styling for slotted anchors
156
170
  ([#3732](https://github.com/porsche-design-system/porsche-design-system/pull/3732))
157
171
 
158
- ### [3.26.0] - 2025-02-07
172
+ ## [3.26.0] - 2025-02-07
159
173
 
160
- ### [3.26.0-rc.0] - 2025-02-06
174
+ ## [3.26.0-rc.0] - 2025-02-06
161
175
 
162
- #### Added
176
+ ### Added
163
177
 
164
178
  - `Switch`: `compact` prop to enable a smaller, space-saving version for compact layouts
165
179
  ([#3728](https://github.com/porsche-design-system/porsche-design-system/pull/3728))
@@ -177,92 +191,92 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
177
191
  `seat`, `service-technician`, `skip-backward`, `skip-forward`, `stop`, `suv`, `theme`, `turismo`, `trigger-finger`,
178
192
  `unlinked` and `weather` ([#3737](https://github.com/porsche-design-system/porsche-design-system/pull/3737))
179
193
 
180
- ### [3.25.1] - 2025-01-23
194
+ ## [3.25.1] - 2025-01-23
181
195
 
182
- ### [3.25.1-rc.0] - 2025-01-23
196
+ ## [3.25.1-rc.0] - 2025-01-23
183
197
 
184
- #### Fixed
198
+ ### Fixed
185
199
 
186
200
  - `Carousel`: throws error when object-like string is passed by `pagination`
187
201
  ([#3715](https://github.com/porsche-design-system/porsche-design-system/pull/3715))
188
202
 
189
- ### [3.25.0] - 2025-01-23
203
+ ## [3.25.0] - 2025-01-23
190
204
 
191
- ### [3.25.0-rc.1] - 2025-01-22
205
+ ## [3.25.0-rc.1] - 2025-01-22
192
206
 
193
- #### Fixed
207
+ ### Fixed
194
208
 
195
209
  - `Carousel`: throws error when object-like string is passed by `slides-per-page`
196
210
  ([#3710](https://github.com/porsche-design-system/porsche-design-system/pull/3710))
197
211
 
198
- ### [3.25.0-rc.0] - 2025-01-21
212
+ ## [3.25.0-rc.0] - 2025-01-21
199
213
 
200
- #### Added
214
+ ### Added
201
215
 
202
216
  - `Sheet` ([#3704](https://github.com/porsche-design-system/porsche-design-system/pull/3704))
203
217
  - `Button`, `Button-Pure`: Add `form` prop to explicitly associate the component with a form, even when it's not
204
218
  directly nested within it. ([#3648](https://github.com/porsche-design-system/porsche-design-system/pull/3648))
205
219
 
206
- #### Changed
220
+ ### Changed
207
221
 
208
222
  - `Table`: Enable `Table Head Cell` to be used within `Table Row` in addition to `Table Head Row` to further align with
209
223
  table structure defined by W3C ([#3701](https://github.com/porsche-design-system/porsche-design-system/pull/3701))
210
224
 
211
- #### Fixed
225
+ ### Fixed
212
226
 
213
227
  - `Textarea`, `Textarea Wrapper`, `Textfield Wrapper`: color contrast of `unit` prop and counter in `readonly` mode
214
228
  meets WCAG 2.2 AA standard ([#3693](https://github.com/porsche-design-system/porsche-design-system/pull/3693))
215
229
 
216
- ### [3.24.0] - 2025-01-08
230
+ ## [3.24.0] - 2025-01-08
217
231
 
218
- ### [3.24.0-rc.1] - 2025-01-08
232
+ ## [3.24.0-rc.1] - 2025-01-08
219
233
 
220
- ### [3.24.0-rc.0] - 2025-01-07
234
+ ## [3.24.0-rc.0] - 2025-01-07
221
235
 
222
- #### Added
236
+ ### Added
223
237
 
224
238
  - Styles: support for `vanilla-extract` available under
225
239
  `import { … } from '@porsche-design-system/components-{js|angular|react|vue}/styles/vanilla-extract';`
226
240
  ([#3666](https://github.com/porsche-design-system/porsche-design-system/pull/3666))
227
241
 
228
- #### Changed
242
+ ### Changed
229
243
 
230
244
  - React: updated peer dependency to `>=19.0.0 <20.0.0`
231
245
 
232
- ### [3.23.0] - 2024-12-12
246
+ ## [3.23.0] - 2024-12-12
233
247
 
234
- ### [3.23.0-rc.0] - 2024-12-12
248
+ ## [3.23.0-rc.0] - 2024-12-12
235
249
 
236
- #### Changed
250
+ ### Changed
237
251
 
238
252
  - `Select`: Slotted image of selected option now visible in combobox
239
253
  ([#3651](https://github.com/porsche-design-system/porsche-design-system/pull/3651))
240
254
 
241
- #### Fixed
255
+ ### Fixed
242
256
 
243
257
  - `Flyout`: transition bug in Safari ([3674](https://github.com/porsche-design-system/porsche-design-system/pull/3674))
244
258
  - `Styles`: dart sass deprecation warnings in `SCSS` variant
245
259
  ([3664](https://github.com/porsche-design-system/porsche-design-system/pull/3664))
246
260
 
247
- ### [3.22.1] - 2024-12-09
261
+ ## [3.22.1] - 2024-12-09
248
262
 
249
- ### [3.22.1-rc.0] - 2024-12-09
263
+ ## [3.22.1-rc.0] - 2024-12-09
250
264
 
251
- #### Fixed
265
+ ### Fixed
252
266
 
253
267
  - `Flyout Multilevel`: Secondary scroll area not shown in iOS Safari (iPhone only)
254
268
  ([3663](https://github.com/porsche-design-system/porsche-design-system/pull/3663))
255
269
 
256
- ### [3.22.0] - 2024-12-06
270
+ ## [3.22.0] - 2024-12-06
257
271
 
258
- ### [3.22.0-rc.1] - 2024-12-06
272
+ ## [3.22.0-rc.1] - 2024-12-06
259
273
 
260
- #### Added
274
+ ### Added
261
275
 
262
276
  - `Flyout Multilevel`: Supports infinite layers
263
277
  ([3647](https://github.com/porsche-design-system/porsche-design-system/pull/3647))
264
278
 
265
- #### Fixed
279
+ ### Fixed
266
280
 
267
281
  - Partials: error when using in projects without `react/jsx-runtime` as dependency
268
282
  ([#3660](https://github.com/porsche-design-system/porsche-design-system/pull/3660))
@@ -274,9 +288,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
274
288
  - Positioning in RTL mode if rendered inside a table (in #top-layer)
275
289
  ([3658](https://github.com/porsche-design-system/porsche-design-system/pull/3658))
276
290
 
277
- ### [3.22.0-rc.0] - 2024-11-19
291
+ ## [3.22.0-rc.0] - 2024-11-19
278
292
 
279
- #### Added
293
+ ### Added
280
294
 
281
295
  - `Modal`, `Flyout`:
282
296
  - `aria-label` is generated from slotted header contents if `aria` prop is not provided
@@ -288,7 +302,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
288
302
  even when it's not directly nested within it.
289
303
  ([#3614](https://github.com/porsche-design-system/porsche-design-system/pull/3614))
290
304
 
291
- #### Changed
305
+ ### Changed
292
306
 
293
307
  - Angular: updated peer dependency to `>=19.0.0 <20.0.0`
294
308
  - `Pin-Code`:
@@ -298,7 +312,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
298
312
  - `Styles`: `SCSS` variant uses `@forward/@use` internally to replace deprecated `@import`
299
313
  ([#3623](https://github.com/porsche-design-system/porsche-design-system/pull/3623))
300
314
 
301
- #### Fixed
315
+ ### Fixed
302
316
 
303
317
  - Partials: removed bundled `react/jsx-runtime` due to React 18/19 incompatibilities. When using `jsx` in the `format`
304
318
  option, it is necessary to have `react/jsx-runtime` as a dependency in the project included.
@@ -307,11 +321,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
307
321
  `disabled` state for individual options within the group.
308
322
  ([#3614](https://github.com/porsche-design-system/porsche-design-system/pull/3614))
309
323
 
310
- ### [3.21.0] - 2024-11-12
324
+ ## [3.21.0] - 2024-11-12
311
325
 
312
- ### [3.21.0-rc.0] - 2024-11-11
326
+ ## [3.21.0-rc.0] - 2024-11-11
313
327
 
314
- #### Added
328
+ ### Added
315
329
 
316
330
  - `Flyout`: Prop `footerBehavior` to always make footer fixed
317
331
  ([3590](https://github.com/porsche-design-system/porsche-design-system/pull/3590))
@@ -324,7 +338,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
324
338
  - `Select`, `Multi-Select`: Add `form` prop to explicitly associate these components with a specific form when they are
325
339
  not directly nested within it. ([#3542](https://github.com/porsche-design-system/porsche-design-system/pull/3542))
326
340
 
327
- #### Changed
341
+ ### Changed
328
342
 
329
343
  - `Select`, `Multi-Select`:
330
344
  - Remove native select and use ElementInternals API
@@ -332,7 +346,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
332
346
  - **Breaking Change**: `Select` and `Multi-Select` components no longer support native validation due to the removal
333
347
  of the underlying native `<select>` element.
334
348
 
335
- #### Fixed
349
+ ### Fixed
336
350
 
337
351
  - `Flyout`: overlapping of scrollbar in iOS/iPadOS Safari when sticky header/footer is used
338
352
  ([#3607](https://github.com/porsche-design-system/porsche-design-system/pull/3607))
@@ -350,45 +364,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
350
364
  - React: global `hidden` attribute with value `false` not working
351
365
  ([#3555](https://github.com/porsche-design-system/porsche-design-system/pull/3555))
352
366
 
353
- ### [3.20.0] - 2024-10-24
367
+ ## [3.20.0] - 2024-10-24
354
368
 
355
- ### [3.20.0-rc.1] - 2024-10-24
369
+ ## [3.20.0-rc.1] - 2024-10-24
356
370
 
357
- #### Added
371
+ ### Added
358
372
 
359
373
  - React: better tree-shaking for `@porsche-design-system/components-react`
360
374
  ([#3554](https://github.com/porsche-design-system/porsche-design-system/pull/3554))
361
375
  - `Icon`: `sidebar` ([#3556](https://github.com/porsche-design-system/porsche-design-system/pull/3556))
362
376
 
363
- #### Changed
377
+ ### Changed
364
378
 
365
379
  - `Canvas`: Improve UI and UX behaviour in Safari
366
380
  ([#3556](https://github.com/porsche-design-system/porsche-design-system/pull/3556))
367
381
 
368
- #### Fixed
382
+ ### Fixed
369
383
 
370
384
  - `Flyout`: transition animation in Chrome Browser if `Flyout` has scrollable content
371
385
  ([#3550](https://github.com/porsche-design-system/porsche-design-system/pull/3550))
372
386
 
373
- ### [3.20.0-rc.0] - 2024-10-18
387
+ ## [3.20.0-rc.0] - 2024-10-18
374
388
 
375
- #### Added
389
+ ### Added
376
390
 
377
391
  - `Icon`: `attachment`, `dislike`, `dislike-filled`, `like`, `like-filled`, `new-chat`
378
392
  ([#3515](https://github.com/porsche-design-system/porsche-design-system/pull/3515))
379
393
 
380
- #### Changed
394
+ ### Changed
381
395
 
382
396
  - `Canvas`: Improve UI and UX behaviour
383
397
  ([#3515](https://github.com/porsche-design-system/porsche-design-system/pull/3515))
384
398
  - `Flyout`, `Modal`: Removed default styling for slotted anchors
385
399
  ([#3515](https://github.com/porsche-design-system/porsche-design-system/pull/3515))
386
400
 
387
- ### [3.19.0] - 2024-10-14
401
+ ## [3.19.0] - 2024-10-14
388
402
 
389
- ### [3.19.0-rc.4] - 2024-10-14
403
+ ## [3.19.0-rc.4] - 2024-10-14
390
404
 
391
- #### Added
405
+ ### Added
392
406
 
393
407
  - `AG Grid`: custom theme ([#3517](https://github.com/porsche-design-system/porsche-design-system/pull/3517))
394
408
  - `Checkbox`: Added a `compact` prop to enable a smaller, space-saving version of the checkbox for compact layouts.
@@ -396,7 +410,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
396
410
  - `Text`, `Display`, `Heading` and `Headline`: introduce new option `inherit` to prop `align`
397
411
  ([#3520](https://github.com/porsche-design-system/porsche-design-system/pull/3520))
398
412
 
399
- #### Fixed
413
+ ### Fixed
400
414
 
401
415
  - `Pin Code`, `Select Wrapper`: programmatic focus
402
416
  ([#3527](https://github.com/porsche-design-system/porsche-design-system/pull/3527))
@@ -409,56 +423,56 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
409
423
  - Partials: Replace meta tag `apple-mobile-web-app-capable` with `mobile-web-app-capable` in `getMetaTagsAndIconLinks`
410
424
  partial. ([#3519](https://github.com/porsche-design-system/porsche-design-system/pull/3519))
411
425
 
412
- ### [3.19.0-rc.3] - 2024-10-02
426
+ ## [3.19.0-rc.3] - 2024-10-02
413
427
 
414
- #### Fixed
428
+ ### Fixed
415
429
 
416
430
  - `Carousel`: remove gradient styles for carousel if `gradientColor` is not defined
417
431
  ([#3518](https://github.com/porsche-design-system/porsche-design-system/pull/3518))
418
432
 
419
- ### [3.19.0-rc.2] - 2024-10-01
433
+ ## [3.19.0-rc.2] - 2024-10-01
420
434
 
421
- #### Added
435
+ ### Added
422
436
 
423
437
  - `Carousel`: introduce `trimSpace` prop
424
438
  ([#3496](https://github.com/porsche-design-system/porsche-design-system/pull/3496))
425
439
  - `Checkbox`: ([#3498](https://github.com/porsche-design-system/porsche-design-system/pull/3498))
426
440
 
427
- #### Fixed
441
+ ### Fixed
428
442
 
429
443
  - `Checkbox Wrapper`, `Radio Button Wrapper`: rendering of `checked` state in Blink based Browsers when component is
430
444
  rendered in high contrast mode ([#3488](https://github.com/porsche-design-system/porsche-design-system/pull/3488))
431
445
 
432
- ### [3.19.0-rc.1] - 2024-09-06
446
+ ## [3.19.0-rc.1] - 2024-09-06
433
447
 
434
- #### Changed
448
+ ### Changed
435
449
 
436
450
  - `Canvas`: Improve UX ([#3494](https://github.com/porsche-design-system/porsche-design-system/pull/3494))
437
451
 
438
- ### [3.19.0-rc.0] - 2024-09-03
452
+ ## [3.19.0-rc.0] - 2024-09-03
439
453
 
440
- #### Added
454
+ ### Added
441
455
 
442
456
  - `componentsReady()`: Introduce optional `readyState` parameter
443
457
  ([#3460](https://github.com/porsche-design-system/porsche-design-system/pull/3460))
444
458
  - `Carousel`: introduce `focusOnCenterSlide` & `gradientColor` props
445
459
  ([#3488](https://github.com/porsche-design-system/porsche-design-system/pull/3488))
446
460
 
447
- #### Changed
461
+ ### Changed
448
462
 
449
463
  - `Text Field Wrapper`: width calculation of counter and unit element are now CSS based in relation to the number of
450
464
  characters ([#3472](https://github.com/porsche-design-system/porsche-design-system/pull/3472))
451
465
 
452
- #### Fixed
466
+ ### Fixed
453
467
 
454
468
  - `jsdom-polyfill`: errors from included polyfill packages
455
469
  ([3481](https://github.com/porsche-design-system/porsche-design-system/pull/3481))
456
470
 
457
- ### [3.18.0] - 2024-08-21
471
+ ## [3.18.0] - 2024-08-21
458
472
 
459
- ### [3.18.0-rc.0] - 2024-08-21
473
+ ## [3.18.0-rc.0] - 2024-08-21
460
474
 
461
- #### Added
475
+ ### Added
462
476
 
463
477
  - `Button Tile`, `Link Tile`, `Link Tile Model Signature`: supports `<video/>` (the tile components automatically check
464
478
  for OS reduced motion setting to decide weather the video autoplay should be prevented or not to improve accessibility
@@ -467,7 +481,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
467
481
  ([#3439](https://github.com/porsche-design-system/porsche-design-system/pull/3439))
468
482
  - `Textarea`: ([#3443](https://github.com/porsche-design-system/porsche-design-system/pull/3443))
469
483
 
470
- #### Changed
484
+ ### Changed
471
485
 
472
486
  - Partials: `getInitialStyles` uses CSS `:defined` to determine the visibility of web components, as well as
473
487
  `[data-ssr]` attribute instead of `.ssr` class for Next JS and Remix
@@ -480,7 +494,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
480
494
  - `Select`: added `display: block` to host in order to be consistent with other form components
481
495
  ([#3462](https://github.com/porsche-design-system/porsche-design-system/pull/3462))
482
496
 
483
- #### Fixed
497
+ ### Fixed
484
498
 
485
499
  - `Select`, `Multi-Select`: programmatic focus
486
500
  ([#3462](https://github.com/porsche-design-system/porsche-design-system/pull/3462))
@@ -492,34 +506,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
492
506
  `min-width` is added to prevent text overlapping
493
507
  ([#3465](https://github.com/porsche-design-system/porsche-design-system/pull/3465))
494
508
 
495
- ### [3.17.0] - 2024-08-01
509
+ ## [3.17.0] - 2024-08-01
496
510
 
497
- ### [3.17.0-rc.2] - 2024-08-01
511
+ ## [3.17.0-rc.2] - 2024-08-01
498
512
 
499
- #### Fixed
513
+ ### Fixed
500
514
 
501
515
  - `Optgoup`: hydration error in Next.js SSR context
502
516
  ([#3432](https://github.com/porsche-design-system/porsche-design-system/pull/3432))
503
517
  - `Select`: ensure slotted image width
504
518
  ([#3432](https://github.com/porsche-design-system/porsche-design-system/pull/3432))
505
519
 
506
- ### [3.17.0-rc.1] - 2024-07-31
520
+ ## [3.17.0-rc.1] - 2024-07-31
507
521
 
508
- #### Added
522
+ ### Added
509
523
 
510
524
  - `Button`, `Link`:
511
525
  - Prop `variant` extended by value `ghost`
512
526
  ([#3423](https://github.com/porsche-design-system/porsche-design-system/pull/3423))
513
527
  - Prop `compact` ([#3423](https://github.com/porsche-design-system/porsche-design-system/pull/3423))
514
528
 
515
- #### Fixed
529
+ ### Fixed
516
530
 
517
531
  - `Tabs Bar`: fixed tabindex issue when `Tabs Bar` is rendered with the `Scroller` component
518
532
  ([#3421](https://github.com/porsche-design-system/porsche-design-system/pull/3421))
519
533
 
520
- ### [3.17.0-rc.0] - 2024-07-29
534
+ ## [3.17.0-rc.0] - 2024-07-29
521
535
 
522
- #### Added
536
+ ### Added
523
537
 
524
538
  - `Link Tile`, `Link Tile Model Signature`, `Button Tile`:
525
539
  - Named slot `header` ([#3419](https://github.com/porsche-design-system/porsche-design-system/pull/3419))
@@ -536,7 +550,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
536
550
  - `Flyout`, `Modal`: Add custom events `motionVisibleEnd` and `motionHiddenEnd` to notify when opening and closing
537
551
  transitions are complete ([#3418](https://github.com/porsche-design-system/porsche-design-system/pull/3418))
538
552
 
539
- #### Changed
553
+ ### Changed
540
554
 
541
555
  - `Link Tile`, `Link Tile Model Signature`, `Button Tile`:
542
556
  - Layout behaviour is able to break out of its aspect ratio in case content overflows to be a11y compliant and/or to
@@ -574,7 +588,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
574
588
  - `Carousel`: Slides and `controls` slot are centered if `alignHeader` prop is set to `center` and amount of slides is
575
589
  less than `slidesPerPage` ([#3372](https://github.com/porsche-design-system/porsche-design-system/pull/3372))
576
590
 
577
- #### Fixed
591
+ ### Fixed
578
592
 
579
593
  - `Link Pure`: Broken with `alignLabel="start"`, hidden label & nested anchor
580
594
  ([#3379](https://github.com/porsche-design-system/porsche-design-system/pull/3379))
@@ -586,17 +600,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
586
600
  - `Select Wrapper`: `optgroup` styling and behavior
587
601
  ([#3410](https://github.com/porsche-design-system/porsche-design-system/pull/3410))
588
602
 
589
- ### [3.16.0] - 2024-07-02
603
+ ## [3.16.0] - 2024-07-02
590
604
 
591
- ### [3.16.0-rc.2] - 2024-07-02
605
+ ## [3.16.0-rc.2] - 2024-07-02
592
606
 
593
- #### Added
607
+ ### Added
594
608
 
595
609
  - Partials: Added default `og:image` and related meta tags to the `getMetaTagsAndIconLinks` partial. Can be disabled by
596
610
  setting the `ogImage` option to `false`.
597
611
  ([#3357](https://github.com/porsche-design-system/porsche-design-system/pull/3357))
598
612
 
599
- #### Changed
613
+ ### Changed
600
614
 
601
615
  - `Flyout Navigation`, `Flyout Navigation Item`: Renamed (experimental) component to `Flyout Multilevel` and
602
616
  `Flyout Multilevel Item` ([#3351](https://github.com/porsche-design-system/porsche-design-system/pull/3351))
@@ -610,30 +624,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
610
624
  + <p-flyout-multilevel><p-flyout-multilevel-item></p-flyout-multilevel-item></p-flyout-multilevel>
611
625
  ```
612
626
 
613
- #### Fixed
627
+ ### Fixed
614
628
 
615
629
  - Types: `@porsche-design-system/components-vue` typings are not exposed
616
630
  ([#3355](https://github.com/porsche-design-system/porsche-design-system/pull/3355))
617
631
 
618
- ### [3.16.0-rc.1] - 2024-06-18
632
+ ## [3.16.0-rc.1] - 2024-06-18
619
633
 
620
- #### Added
634
+ ### Added
621
635
 
622
636
  - `jsdom-polyfill` Added polyfills for `Popover API` and `ResizeObserver`
623
637
  ([#3334](https://github.com/porsche-design-system/porsche-design-system/pull/3334))
624
638
  - `Segmented Control`: Prop `aria` added to `Segmented Control Item` to support ARIA attributes
625
639
  ([#3327](https://github.com/porsche-design-system/porsche-design-system/pull/3327))
626
640
 
627
- #### Changed
641
+ ### Changed
628
642
 
629
643
  - Angular: updated peer dependency to `>=17.0.0 <19.0.0`
630
644
  ([#3346](https://github.com/porsche-design-system/porsche-design-system/pull/3346))
631
645
  - React: Improve prop typings for all wrappers of `@porsche-design-system/components-react`
632
646
  ([#3336](https://github.com/porsche-design-system/porsche-design-system/pull/3336))
633
647
 
634
- ### [3.16.0-rc.0] - 2024-06-05
648
+ ## [3.16.0-rc.0] - 2024-06-05
635
649
 
636
- #### Added
650
+ ### Added
637
651
 
638
652
  - `Flyout`:
639
653
  - CSS variable `--p-flyout-sticky-top` (experimental)
@@ -644,7 +658,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
644
658
  ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
645
659
  - Named slot `header` ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
646
660
 
647
- #### Changed
661
+ ### Changed
648
662
 
649
663
  - `Modal`, `Flyout`:
650
664
  - Sticky dismiss button ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
@@ -656,7 +670,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
656
670
  ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
657
671
  - `Modal`: `heading` prop and `slot="heading"` are deprecated. Use `slot="header"` instead.
658
672
 
659
- #### Fixed
673
+ ### Fixed
660
674
 
661
675
  - Types: Fixed incorrectly allowed type `string` in types `BreakpointCustomizable`, `SelectedAriaAttributes`,
662
676
  `CarouselInternationalization`, `PaginationInternationalization` and `ScrollToPosition`
@@ -665,31 +679,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
665
679
  - `Modal`: Uses native `<dialog />` element to resolve focus issues, focus trap
666
680
  ([#3191](https://github.com/porsche-design-system/porsche-design-system/pull/3191))
667
681
 
668
- ### [3.15.2] - 2024-05-29
682
+ ## [3.15.2] - 2024-05-29
669
683
 
670
- #### Fixed
684
+ ### Fixed
671
685
 
672
686
  - `aria`: Refactor `parseJSONAttribute` to support Safari < 16.4
673
687
  ([#3314](https://github.com/porsche-design-system/porsche-design-system/pull/3314))
674
688
 
675
- ### [3.15.1] - 2024-05-23
689
+ ## [3.15.1] - 2024-05-23
676
690
 
677
- #### Fixed
691
+ ### Fixed
678
692
 
679
693
  - `Banner`: Fixed position on mobile ([#3307](https://github.com/porsche-design-system/porsche-design-system/pull/3307))
680
694
 
681
- ### [3.15.0] - 2024-05-16
695
+ ## [3.15.0] - 2024-05-16
682
696
 
683
- ### [3.15.0-rc.5] - 2024-05-16
697
+ ## [3.15.0-rc.5] - 2024-05-16
684
698
 
685
- #### Added
699
+ ### Added
686
700
 
687
701
  - `Button Pure`: Prop `underline` to show an underline for the label
688
702
  ([#3212](https://github.com/porsche-design-system/porsche-design-system/pull/3212))
689
703
  - Partials: Added new option `globalStyles` to `getInitialStyles` to disable global reset styles.
690
704
  ([#3213](https://github.com/porsche-design-system/porsche-design-system/pull/3213))
691
705
 
692
- #### Changed
706
+ ### Changed
693
707
 
694
708
  - `Banner`: Refactor Banner to use native `popover`
695
709
  ([#3196](https://github.com/porsche-design-system/porsche-design-system/pull/3196))
@@ -701,7 +715,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
701
715
  - `Tabs Bar`: Removed sibling tabpanel focus style from initialStyles
702
716
  ([#3213](https://github.com/porsche-design-system/porsche-design-system/pull/3213))
703
717
 
704
- #### Fixed
718
+ ### Fixed
705
719
 
706
720
  - `Carousel`: Accessible name of carousel region wrapper
707
721
  ([#3220](https://github.com/porsche-design-system/porsche-design-system/pull/3220))
@@ -709,14 +723,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
709
723
  `aria="{ 'aria-label': 'You can\'t do that? yes you can!' }"`
710
724
  ([#3217](https://github.com/porsche-design-system/porsche-design-system/pull/3217))
711
725
 
712
- ### [3.15.0-rc.4] - 2024-05-06
726
+ ## [3.15.0-rc.4] - 2024-05-06
713
727
 
714
- #### Added
728
+ ### Added
715
729
 
716
730
  - Partials: Added new partial `getFontFaceStyles` which returns an inline style containing all font-face definitions.
717
731
  ([#3188](https://github.com/porsche-design-system/porsche-design-system/pull/3188))
718
732
 
719
- #### Changed
733
+ ### Changed
720
734
 
721
735
  - Partials: Partial `getFontFaceStylesheet` is deprecated and will be removed with the next major release. Use the
722
736
  `getFontFaceStyles` partial instead, which directly returns a `<style>` tag containing all font-face definitions and
@@ -727,23 +741,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
727
741
  + getFontFaceStyles()
728
742
  ```
729
743
 
730
- ### [3.15.0-rc.3] - 2024-04-23
744
+ ## [3.15.0-rc.3] - 2024-04-23
731
745
 
732
- #### Fixed
746
+ ### Fixed
733
747
 
734
748
  - `Pin Code`: Fixed several problems with IME keyboards
735
749
  ([#3197](https://github.com/porsche-design-system/porsche-design-system/pull/3197))
736
750
 
737
- ### [3.15.0-rc.2] - 2024-04-22
751
+ ## [3.15.0-rc.2] - 2024-04-22
738
752
 
739
- #### Added
753
+ ### Added
740
754
 
741
755
  - `Accordion`: Add experimental property `sticky` for a fixed heading
742
756
  ([#3181](https://github.com/porsche-design-system/porsche-design-system/pull/3181))
743
757
  - `Inline Notification`, `Banner`: heading hierarchy can now be customized with `headingTag` prop
744
758
  ([#3168](https://github.com/porsche-design-system/porsche-design-system/pull/3168))
745
759
 
746
- #### Changed
760
+ ### Changed
747
761
 
748
762
  - `Accordion`: `tag` property is deprecated. Use `headingTag` property instead to specify heading hierarchy level.
749
763
  ([#3168](https://github.com/porsche-design-system/porsche-design-system/pull/3168))
@@ -753,26 +767,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
753
767
  + <p-accordion heading-tag="h3"></p-accordion>
754
768
  ```
755
769
 
756
- #### Fixed
770
+ ### Fixed
757
771
 
758
772
  - `Pin Code`: Input is entered twice in iOS
759
773
  ([#3192](https://github.com/porsche-design-system/porsche-design-system/pull/3192))
760
774
 
761
- ### [3.15.0-rc.1] - 2024-04-17
775
+ ## [3.15.0-rc.1] - 2024-04-17
762
776
 
763
- #### Added
777
+ ### Added
764
778
 
765
779
  - Partials: `getMetaTagsAndIconLinks`, `getComponentChunkLinks`, `getIconLinks` and `getFontLinks` support new format
766
780
  option `js` ([#3179](https://github.com/porsche-design-system/porsche-design-system/pull/3179))
767
781
 
768
- ### [3.15.0-rc.0] - 2024-04-05
782
+ ## [3.15.0-rc.0] - 2024-04-05
769
783
 
770
- #### Changed
784
+ ### Changed
771
785
 
772
786
  - `Model Signature`: Enabling the use of hex colors, CSS gradients, CSS image and video masks. In addition, the size was
773
787
  slightly adjusted. ([#3153](https://github.com/porsche-design-system/porsche-design-system/pull/3153))
774
788
 
775
- #### Fixed
789
+ ### Fixed
776
790
 
777
791
  - `Modal`: Missing box-shadow on sticky footer when slotted content changes
778
792
  ([#3154](https://github.com/porsche-design-system/porsche-design-system/pull/3154))
@@ -782,15 +796,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
782
796
  element dynamically adjusts to changes in the input value accurately.
783
797
  ([#3084](https://github.com/porsche-design-system/porsche-design-system/pull/3084))
784
798
 
785
- ### [3.14.0] - 2024-03-25
799
+ ## [3.14.0] - 2024-03-25
786
800
 
787
- ### [3.14.0-rc.0] - 2024-03-25
801
+ ## [3.14.0-rc.0] - 2024-03-25
788
802
 
789
- #### Added
803
+ ### Added
790
804
 
791
805
  - `Icon`: `battery-empty-fuel` ([#3148](https://github.com/porsche-design-system/porsche-design-system/pull/3148))
792
806
 
793
- #### Changed
807
+ ### Changed
794
808
 
795
809
  - `Icon`: `battery-empty-co2` and `co2-class`
796
810
  ([#3148](https://github.com/porsche-design-system/porsche-design-system/pull/3148))
@@ -799,9 +813,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
799
813
  - React: updated peer dependency to `>=18.0.0 <19.0.0`
800
814
  ([#3125](https://github.com/porsche-design-system/porsche-design-system/pull/3125))
801
815
 
802
- ### [3.13.1] - 2024-03-20
816
+ ## [3.13.1] - 2024-03-20
803
817
 
804
- #### Fixed
818
+ ### Fixed
805
819
 
806
820
  - `Modal`: Unexpected scrolling behavior on iOS >= 17.4
807
821
  ([#3128](https://github.com/porsche-design-system/porsche-design-system/pull/3128))
@@ -810,25 +824,25 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
810
824
  - `Flyout`, `Flyout Navigation`: iOS Safari URL bar overlaying
811
825
  ([#3131](https://github.com/porsche-design-system/porsche-design-system/pull/3131))
812
826
 
813
- ### [3.13.0] - 2024-03-11
827
+ ## [3.13.0] - 2024-03-11
814
828
 
815
- ### [3.13.0-rc.2] - 2024-03-11
829
+ ## [3.13.0-rc.2] - 2024-03-11
816
830
 
817
- #### Added
831
+ ### Added
818
832
 
819
833
  - `Icon`: `battery-empty-co2` and `co2-class`
820
834
  ([#3103](https://github.com/porsche-design-system/porsche-design-system/pull/3103))
821
835
 
822
- ### [3.13.0-rc.1] - 2024-03-08
836
+ ## [3.13.0-rc.1] - 2024-03-08
823
837
 
824
- #### Added
838
+ ### Added
825
839
 
826
840
  - `Select` ([#3008](https://github.com/porsche-design-system/porsche-design-system/pull/3008))
827
841
  - `Modal`: Prop `backdrop` ([#3082](https://github.com/porsche-design-system/porsche-design-system/pull/3082))
828
842
  - `Modal`: CSS variables `--p-modal-spacing-top` and `--p-modal-spacing-bottom`
829
843
  ([#3082](https://github.com/porsche-design-system/porsche-design-system/pull/3082))
830
844
 
831
- #### Fixed
845
+ ### Fixed
832
846
 
833
847
  - `Flyout`: Refactor Flyout to use native Dialog element to resolve focus issues
834
848
  ([#2998](https://github.com/porsche-design-system/porsche-design-system/pull/2998))
@@ -841,41 +855,41 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
841
855
  - Counter overlap with long initial value in `Text Field Wrapper` for `input type="text"` with `maxlength`
842
856
  ([#3079](https://github.com/porsche-design-system/porsche-design-system/pull/3079))
843
857
 
844
- #### Changed
858
+ ### Changed
845
859
 
846
860
  - Updated favicons output via `getMetaTagsAndIconLinks()` partial
847
861
  ([#3081](https://github.com/porsche-design-system/porsche-design-system/pull/3081))
848
862
 
849
- ### [3.13.0-rc.0] - 2024-02-19
863
+ ## [3.13.0-rc.0] - 2024-02-19
850
864
 
851
- #### Added
865
+ ### Added
852
866
 
853
867
  - `Link Tile Product`: Prop `price-original` to be able to visualize sale and original price
854
868
  ([#3040](https://github.com/porsche-design-system/porsche-design-system/pull/3040))
855
869
 
856
- #### Changed
870
+ ### Changed
857
871
 
858
872
  - Validation of `getInitialStyles()` partial is temporarily disabled
859
873
  ([#3049](https://github.com/porsche-design-system/porsche-design-system/pull/3049))
860
874
 
861
- ### [3.12.0] - 2024-02-12
875
+ ## [3.12.0] - 2024-02-12
862
876
 
863
- ### [3.12.0-rc.1] - 2024-02-08
877
+ ## [3.12.0-rc.1] - 2024-02-08
864
878
 
865
- #### Fixed
879
+ ### Fixed
866
880
 
867
881
  - `Checkbox Wrapper`, `Radio Button Wrapper`: Safari visually reflects input status (checked/unchecked) when used in
868
882
  another Shadow DOM or changed programmatically
869
883
  ([#3028](https://github.com/porsche-design-system/porsche-design-system/pull/3028))
870
884
 
871
- ### [3.12.0-rc.0] - 2024-02-05
885
+ ## [3.12.0-rc.0] - 2024-02-05
872
886
 
873
- #### Added
887
+ ### Added
874
888
 
875
889
  - `Icon`: `logo-x`, `bookmark-filled` and `star-filled`
876
890
  ([#3025](https://github.com/porsche-design-system/porsche-design-system/pull/3025))
877
891
 
878
- #### Changed
892
+ ### Changed
879
893
 
880
894
  - `Icon`: Visual appearance of `information-filled`, `information`, `success-filled`, `success`, `bookmark`, `compare`,
881
895
  `configurate`, `heart-filled`, `heart`, `menu-lines`, `success`, `search`, `locate`, `star`, `shopping-bag-filled`,
@@ -891,23 +905,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
891
905
  loading state for assistive technologies
892
906
  ([#3009](https://github.com/porsche-design-system/porsche-design-system/pull/3009))
893
907
 
894
- #### Fixed
908
+ ### Fixed
895
909
 
896
910
  - All components are supporting focus style in High Contrast Mode correctly
897
911
  ([#3011](https://github.com/porsche-design-system/porsche-design-system/pull/3011))
898
912
 
899
- ### [3.11.0] - 2024-01-30
913
+ ## [3.11.0] - 2024-01-30
900
914
 
901
- ### [3.11.0-rc.0] - 2024-01-30
915
+ ## [3.11.0-rc.0] - 2024-01-30
902
916
 
903
- #### Fixed
917
+ ### Fixed
904
918
 
905
919
  - `Carousel`: Carousel does not work with single pointer event on smaller touch devices
906
920
  ([#3003](https://github.com/porsche-design-system/porsche-design-system/pull/3003))
907
921
  - `Carousel`: `Each child in a list should have a unique "key" prop` warning in Next.js SSR context
908
922
  ([#3001](https://github.com/porsche-design-system/porsche-design-system/pull/3001))
909
923
 
910
- #### Changed
924
+ ### Changed
911
925
 
912
926
  - Scroll-lock used in `Flyout`, `Flyout Navigation` and `Modal` is based on `body { overflow: hidden; }` for all devices
913
927
  ([#3013](https://github.com/porsche-design-system/porsche-design-system/pull/3013))
@@ -916,20 +930,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
916
930
  - `Carousel`: Pagination can be used for navigation & pagination has more spacing on touch devices
917
931
  ([#3003](https://github.com/porsche-design-system/porsche-design-system/pull/3003))
918
932
 
919
- ### [3.10.0] - 2024-01-17
933
+ ## [3.10.0] - 2024-01-17
920
934
 
921
- ### [3.10.0-rc.5] - 2024-01-16
935
+ ## [3.10.0-rc.5] - 2024-01-16
922
936
 
923
- #### Changed
937
+ ### Changed
924
938
 
925
939
  - `visibility` css property can be overridden on all components, e.g. to make use of `visibility: hidden;`
926
940
  ([#2988](https://github.com/porsche-design-system/porsche-design-system/pull/2988))
927
941
  - `Carousel`: Named slot `header` renamed to `controls`
928
942
  ([#2992](https://github.com/porsche-design-system/porsche-design-system/pull/2992))
929
943
 
930
- ### [3.10.0-rc.4] - 2024-01-15
944
+ ## [3.10.0-rc.4] - 2024-01-15
931
945
 
932
- #### Added
946
+ ### Added
933
947
 
934
948
  - `Icon`: Auto-flipping icons (certain ones only) in RTL (right-to-left) mode
935
949
  ([#2957](https://github.com/porsche-design-system/porsche-design-system/pull/2957))
@@ -942,7 +956,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
942
956
  - Partials: `getFontLinks` supports preloading `arabic`, `pashto` and `urdu` subsets
943
957
  ([#2946](https://github.com/porsche-design-system/porsche-design-system/pull/2946))
944
958
 
945
- #### Changed
959
+ ### Changed
946
960
 
947
961
  - `Flyout Navigation`: Improved validation and `activeIdentifier` isn't automatically updated anymore
948
962
  ([#2935](https://github.com/porsche-design-system/porsche-design-system/pull/2935))
@@ -981,7 +995,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
981
995
  + TabsBarUpdateEventDetail
982
996
  ```
983
997
 
984
- #### Fixed
998
+ ### Fixed
985
999
 
986
1000
  - `Pin Code`: Focus correct input when clicking on label
987
1001
  ([#2985](https://github.com/porsche-design-system/porsche-design-system/pull/2985))
@@ -993,32 +1007,32 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
993
1007
  - `Toast`: `max-width` when used in scale mode
994
1008
  ([#2960](https://github.com/porsche-design-system/porsche-design-system/pull/2960))
995
1009
 
996
- ### [3.10.0-rc.3] - 2023-12-12
1010
+ ## [3.10.0-rc.3] - 2023-12-12
997
1011
 
998
- ### [3.10.0-rc.2] - 2023-12-12
1012
+ ## [3.10.0-rc.2] - 2023-12-12
999
1013
 
1000
- ### [3.10.0-rc.1] - 2023-12-11
1014
+ ## [3.10.0-rc.1] - 2023-12-11
1001
1015
 
1002
- #### Added
1016
+ ### Added
1003
1017
 
1004
1018
  - **[EXPERIMENTAL]** `Link Tile Product`
1005
1019
  ([#2909](https://github.com/porsche-design-system/porsche-design-system/pull/2909))
1006
1020
 
1007
- #### Fixed
1021
+ ### Fixed
1008
1022
 
1009
1023
  - `Wordmark`, `Crest` and `Marque`: custom clickable area
1010
1024
  ([#2930](https://github.com/porsche-design-system/porsche-design-system/pull/2930))
1011
1025
 
1012
- ### [3.10.0-rc.0] - 2023-12-07
1026
+ ## [3.10.0-rc.0] - 2023-12-07
1013
1027
 
1014
- #### Added
1028
+ ### Added
1015
1029
 
1016
1030
  - **[EXPERIMENTAL]** `Flyout Navigation`
1017
1031
  ([#2906](https://github.com/porsche-design-system/porsche-design-system/pull/2906))
1018
1032
  - Prop `submit-button` to show/hide a submit button for `Text Field Wrapper` `type="search"` if wrapped inside a form
1019
1033
  ([#2908](https://github.com/porsche-design-system/porsche-design-system/pull/2908))
1020
1034
 
1021
- #### Changed
1035
+ ### Changed
1022
1036
 
1023
1037
  - `Accordion`: removed `border-bottom` if used standalone
1024
1038
  ([#2911](https://github.com/porsche-design-system/porsche-design-system/pull/2911))
@@ -1029,11 +1043,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1029
1043
  behavior out of the box with full SSR support
1030
1044
  ([#2898](https://github.com/porsche-design-system/porsche-design-system/pull/2898))
1031
1045
 
1032
- ### [3.9.0] - 2023-11-24
1046
+ ## [3.9.0] - 2023-11-24
1033
1047
 
1034
- ### [3.9.0-rc.0] - 2023-11-23
1048
+ ## [3.9.0-rc.0] - 2023-11-23
1035
1049
 
1036
- #### Added
1050
+ ### Added
1037
1051
 
1038
1052
  - Angular: `theme: 'light' | 'dark' | 'auto'` option to `PorscheDesignSystemModule.load()` to set `theme` on all child
1039
1053
  components
@@ -1046,7 +1060,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1046
1060
  - Validation for usage of different PDS versions
1047
1061
  ([#2867](https://github.com/porsche-design-system/porsche-design-system/pull/2867))
1048
1062
 
1049
- #### Changed
1063
+ ### Changed
1050
1064
 
1051
1065
  - `Text Field Wrapper`, `Textarea Wrapper`, `Select Wrapper`, `Multi Select`, `Pin Code`, `Checkbox Wrapper` and
1052
1066
  `Radio Button Wrapper` have improved visual alignment
@@ -1060,7 +1074,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1060
1074
  - Use motion tokens in all components
1061
1075
  ([#2834](https://github.com/porsche-design-system/porsche-design-system/pull/2834))
1062
1076
 
1063
- #### Fixed
1077
+ ### Fixed
1064
1078
 
1065
1079
  - `Select Wrapper`: Select dropdown is now visible if it overflows the `Table` component
1066
1080
  ([#2885](https://github.com/porsche-design-system/porsche-design-system/pull/2885))
@@ -1075,11 +1089,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1075
1089
  - `Modal` and `Flyout` body jumping in the background and scrolling back to the top in Next Js and Remix
1076
1090
  ([#2890](https://github.com/porsche-design-system/porsche-design-system/pull/2890))
1077
1091
 
1078
- ### [3.8.0] - 2023-10-24
1092
+ ## [3.8.0] - 2023-10-24
1079
1093
 
1080
- ### [3.8.0-rc.0] - 2023-10-23
1094
+ ## [3.8.0-rc.0] - 2023-10-23
1081
1095
 
1082
- #### Added
1096
+ ### Added
1083
1097
 
1084
1098
  - RTL (right-to-left) support for all components
1085
1099
  ([#2819](https://github.com/porsche-design-system/porsche-design-system/pull/2819))
@@ -1091,7 +1105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1091
1105
  `$pds-motion-duration-{short|moderate|long|very-long}`, `$pds-motion-easing-{base|in|out}`
1092
1106
  ([#2791](https://github.com/porsche-design-system/porsche-design-system/pull/2791))
1093
1107
 
1094
- #### Changed
1108
+ ### Changed
1095
1109
 
1096
1110
  - Styles: `themeDarkBackgroundShading` and `$pds-theme-dark-background-shading` color
1097
1111
  ([#2789](https://github.com/porsche-design-system/porsche-design-system/pull/2789))
@@ -1172,7 +1186,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1172
1186
  + <p-carousel-pure align-header="start"></p-carousel>
1173
1187
  ```
1174
1188
 
1175
- #### Fixed
1189
+ ### Fixed
1176
1190
 
1177
1191
  - `Popover` doesn't get cut off when used within the `Table` component
1178
1192
  ([#2814](https://github.com/porsche-design-system/porsche-design-system/pull/2814))
@@ -1183,23 +1197,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1183
1197
  - `Tabs Bar` works with translated page content
1184
1198
  ([#2847](https://github.com/porsche-design-system/porsche-design-system/pull/2847))
1185
1199
 
1186
- ### [3.7.0] - 2023-10-04
1200
+ ## [3.7.0] - 2023-10-04
1187
1201
 
1188
- ### [3.7.0-rc.2] - 2023-10-04
1202
+ ## [3.7.0-rc.2] - 2023-10-04
1189
1203
 
1190
- #### Added
1204
+ ### Added
1191
1205
 
1192
1206
  - Styles: `gridStyles` and `pds-grid()` support basic usage inside `Flyout` component
1193
1207
  ([#2756](https://github.com/porsche-design-system/porsche-design-system/pull/2756))
1194
1208
 
1195
- #### Fixed
1209
+ ### Fixed
1196
1210
 
1197
1211
  - Overlay issues of header/footer in `Flyout` component
1198
1212
  ([#2786](https://github.com/porsche-design-system/porsche-design-system/pull/2786))
1199
1213
 
1200
- ### [3.7.0-rc.1] - 2023-09-20
1214
+ ## [3.7.0-rc.1] - 2023-09-20
1201
1215
 
1202
- #### Added
1216
+ ### Added
1203
1217
 
1204
1218
  - **[EXPERIMENTAL]** Prop `loading` for `Radio Button Wrapper`
1205
1219
  ([#2774](https://github.com/porsche-design-system/porsche-design-system/pull/2774))
@@ -1208,63 +1222,63 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1208
1222
  - `hyphens` CSS property can now be overwritten in `Button Tile`, `Link Tile` and `Link Tile Model Signature` components
1209
1223
  ([#2758](https://github.com/porsche-design-system/porsche-design-system/pull/2758))
1210
1224
  - Partials that produce innerHTML support `{ format: 'sha256' }` option for whitelisting in
1211
- [Content-Security-Policy (CSP)](must-know/security/content-security-policy)
1225
+ [Content-Security-Policy (CSP)](/must-know/security/content-security-policy/)
1212
1226
  ([#2773](https://github.com/porsche-design-system/porsche-design-system/pull/2773))
1213
1227
  - `Pin Code` ([#2691](https://github.com/porsche-design-system/porsche-design-system/pull/2691))
1214
1228
 
1215
- #### Fixed
1229
+ ### Fixed
1216
1230
 
1217
1231
  - Dragging of `Carousel` can become stucked
1218
1232
  ([#2768](https://github.com/porsche-design-system/porsche-design-system/pull/2768))
1219
1233
  - Color of `message` for `Fieldset`, `Fieldset Wrapper`, `Text Field Wrapper` and `Textarea Wrapper` in dark theme
1220
1234
  ([#2769](https://github.com/porsche-design-system/porsche-design-system/pull/2769))
1221
1235
 
1222
- #### Changed
1236
+ ### Changed
1223
1237
 
1224
1238
  - Usage of `getInitialStyles()` partial is required and validated with an exception
1225
1239
  ([#2749](https://github.com/porsche-design-system/porsche-design-system/pull/2749))
1226
1240
 
1227
- ### [3.7.0-rc.0] - 2023-09-05
1241
+ ## [3.7.0-rc.0] - 2023-09-05
1228
1242
 
1229
- #### Added
1243
+ ### Added
1230
1244
 
1231
1245
  - `Multi Select` ([#2658](https://github.com/porsche-design-system/porsche-design-system/pull/2658))
1232
1246
 
1233
- #### Changed
1247
+ ### Changed
1234
1248
 
1235
1249
  - Partials: `Cdn` and `Format` types are exposed
1236
1250
  ([#2760](https://github.com/porsche-design-system/porsche-design-system/pull/2760))
1237
1251
 
1238
- ### [3.6.1] - 2023-08-29
1252
+ ## [3.6.1] - 2023-08-29
1239
1253
 
1240
- ### [3.6.1-rc.0] - 2023-08-29
1254
+ ## [3.6.1-rc.0] - 2023-08-29
1241
1255
 
1242
- #### Fixed
1256
+ ### Fixed
1243
1257
 
1244
1258
  - Overlapping issues of `Accordion` contents when positioned outside of content area
1245
1259
  ([#2746](https://github.com/porsche-design-system/porsche-design-system/pull/2746))
1246
1260
  - Backwards compatibility with previous versions of Porsche Design System
1247
1261
  ([#2752](https://github.com/porsche-design-system/porsche-design-system/pull/2752))
1248
1262
 
1249
- ### [3.6.0] - 2023-08-28
1263
+ ## [3.6.0] - 2023-08-28
1250
1264
 
1251
- ### [3.6.0-rc.2] - 2023-08-28
1265
+ ## [3.6.0-rc.2] - 2023-08-28
1252
1266
 
1253
- #### Fixed
1267
+ ### Fixed
1254
1268
 
1255
1269
  - `Tabs Bar` losing `activeTabIndex` and underline
1256
1270
  ([#2748](https://github.com/porsche-design-system/porsche-design-system/pull/2748))
1257
1271
 
1258
- ### [3.6.0-rc.1] - 2023-08-24
1272
+ ## [3.6.0-rc.1] - 2023-08-24
1259
1273
 
1260
- #### Fixed
1274
+ ### Fixed
1261
1275
 
1262
1276
  - Bundling format and name of `components-js` entrypoint for Vanilla JS integration
1263
1277
  ([#2745](https://github.com/porsche-design-system/porsche-design-system/pull/2745))
1264
1278
 
1265
- ### [3.6.0-rc.0] - 2023-08-23
1279
+ ## [3.6.0-rc.0] - 2023-08-23
1266
1280
 
1267
- #### Added
1281
+ ### Added
1268
1282
 
1269
1283
  - New value `aria-current` for `aria` property for linked components (`Link`, `Link Pure`, `Link Tile`, `Crest`,
1270
1284
  `Marque`) ([#2696](https://github.com/porsche-design-system/porsche-design-system/pull/2696))
@@ -1278,14 +1292,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1278
1292
  - Support for sticky footer to `Modal`
1279
1293
  ([#2723](https://github.com/porsche-design-system/porsche-design-system/pull/2723))
1280
1294
 
1281
- #### Changed
1295
+ ### Changed
1282
1296
 
1283
1297
  - Update of Twitter icon ([#2731](https://github.com/porsche-design-system/porsche-design-system/pull/2731))
1284
1298
  - Use China CDN and set `window.PORSCHE_DESIGN_SYSTEM_CDN` for backwards compatibility based on .cn top level domain
1285
1299
  before design system initialization
1286
1300
  ([#2676](https://github.com/porsche-design-system/porsche-design-system/pull/2676))
1287
1301
 
1288
- #### Fixed
1302
+ ### Fixed
1289
1303
 
1290
1304
  - `Flyout`: Overlapping of sticky header/footer if slotted content has different z-index
1291
1305
  ([#2736](https://github.com/porsche-design-system/porsche-design-system/pull/2736))
@@ -1297,45 +1311,45 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1297
1311
  `components-{js|angular|react|vue}`
1298
1312
  ([#2739](https://github.com/porsche-design-system/porsche-design-system/pull/2739))
1299
1313
 
1300
- ### [3.5.0] - 2023-07-25
1314
+ ## [3.5.0] - 2023-07-25
1301
1315
 
1302
- ### [3.5.0-rc.0] - 2023-07-21
1316
+ ## [3.5.0-rc.0] - 2023-07-21
1303
1317
 
1304
- #### Added
1318
+ ### Added
1305
1319
 
1306
1320
  - `background` property to `Button Tile` and `Link Tile` component to adapt the description and link/button theme when
1307
1321
  used on light background image ([#2669](https://github.com/porsche-design-system/porsche-design-system/pull/2669))
1308
1322
  - Breakpoint customizable property `columns` to `Segmented Control` to set the amount of columns
1309
1323
  ([#2652](https://github.com/porsche-design-system/porsche-design-system/pull/2652))
1310
1324
 
1311
- #### Fixed
1325
+ ### Fixed
1312
1326
 
1313
1327
  - Alignment of `Icon` inside `Accordion` header
1314
1328
  ([#2673](https://github.com/porsche-design-system/porsche-design-system/pull/2673))
1315
1329
  - Direction of `Select Wrapper` dropdown if `direction` property is set to `auto`
1316
1330
  ([#2677](https://github.com/porsche-design-system/porsche-design-system/pull/2677))
1317
1331
 
1318
- ### [3.4.0] - 2023-07-14
1332
+ ## [3.4.0] - 2023-07-14
1319
1333
 
1320
- ### [3.4.0-rc.0] - 2023-07-13
1334
+ ## [3.4.0-rc.0] - 2023-07-13
1321
1335
 
1322
- #### Added
1336
+ ### Added
1323
1337
 
1324
1338
  - React: `'use client';` directive is applied on all components for main and `ssr` sub-package
1325
1339
  ([#2654](https://github.com/porsche-design-system/porsche-design-system/pull/2654))
1326
1340
 
1327
- #### Fixed
1341
+ ### Fixed
1328
1342
 
1329
1343
  - Regression in `observeChildren` that affected nested components (e.g. incorrect rendering of nested `Tabs`).
1330
1344
  ([#2649](https://github.com/porsche-design-system/porsche-design-system/pull/2649))
1331
1345
  - Click behaviour of slotted interactive elements of `Carousel`
1332
1346
  ([#2663](https://github.com/porsche-design-system/porsche-design-system/pull/2663))
1333
1347
 
1334
- ### [3.3.0] - 2023-07-07
1348
+ ## [3.3.0] - 2023-07-07
1335
1349
 
1336
- ### [3.3.0-rc.0] - 2023-07-06
1350
+ ## [3.3.0-rc.0] - 2023-07-06
1337
1351
 
1338
- #### Added
1352
+ ### Added
1339
1353
 
1340
1354
  - `Tabs` and `Tabs Bar` support SSR ([#2611](https://github.com/porsche-design-system/porsche-design-system/pull/2611))
1341
1355
  - Contents of `Tag` component can now be wrapped in multiple lines
@@ -1345,7 +1359,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1345
1359
  - native lazy loading attribute to `img` tag of `Icon`
1346
1360
  ([#2644](https://github.com/porsche-design-system/porsche-design-system/pull/2644))
1347
1361
 
1348
- #### Fixed
1362
+ ### Fixed
1349
1363
 
1350
1364
  - `Stepper Horizontal` navigation between 2 pages is not working as expected in angular
1351
1365
  ([#2641](https://github.com/porsche-design-system/porsche-design-system/pull/2641))
@@ -1362,30 +1376,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1362
1376
  - `Carousel`: Removed `overflow:hidden` of slide items
1363
1377
  ([#2645](https://github.com/porsche-design-system/porsche-design-system/pull/2645))
1364
1378
 
1365
- #### Changed
1379
+ ### Changed
1366
1380
 
1367
1381
  - Improved bootstrapping behaviour of `Icon`
1368
1382
  ([#2644](https://github.com/porsche-design-system/porsche-design-system/pull/2644))
1369
1383
 
1370
- ### [3.2.0] - 2023-06-19
1384
+ ## [3.2.0] - 2023-06-19
1371
1385
 
1372
- ### [3.2.0-rc.0] - 2023-06-19
1386
+ ## [3.2.0-rc.0] - 2023-06-19
1373
1387
 
1374
- #### Added
1388
+ ### Added
1375
1389
 
1376
1390
  - `skipLinkTarget` property to `Carousel` component to enhance keyboard functionality
1377
1391
  ([#2557](https://github.com/porsche-design-system/porsche-design-system/pull/2557))
1378
1392
  - `showLastPage` property to `Pagination` component
1379
1393
  ([#2606](https://github.com/porsche-design-system/porsche-design-system/pull/2606))
1380
1394
 
1381
- #### Fixed
1395
+ ### Fixed
1382
1396
 
1383
1397
  - Partials: `getInitialStyles` supports `Flyout` component
1384
1398
  ([#2598](https://github.com/porsche-design-system/porsche-design-system/pull/2598))
1385
1399
  - `Popover` content can be selected/highlighted
1386
1400
  ([#2599](https://github.com/porsche-design-system/porsche-design-system/pull/2599))
1387
1401
 
1388
- #### Changed
1402
+ ### Changed
1389
1403
 
1390
1404
  - `Carousel` pagination now shows 5 "infinite bullets" when using more than 5 slides
1391
1405
  ([#2600](https://github.com/porsche-design-system/porsche-design-system/pull/2600))
@@ -1400,21 +1414,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1400
1414
  - `Toast` shows always the latest toast message and clears its queue immediately if a new message is added
1401
1415
  ([#2584](https://github.com/porsche-design-system/porsche-design-system/pull/2584))
1402
1416
 
1403
- ### [3.1.0] - 2023-06-09
1417
+ ## [3.1.0] - 2023-06-09
1404
1418
 
1405
- ### [3.1.0-rc.2] - 2023-06-09
1419
+ ## [3.1.0-rc.2] - 2023-06-09
1406
1420
 
1407
- #### Changed
1421
+ ### Changed
1408
1422
 
1409
1423
  - `Crest` updated assets ([#2595](https://github.com/porsche-design-system/porsche-design-system/pull/2595))
1410
1424
  - Partials: `getMetaTagsAndIconLinks` updated assets
1411
1425
  ([#2595](https://github.com/porsche-design-system/porsche-design-system/pull/2595))
1412
1426
 
1413
- #### Added
1427
+ ### Added
1414
1428
 
1415
1429
  - `Flyout` ([#2547](https://github.com/porsche-design-system/porsche-design-system/pull/2547))
1416
1430
 
1417
- #### Fixed
1431
+ ### Fixed
1418
1432
 
1419
1433
  - Wrong validation during SSR hydration of `Link Tile` and `Select Wrapper`
1420
1434
  ([#2588](https://github.com/porsche-design-system/porsche-design-system/pull/2588))
@@ -1423,34 +1437,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1423
1437
  - Unnecessary lifecycles are prevented when prop values do not change for complex values
1424
1438
  ([#2574](https://github.com/porsche-design-system/porsche-design-system/pull/2574))
1425
1439
 
1426
- ### [3.1.0-rc.1] - 2023-06-02
1440
+ ## [3.1.0-rc.1] - 2023-06-02
1427
1441
 
1428
- #### Added
1442
+ ### Added
1429
1443
 
1430
1444
  - **[EXPERIMENTAL]** Prop `showPasswordToggle` for `Text Field Wrapper` with `input type="password"`
1431
1445
  ([#2586](https://github.com/porsche-design-system/porsche-design-system/pull/2586))
1432
1446
  - Prop `name` for `Icon` supports `heart`, `heart-filled`, `copy`, `fingerprint`, `tire`, `roof-open` and `roof-closed`
1433
1447
  ([#2589](https://github.com/porsche-design-system/porsche-design-system/pull/2589))
1434
1448
 
1435
- #### Fixed
1449
+ ### Fixed
1436
1450
 
1437
1451
  - `Select Wrapper` missing border on touch devices
1438
1452
  ([#2579](https://github.com/porsche-design-system/porsche-design-system/pull/2579))
1439
1453
  - `Tabs Item` text content can be selected/highlighted
1440
1454
  ([#2582](https://github.com/porsche-design-system/porsche-design-system/pull/2582))
1441
1455
 
1442
- ### [3.1.0-rc.0] - 2023-05-24
1456
+ ## [3.1.0-rc.0] - 2023-05-24
1443
1457
 
1444
- #### Added
1458
+ ### Added
1445
1459
 
1446
1460
  - `Marque` now has a `variant` property, including 75 years variant
1447
1461
  ([#2575](https://github.com/porsche-design-system/porsche-design-system/pull/2575))
1448
1462
 
1449
- ### [3.0.0] - 2023-05-11
1463
+ ## [3.0.0] - 2023-05-11
1450
1464
 
1451
- ### [3.0.0-rc.3] - 2023-05-10
1465
+ ## [3.0.0-rc.3] - 2023-05-10
1452
1466
 
1453
- #### Fixed
1467
+ ### Fixed
1454
1468
 
1455
1469
  - `Tabs Bar` focus behavior via keyboard navigation
1456
1470
  ([#2546](https://github.com/porsche-design-system/porsche-design-system/pull/2546))
@@ -1458,7 +1472,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1458
1472
  - Disabled dragging/ghosting of icons
1459
1473
  ([#2536](https://github.com/porsche-design-system/porsche-design-system/pull/2536))
1460
1474
 
1461
- #### Changed
1475
+ ### Changed
1462
1476
 
1463
1477
  - Styles: `dropShadow{Low|Medium|High}Style`s use `box-shadow` instead of `filter: drop-shadow()` to fix glitches
1464
1478
  together with `frostedGlassStyle` in Firefox
@@ -1466,9 +1480,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1466
1480
  - Size of icon and height of `Accordion`
1467
1481
  ([#2536](https://github.com/porsche-design-system/porsche-design-system/pull/2536))
1468
1482
 
1469
- ### [3.0.0-rc.2] - 2023-05-09
1483
+ ## [3.0.0-rc.2] - 2023-05-09
1470
1484
 
1471
- #### Fixed
1485
+ ### Fixed
1472
1486
 
1473
1487
  - `Checkbox Wrapper` Safari visual state change while hovering
1474
1488
  ([#2508](https://github.com/porsche-design-system/porsche-design-system/pull/2508))
@@ -1491,20 +1505,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1491
1505
  - Angular: added optional modifier to optional properties for better type checking in strict mode
1492
1506
  ([#2544](https://github.com/porsche-design-system/porsche-design-system/pull/2544))
1493
1507
 
1494
- #### Added
1508
+ ### Added
1495
1509
 
1496
1510
  - Deprecation warning to `Icon` component if `lazy` prop is used
1497
1511
  ([#2521](https://github.com/porsche-design-system/porsche-design-system/pull/2521))
1498
1512
  - `aria` prop to `Scroller` component
1499
1513
  ([#2530](https://github.com/porsche-design-system/porsche-design-system/pull/2530))
1500
1514
 
1501
- #### Changed
1515
+ ### Changed
1502
1516
 
1503
1517
  - Model signature asset of 718 model ([#2532](https://github.com/porsche-design-system/porsche-design-system/pull/2532))
1504
1518
 
1505
- ### [3.0.0-rc.1] - 2023-04-19
1519
+ ## [3.0.0-rc.1] - 2023-04-19
1506
1520
 
1507
- #### Added
1521
+ ### Added
1508
1522
 
1509
1523
  - Prop `name` for `Icon` supports `push-pin`, `push-pin-off`, `qr`, `pin-filled`, `shopping-cart-filled`,
1510
1524
  `shopping-bag-filled`, `logo-apple-podcast`, `logo-spotify` and `user-filled`
@@ -1512,7 +1526,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1512
1526
  - **[EXPERIMENTAL]** Prop `loading` for `Checkbox Wrapper`
1513
1527
  ([#2483](https://github.com/porsche-design-system/porsche-design-system/pull/2483))
1514
1528
 
1515
- #### Fixed
1529
+ ### Fixed
1516
1530
 
1517
1531
  - `Wordmark`, `Crest` and `Model Signature` respect parent width/height
1518
1532
  ([#2479](https://github.com/porsche-design-system/porsche-design-system/pull/2479))
@@ -1525,27 +1539,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1525
1539
  - Color Contrast issues and rendering in Windows High Contrast Mode
1526
1540
  ([#2420](https://github.com/porsche-design-system/porsche-design-system/pull/2420))
1527
1541
 
1528
- ### [3.0.0-rc.0] - 2023-04-11
1542
+ ## [3.0.0-rc.0] - 2023-04-11
1529
1543
 
1530
- #### Fixed
1544
+ ### Fixed
1531
1545
 
1532
1546
  - Styles: `borderRadiusLarge` and `$pds-border-radius-large` are exposing correct value
1533
1547
  ([#2463](https://github.com/porsche-design-system/porsche-design-system/pull/2463))
1534
1548
 
1535
- ### [3.0.0-alpha.6] - 2023-04-06
1549
+ ## [3.0.0-alpha.6] - 2023-04-06
1536
1550
 
1537
- #### Added
1551
+ ### Added
1538
1552
 
1539
1553
  - `xxl` breakpoint for all breakpoint customizable component values
1540
1554
  ([#2454](https://github.com/porsche-design-system/porsche-design-system/pull/2454))
1541
1555
 
1542
- #### Fixed
1556
+ ### Fixed
1543
1557
 
1544
1558
  - Disabled color of `Icon` component ([#2446](https://github.com/porsche-design-system/porsche-design-system/pull/2446))
1545
1559
  - Support of `Radio Button Wrapper` for name value with non-alphanumeric characters
1546
1560
  ([#2443](https://github.com/porsche-design-system/porsche-design-system/pull/2443))
1547
1561
 
1548
- #### Changed
1562
+ ### Changed
1549
1563
 
1550
1564
  - `Banner` is a controlled component now and its visibility has to be controlled via the `open` prop
1551
1565
  ([#2447](https://github.com/porsche-design-system/porsche-design-system/pull/2447))
@@ -1659,26 +1673,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1659
1673
  + <PTabsBar onUpdate={(e: CustomEvent<TabsUpdateEvent>) => {}} />
1660
1674
  ```
1661
1675
 
1662
- ### [3.0.0-alpha.5] - 2023-03-30
1676
+ ## [3.0.0-alpha.5] - 2023-03-30
1663
1677
 
1664
- #### Added
1678
+ ### Added
1665
1679
 
1666
1680
  - `Wordmark` ([#2418](https://github.com/porsche-design-system/porsche-design-system/pull/2418))
1667
1681
  - `Crest` ([#2437](https://github.com/porsche-design-system/porsche-design-system/pull/2437))
1668
1682
 
1669
- #### Changed
1683
+ ### Changed
1670
1684
 
1671
1685
  - Styles: changed color values of `theme[Light|Dark]ContrastMedium` and `theme[Light|Dark]Notification[*]` color tokens
1672
1686
  of `Styles` subpackage ([#2436](https://github.com/porsche-design-system/porsche-design-system/pull/2436))
1673
1687
 
1674
- ### [3.0.0-alpha.4] - 2023-03-28
1688
+ ## [3.0.0-alpha.4] - 2023-03-28
1675
1689
 
1676
- #### Changed
1690
+ ### Changed
1677
1691
 
1678
1692
  - `Table` matches new design language
1679
1693
  ([#2364](https://github.com/porsche-design-system/porsche-design-system/pull/2364/))
1680
1694
 
1681
- #### Added
1695
+ ### Added
1682
1696
 
1683
1697
  - Styles: ([#2422](https://github.com/porsche-design-system/porsche-design-system/pull/2422))
1684
1698
  - `gridWide`
@@ -1703,11 +1717,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1703
1717
  - Prop `scrollbar` for `Scroller` ([#2364](https://github.com/porsche-design-system/porsche-design-system/pull/2364/))
1704
1718
  - Prop `theme` for `Table` ([#2364](https://github.com/porsche-design-system/porsche-design-system/pull/2364/))
1705
1719
 
1706
- #### Fixed
1720
+ ### Fixed
1707
1721
 
1708
1722
  - React: missing animation of `Carousel` in certain scenarios
1709
1723
 
1710
- #### Changed
1724
+ ### Changed
1711
1725
 
1712
1726
  - Styles: `gridStyles` and `pds-grid()` are supporting an additional column range called `wide`
1713
1727
  ([#2422](https://github.com/porsche-design-system/porsche-design-system/pull/2422))
@@ -1752,7 +1766,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1752
1766
  + </p-fieldset>
1753
1767
  ```
1754
1768
 
1755
- ### [3.0.0-alpha.3] - 2023-03-17
1769
+ ## [3.0.0-alpha.3] - 2023-03-17
1756
1770
 
1757
1771
  #### 🤖 Property deprecations 🤖
1758
1772
 
@@ -1985,7 +1999,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
1985
1999
  + <p-text-list type="alphabetically"></p-text-list>
1986
2000
  ```
1987
2001
 
1988
- #### Added
2002
+ ### Added
1989
2003
 
1990
2004
  - `Text`, `Icon`, `Button Pure` and `Link Pure` support value `xx-small` for prop `size`
1991
2005
  - `Display` supports value `small` for prop `size`
@@ -2027,7 +2041,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
2027
2041
  - `Tag` prop `color` got values `notification-info-soft`, `notification-warning-soft`, `notification-success-soft`,
2028
2042
  `notification-error-soft` and deprecated `notification-warning`, `notification-success`, `notification-error` values
2029
2043
 
2030
- #### Changed
2044
+ ### Changed
2031
2045
 
2032
2046
  - `Display` uses font-weight regular and font-style normal
2033
2047
  - Partials: `getInitialStyles` matches new design language
@@ -2041,7 +2055,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
2041
2055
  - `Icon` prop `color` value `disabled` is renamed to `state-disabled`
2042
2056
  - `Tag` prop `color` value `notification-info` is renamed to `notification-info-soft`
2043
2057
 
2044
- #### Fixed
2058
+ ### Fixed
2045
2059
 
2046
2060
  - `Text Field Wrapper` calendar and time indicator icons respect color definition in dark theme
2047
2061
  - `Text Field Wrapper` has correct height when type date or time is used
@@ -2054,7 +2068,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
2054
2068
  - Styles: `headingXXXLargeStyle` and `$pds-heading-xxx-large`
2055
2069
  - Styles: `fontSizeHeadingXXLarge` and `$pds-font-size-heading-xx-large`
2056
2070
 
2057
- ### [3.0.0-alpha.2] - 2023-02-27
2071
+ ## [3.0.0-alpha.2] - 2023-02-27
2058
2072
 
2059
2073
  #### 🤖 Property deprecations 🤖
2060
2074
 
@@ -2082,33 +2096,33 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
2082
2096
  + <p-divider color="contrast-high"></p-divider>
2083
2097
  ```
2084
2098
 
2085
- #### Changed
2099
+ ### Changed
2086
2100
 
2087
2101
  - `Divider`, `Button Group`, `Carousel` and `Text List` match new design language
2088
2102
  - Background color of `Scroller`'s `prev` and `next` buttons in dark theme
2089
2103
  - Partials: Removed deprecated `withoutTags` option for all partials, please use `format: 'jsx'` instead
2090
2104
  - `Content Wrapper` default value of prop `width` has changed from `basic` to `extended`
2091
2105
 
2092
- #### Added
2106
+ ### Added
2093
2107
 
2094
2108
  - `Model Signature`
2095
2109
  - Props `align-header` and `width` for `Carousel`
2096
2110
  - Vue: plugin functions `createPorscheDesignSystem` and `usePorscheDesignSystemPlugin`
2097
2111
 
2098
- #### Fixed
2112
+ ### Fixed
2099
2113
 
2100
2114
  - `Radio Button Wrapper` keyboard arrow navigation
2101
2115
  - `Button Pure` and `Link Pure` lagging active state background when scrolling on iOS
2102
2116
 
2103
- ### [3.0.0-alpha.1] - 2023-02-16
2117
+ ## [3.0.0-alpha.1] - 2023-02-16
2104
2118
 
2105
- #### Added
2119
+ ### Added
2106
2120
 
2107
2121
  - Porsche Next font supports Vietnamese charset
2108
2122
  - Prop `color` of `Icon` supports `disabled`
2109
2123
  - React: `patchRemixRunProcessBrowserGlobalIdentifier` binary to support SSR components with Remix
2110
2124
 
2111
- #### Changed
2125
+ ### Changed
2112
2126
 
2113
2127
  - `Stepper Horizontal` matches new design language
2114
2128
  - Styles: Optimize design tokens "spacing", "typography" and "theme" provided by styles sub-package
@@ -2116,7 +2130,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
2116
2130
  - Styles: Use calc() instead of max() to calculate padding for `gridStyle` (JS) and `pds-grid()` (SCSS)
2117
2131
  - Styles: `gridStyle` (JS) and `pds-grid()` (SCSS) uses optimized grid gap
2118
2132
 
2119
- ### [3.0.0-alpha.0] - 2023-02-08
2133
+ ## [3.0.0-alpha.0] - 2023-02-08
2120
2134
 
2121
2135
  #### Note to the new `v3` major release of the Porsche Design System
2122
2136
 
@@ -2255,7 +2269,7 @@ major version.
2255
2269
 
2256
2270
  ##### Content Wrapper:
2257
2271
 
2258
- - Component is deprecated and will be removed with the next major release. Please use **[Porsche Grid](styles/grid)**
2272
+ - Component is deprecated and will be removed with the next major release. Please use **[Porsche Grid](/styles/grid/)**
2259
2273
  instead, which is based on [CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) covering the specific
2260
2274
  layout needs for a harmonic appearance across all digital Porsche touch-points.
2261
2275
 
@@ -2269,7 +2283,7 @@ major version.
2269
2283
 
2270
2284
  - Component is deprecated and will be removed with the next major release. In general, please use native
2271
2285
  [CSS Grid](https://css-tricks.com/snippets/css/complete-guide-grid) in combination with
2272
- **[Porsche Grid](styles/grid)** instead for better performance and more standardized layout technique.
2286
+ **[Porsche Grid](/styles/grid/)** instead for better performance and more standardized layout technique.
2273
2287
 
2274
2288
  ##### Headline:
2275
2289
 
@@ -2280,7 +2294,7 @@ major version.
2280
2294
 
2281
2295
  ##### Link Social:
2282
2296
 
2283
- - Component is deprecated and will be removed with the next major release. Please use the **[Link](components/link)**
2297
+ - Component is deprecated and will be removed with the next major release. Please use the **[Link](/components/link/)**
2284
2298
  component instead.
2285
2299
 
2286
2300
  #### 🤖 Property deprecations 🤖
@@ -2497,7 +2511,7 @@ to the new values since those ones will be removed with next major version.
2497
2511
  + …addMessage({ text: `Some message`, state: 'info' })
2498
2512
  ```
2499
2513
 
2500
- #### Added
2514
+ ### Added
2501
2515
 
2502
2516
  - `Display` component
2503
2517
  - `Heading` component
@@ -2507,7 +2521,7 @@ to the new values since those ones will be removed with next major version.
2507
2521
  - Prop `size` for `Icon` supports `x-small` and `x-large`
2508
2522
  - Prop `size` for `Accordion` `compact="true"` supports `medium`
2509
2523
 
2510
- #### Changed
2524
+ ### Changed
2511
2525
 
2512
2526
  - `Spinner`, `Icon`, `Link Pure`, `Button Pure`, `Link`, `Link Social`, `Button`, `Checkbox Wrapper`,
2513
2527
  `Radio Button Wrapper`, `Popover`, `Modal`, `Select Wrapper`, `Tag`, `Tag Dismissible`, `Textarea Wrapper`,
@@ -2528,19 +2542,19 @@ to the new values since those ones will be removed with next major version.
2528
2542
  instead.
2529
2543
  - `applyNormalizeStyles` option from `getInitialStyles()` partial which is applied by default now.
2530
2544
 
2531
- ### [2.20.0] - 2023-02-06
2545
+ ## [2.20.0] - 2023-02-06
2532
2546
 
2533
- ### [2.20.0-rc.1] - 2023-02-06
2547
+ ## [2.20.0-rc.1] - 2023-02-06
2534
2548
 
2535
- ### [2.20.0-rc.0] - 2023-01-30
2549
+ ## [2.20.0-rc.0] - 2023-01-30
2536
2550
 
2537
- #### Added
2551
+ ### Added
2538
2552
 
2539
2553
  - `applyNormalizeStyles` option for `getInitialStyles()` partial which includes basic css styles for Light DOM
2540
2554
 
2541
- ### [2.19.1-rc.1] - 2023-01-18
2555
+ ## [2.19.1-rc.1] - 2023-01-18
2542
2556
 
2543
- #### Added
2557
+ ### Added
2544
2558
 
2545
2559
  - `jsdom-polyfill` subpackage is available at `@porsche-design-system/components-{js|angular|react|vue}/jsdom-polyfill`
2546
2560
  and can be used to have working web components in jsdom based tests (e.g. jest)
@@ -2549,50 +2563,50 @@ to the new values since those ones will be removed with next major version.
2549
2563
  queries internally to support Shadow DOM
2550
2564
  - Validation if `prefix` is already reserved by a different version upon initialization of the Porsche Design System
2551
2565
 
2552
- #### Fixed
2566
+ ### Fixed
2553
2567
 
2554
2568
  - `componentsReady()` waits for Porsche Design System being initialized before checking components which can happen in
2555
2569
  certain test scenarios without partials
2556
2570
 
2557
- ### [2.19.1-rc.0] - 2023-01-18
2571
+ ## [2.19.1-rc.0] - 2023-01-18
2558
2572
 
2559
- #### Fixed
2573
+ ### Fixed
2560
2574
 
2561
2575
  - Bug in `@porsche-design-system/components-react/ssr` where in some cases during SSG an error was thrown when
2562
2576
  components render their children conditionally
2563
2577
 
2564
- ### [2.19.0] - 2022-12-22
2578
+ ## [2.19.0] - 2022-12-22
2565
2579
 
2566
- ### [2.19.0-rc.2] - 2022-12-22
2580
+ ## [2.19.0-rc.2] - 2022-12-22
2567
2581
 
2568
- ### [2.19.0-rc.1] - 2022-12-22
2582
+ ## [2.19.0-rc.1] - 2022-12-22
2569
2583
 
2570
- #### Fixed
2584
+ ### Fixed
2571
2585
 
2572
2586
  - `Stepper Horizontal` calculation of scroll position when used within any parent that has a margin or padding
2573
2587
 
2574
- ### [2.19.0-rc.0] - 2022-12-21
2588
+ ## [2.19.0-rc.0] - 2022-12-21
2575
2589
 
2576
- #### Added
2590
+ ### Added
2577
2591
 
2578
2592
  - Vue: typed components are available via the `@porsche-design-system/components-vue` package
2579
2593
 
2580
- #### Fixed
2594
+ ### Fixed
2581
2595
 
2582
2596
  - `Modal` focus cycle when pressing Shift Tab right after it was opened
2583
2597
 
2584
- ### [2.18.0] - 2022-12-15
2598
+ ## [2.18.0] - 2022-12-15
2585
2599
 
2586
- ### [2.18.0-rc.2] - 2022-12-14
2600
+ ## [2.18.0-rc.2] - 2022-12-14
2587
2601
 
2588
- #### Added
2602
+ ### Added
2589
2603
 
2590
2604
  - Validation to ensure crucial partials are used.
2591
2605
  **Disclaimer:** The Porsche Design System will **not** inject its initial styles anymore. Please use the
2592
2606
  `getInitialStyles()` partial to reduce flash of unstyled content (FOUC) as described here:
2593
2607
  [getInitialStyles() documentation](https://designsystem.porsche.com/v2/partials/initial-styles)
2594
2608
 
2595
- #### Changed
2609
+ ### Changed
2596
2610
 
2597
2611
  - `line-height` calculation for all components is handled CSS only now by using `ex`-unit in combination with `calc()`
2598
2612
  which gives the best performance, the easiest possible integration and respects UI best practices in having **larger**
@@ -2600,25 +2614,25 @@ to the new values since those ones will be removed with next major version.
2600
2614
  `font-size` definitions. The calculated values by CSS slightly differ compared to the ones calculated by JavaScript,
2601
2615
  which might result in minor visual changes.
2602
2616
 
2603
- #### Fixed
2617
+ ### Fixed
2604
2618
 
2605
2619
  - Screen reader announcements of `Textfield` and `Textarea` in `counter` mode
2606
2620
  - Screen reader announcements in `Select Wrapper`
2607
2621
 
2608
- ### [2.18.0-rc.1] - 2022-11-24
2622
+ ## [2.18.0-rc.1] - 2022-11-24
2609
2623
 
2610
- #### Added
2624
+ ### Added
2611
2625
 
2612
2626
  - `Carousel` now has a `rewind` property, better prev/next icons, a `max-width` for `heading` and `description` and
2613
2627
  support for slotted `description`
2614
2628
 
2615
- #### Fixed
2629
+ ### Fixed
2616
2630
 
2617
2631
  - `Select Wrapper` height if text is zoomed up to 200%
2618
2632
 
2619
- ### [2.18.0-rc.0] - 2022-11-17
2633
+ ## [2.18.0-rc.0] - 2022-11-17
2620
2634
 
2621
- #### Added
2635
+ ### Added
2622
2636
 
2623
2637
  - SSR/SSG ready components using Declarative Shadow DOM for Next JS are shipped via
2624
2638
  `@porsche-design-system/components-react/ssr`. To use it simply change your imports.
@@ -2633,46 +2647,46 @@ information can be found here:
2633
2647
  + import { getDSRPonyfill } from '@porsche-design-system/components-react/partials';
2634
2648
  ```
2635
2649
 
2636
- #### Changed
2650
+ ### Changed
2637
2651
 
2638
2652
  - Improve height calculation for `Accordion`
2639
2653
  - Slotted anchor support for `Link Pure` is stricter (In case slotted `<a>` is used it must be a direct child of
2640
2654
  `Link Pure`)
2641
2655
  - `getFontLinks()` partial now has `{ weights: ['regular', 'semi-bold'] }` for a default
2642
2656
 
2643
- ### [2.17.0] - 2022-10-31
2657
+ ## [2.17.0] - 2022-10-31
2644
2658
 
2645
- ### [2.17.0-rc.0] - 2022-10-31
2659
+ ## [2.17.0-rc.0] - 2022-10-31
2646
2660
 
2647
- #### Added
2661
+ ### Added
2648
2662
 
2649
2663
  - `Link Tile`
2650
2664
 
2651
- #### Fixed
2665
+ ### Fixed
2652
2666
 
2653
2667
  - `Scroller` bug where scrollable content was not fully hidden by the gradient, when zoomed into the page.
2654
2668
 
2655
- #### Changed
2669
+ ### Changed
2656
2670
 
2657
2671
  - Removed `!important` keyword from css property `display` of `Link Pure` and `Button Pure`
2658
2672
 
2659
- ### [2.16.3] - 2022-10-21
2673
+ ## [2.16.3] - 2022-10-21
2660
2674
 
2661
- ### [2.16.3-rc.0] - 2022-10-21
2675
+ ## [2.16.3-rc.0] - 2022-10-21
2662
2676
 
2663
- #### Fixed
2677
+ ### Fixed
2664
2678
 
2665
2679
  - `Button Pure` and `Link Pure` error when using `size="inherit"` and `icon="none"`
2666
2680
 
2667
- #### Changed
2681
+ ### Changed
2668
2682
 
2669
2683
  - Replaced all internal usage of `Text` and `Headline` components
2670
2684
 
2671
- ### [2.16.2] - 2022-09-15
2685
+ ## [2.16.2] - 2022-09-15
2672
2686
 
2673
- ### [2.16.2-rc.0] - 2022-09-15
2687
+ ## [2.16.2-rc.0] - 2022-09-15
2674
2688
 
2675
- #### Fixed
2689
+ ### Fixed
2676
2690
 
2677
2691
  - Issue with `Popover` where drop-shadow is not shown correctly in Chrome >= 105
2678
2692
  - Issue with `Carousel` and `wrap-content="true"` where the layout was out of sync with `Content Wrapper` for
@@ -2680,195 +2694,195 @@ information can be found here:
2680
2694
  - `Select Wrapper` with custom dropdown keeps attribute changes of native select options in sync if changed
2681
2695
  programmatically
2682
2696
 
2683
- ### [2.16.1] - 2022-09-09
2697
+ ## [2.16.1] - 2022-09-09
2684
2698
 
2685
- #### Fixed
2699
+ ### Fixed
2686
2700
 
2687
2701
  - Issue with `Options` typing import for `Carousel`
2688
2702
 
2689
- ### [2.16.0] - 2022-09-08
2703
+ ## [2.16.0] - 2022-09-08
2690
2704
 
2691
- ### [2.15.1-rc.1] - 2022-09-08
2705
+ ## [2.15.1-rc.1] - 2022-09-08
2692
2706
 
2693
- #### Added
2707
+ ### Added
2694
2708
 
2695
2709
  - `Carousel`
2696
2710
  - `Scroller`
2697
2711
 
2698
- #### Changed
2712
+ ### Changed
2699
2713
 
2700
2714
  - `Stepper Horizontal` now has `size` property
2701
2715
  - `Stepper Horizontal` uses improved focus behavior in case it becomes scrollable and scroll indicators are centered
2702
2716
  correctly.
2703
2717
  - `Tabs Bar` uses improved focus behavior in case it becomes scrollable and scroll indicators are centered correctly.
2704
2718
 
2705
- ### [2.15.1-rc.0] - 2022-08-24
2719
+ ## [2.15.1-rc.0] - 2022-08-24
2706
2720
 
2707
- #### Fixed
2721
+ ### Fixed
2708
2722
 
2709
2723
  - `Radio Button Wrapper` visual selection change bug in Safari >= 15.5
2710
2724
 
2711
- ### [2.15.0] - 2022-08-22
2725
+ ## [2.15.0] - 2022-08-22
2712
2726
 
2713
- ### [2.15.0-rc.1] - 2022-08-18
2727
+ ## [2.15.0-rc.1] - 2022-08-18
2714
2728
 
2715
- #### Changed
2729
+ ### Changed
2716
2730
 
2717
2731
  - Downgraded `@angular` to `v13` to ensure backwards compatibility of `@porsche-design-system/components-angular`
2718
2732
 
2719
- ### [2.15.0-rc.0] - 2022-08-16
2733
+ ## [2.15.0-rc.0] - 2022-08-16
2720
2734
 
2721
- #### Fixed
2735
+ ### Fixed
2722
2736
 
2723
2737
  - `Popover` visual shadow bug in Safari
2724
2738
  - `Stepper Horizontal Item` bug where pseudo styles of the counter element were overridable
2725
2739
 
2726
- ### [2.15.0-beta.0] - 2022-08-05
2740
+ ## [2.15.0-beta.0] - 2022-08-05
2727
2741
 
2728
- #### Fixed
2742
+ ### Fixed
2729
2743
 
2730
2744
  - `Tabs` & `Tabs Bar` `size` property when using `BreakpointCustomizable`
2731
2745
 
2732
- #### Changed
2746
+ ### Changed
2733
2747
 
2734
2748
  - `Modal` uses poly fluid sizing for outer spacing
2735
2749
  - `Banner` uses poly fluid sizing for outer spacing
2736
2750
  - `Content Wrapper` uses poly fluid sizing for inner spacing
2737
2751
  - `Modal` min-width is slightly updated to perfectly fit into content area of `Content Wrapper` at 320px viewport width
2738
2752
 
2739
- #### Added
2753
+ ### Added
2740
2754
 
2741
2755
  - Validation of properties for all components
2742
2756
  - `Text Field Wrapper` with `input type="search"` is clearable via Escape key and custom clear button across browsers
2743
2757
  - `Text Field Wrapper` with `input type="search"` shows a "Locate me" button when `actionIcon="locate"` is set, emits
2744
2758
  the `action` event on click and can be put into a loading state via `actionLoading="true"`
2745
2759
 
2746
- ### [2.14.0] - 2022-07-11
2760
+ ## [2.14.0] - 2022-07-11
2747
2761
 
2748
- ### [2.14.0-rc.1] - 2022-07-11
2762
+ ## [2.14.0-rc.1] - 2022-07-11
2749
2763
 
2750
- ### [2.14.0-rc.0] - 2022-07-11
2764
+ ## [2.14.0-rc.0] - 2022-07-11
2751
2765
 
2752
- #### Added
2766
+ ### Added
2753
2767
 
2754
2768
  - `getBrowserSupportFallbackScript()` partial supporting `cdn` and `format` options as replacement for
2755
2769
  `includeOverlay()` of `@porsche-design-system/browser-notification` npm package
2756
2770
  - `getCookiesFallbackScript()` partial supporting `cdn` and `format` options as replacement for `includeCookieOverlay()`
2757
2771
  of `@porsche-design-system/browser-notification` npm package
2758
2772
 
2759
- #### Changed
2773
+ ### Changed
2760
2774
 
2761
2775
  - `getMetaTagsAndIconLinks()` partial to return `theme-color` meta tags with `prefers-color-scheme: {light|dark}` media
2762
2776
  query
2763
2777
 
2764
- ### [2.13.0] - 2022-06-23
2778
+ ## [2.13.0] - 2022-06-23
2765
2779
 
2766
- ### [2.13.0-rc.5] - 2022-06-23
2780
+ ## [2.13.0-rc.5] - 2022-06-23
2767
2781
 
2768
- #### Fixed
2782
+ ### Fixed
2769
2783
 
2770
2784
  - `Stepper Horizontal Item` `state` validation
2771
2785
  - `Button` and `Link` with `theme="dark" variant="tertiary"` and `Tag Dismissible` bug on Safari < v15.5 where wrong
2772
2786
  colors on hover were shown
2773
2787
 
2774
- ### [2.13.0-rc.4] - 2022-06-22
2788
+ ## [2.13.0-rc.4] - 2022-06-22
2775
2789
 
2776
- #### Added
2790
+ ### Added
2777
2791
 
2778
2792
  - `Stepper Horizontal`
2779
2793
 
2780
- ### [2.13.0-rc.3] - 2022-06-22
2794
+ ## [2.13.0-rc.3] - 2022-06-22
2781
2795
 
2782
- #### Added
2796
+ ### Added
2783
2797
 
2784
2798
  - `Segmented Control`
2785
2799
 
2786
- ### [2.13.0-rc.2] - 2022-06-21
2800
+ ## [2.13.0-rc.2] - 2022-06-21
2787
2801
 
2788
- ### [2.13.0-rc.1] - 2022-06-21
2802
+ ## [2.13.0-rc.1] - 2022-06-21
2789
2803
 
2790
- ### [2.13.0-rc.0] - 2022-06-21
2804
+ ## [2.13.0-rc.0] - 2022-06-21
2791
2805
 
2792
- #### Changed
2806
+ ### Changed
2793
2807
 
2794
2808
  - `Button`, `Button Pure` and `Switch` apply `aria-disabled="true"` instead of `disabled` attribute to native button
2795
2809
  internally in case `disabled` and/or `loading` property is set
2796
2810
 
2797
- ### [2.12.1] - 2022-05-25
2811
+ ## [2.12.1] - 2022-05-25
2798
2812
 
2799
- ### [2.12.1-rc.0] - 2022-05-25
2813
+ ## [2.12.1-rc.0] - 2022-05-25
2800
2814
 
2801
- #### Fixed
2815
+ ### Fixed
2802
2816
 
2803
2817
  - Issue with `JssStyle` typing import
2804
2818
 
2805
- ### [2.12.0] - 2022-05-19
2819
+ ## [2.12.0] - 2022-05-19
2806
2820
 
2807
- #### Changed
2821
+ ### Changed
2808
2822
 
2809
2823
  - npm package is prepared for public release on [npmjs.org](https://npmjs.com)
2810
2824
 
2811
- ### [2.12.0-rc.2] - 2022-05-12
2825
+ ## [2.12.0-rc.2] - 2022-05-12
2812
2826
 
2813
- ### [2.12.0-rc.1] - 2022-05-11
2827
+ ## [2.12.0-rc.1] - 2022-05-11
2814
2828
 
2815
- ### [2.12.0-rc.0] - 2022-05-04
2829
+ ## [2.12.0-rc.0] - 2022-05-04
2816
2830
 
2817
- #### Added
2831
+ ### Added
2818
2832
 
2819
2833
  - `Table Head Cell` now has a `multiline` property
2820
2834
 
2821
- #### Changed
2835
+ ### Changed
2822
2836
 
2823
2837
  - `Headline` has no `hypens` / `overflow-wrap` style by default
2824
2838
  - Partials now throw an exception if they are executed in browser
2825
2839
 
2826
- #### Fixed
2840
+ ### Fixed
2827
2841
 
2828
2842
  - Exception in `Headline`, `Select Wrapper`, `Text` and `Text List` when changing `theme` prop from `dark` to `light`
2829
2843
  - `getInitialStyles()` partial now returns `.hydrated` styles, too
2830
2844
 
2831
- ### [2.11.0-skeletons] - 2022-04-21
2845
+ ## [2.11.0-skeletons] - 2022-04-21
2832
2846
 
2833
- ### [2.11.0] - 2022-04-21
2847
+ ## [2.11.0] - 2022-04-21
2834
2848
 
2835
- ### [2.11.0-rc.0] - 2022-04-20
2849
+ ## [2.11.0-rc.0] - 2022-04-20
2836
2850
 
2837
- #### Added
2851
+ ### Added
2838
2852
 
2839
2853
  - `Tag`
2840
2854
  - `Tag Dismissible`
2841
2855
 
2842
- ### [2.10.0-skeletons] - 2022-04-13
2856
+ ## [2.10.0-skeletons] - 2022-04-13
2843
2857
 
2844
- ### [2.10.0] - 2022-04-13
2858
+ ## [2.10.0] - 2022-04-13
2845
2859
 
2846
- ### [2.9.3-rc.1] - 2022-04-06
2860
+ ## [2.9.3-rc.1] - 2022-04-06
2847
2861
 
2848
- #### Added
2862
+ ### Added
2849
2863
 
2850
2864
  - `Text Field Wrapper` now has a `showCharacterCount` property which can be used to hide the character count when a
2851
2865
  `maxLength` attribute is set on the wrapped `input`.
2852
2866
  - `Textarea Wrapper` now has a `showCharacterCount` property which can be used to hide the character count when a
2853
2867
  `maxLength` attribute is set on the wrapped `textarea`.
2854
2868
 
2855
- ### [2.9.3-rc.0-skeletons] - 2022-03-29
2869
+ ## [2.9.3-rc.0-skeletons] - 2022-03-29
2856
2870
 
2857
- ### [2.9.3-rc.0] - 2022-03-28
2871
+ ## [2.9.3-rc.0] - 2022-03-28
2858
2872
 
2859
- #### Added
2873
+ ### Added
2860
2874
 
2861
2875
  - `Text Field Wrapper` supports `unit` property on `input type="text"`
2862
2876
  - `Marque` optional configurable clickable/focusable area by defining padding on host element
2863
2877
 
2864
- #### Fixed
2878
+ ### Fixed
2865
2879
 
2866
2880
  - `Tabs Item` improved accessibility
2867
2881
  - Angular: circular dependency in development mode in `2.9.2-skeletons`
2868
2882
 
2869
- ### [2.9.2-skeletons] - 2022-03-24
2883
+ ## [2.9.2-skeletons] - 2022-03-24
2870
2884
 
2871
- #### Added
2885
+ ### Added
2872
2886
 
2873
2887
  - **[EXPERIMENTAL]** `getInitialStyles` partial now accepts a `skeletonTagNames` array of component names that will
2874
2888
  initially have skeleton styles while the Porsche Design System is loading
@@ -2876,55 +2890,55 @@ information can be found here:
2876
2890
  `Link Social`, `Radio Button Wrapper`, `Select Wrapper`, `Text Field Wrapper`, `Textarea Wrapper` can now have initial
2877
2891
  skeleton styles when passed as `skeletonTagNames` to the `getInitialStyles` partial
2878
2892
 
2879
- ### [2.9.2] - 2022-03-24
2893
+ ## [2.9.2] - 2022-03-24
2880
2894
 
2881
- ### [2.9.2-rc.1] - 2022-03-23
2895
+ ## [2.9.2-rc.1] - 2022-03-23
2882
2896
 
2883
- #### Fixed
2897
+ ### Fixed
2884
2898
 
2885
2899
  - Bug caused by Chrome where hover styles of `Link Pure` are not displayed correctly
2886
2900
 
2887
- ### [2.9.2-rc.0] - 2022-03-22
2901
+ ## [2.9.2-rc.0] - 2022-03-22
2888
2902
 
2889
- #### Added
2903
+ ### Added
2890
2904
 
2891
2905
  - Normalized font behavior (`hyphen`, `overflow-wrap` and `text-size-adjust`) across components
2892
2906
 
2893
- #### Fixed
2907
+ ### Fixed
2894
2908
 
2895
2909
  - `Modal` scrolling and pinch to zoom on iOS
2896
2910
  - `Modal` initial position if scrollable
2897
2911
  - `Table Head Cell` sort icon `asc` + `desc`
2898
2912
 
2899
- ### [2.9.1] - 2022-03-10
2913
+ ## [2.9.1] - 2022-03-10
2900
2914
 
2901
- ### [2.9.1-rc.0] - 2022-03-09
2915
+ ## [2.9.1-rc.0] - 2022-03-09
2902
2916
 
2903
- #### Added
2917
+ ### Added
2904
2918
 
2905
2919
  - Styles for slotted `<button>` in `Text`
2906
2920
 
2907
- #### Changed
2921
+ ### Changed
2908
2922
 
2909
2923
  - `Modal` heading and aria validation happens only when open
2910
2924
 
2911
- #### Fixed
2925
+ ### Fixed
2912
2926
 
2913
2927
  - React: bundling format of partials
2914
2928
 
2915
- ### [2.9.0] - 2022-02-28
2929
+ ## [2.9.0] - 2022-02-28
2916
2930
 
2917
- ### [2.9.0-rc.1] - 2022-02-25
2931
+ ## [2.9.0-rc.1] - 2022-02-25
2918
2932
 
2919
- #### Fixed
2933
+ ### Fixed
2920
2934
 
2921
2935
  - `Modal` focus trap respecting elements in shadow DOM and dynamically added/removed elements on first level
2922
2936
  - `Tabs Item` focus outline on click in Safari
2923
2937
  - Error while using partials in Vanilla JS and Angular
2924
2938
 
2925
- ### [2.9.0-rc.0] - 2022-02-16
2939
+ ## [2.9.0-rc.0] - 2022-02-16
2926
2940
 
2927
- #### Added
2941
+ ### Added
2928
2942
 
2929
2943
  - `getFontFaceStylesheet` returns additional `<link>` tags with `rel="preconnect"` and `rel="dns-prefetch"`
2930
2944
  - Option `format` to partials `getFontFaceStylesheet`, `getComponentChunkLinks()`, `getFontLinks()`, `getIconLinks()`,
@@ -2941,48 +2955,48 @@ information can be found here:
2941
2955
  + {getFontFaceStylesheet({ format: 'jsx' })}
2942
2956
  ```
2943
2957
 
2944
- ### [2.9.0-beta.1] - 2022-01-27
2958
+ ## [2.9.0-beta.1] - 2022-01-27
2945
2959
 
2946
- #### Added
2960
+ ### Added
2947
2961
 
2948
2962
  - `:focus-visible` content of selected Tab in `Tabs` component gets focus styling
2949
2963
  - Improved accessibility of `Text Field Wrapper` and `Textarea Wrapper` when `maxlength` attribute is set
2950
2964
  - `Modal` aria property
2951
2965
  - `Modal` class for slotted elements to make content full-width
2952
2966
 
2953
- #### Changed
2967
+ ### Changed
2954
2968
 
2955
2969
  - `Button Pure` and `Link Pure` removed `position: relative` imposition, make sure to **not** override it with
2956
2970
  `position: static`
2957
2971
 
2958
- #### Fixed
2972
+ ### Fixed
2959
2973
 
2960
2974
  - `Modal` close button styles when no heading is passed
2961
2975
 
2962
- ### [2.9.0-beta.0] - 2022-01-18
2976
+ ## [2.9.0-beta.0] - 2022-01-18
2963
2977
 
2964
- #### Added
2978
+ ### Added
2965
2979
 
2966
2980
  - React: `getByRoleShadowed`, `getByLabelTextShadowed` and `getByTextShadowed` utilities which uses
2967
2981
  `@testing-library/dom` queries internally to support Shadow DOM
2968
2982
 
2969
- #### Fixed
2983
+ ### Fixed
2970
2984
 
2971
2985
  - React: `UnhandledPromiseRejectionWarning` when using `skipPorscheDesignSystemCDNRequestsDuringTests()`
2972
2986
 
2973
- ### [2.8.0] - 2022-01-17
2987
+ ## [2.8.0] - 2022-01-17
2974
2988
 
2975
- #### Fixed
2989
+ ### Fixed
2976
2990
 
2977
2991
  - Accessibility issue of `Icon` component in Windows High Contrast Mode in Chromium Browser
2978
2992
 
2979
- ### [2.8.0-rc.0] - 2022-01-14
2993
+ ## [2.8.0-rc.0] - 2022-01-14
2980
2994
 
2981
- #### Added
2995
+ ### Added
2982
2996
 
2983
2997
  - Support for `tabindex` attribute on `Button`, `Button Pure`, `Switch`, `Link`, `Link Pure` and `Link Social`
2984
2998
 
2985
- #### Changed
2999
+ ### Changed
2986
3000
 
2987
3001
  - `:focus-visible` style matches outline color of `Button` while hovered
2988
3002
 
@@ -2996,9 +3010,9 @@ information can be found here:
2996
3010
  + <p-button tabindex="-1">Some button</p-button>
2997
3011
  ```
2998
3012
 
2999
- ### [2.8.0-beta.3] - 2021-12-22
3013
+ ## [2.8.0-beta.3] - 2021-12-22
3000
3014
 
3001
- #### Added
3015
+ ### Added
3002
3016
 
3003
3017
  **Disclaimer:** The provided themes `light-electric` and `dark-electric` are just a proof of concept, it's **not**
3004
3018
  accessible regarding its color contrast and might even be removed in an upcoming major release again.
@@ -3008,190 +3022,190 @@ accessible regarding its color contrast and might even be removed in an upcoming
3008
3022
  - Character counter to `Text Field Wrapper` and `Textarea Wrapper` if `maxlength` is present on `input type="text"` and
3009
3023
  `textarea`
3010
3024
 
3011
- #### Changed
3025
+ ### Changed
3012
3026
 
3013
3027
  - `:focus-visible` style matches outline color of `Switch` while hovered
3014
3028
 
3015
- #### Fixed
3029
+ ### Fixed
3016
3030
 
3017
3031
  - Box model of `Button Pure`
3018
3032
 
3019
- ### [2.8.0-beta.2] - 2021-12-22
3033
+ ## [2.8.0-beta.2] - 2021-12-22
3020
3034
 
3021
- #### Fixed
3035
+ ### Fixed
3022
3036
 
3023
3037
  - `Content Wrapper` regression for `!important` style
3024
3038
 
3025
- #### Added
3039
+ ### Added
3026
3040
 
3027
3041
  - Usage validation for `Link`, `Link Pure` and `Link Social`
3028
3042
 
3029
- ### [2.8.0-beta.1] - 2021-12-16
3043
+ ## [2.8.0-beta.1] - 2021-12-16
3030
3044
 
3031
- #### Fixed
3045
+ ### Fixed
3032
3046
 
3033
3047
  - `Select Wrapper` validation of select element
3034
3048
 
3035
- ### [2.8.0-beta.0] - 2021-12-15
3049
+ ## [2.8.0-beta.0] - 2021-12-15
3036
3050
 
3037
- #### Changed
3051
+ ### Changed
3038
3052
 
3039
3053
  - Angular: increased peer dependency to `>=12.0.0 <14.0.0`
3040
3054
 
3041
- ### [2.7.0] - 2021-12-14
3055
+ ## [2.7.0] - 2021-12-14
3042
3056
 
3043
- ### [2.7.0-rc.0] - 2021-12-14
3057
+ ## [2.7.0-rc.0] - 2021-12-14
3044
3058
 
3045
3059
  #### Removed
3046
3060
 
3047
3061
  - `offset-bottom` prop of `Toast` (use `--p-toast-position-bottom` CSS variable instead)
3048
3062
 
3049
- ### [2.7.0-beta.6] - 2021-12-08
3063
+ ## [2.7.0-beta.6] - 2021-12-08
3050
3064
 
3051
- #### Added
3065
+ ### Added
3052
3066
 
3053
3067
  - `Popover`
3054
3068
 
3055
- ### [2.7.0-beta.5] - 2021-12-07
3069
+ ## [2.7.0-beta.5] - 2021-12-07
3056
3070
 
3057
- #### Added
3071
+ ### Added
3058
3072
 
3059
3073
  **Disclaimer:** The provided theme `light-electric` is just a proof of concept, it's **not** accessible regarding its
3060
3074
  color contrast and might even be removed in an upcoming major release again.
3061
3075
 
3062
3076
  - `light-electric` theme for `Accordion`, `Link`, `Link Pure`, `Button`, `Button Pure`, `Tabs`, `Tabs Bar`
3063
3077
 
3064
- ### [2.7.0-beta.4] - 2021-12-02
3078
+ ## [2.7.0-beta.4] - 2021-12-02
3065
3079
 
3066
- ### [2.7.0-beta.3] - 2021-11-30
3080
+ ## [2.7.0-beta.3] - 2021-11-30
3067
3081
 
3068
- #### Added
3082
+ ### Added
3069
3083
 
3070
3084
  - `Accordion` uses `MutationObserver` fallback when no `ResizeObserver` is available in older browsers
3071
3085
 
3072
- #### Fixed
3086
+ ### Fixed
3073
3087
 
3074
3088
  - `Link` and `Link Social` not adapting slotted anchor to the width of the element
3075
3089
 
3076
- ### [2.7.0-beta.2] - 2021-11-24
3090
+ ## [2.7.0-beta.2] - 2021-11-24
3077
3091
 
3078
- #### Added
3092
+ ### Added
3079
3093
 
3080
3094
  - `Toast`
3081
3095
 
3082
- #### Fixed
3096
+ ### Fixed
3083
3097
 
3084
3098
  - `Banner` animations respect offset correctly
3085
3099
 
3086
- ### [2.7.0-beta.1] - 2021-11-16
3100
+ ## [2.7.0-beta.1] - 2021-11-16
3087
3101
 
3088
- #### Fixed
3102
+ ### Fixed
3089
3103
 
3090
3104
  - `Headline` applies `align` and `ellipsis` prop correctly
3091
3105
 
3092
- ### [2.7.0-beta.0] - 2021-11-11
3106
+ ## [2.7.0-beta.0] - 2021-11-11
3093
3107
 
3094
- #### Added
3108
+ ### Added
3095
3109
 
3096
3110
  - New `aria` property for `ARIA` attribute handling for: `Button`, `Button Pure`, `Icon`, `Link`, `Link Pure`, `Marque`,
3097
3111
  `Spinner`
3098
3112
 
3099
- #### Fixed
3113
+ ### Fixed
3100
3114
 
3101
3115
  - React: warnings about `useLayoutEffect` in SSR context
3102
3116
 
3103
- ### [2.6.1] - 2021-11-05
3117
+ ## [2.6.1] - 2021-11-05
3104
3118
 
3105
- #### Fixed
3119
+ ### Fixed
3106
3120
 
3107
3121
  - Prevent breaking entire Porsche Design System due to lacking support of `ResizeObserver`, however `Accordion` still
3108
3122
  requires it
3109
3123
 
3110
- ### [2.6.0] - 2021-11-04
3124
+ ## [2.6.0] - 2021-11-04
3111
3125
 
3112
- #### Added
3126
+ ### Added
3113
3127
 
3114
3128
  - `unit` and `unitPosition` properties to `Text Field Wrapper`
3115
3129
 
3116
- ### [2.6.0-beta.0] - 2021-10-29
3130
+ ## [2.6.0-beta.0] - 2021-10-29
3117
3131
 
3118
- #### Changed
3132
+ ### Changed
3119
3133
 
3120
3134
  - Use `Heiti SC` (pre-installed on iOS/macOS) and `SimHei` (pre-installed on Windows) as Chinese fallback font
3121
3135
 
3122
- #### Added
3136
+ ### Added
3123
3137
 
3124
3138
  - `Marque` uses `webp` images for browsers that support it
3125
3139
  - `Inline Notification`
3126
3140
  - `Icon` now supports `success` for `name` property
3127
3141
 
3128
- #### Fixed
3142
+ ### Fixed
3129
3143
 
3130
3144
  - Colors of `Banner` for dark theme
3131
3145
  - Replaced CSS `inset` property with `top`, `left`, `right` and `bottom` for browser compatibility
3132
3146
  - Opening and closing transition of `Modal`
3133
3147
 
3134
- ### [2.5.1-beta.0] - 2021-10-11
3148
+ ## [2.5.1-beta.0] - 2021-10-11
3135
3149
 
3136
- #### Fixed
3150
+ ### Fixed
3137
3151
 
3138
3152
  - Possible exceptions when components get unmounted directly
3139
3153
 
3140
- ### [2.5.0] - 2021-10-04
3154
+ ## [2.5.0] - 2021-10-04
3141
3155
 
3142
- #### Added
3156
+ ### Added
3143
3157
 
3144
3158
  - `SimHei` and `黑体` as fallback for all components' `font-family`
3145
3159
 
3146
- ### [2.5.0-beta.1] - 2021-09-28
3160
+ ## [2.5.0-beta.1] - 2021-09-28
3147
3161
 
3148
- #### Changed
3162
+ ### Changed
3149
3163
 
3150
3164
  - React: improved render behavior of components
3151
3165
 
3152
- ### [2.5.0-beta.0] - 2021-09-22
3166
+ ## [2.5.0-beta.0] - 2021-09-22
3153
3167
 
3154
- #### Added
3168
+ ### Added
3155
3169
 
3156
3170
  - React: utility function `skipPorscheDesignSystemCDNRequestsDuringTests`
3157
3171
 
3158
- ### [2.4.0] - 2021-09-21
3172
+ ## [2.4.0] - 2021-09-21
3159
3173
 
3160
- ### [2.4.0-beta.2] - 2021-09-21
3174
+ ## [2.4.0-beta.2] - 2021-09-21
3161
3175
 
3162
- #### Added
3176
+ ### Added
3163
3177
 
3164
3178
  - `Link Social` and `Icon` now support `kakaotalk`, `naver`, `reddit` and `tiktok`
3165
3179
  - JSS caching mechanism to improve style performance
3166
3180
 
3167
- #### Changed
3181
+ ### Changed
3168
3182
 
3169
3183
  - Alignment of `linkedin` icon
3170
3184
  - Improved accessibility of `Select Wrapper`
3171
3185
  - `Icon` loading behaviour to non-blocking, components using the `Icon` will no longer wait for it to load
3172
3186
  - Validation messages of `Fieldset Wrapper` have now an additional icon representing the validation state
3173
3187
 
3174
- #### Fixed
3188
+ ### Fixed
3175
3189
 
3176
3190
  - Box model of `Link Pure`
3177
3191
  - Focus of `Link Pure` with slotted anchor and hidden label
3178
3192
  - Focus cycling of `Modal` without focusable children
3179
3193
  - Suppress CORS error
3180
3194
 
3181
- ### [2.4.0-beta.1] - 2021-08-26
3195
+ ## [2.4.0-beta.1] - 2021-08-26
3182
3196
 
3183
- #### Added
3197
+ ### Added
3184
3198
 
3185
3199
  - `active` property to `Button Pure`
3186
3200
 
3187
- ### [2.4.0-beta.0] - 2021-08-26
3201
+ ## [2.4.0-beta.0] - 2021-08-26
3188
3202
 
3189
- #### Added
3203
+ ### Added
3190
3204
 
3191
3205
  - `icon` property of `Button Pure` and `Link Pure` was extended by `none` value
3192
3206
  - `alignLabel` and `stretch` property to `Button Pure` and `Link Pure`
3193
3207
 
3194
- #### Changed
3208
+ ### Changed
3195
3209
 
3196
3210
  - Improved `:focus-visible` and `:hover:focus-visible` colors for `Link Social` and `Link`
3197
3211
  - Improved slotted `<a>` coloring in dark theme for `Link Social` and `Link`
@@ -3199,124 +3213,124 @@ color contrast and might even be removed in an upcoming major release again.
3199
3213
  `Text Field Wrapper` have now an additional icon representing the validation state
3200
3214
  - `Modal` backdrop behavior to close modal on mouse-down
3201
3215
 
3202
- #### Fixed
3216
+ ### Fixed
3203
3217
 
3204
3218
  - Slotted `<a>` coloring in dark theme for `Text`, `Headline`, `Text List`, `Banner`, `Select Wrapper` and `Link Pure`
3205
3219
  - Wrong background color of scrollable `Modal`'s backdrop in Safari
3206
3220
 
3207
- ### [2.3.0] - 2021-07-28
3221
+ ## [2.3.0] - 2021-07-28
3208
3222
 
3209
- ### [2.3.0-beta.3] - 2021-07-28
3223
+ ## [2.3.0-beta.3] - 2021-07-28
3210
3224
 
3211
- #### Changed
3225
+ ### Changed
3212
3226
 
3213
3227
  - `Accordion` reduce paddings, vertically align carets to the first heading row, adjust border color and hover styles
3214
3228
 
3215
- #### Fixed
3229
+ ### Fixed
3216
3230
 
3217
3231
  - `Text Field Wrapper` accessibility of type password and search
3218
3232
 
3219
- ### [2.3.0-beta.2] - 2021-07-15
3233
+ ## [2.3.0-beta.2] - 2021-07-15
3220
3234
 
3221
- #### Added
3235
+ ### Added
3222
3236
 
3223
3237
  - `Checkbox Wrapper`, `Radio Button Wrapper`, `Select Wrapper`, `Textarea Wrapper` and `Text Field Wrapper` now reflect
3224
3238
  changes of the `required` attribute on their child component
3225
3239
  - `multiline` property to `Table Cell`
3226
3240
  - Partial function `getLoaderScript()` to initialize Porsche Design System as early as possible
3227
3241
 
3228
- #### Fixed
3242
+ ### Fixed
3229
3243
 
3230
3244
  - `Table Head Cell` uses semi bold instead of bold as font weight
3231
3245
  - Transition of `Modal`
3232
3246
 
3233
- ### [2.3.0-beta.1] - 2021-07-08
3247
+ ## [2.3.0-beta.1] - 2021-07-08
3234
3248
 
3235
- #### Added
3249
+ ### Added
3236
3250
 
3237
3251
  - `Accordion`
3238
3252
 
3239
- #### Changed
3253
+ ### Changed
3240
3254
 
3241
3255
  - Removed initial delay of `Banner`
3242
3256
 
3243
- ### [2.3.0-beta.0] - 2021-07-01
3257
+ ## [2.3.0-beta.0] - 2021-07-01
3244
3258
 
3245
- #### Added
3259
+ ### Added
3246
3260
 
3247
3261
  - `Table`
3248
3262
  - Angular: export types from package root
3249
3263
  - Accessibility icon
3250
3264
 
3251
- #### Changed
3265
+ ### Changed
3252
3266
 
3253
3267
  - `Button`, `Button Pure` and `Switch` are now focusable while in `loading` state
3254
3268
  - `Text` and `Headline` inherits white-space CSS property
3255
3269
  - React: sync component props via property instead of attribute
3256
3270
 
3257
- #### Fixed
3271
+ ### Fixed
3258
3272
 
3259
3273
  - Angular: support `"strictTemplates": true` option in `tsconfig.json`
3260
3274
  - Use correct icon for `arrow-last` and `arrow-first` in `Icon`, `Button` and `Link` components
3261
3275
 
3262
- ### [2.2.1] - 2021-06-08
3276
+ ## [2.2.1] - 2021-06-08
3263
3277
 
3264
- #### Changed
3278
+ ### Changed
3265
3279
 
3266
3280
  - Optimize vertical alignment of `Modal`
3267
3281
 
3268
- #### Fixed
3282
+ ### Fixed
3269
3283
 
3270
3284
  - URL in inject global style warning
3271
3285
 
3272
- ### [2.2.1-beta.1] - 2021-06-02
3286
+ ## [2.2.1-beta.1] - 2021-06-02
3273
3287
 
3274
- #### Fixed
3288
+ ### Fixed
3275
3289
 
3276
3290
  - Margin of `Tabs Bar` within `Tabs` for Firefox and Safari
3277
3291
  - SVG of `Icon` is not removed after prop change, e.g. on color change
3278
3292
  - Fullscreen behavior of `Modal` on screens larger than 1760px
3279
3293
 
3280
- ### [2.2.0] - 2021-05-19
3294
+ ## [2.2.0] - 2021-05-19
3281
3295
 
3282
- #### Fixed
3296
+ ### Fixed
3283
3297
 
3284
3298
  - `Text` inside `Button` now has the proper size on iOS Safari when changing to and from landscape mode
3285
3299
  - `Banner` can now be re-opened after closing
3286
3300
  - Closing one `Banner` will not close other `Banners` on the site
3287
3301
 
3288
- ### [2.2.0-beta.2] - 2021-05-12
3302
+ ## [2.2.0-beta.2] - 2021-05-12
3289
3303
 
3290
- #### Fixed
3304
+ ### Fixed
3291
3305
 
3292
3306
  - `Select Wrapper` value changes are now reflected correctly
3293
3307
  - `Select Wrapper` dark theme background color if used with `filter` prop
3294
3308
 
3295
- ### [2.2.0-beta.1] - 2021-05-05
3309
+ ## [2.2.0-beta.1] - 2021-05-05
3296
3310
 
3297
- #### Added
3311
+ ### Added
3298
3312
 
3299
3313
  - Partial function `getIconLinks()` to preload Porsche Design System Icons
3300
3314
 
3301
- #### Fixed
3315
+ ### Fixed
3302
3316
 
3303
3317
  - `Text Field Wrapper` spacing in Safari
3304
3318
 
3305
- ### [2.2.0-beta.0] - 2021-05-05
3319
+ ## [2.2.0-beta.0] - 2021-05-05
3306
3320
 
3307
- #### Added
3321
+ ### Added
3308
3322
 
3309
3323
  - Partial function `getMetaTagsAndIconLinks()` to simplify cross device fav and meta icons
3310
3324
 
3311
- ### [2.1.0] - 2021-05-03
3325
+ ## [2.1.0] - 2021-05-03
3312
3326
 
3313
- ### [2.1.0-beta.0] - 2021-05-03
3327
+ ## [2.1.0-beta.0] - 2021-05-03
3314
3328
 
3315
- #### Added
3329
+ ### Added
3316
3330
 
3317
3331
  - `Switch`
3318
3332
 
3319
- #### Changed
3333
+ ### Changed
3320
3334
 
3321
3335
  - `Text` automatically breaks words/strings into new line being too long to fit inside their container
3322
3336
  - `Headline` automatically breaks words/strings into new line being too long to fit inside their container
@@ -3324,36 +3338,36 @@ color contrast and might even be removed in an upcoming major release again.
3324
3338
  is set to required only the label of the **Fieldset Wrapper** gets an asterisk. It is removed from all wrapped child
3325
3339
  components, as long as they are Porsche Design System form elements.
3326
3340
 
3327
- ### [2.0.3] - 2021-04-28
3341
+ ## [2.0.3] - 2021-04-28
3328
3342
 
3329
- ### [2.0.3-beta] - 2021-04-28
3343
+ ## [2.0.3-beta] - 2021-04-28
3330
3344
 
3331
- #### Fixed
3345
+ ### Fixed
3332
3346
 
3333
3347
  - Angular: events firing twice in `Pagination`, `Modal`, `Tabs`, `Tabs Bar` and `Banner` component
3334
3348
 
3335
- ### [2.0.2] - 2021-04-21
3349
+ ## [2.0.2] - 2021-04-21
3336
3350
 
3337
- ### [2.0.2-beta.0] - 2021-04-20
3351
+ ## [2.0.2-beta.0] - 2021-04-20
3338
3352
 
3339
- #### Fixed
3353
+ ### Fixed
3340
3354
 
3341
3355
  - TypeScript build errors due to duplicate declarations in `types.d.ts`
3342
3356
 
3343
- ### [2.0.1] - 2021-04-16
3357
+ ## [2.0.1] - 2021-04-16
3344
3358
 
3345
- #### Fixed
3359
+ ### Fixed
3346
3360
 
3347
3361
  - Visual appearance of `Checkbox Wrapper` in iOS Safari
3348
3362
  - A bug where `Text Field Wrapper` would throw an error when reattaching to DOM too quickly
3349
3363
  - Visual bug in Firefox when zooming out `Text Field Wrapper`, `Checkbox Wrapper` and `Textarea Wrapper`
3350
3364
  - Angular: streamline component styles in dark theme
3351
3365
 
3352
- #### Changed
3366
+ ### Changed
3353
3367
 
3354
3368
  - Aligned focus states of `Checkbox Wrapper` and `Radio Button Wrapper` across browsers
3355
3369
 
3356
- ### [2.0.0] - 2021-04-13
3370
+ ## [2.0.0] - 2021-04-13
3357
3371
 
3358
3372
  In keeping with [Semver](https://semver.org), Porsche Design System v2.0.0 was released due to changes in the API,
3359
3373
  fundamental changes in loading behavior and others. With our new major version `v2.0.0` there are some important changes
@@ -3599,137 +3613,137 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3599
3613
 
3600
3614
  ---
3601
3615
 
3602
- ### [2.0.0-rc.10] - 2021-04-12
3616
+ ## [2.0.0-rc.10] - 2021-04-12
3603
3617
 
3604
- #### Changed
3618
+ ### Changed
3605
3619
 
3606
3620
  - `Tabs` and `Tabs Bar` now respect dynamic additions / removals of `p-tabs-item`, `a` and `button` elements. Make sure
3607
3621
  to update the `activeTabIndex` when mutating elements
3608
3622
  - Improved performance of `Text`, `Button Pure` and `Link Pure` when `size` is not `inherit`
3609
3623
 
3610
- #### Added
3624
+ ### Added
3611
3625
 
3612
3626
  - `Grid` now has a `wrap` and `gutter` property
3613
3627
  - Components (`Grid Item`, `Flex Item`, `Tabs Item` and `Text List Item`) that require a specific parent (`Grid`,
3614
3628
  `Flex`, `Tabs` and `Text List`) will now throw an error if used without that parent
3615
3629
 
3616
- #### Fixed
3630
+ ### Fixed
3617
3631
 
3618
3632
  - Visual appearance of `Checkbox Wrapper` and `Radio Button Wrapper` reflect the state of the wrapped `input` element
3619
3633
 
3620
- ### [2.0.0-rc.9] - 2021-03-26
3634
+ ## [2.0.0-rc.9] - 2021-03-26
3621
3635
 
3622
- #### Added
3636
+ ### Added
3623
3637
 
3624
3638
  - `Button Group` component
3625
3639
  - Fullscreen property for `Modal` on mobile
3626
3640
 
3627
- #### Changed
3641
+ ### Changed
3628
3642
 
3629
3643
  - Spacings, heading and sizes of `Modal`
3630
3644
 
3631
- #### Fixed
3645
+ ### Fixed
3632
3646
 
3633
3647
  - Prevent duplicate loading of `porsche-design-system.v2.x.HASH.js` chunk when using `getComponentChunkLinks()` partial
3634
3648
 
3635
- ### [2.0.0-rc.8] - 2021-03-17
3649
+ ## [2.0.0-rc.8] - 2021-03-17
3636
3650
 
3637
- #### Added
3651
+ ### Added
3638
3652
 
3639
3653
  - Support for full height `Content Wrapper` with flex
3640
3654
  - `Tabs Bar` now supports `undefined` as `activeTabIndex`
3641
3655
 
3642
- #### Changed
3656
+ ### Changed
3643
3657
 
3644
3658
  - `Tabs Bar` has a new default `activeTabIndex`, which is `undefined`
3645
3659
  - `Tabs Bar` does not work by itself anymore. The `activeTabIndex` needs to be controlled from the outside
3646
3660
  ([read more](https://designsystem.porsche.com/v2/components/tabs-bar/examples))
3647
3661
  - Background Color of `Select Wrapper` in `dark` theme to meet accessibility criteria
3648
3662
 
3649
- ### [2.0.0-rc.7] - 2021-03-15
3663
+ ## [2.0.0-rc.7] - 2021-03-15
3650
3664
 
3651
- #### Fixed
3665
+ ### Fixed
3652
3666
 
3653
3667
  - Make shadowed `Flex` and `Grid` work in Firefox + Safari
3654
3668
 
3655
- ### [2.0.0-rc.6] - 2021-03-11
3669
+ ## [2.0.0-rc.6] - 2021-03-11
3656
3670
 
3657
- #### Changed
3671
+ ### Changed
3658
3672
 
3659
3673
  - Make `Grid` and `Grid Item` use Shadow DOM
3660
3674
  - Make `Flex` and `Flex Item` use Shadow DOM
3661
3675
 
3662
- ### [2.0.0-rc.5] - 2021-03-09
3676
+ ## [2.0.0-rc.5] - 2021-03-09
3663
3677
 
3664
- #### Added
3678
+ ### Added
3665
3679
 
3666
3680
  - Configurable background color of `Content Wrapper`
3667
3681
  - `italic` font-style in `Text` is now overridden with `normal`
3668
3682
 
3669
- #### Fixed
3683
+ ### Fixed
3670
3684
 
3671
3685
  - Usage of `Select Wrapper` within custom elements
3672
3686
  - A bug that caused `Spinner` to be displayed in a wrong size
3673
3687
 
3674
- ### [2.0.0-rc.4] - 2021-03-01
3688
+ ## [2.0.0-rc.4] - 2021-03-01
3675
3689
 
3676
- #### Changed
3690
+ ### Changed
3677
3691
 
3678
3692
  - Filter of `Select Wrapper` supports substring search
3679
3693
 
3680
- #### Fixed
3694
+ ### Fixed
3681
3695
 
3682
3696
  - Build error in SSR
3683
3697
 
3684
- ### [2.0.0-rc.3] - 2021-02-17
3698
+ ## [2.0.0-rc.3] - 2021-02-17
3685
3699
 
3686
- #### Added
3700
+ ### Added
3687
3701
 
3688
3702
  - React: utility function `skipCheckForPorscheDesignSystemProviderDuringTests`
3689
3703
  - React: tree shaking for component wrappers
3690
3704
 
3691
- #### Fixed
3705
+ ### Fixed
3692
3706
 
3693
3707
  - Angular: error in `Checkbox Wrapper`, `Radio Button Wrapper` and `Text Field Wrapper` when `input[type]` is bound
3694
3708
 
3695
- ### [2.0.0-rc.2] - 2021-02-12
3709
+ ## [2.0.0-rc.2] - 2021-02-12
3696
3710
 
3697
- #### Added
3711
+ ### Added
3698
3712
 
3699
3713
  - Validate usage of `Checkbox Wrapper`, `Radio Button Wrapper`, `Select Wrapper`, `Text Field Wrapper` and
3700
3714
  `Textarea Wrapper`
3701
3715
 
3702
- ### [2.0.0-rc.1] - 2021-02-04
3716
+ ## [2.0.0-rc.1] - 2021-02-04
3703
3717
 
3704
- #### Added
3718
+ ### Added
3705
3719
 
3706
3720
  - Partial function `getComponentChunkLinks()` to preload Porsche Design System Components
3707
3721
 
3708
- #### Changed
3722
+ ### Changed
3709
3723
 
3710
3724
  - Added a space before asterisk (`*`) when `input`, `textarea` or `select` have `required` attribute within form wrapper
3711
3725
  components
3712
3726
  - Renamed partial `getFontLinks()` option from `weight` to `weights`
3713
3727
 
3714
- #### Fixed
3728
+ ### Fixed
3715
3729
 
3716
3730
  - A bug in `Tabs Bar` where the nextButton was mistakenly rendered.
3717
3731
  - A bug where `Icon` was not rendered when using `lazy` property.
3718
3732
  - A bug in `Text Field Wrapper` with input type password where characters would overlap the icon.
3719
3733
 
3720
- ### [2.0.0-rc.0] - 2021-01-29
3734
+ ## [2.0.0-rc.0] - 2021-01-29
3721
3735
 
3722
- #### Added
3736
+ ### Added
3723
3737
 
3724
3738
  - Link support for `Marque`
3725
3739
  - Sizing options `'responsive' | 'small' | 'medium'` for `Marque`
3726
3740
 
3727
- #### Changed
3741
+ ### Changed
3728
3742
 
3729
3743
  - Angular: added static `load()` function `PorscheDesignSystemModule` for custom prefix
3730
3744
  - Hide up/down spin button when using **Text Field** with `type="number"` in Firefox
3731
3745
 
3732
- #### Fixed
3746
+ ### Fixed
3733
3747
 
3734
3748
  - Angular: typings
3735
3749
  - React: correct handling of `ref` property
@@ -3737,30 +3751,30 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3737
3751
  - A bug in `Tabs Bar` where scrolling was broken when a tab was selected
3738
3752
  - A bug in `Tabs Bar` where the `nextButton` was always rendered
3739
3753
 
3740
- ### [2.0.0-alpha.13] - 2021-01-26
3754
+ ## [2.0.0-alpha.13] - 2021-01-26
3741
3755
 
3742
- #### Added
3756
+ ### Added
3743
3757
 
3744
3758
  - Partial function `getFontLinks()` to prevent **Flash of Unstyled Text** (FOUT)
3745
3759
 
3746
- #### Fixed
3760
+ ### Fixed
3747
3761
 
3748
3762
  - React: correct handling of `className` property
3749
3763
 
3750
- ### [2.0.0-alpha.12] - 2021-01-20
3764
+ ## [2.0.0-alpha.12] - 2021-01-20
3751
3765
 
3752
- #### Added
3766
+ ### Added
3753
3767
 
3754
3768
  - Partial function `getInitialStyles()` to prevent **Flash of Unstyled Content** (FOUC)
3755
3769
  - Partial function `getFontFaceStylesheet()` to prevent **Flash of Unstyled Text** (FOUT)
3756
3770
 
3757
- #### Changed
3771
+ ### Changed
3758
3772
 
3759
3773
  - React: `PorscheDesignSystemProvider` needs to wrap application
3760
3774
  - React: component props have to be camelCase
3761
3775
  - React: `PorscheDesignSystemProvider` is needed while testing components
3762
3776
 
3763
- #### Fixed
3777
+ ### Fixed
3764
3778
 
3765
3779
  - React: typings
3766
3780
  - React: support of objects for property values
@@ -3769,47 +3783,47 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3769
3783
 
3770
3784
  - React: `getPrefixedComponents`, prefixing is handled by `PorscheDesignSystemProvider`
3771
3785
 
3772
- ### [2.0.0-alpha.11] - 2021-01-08
3786
+ ## [2.0.0-alpha.11] - 2021-01-08
3773
3787
 
3774
- #### Changed
3788
+ ### Changed
3775
3789
 
3776
3790
  - Precision of relative line height
3777
3791
  - Changed color of `neutral contrast low`
3778
3792
 
3779
- ### [2.0.0-alpha.10] - 2020-12-14
3793
+ ## [2.0.0-alpha.10] - 2020-12-14
3780
3794
 
3781
- #### Added
3795
+ ### Added
3782
3796
 
3783
3797
  - `native` property to `Select Wrapper` to force rendering of native Browser select dropdown
3784
3798
  - Extended flexibility of `Headline`
3785
3799
 
3786
- #### Changed
3800
+ ### Changed
3787
3801
 
3788
3802
  - Some styling improvements of `Select Wrapper`
3789
3803
 
3790
- #### Fixed
3804
+ ### Fixed
3791
3805
 
3792
3806
  - Jsdom Polyfill `fetch` error
3793
3807
 
3794
- ### [2.0.0-alpha.9] - 2020-12-09
3808
+ ## [2.0.0-alpha.9] - 2020-12-09
3795
3809
 
3796
3810
  ### Fixed
3797
3811
 
3798
3812
  - Improved reliability of `componentsReady()`
3799
3813
 
3800
- #### Changed
3814
+ ### Changed
3801
3815
 
3802
3816
  - Jsdom Polyfill `console.warn` behaviour
3803
3817
 
3804
- ### [2.0.0-alpha.8] - 2020-12-03
3818
+ ## [2.0.0-alpha.8] - 2020-12-03
3805
3819
 
3806
3820
  ### Fixed
3807
3821
 
3808
3822
  - A bug where `Modal` did not remove `overflow=hidden` on document body.
3809
3823
 
3810
- ### [2.0.0-alpha.7] - 2020-11-26
3824
+ ## [2.0.0-alpha.7] - 2020-11-26
3811
3825
 
3812
- #### Added
3826
+ ### Added
3813
3827
 
3814
3828
  - Jsdom Polyfill
3815
3829
 
@@ -3818,14 +3832,14 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3818
3832
  - Jsdom Mocks
3819
3833
  - Global "blur on focus" script
3820
3834
 
3821
- #### Changed
3835
+ ### Changed
3822
3836
 
3823
3837
  - Default dropdown direction of `SelectWrapper` from `down` to `auto`
3824
3838
  - Made API of `Tabs` consistent with `Tabs Bar`
3825
3839
  - Removed transition for focus styling
3826
3840
  - Use `:focus-visible` as default and `:focus` as fallback for focusable elements
3827
3841
 
3828
- #### Fixed
3842
+ ### Fixed
3829
3843
 
3830
3844
  - The Selected element of `SelectWrapper` dropdown keeps now in sync with native selection if changed programmatically
3831
3845
  - Invalid search results get cleared if `SelectWrapper` becomes focus state
@@ -3833,34 +3847,34 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3833
3847
  - Minification of dynamic slotted content styles
3834
3848
  - An issue where `Pagination` throws console errors if disconnected from dom.
3835
3849
 
3836
- ### [2.0.0-alpha.6] - 2020-10-28
3850
+ ## [2.0.0-alpha.6] - 2020-10-28
3837
3851
 
3838
- #### Changed
3852
+ ### Changed
3839
3853
 
3840
3854
  - default `type` of `Button` and `Button Pure` to `submit`
3841
3855
 
3842
- #### Fixed
3856
+ ### Fixed
3843
3857
 
3844
3858
  - Typings
3845
3859
 
3846
- ### [2.0.0-alpha.5] - 2020-10-26
3860
+ ## [2.0.0-alpha.5] - 2020-10-26
3847
3861
 
3848
- #### Added
3862
+ ### Added
3849
3863
 
3850
3864
  - `Modal` component
3851
3865
 
3852
- #### Fixed
3866
+ ### Fixed
3853
3867
 
3854
3868
  - Typing for `pageChange` event of `Pagination` component
3855
3869
  - Typings
3856
3870
 
3857
- #### Changed
3871
+ ### Changed
3858
3872
 
3859
3873
  - Focus styling
3860
3874
 
3861
- ### [2.0.0-alpha.4] - 2020-10-14
3875
+ ## [2.0.0-alpha.4] - 2020-10-14
3862
3876
 
3863
- #### Added
3877
+ ### Added
3864
3878
 
3865
3879
  - Custom filter to `Select Wrapper` component
3866
3880
  - DropDown direction property to `Select Wrapper` component
@@ -3873,13 +3887,13 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3873
3887
 
3874
3888
  - Default `position: relative;` style of `Link Pure` and `Button Pure`
3875
3889
 
3876
- #### Fixed
3890
+ ### Fixed
3877
3891
 
3878
3892
  - `Spinner` zooming bug on Safari
3879
3893
 
3880
- ### [2.0.0-alpha.3] - 2020-09-11
3894
+ ## [2.0.0-alpha.3] - 2020-09-11
3881
3895
 
3882
- #### Added
3896
+ ### Added
3883
3897
 
3884
3898
  - Support to load assets from China CDN directly via browser flag: `PORSCHE_DESIGN_SYSTEM_CDN = 'cn';`
3885
3899
 
@@ -3887,57 +3901,57 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3887
3901
 
3888
3902
  - Support for `<a>` wrapped `Link` and `Link Pure`
3889
3903
 
3890
- ### [2.0.0-alpha.2] - 2020-08-20
3904
+ ## [2.0.0-alpha.2] - 2020-08-20
3891
3905
 
3892
- ### [2.0.0-alpha.1] - 2020-08-17
3906
+ ## [2.0.0-alpha.1] - 2020-08-17
3893
3907
 
3894
- #### Changed
3908
+ ### Changed
3895
3909
 
3896
3910
  - Removed classnames dependency
3897
3911
  - Stencil Core `taskQueue` from `congestionAsync` to `async` for more performant component rendering
3898
3912
 
3899
- #### Fixed
3913
+ ### Fixed
3900
3914
 
3901
3915
  - Focus input on label click of `Checkbox Wrapper` and `Radio Button Wrapper`
3902
3916
 
3903
- ### [1.5.6] - 2020-10-15
3917
+ ## [1.5.6] - 2020-10-15
3904
3918
 
3905
- ### [1.5.6-rc.0] - 2020-10-13
3919
+ ## [1.5.6-rc.0] - 2020-10-13
3906
3920
 
3907
3921
  ### Fixed
3908
3922
 
3909
3923
  - `Spinner` zooming bug on Safari
3910
3924
 
3911
- ### [1.5.5] - 2020-09-11
3925
+ ## [1.5.5] - 2020-09-11
3912
3926
 
3913
- ### [1.5.5-rc.0] - 2020-09-07
3927
+ ## [1.5.5-rc.0] - 2020-09-07
3914
3928
 
3915
3929
  ### Changed
3916
3930
 
3917
3931
  - Deprecated stencil lifecycle-method `componentDidUnload` to `disconnectedCallback` to fix "`selectObserver` is
3918
3932
  undefined" bug in `Select Wrapper` and `Pagination`
3919
3933
 
3920
- ### [1.5.4] - 2020-08-25
3934
+ ## [1.5.4] - 2020-08-25
3921
3935
 
3922
- ### [1.5.4-rc.0] - 2020-08-17
3936
+ ## [1.5.4-rc.0] - 2020-08-17
3923
3937
 
3924
- #### Changed
3938
+ ### Changed
3925
3939
 
3926
3940
  - Removed classnames dependency
3927
3941
  - Stencil Core `taskQueue` from `congestionAsync` to `async` for more performant component rendering
3928
3942
 
3929
- #### Fixed
3943
+ ### Fixed
3930
3944
 
3931
3945
  - Focus input on label click of `Checkbox Wrapper` and `Radio Button Wrapper`
3932
3946
  - Fix typings for `orientation` of `Divider` component
3933
3947
 
3934
- ### [2.0.0-alpha.0] - 2020-08-06
3948
+ ## [2.0.0-alpha.0] - 2020-08-06
3935
3949
 
3936
- #### Added
3950
+ ### Added
3937
3951
 
3938
3952
  - **Experimental:** Optional web component scoping mechanism during runtime to enable micro service architecture
3939
3953
 
3940
- #### Changed
3954
+ ### Changed
3941
3955
 
3942
3956
  - Web components get lazy loaded from central CDN to improve caching strategy across Porsche's digital eco system
3943
3957
 
@@ -3945,60 +3959,60 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
3945
3959
 
3946
3960
  - Stop browser support for **IE11** and **EdgeHTML**
3947
3961
 
3948
- #### Fixed
3962
+ ### Fixed
3949
3963
 
3950
3964
  - Mix of `Optgroups` and `Options` on same level in `Select Wrapper` component
3951
3965
  - Fix typings for `orientation` of `Divider` component
3952
3966
 
3953
- ### [1.5.3] - 2020-08-10
3967
+ ## [1.5.3] - 2020-08-10
3954
3968
 
3955
- ### [1.5.3-rc.0] - 2020-08-10
3969
+ ## [1.5.3-rc.0] - 2020-08-10
3956
3970
 
3957
- #### Fixed
3971
+ ### Fixed
3958
3972
 
3959
3973
  - Mix of `Optgroups` and `Options` on same level in `Select Wrapper` component
3960
3974
 
3961
- ### [1.5.2] - 2020-07-22
3975
+ ## [1.5.2] - 2020-07-22
3962
3976
 
3963
- #### Fixed
3977
+ ### Fixed
3964
3978
 
3965
3979
  - Dispatch change event in `Select Wrapper`
3966
3980
  - Stencil react-output-target SSR Bug
3967
3981
 
3968
- ### [1.5.1] - 2020-07-20
3982
+ ## [1.5.1] - 2020-07-20
3969
3983
 
3970
- #### Fixed
3984
+ ### Fixed
3971
3985
 
3972
3986
  - SVGO settings for icons
3973
3987
  - Angular bug which causes `ngcc` to fail
3974
3988
 
3975
- ### [1.5.0] - 2020-07-16
3989
+ ## [1.5.0] - 2020-07-16
3976
3990
 
3977
- #### Added
3991
+ ### Added
3978
3992
 
3979
3993
  - Icons (active-cabin-ventilation, battery-full, bell, bookmark, car-battery, charging-active, charging-state, climate,
3980
3994
  climate-control, garage, horn, key, map, parking-brake, parking-light, preheating, send, shopping-bag, sidelights,
3981
3995
  user-manual, wrenches)
3982
3996
 
3983
- #### Changed
3997
+ ### Changed
3984
3998
 
3985
3999
  - Icons (arrow-first, arrow-last, battery-empty, car, card, charging-station, question)
3986
4000
 
3987
- #### Fixed
4001
+ ### Fixed
3988
4002
 
3989
4003
  - Porsche Marque images
3990
4004
 
3991
- ### [1.5.0-rc.2] - 2020-07-06
4005
+ ## [1.5.0-rc.2] - 2020-07-06
3992
4006
 
3993
- ### [1.5.0-rc.1] - 2020-07-06
4007
+ ## [1.5.0-rc.1] - 2020-07-06
3994
4008
 
3995
- #### Added
4009
+ ### Added
3996
4010
 
3997
4011
  - **Notification Neutral** color to `color` property of `p-text` and `p-icon`
3998
4012
 
3999
- ### [1.5.0-rc.0] - 2020-06-25
4013
+ ## [1.5.0-rc.0] - 2020-06-25
4000
4014
 
4001
- #### Added
4015
+ ### Added
4002
4016
 
4003
4017
  - `Fieldset Wrapper` component
4004
4018
  - Improved SEO of `p-headline` and `p-text`: Added possibility to write semantic HTML tags (e.g. `<h1>-<h6>` or `<p>`,
@@ -4008,48 +4022,48 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
4008
4022
  - `Button Pure` label with subline pattern as slot
4009
4023
  - `Link Pure` label with subline pattern as slot
4010
4024
 
4011
- #### Changed
4025
+ ### Changed
4012
4026
 
4013
4027
  - `Select Wrapper` is now ready for the catwalk. It is dressed now with a custom drop down list box and gets naked by
4014
4028
  default on touch devices.
4015
4029
 
4016
- #### Fixed
4030
+ ### Fixed
4017
4031
 
4018
4032
  - Minor accessibility improvements of `icons` and `Text Field`
4019
4033
  - Remove native number spinner buttons of `Text Field` with type text for Firefox
4020
4034
  - An issue with `Button` and `Button Pure` and their `disabled` attribute
4021
4035
 
4022
- ### [1.4.0] - 2020-05-14
4036
+ ## [1.4.0] - 2020-05-14
4023
4037
 
4024
- ### [1.4.0-rc.3] - 2020-05-08
4038
+ ## [1.4.0-rc.3] - 2020-05-08
4025
4039
 
4026
- #### Added
4040
+ ### Added
4027
4041
 
4028
4042
  - `Text List`
4029
4043
 
4030
- #### Changed
4044
+ ### Changed
4031
4045
 
4032
4046
  - Improve caching strategy for fonts by content-based hash
4033
4047
  - Improve caching strategy for marque by content-based hash
4034
4048
  - Dimensions and sharpness of marque
4035
4049
  - Props for `Content Wrapper`
4036
4050
 
4037
- ### [1.4.0-rc.2] - 2020-05-06
4051
+ ## [1.4.0-rc.2] - 2020-05-06
4038
4052
 
4039
- #### Added
4053
+ ### Added
4040
4054
 
4041
4055
  - `Content Wrapper`
4042
4056
  - Description property to `p-text-field-wrapper`, `p-textarea-wrapper` and `p-select-wrapper`
4043
4057
  - `Link Social`
4044
4058
 
4045
- #### Changed
4059
+ ### Changed
4046
4060
 
4047
4061
  - Improve accessibility of error and success states of form elements
4048
4062
  - Aria-invalid attribute of form elements if they are in error state is now managed by component
4049
4063
  - Rename icon name `configure` to `configurate` (prevents breaking change compared to stable v1.3.0)
4050
4064
  - Improve `p-icon` loading behavior
4051
4065
 
4052
- #### Fixed
4066
+ ### Fixed
4053
4067
 
4054
4068
  - Display of wrong icons
4055
4069
 
@@ -4057,14 +4071,14 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
4057
4071
 
4058
4072
  - `safe-zone` property of `p-grid` (`Content Wrapper` should be used instead)
4059
4073
 
4060
- ### [1.4.0-rc.1] - 2020-04-27
4074
+ ## [1.4.0-rc.1] - 2020-04-27
4061
4075
 
4062
- #### Added
4076
+ ### Added
4063
4077
 
4064
4078
  - Add `safe-zone` property to `p-grid` for outer grid margin, max-width and centering
4065
4079
  - Submit button with search icon to `p-textfield-wrapper` type search
4066
4080
 
4067
- #### Changed
4081
+ ### Changed
4068
4082
 
4069
4083
  - Background color of readonly state in components `p-textfield-wrapper` and `p-textarea-wrapper`
4070
4084
  - Visual appearance of icons
@@ -4072,121 +4086,121 @@ For advanced usage please [read further](https://designsystem.porsche.com/v2/sta
4072
4086
  - Cursor of Radio, Checkbox and Select
4073
4087
  - Fixed naming of Mock from `p-textfield-wrapper` to `p-text-field-wrapper`
4074
4088
 
4075
- #### Fixed
4089
+ ### Fixed
4076
4090
 
4077
4091
  - Icon loading mechanism
4078
4092
 
4079
- ### [1.4.0-rc.0] - 2020-04-09
4093
+ ## [1.4.0-rc.0] - 2020-04-09
4080
4094
 
4081
- #### Added
4095
+ ### Added
4082
4096
 
4083
4097
  - SSR support
4084
4098
 
4085
- ### [1.3.0] - 2020-04-08
4099
+ ## [1.3.0] - 2020-04-08
4086
4100
 
4087
- #### Added
4101
+ ### Added
4088
4102
 
4089
4103
  - New headline size `headline-5` to `p-headline`
4090
4104
  - Test Mocks
4091
4105
 
4092
- #### Fixed
4106
+ ### Fixed
4093
4107
 
4094
4108
  - Text styling of Select component on focus in IE11 and Chrome on Windows 10
4095
4109
 
4096
- ### [1.3.0-rc.0] - 2020-04-03
4110
+ ## [1.3.0-rc.0] - 2020-04-03
4097
4111
 
4098
- #### Fixed
4112
+ ### Fixed
4099
4113
 
4100
4114
  - Improve form elements
4101
4115
 
4102
- ### [1.2.0] - 2020-03-25
4116
+ ## [1.2.0] - 2020-03-25
4103
4117
 
4104
- #### Added
4118
+ ### Added
4105
4119
 
4106
4120
  - `Divider`
4107
4121
  - Hover state for form elements
4108
4122
 
4109
- #### Fixed
4123
+ ### Fixed
4110
4124
 
4111
4125
  - Support label text of form elements for Screen readers
4112
4126
 
4113
- ### [1.1.2] - 2020-03-17
4127
+ ## [1.1.2] - 2020-03-17
4114
4128
 
4115
- #### Changed
4129
+ ### Changed
4116
4130
 
4117
4131
  - Notification colors
4118
4132
 
4119
- ### [1.1.1] - 2020-03-13
4133
+ ## [1.1.1] - 2020-03-13
4120
4134
 
4121
- #### Changed
4135
+ ### Changed
4122
4136
 
4123
4137
  - Icon of `Checkbox` indeterminate state
4124
4138
 
4125
- ### [1.1.0] - 2020-03-11
4139
+ ## [1.1.0] - 2020-03-11
4126
4140
 
4127
- #### Fixed
4141
+ ### Fixed
4128
4142
 
4129
4143
  - Minor improvements
4130
4144
 
4131
- ### [1.1.0-rc.0] - 2020-03-02
4145
+ ## [1.1.0-rc.0] - 2020-03-02
4132
4146
 
4133
- #### Added
4147
+ ### Added
4134
4148
 
4135
4149
  - `Select Wrapper`
4136
4150
  - `Checkbox Wrapper`
4137
4151
  - `Radio Button Wrapper`
4138
4152
  - `Textarea Wrapper`
4139
4153
 
4140
- #### Fixed
4154
+ ### Fixed
4141
4155
 
4142
4156
  - `Text Field Wrapper` toggle password visibility
4143
4157
 
4144
- ### [1.0.3] - 2020-02-13
4158
+ ## [1.0.3] - 2020-02-13
4145
4159
 
4146
- #### Fixed
4160
+ ### Fixed
4147
4161
 
4148
4162
  - JS framework compatibility
4149
4163
 
4150
- ### [1.1.0-0] - 2020-02-06
4164
+ ## [1.1.0-0] - 2020-02-06
4151
4165
 
4152
- #### Added
4166
+ ### Added
4153
4167
 
4154
4168
  - `Text Field Wrapper`
4155
4169
 
4156
- #### Changed
4170
+ ### Changed
4157
4171
 
4158
4172
  - Add proper cursor for disabled state for `Button` and `Button Pure`
4159
4173
 
4160
- ### [1.0.2] - 2020-02-04
4174
+ ## [1.0.2] - 2020-02-04
4161
4175
 
4162
- #### Fixed
4176
+ ### Fixed
4163
4177
 
4164
4178
  - Inheritable styling of slotted content
4165
4179
 
4166
- ### [1.0.1] - 2020-01-30
4180
+ ## [1.0.1] - 2020-01-30
4167
4181
 
4168
- #### Added
4182
+ ### Added
4169
4183
 
4170
4184
  - Clickable area of `Link Pure` and `Button Pure` is optionally configurable by defining padding on host element
4171
4185
 
4172
- ### [1.0.0] - 2020-01-28
4186
+ ## [1.0.0] - 2020-01-28
4173
4187
 
4174
- #### Added
4188
+ ### Added
4175
4189
 
4176
4190
  - Cursor pointer on hover for `Button` and `Button Pure`
4177
4191
  - Line-height gets calculated based on Porsche type-scaling formula automatically for `Text`, `Link Pure` and
4178
4192
  `Button Pure`
4179
4193
  - Test helper function `componentsReady()` which indicates when lazy loaded components fully have loaded
4180
4194
 
4181
- #### Changed
4195
+ ### Changed
4182
4196
 
4183
4197
  - Update CDN asset paths
4184
4198
  - Improve font-weight definitions
4185
4199
  - Rename and optimize neutral colors for `Icon` and `Text`
4186
4200
 
4187
- ### [1.0.0-rc.1] - 2019-12-13
4201
+ ## [1.0.0-rc.1] - 2019-12-13
4188
4202
 
4189
- #### Added
4203
+ ### Added
4190
4204
 
4191
4205
  - `Headline`
4192
4206
  - `Text`