@patternfly/documentation-framework 6.0.0-alpha.12 → 6.0.0-alpha.120

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 (47) hide show
  1. package/CHANGELOG.md +1490 -0
  2. package/README.md +5 -76
  3. package/app.js +2 -5
  4. package/components/autoLinkHeader/autoLinkHeader.css +2 -2
  5. package/components/autoLinkHeader/autoLinkHeader.js +9 -19
  6. package/components/cssVariables/cssVariables.css +9 -11
  7. package/components/cssVariables/cssVariables.js +19 -32
  8. package/components/example/example.css +6 -50
  9. package/components/example/example.js +149 -78
  10. package/components/example/exampleToolbar.js +3 -2
  11. package/components/footer/RHLogoDark.png +0 -0
  12. package/components/footer/footer.css +31 -93
  13. package/components/footer/footer.js +167 -96
  14. package/components/gdprBanner/gdprBanner.css +0 -3
  15. package/components/gdprBanner/gdprBanner.js +22 -16
  16. package/components/inlineAlert/inlineAlert.js +1 -1
  17. package/components/link/link.js +23 -18
  18. package/components/propsTable/propsTable.js +14 -10
  19. package/components/sectionGallery/TextSummary.js +10 -10
  20. package/components/sectionGallery/sectionDataListLayout.js +89 -43
  21. package/components/sectionGallery/sectionGallery.css +3 -36
  22. package/components/sectionGallery/sectionGalleryLayout.js +73 -23
  23. package/components/sectionGallery/sectionGalleryToolbar.js +48 -12
  24. package/components/sectionGallery/sectionGalleryWrapper.js +69 -31
  25. package/components/sideNav/sideNav.js +2 -3
  26. package/components/tableOfContents/tableOfContents.css +21 -30
  27. package/components/tableOfContents/tableOfContents.js +58 -28
  28. package/layouts/sideNavLayout/sideNavLayout.css +0 -35
  29. package/layouts/sideNavLayout/sideNavLayout.js +177 -92
  30. package/package.json +14 -21
  31. package/pages/404/404.css +2 -2
  32. package/pages/404/index.js +23 -36
  33. package/routes.js +3 -1
  34. package/scripts/md/anchor-header.js +1 -1
  35. package/scripts/md/parseMD.js +23 -21
  36. package/scripts/md/styled-tags.js +22 -14
  37. package/scripts/md/typecheck.js +5 -0
  38. package/scripts/webpack/prerender.js +2 -1
  39. package/scripts/webpack/webpack.base.config.js +7 -18
  40. package/scripts/writeScreenshots.js +1 -1
  41. package/templates/mdx.css +11 -288
  42. package/templates/mdx.js +36 -39
  43. package/templates/patternfly-docs/patternfly-docs.source.js +8 -8
  44. package/versions.json +163 -17
  45. package/components/sideNav/sideNav.css +0 -21
  46. package/pages/global-css-variables.md +0 -109
  47. package/pages/img/component-variable-mapping.png +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1307 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # 6.0.0-alpha.120 (2024-10-18)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
14
+ # 6.0.0-alpha.119 (2024-10-18)
15
+
16
+ **Note:** Version bump only for package @patternfly/documentation-framework
17
+
18
+
19
+
20
+
21
+
22
+ # 6.0.0-alpha.118 (2024-10-18)
23
+
24
+ **Note:** Version bump only for package @patternfly/documentation-framework
25
+
26
+
27
+
28
+
29
+
30
+ # 6.0.0-alpha.117 (2024-10-14)
31
+
32
+ **Note:** Version bump only for package @patternfly/documentation-framework
33
+
34
+
35
+
36
+
37
+
38
+ # 6.0.0-alpha.116 (2024-10-14)
39
+
40
+ **Note:** Version bump only for package @patternfly/documentation-framework
41
+
42
+
43
+
44
+
45
+
46
+ # 6.0.0-alpha.115 (2024-10-14)
47
+
48
+
49
+ ### Features
50
+
51
+ * add chatbot docs ([#4316](https://github.com/patternfly/patternfly-org/issues/4316)) ([31432c1](https://github.com/patternfly/patternfly-org/commit/31432c1146b4a7b2ee56f2325b65c21f223218bc))
52
+
53
+
54
+
55
+
56
+
57
+ # 6.0.0-alpha.114 (2024-10-10)
58
+
59
+ **Note:** Version bump only for package @patternfly/documentation-framework
60
+
61
+
62
+
63
+
64
+
65
+ # 6.0.0-alpha.113 (2024-10-09)
66
+
67
+ **Note:** Version bump only for package @patternfly/documentation-framework
68
+
69
+
70
+
71
+
72
+
73
+ # 6.0.0-alpha.112 (2024-10-08)
74
+
75
+
76
+ ### Features
77
+
78
+ * **version:** update to extension prerelease ([#4309](https://github.com/patternfly/patternfly-org/issues/4309)) ([7259b79](https://github.com/patternfly/patternfly-org/commit/7259b79c01f45b33d84c848a8a01820fee75ddae))
79
+
80
+
81
+
82
+
83
+
84
+ # 6.0.0-alpha.111 (2024-10-08)
85
+
86
+ **Note:** Version bump only for package @patternfly/documentation-framework
87
+
88
+
89
+
90
+
91
+
92
+ # 6.0.0-alpha.110 (2024-10-07)
93
+
94
+ **Note:** Version bump only for package @patternfly/documentation-framework
95
+
96
+
97
+
98
+
99
+
100
+ # 6.0.0-alpha.109 (2024-10-02)
101
+
102
+
103
+ ### Features
104
+
105
+ * **ver:** update to rc versions ([#4292](https://github.com/patternfly/patternfly-org/issues/4292)) ([c483e10](https://github.com/patternfly/patternfly-org/commit/c483e102f4dd061262e0faa953483f0d0ca164df))
106
+
107
+
108
+
109
+
110
+
111
+ # 6.0.0-alpha.108 (2024-10-02)
112
+
113
+ **Note:** Version bump only for package @patternfly/documentation-framework
114
+
115
+
116
+
117
+
118
+
119
+ # 6.0.0-alpha.107 (2024-10-01)
120
+
121
+
122
+ ### Features
123
+
124
+ * **site:** fix build for prerelease, use editorial content ([#4271](https://github.com/patternfly/patternfly-org/issues/4271)) ([154cca6](https://github.com/patternfly/patternfly-org/commit/154cca69e2d6f2b1aef48e983a131a39185f2028))
125
+
126
+
127
+
128
+
129
+
130
+ # 6.0.0-alpha.106 (2024-09-27)
131
+
132
+ **Note:** Version bump only for package @patternfly/documentation-framework
133
+
134
+
135
+
136
+
137
+
138
+ # 6.0.0-alpha.105 (2024-09-26)
139
+
140
+ **Note:** Version bump only for package @patternfly/documentation-framework
141
+
142
+
143
+
144
+
145
+
146
+ # 6.0.0-alpha.104 (2024-09-25)
147
+
148
+
149
+ ### Bug Fixes
150
+
151
+ * **search:** add search bar back in ([#4199](https://github.com/patternfly/patternfly-org/issues/4199)) ([f8e7ec8](https://github.com/patternfly/patternfly-org/commit/f8e7ec8281b95b683e168f3ca74400747ac10fcc))
152
+
153
+
154
+
155
+
156
+
157
+ # 6.0.0-alpha.103 (2024-09-25)
158
+
159
+
160
+ ### Bug Fixes
161
+
162
+ * Reenabled patternfly quickstarts. ([#4267](https://github.com/patternfly/patternfly-org/issues/4267)) ([25c87bb](https://github.com/patternfly/patternfly-org/commit/25c87bb5f1dbc42d04a95c2e9e254692c7f99b5c))
163
+
164
+
165
+
166
+
167
+
168
+ # 6.0.0-alpha.102 (2024-09-23)
169
+
170
+
171
+ ### Bug Fixes
172
+
173
+ * **sideNav:** revert temp fix for tokens update ([#4270](https://github.com/patternfly/patternfly-org/issues/4270)) ([4ccd2f0](https://github.com/patternfly/patternfly-org/commit/4ccd2f01f780e706cbfa0664007f3bdf873797ad))
174
+
175
+
176
+
177
+
178
+
179
+ # 6.0.0-alpha.101 (2024-09-23)
180
+
181
+
182
+ ### Features
183
+
184
+ * **site:** version bump ([#4276](https://github.com/patternfly/patternfly-org/issues/4276)) ([d9c2648](https://github.com/patternfly/patternfly-org/commit/d9c26480a5ac2c7922d0de4c912b9bbe2e25e18c))
185
+
186
+
187
+
188
+
189
+
190
+ # 6.0.0-alpha.100 (2024-09-23)
191
+
192
+
193
+ ### Bug Fixes
194
+
195
+ * **chokidar:** update chokidar watch calls as v4 does not support globs ([#4272](https://github.com/patternfly/patternfly-org/issues/4272)) ([82232ec](https://github.com/patternfly/patternfly-org/commit/82232ecbfc928a61b57f80ccc43bbb729dce94db))
196
+
197
+
198
+
199
+
200
+
201
+ # 6.0.0-alpha.99 (2024-09-19)
202
+
203
+ **Note:** Version bump only for package @patternfly/documentation-framework
204
+
205
+
206
+
207
+
208
+
209
+ # 6.0.0-alpha.98 (2024-09-19)
210
+
211
+ **Note:** Version bump only for package @patternfly/documentation-framework
212
+
213
+
214
+
215
+
216
+
217
+ # 6.0.0-alpha.97 (2024-09-19)
218
+
219
+ **Note:** Version bump only for package @patternfly/documentation-framework
220
+
221
+
222
+
223
+
224
+
225
+ # 6.0.0-alpha.96 (2024-09-18)
226
+
227
+
228
+ ### Bug Fixes
229
+
230
+ * **sideNav:** Temporarily harcode breakpoint tokem token value ([#4262](https://github.com/patternfly/patternfly-org/issues/4262)) ([e91a93c](https://github.com/patternfly/patternfly-org/commit/e91a93c6bff7f99efd10d6f9577b21f82c20e749))
231
+
232
+
233
+
234
+
235
+
236
+ # 6.0.0-alpha.95 (2024-09-17)
237
+
238
+
239
+ ### Bug Fixes
240
+
241
+ * **homepage:** remove is full height ([#4211](https://github.com/patternfly/patternfly-org/issues/4211)) ([9875ac8](https://github.com/patternfly/patternfly-org/commit/9875ac827996b874048507df270bf4b07ecb8d64))
242
+
243
+
244
+
245
+
246
+
247
+ # 6.0.0-alpha.94 (2024-09-13)
248
+
249
+
250
+ ### Bug Fixes
251
+
252
+ * packages/documentation-framework/package.json to reduce vulnerabilities ([#4255](https://github.com/patternfly/patternfly-org/issues/4255)) ([79a21e3](https://github.com/patternfly/patternfly-org/commit/79a21e34c3b7464c8e7da9bd0c7c600c44af8f52))
253
+
254
+
255
+
256
+
257
+
258
+ # 6.0.0-alpha.93 (2024-09-11)
259
+
260
+ **Note:** Version bump only for package @patternfly/documentation-framework
261
+
262
+
263
+
264
+
265
+
266
+ # 6.0.0-alpha.92 (2024-09-10)
267
+
268
+
269
+ ### Bug Fixes
270
+
271
+ * **docs:** updated width on table of contents ([#4202](https://github.com/patternfly/patternfly-org/issues/4202)) ([66eb44a](https://github.com/patternfly/patternfly-org/commit/66eb44abad283ae1168fe727361cf78cf52ed517))
272
+
273
+
274
+
275
+
276
+
277
+ # 6.0.0-alpha.91 (2024-09-09)
278
+
279
+ **Note:** Version bump only for package @patternfly/documentation-framework
280
+
281
+
282
+
283
+
284
+
285
+ # 6.0.0-alpha.90 (2024-08-29)
286
+
287
+
288
+ ### Features
289
+
290
+ * **org-v6:** update versions, update ver script ([#4234](https://github.com/patternfly/patternfly-org/issues/4234)) ([1baa6dd](https://github.com/patternfly/patternfly-org/commit/1baa6dd17332691a57a139257971dac2dcc8d4a9))
291
+
292
+
293
+
294
+
295
+
296
+ # 6.0.0-alpha.89 (2024-08-27)
297
+
298
+ **Note:** Version bump only for package @patternfly/documentation-framework
299
+
300
+
301
+
302
+
303
+
304
+ # 6.0.0-alpha.88 (2024-08-26)
305
+
306
+ **Note:** Version bump only for package @patternfly/documentation-framework
307
+
308
+
309
+
310
+
311
+
312
+ # 6.0.0-alpha.87 (2024-08-26)
313
+
314
+
315
+ ### Bug Fixes
316
+
317
+ * **docs:** tokenize footer styles ([#4167](https://github.com/patternfly/patternfly-org/issues/4167)) ([622560c](https://github.com/patternfly/patternfly-org/commit/622560c903042e6ec5841280d7247697c51ca88c))
318
+
319
+
320
+
321
+
322
+
323
+ # 6.0.0-alpha.86 (2024-08-26)
324
+
325
+ **Note:** Version bump only for package @patternfly/documentation-framework
326
+
327
+
328
+
329
+
330
+
331
+ # 6.0.0-alpha.85 (2024-08-21)
332
+
333
+
334
+ ### Bug Fixes
335
+
336
+ * **docs:** fix broken link on get started-develop ([#4205](https://github.com/patternfly/patternfly-org/issues/4205)) ([ebc14eb](https://github.com/patternfly/patternfly-org/commit/ebc14eb96e1d471a89f9b45fa367725d90426ed6))
337
+
338
+
339
+
340
+
341
+
342
+ # 6.0.0-alpha.84 (2024-08-21)
343
+
344
+
345
+ ### Features
346
+
347
+ * **docs:** update design-tokens version ([#4190](https://github.com/patternfly/patternfly-org/issues/4190)) ([5a4b2d1](https://github.com/patternfly/patternfly-org/commit/5a4b2d1459c5916069565bf49b3dde4ec71a81b8))
348
+
349
+
350
+
351
+
352
+
353
+ # 6.0.0-alpha.83 (2024-08-20)
354
+
355
+
356
+ ### Bug Fixes
357
+
358
+ * **docs:** switched from v4 to evergreen badge link ([#4186](https://github.com/patternfly/patternfly-org/issues/4186)) ([9bbd121](https://github.com/patternfly/patternfly-org/commit/9bbd121302dc3f84231c6bf1de2680b47766b56c))
359
+
360
+
361
+
362
+
363
+
364
+ # 6.0.0-alpha.82 (2024-08-20)
365
+
366
+ **Note:** Version bump only for package @patternfly/documentation-framework
367
+
368
+
369
+
370
+
371
+
372
+ # 6.0.0-alpha.81 (2024-08-20)
373
+
374
+
375
+ ### Bug Fixes
376
+
377
+ * **docs:** removed extra link tags in card title ([#4166](https://github.com/patternfly/patternfly-org/issues/4166)) ([e9a0f3e](https://github.com/patternfly/patternfly-org/commit/e9a0f3e4e79e145af6880d8dd204bf65bcb20125))
378
+
379
+
380
+
381
+
382
+
383
+ # 6.0.0-alpha.80 (2024-08-20)
384
+
385
+
386
+ ### Bug Fixes
387
+
388
+ * **docs:** updated scroll selector for jumplinks, router links ([#4197](https://github.com/patternfly/patternfly-org/issues/4197)) ([f5de805](https://github.com/patternfly/patternfly-org/commit/f5de80593323739d08397c0bb8ad69c479ec8367))
389
+
390
+
391
+
392
+
393
+
394
+ # 6.0.0-alpha.79 (2024-08-19)
395
+
396
+
397
+ ### Bug Fixes
398
+
399
+ * another beta bump ([#4204](https://github.com/patternfly/patternfly-org/issues/4204)) ([0b30482](https://github.com/patternfly/patternfly-org/commit/0b304827c5bedb7ac52104764bf7ddd914138754))
400
+
401
+
402
+
403
+
404
+
405
+ # 6.0.0-alpha.78 (2024-08-19)
406
+
407
+
408
+ ### Bug Fixes
409
+
410
+ * **docs:** update theme toggle icon colors ([#4203](https://github.com/patternfly/patternfly-org/issues/4203)) ([7979777](https://github.com/patternfly/patternfly-org/commit/79797771cecd9f0db801273567776d78417a0080))
411
+
412
+
413
+
414
+
415
+
416
+ # 6.0.0-alpha.77 (2024-08-09)
417
+
418
+ **Note:** Version bump only for package @patternfly/documentation-framework
419
+
420
+
421
+
422
+
423
+
424
+ # 6.0.0-alpha.76 (2024-08-09)
425
+
426
+
427
+ ### Bug Fixes
428
+
429
+ * **docs:** gallery cards fill row height ([#4180](https://github.com/patternfly/patternfly-org/issues/4180)) ([d433321](https://github.com/patternfly/patternfly-org/commit/d433321aed3e7b95435087cd827c9793569d638e))
430
+
431
+
432
+
433
+
434
+
435
+ # 6.0.0-alpha.75 (2024-08-09)
436
+
437
+
438
+ ### Features
439
+
440
+ * **ver:** update extension alphas ([#4177](https://github.com/patternfly/patternfly-org/issues/4177)) ([9e0da04](https://github.com/patternfly/patternfly-org/commit/9e0da04199a118c112ca040e99a3186f85a512e3))
441
+
442
+
443
+
444
+
445
+
446
+ # 6.0.0-alpha.74 (2024-08-09)
447
+
448
+ **Note:** Version bump only for package @patternfly/documentation-framework
449
+
450
+
451
+
452
+
453
+
454
+ # 6.0.0-alpha.73 (2024-08-05)
455
+
456
+ **Note:** Version bump only for package @patternfly/documentation-framework
457
+
458
+
459
+
460
+
461
+
462
+ # 6.0.0-alpha.72 (2024-08-02)
463
+
464
+ **Note:** Version bump only for package @patternfly/documentation-framework
465
+
466
+
467
+
468
+
469
+
470
+ # 6.0.0-alpha.71 (2024-08-01)
471
+
472
+ **Note:** Version bump only for package @patternfly/documentation-framework
473
+
474
+
475
+
476
+
477
+
478
+ # 6.0.0-alpha.70 (2024-07-31)
479
+
480
+
481
+ ### Bug Fixes
482
+
483
+ * update styles on color page ([#4157](https://github.com/patternfly/patternfly-org/issues/4157)) ([4df0b25](https://github.com/patternfly/patternfly-org/commit/4df0b255f70bfebbe78eb87b8406d435fe7f66ac))
484
+
485
+
486
+
487
+
488
+
489
+ # 6.0.0-alpha.69 (2024-07-29)
490
+
491
+
492
+ ### Features
493
+
494
+ * **ver:** update v6 beta versions ([#4160](https://github.com/patternfly/patternfly-org/issues/4160)) ([7790b3c](https://github.com/patternfly/patternfly-org/commit/7790b3cefc5236815899320965a72b7b990cebca))
495
+
496
+
497
+
498
+
499
+
500
+ # 6.0.0-alpha.68 (2024-07-29)
501
+
502
+ **Note:** Version bump only for package @patternfly/documentation-framework
503
+
504
+
505
+
506
+
507
+
508
+ # 6.0.0-alpha.67 (2024-07-29)
509
+
510
+ **Note:** Version bump only for package @patternfly/documentation-framework
511
+
512
+
513
+
514
+
515
+
516
+ # 6.0.0-alpha.66 (2024-07-26)
517
+
518
+
519
+ ### Bug Fixes
520
+
521
+ * **react-console:** Updated to the latest prerelease of react console. ([#4156](https://github.com/patternfly/patternfly-org/issues/4156)) ([8f9f553](https://github.com/patternfly/patternfly-org/commit/8f9f5536bc0016b56b8be6133465809b084ca198))
522
+
523
+
524
+
525
+
526
+
527
+ # 6.0.0-alpha.65 (2024-07-25)
528
+
529
+ **Note:** Version bump only for package @patternfly/documentation-framework
530
+
531
+
532
+
533
+
534
+
535
+ # 6.0.0-alpha.64 (2024-07-22)
536
+
537
+ **Note:** Version bump only for package @patternfly/documentation-framework
538
+
539
+
540
+
541
+
542
+
543
+ # 6.0.0-alpha.63 (2024-07-19)
544
+
545
+
546
+ ### Bug Fixes
547
+
548
+ * update icons css and remove unused images ([#4146](https://github.com/patternfly/patternfly-org/issues/4146)) ([8dc1eaa](https://github.com/patternfly/patternfly-org/commit/8dc1eaa75d6a1d1f94a5ac04944224f477f30b6e))
549
+
550
+
551
+
552
+
553
+
554
+ # 6.0.0-alpha.62 (2024-07-17)
555
+
556
+
557
+ ### Bug Fixes
558
+
559
+ * clean up typography.css ([#4089](https://github.com/patternfly/patternfly-org/issues/4089)) ([8c1d66d](https://github.com/patternfly/patternfly-org/commit/8c1d66d4ce131b1b4638f291bb51013a976749bb))
560
+
561
+
562
+
563
+
564
+
565
+ # 6.0.0-alpha.61 (2024-07-17)
566
+
567
+ **Note:** Version bump only for package @patternfly/documentation-framework
568
+
569
+
570
+
571
+
572
+
573
+ # 6.0.0-alpha.60 (2024-07-16)
574
+
575
+ **Note:** Version bump only for package @patternfly/documentation-framework
576
+
577
+
578
+
579
+
580
+
581
+ # 6.0.0-alpha.59 (2024-07-11)
582
+
583
+
584
+ ### Bug Fixes
585
+
586
+ * css clean up - esp sidenavlayout.css ([#4129](https://github.com/patternfly/patternfly-org/issues/4129)) ([fc9d721](https://github.com/patternfly/patternfly-org/commit/fc9d721d9d4a1a14ab0bb2d66d1c68fb2d90ca7c))
587
+
588
+
589
+
590
+
591
+
592
+ # 6.0.0-alpha.58 (2024-07-11)
593
+
594
+ **Note:** Version bump only for package @patternfly/documentation-framework
595
+
596
+
597
+
598
+
599
+
600
+ # 6.0.0-alpha.57 (2024-07-10)
601
+
602
+
603
+ ### Bug Fixes
604
+
605
+ * clean up community and trainging card css ([#4127](https://github.com/patternfly/patternfly-org/issues/4127)) ([eb9a231](https://github.com/patternfly/patternfly-org/commit/eb9a23103cb6e54f38e2eae5056f2a53cd4a430e))
606
+
607
+
608
+
609
+
610
+
611
+ # 6.0.0-alpha.56 (2024-07-10)
612
+
613
+
614
+ ### Bug Fixes
615
+
616
+ * clean up spacers.css ([#4088](https://github.com/patternfly/patternfly-org/issues/4088)) ([e13a093](https://github.com/patternfly/patternfly-org/commit/e13a09302aea90b66e8fbe47b9f5386baea43835))
617
+
618
+
619
+
620
+
621
+
622
+ # 6.0.0-alpha.55 (2024-07-10)
623
+
624
+
625
+ ### Bug Fixes
626
+
627
+ * clean up mdx.css (after examples.css merges) ([#4084](https://github.com/patternfly/patternfly-org/issues/4084)) ([6e7f86f](https://github.com/patternfly/patternfly-org/commit/6e7f86ffb8346449a6ad26338df157a71e4730aa))
628
+
629
+
630
+
631
+
632
+
633
+ # 6.0.0-alpha.54 (2024-07-08)
634
+
635
+
636
+ ### Bug Fixes
637
+
638
+ * bump core/react to latest alphas ([#4125](https://github.com/patternfly/patternfly-org/issues/4125)) ([a48812d](https://github.com/patternfly/patternfly-org/commit/a48812df7438286efe21b34df3c8909eaeee7133))
639
+
640
+
641
+
642
+
643
+
644
+ # 6.0.0-alpha.53 (2024-07-08)
645
+
646
+
647
+ ### Bug Fixes
648
+
649
+ * clean up toc/JumpLinks styling ([#4083](https://github.com/patternfly/patternfly-org/issues/4083)) ([9840ac3](https://github.com/patternfly/patternfly-org/commit/9840ac35087b9e79a51d6c14f4c320586acd817f))
650
+
651
+
652
+
653
+
654
+
655
+ # 6.0.0-alpha.52 (2024-06-27)
656
+
657
+ **Note:** Version bump only for package @patternfly/documentation-framework
658
+
659
+
660
+
661
+
662
+
663
+ # 6.0.0-alpha.51 (2024-06-27)
664
+
665
+
666
+ ### Bug Fixes
667
+
668
+ * return ws-preview-html class to core examples ([#4111](https://github.com/patternfly/patternfly-org/issues/4111)) ([fc0de79](https://github.com/patternfly/patternfly-org/commit/fc0de79d142da35b352c33519898e7e9243950fe))
669
+
670
+
671
+
672
+
673
+
674
+ # 6.0.0-alpha.50 (2024-06-20)
675
+
676
+
677
+ ### Bug Fixes
678
+
679
+ * clean up gdpr banner styles ([#4082](https://github.com/patternfly/patternfly-org/issues/4082)) ([1ed25c5](https://github.com/patternfly/patternfly-org/commit/1ed25c500fa83434d2df266464acae3e84e34bf3))
680
+
681
+
682
+
683
+
684
+
685
+ # 6.0.0-alpha.49 (2024-06-20)
686
+
687
+
688
+ ### Bug Fixes
689
+
690
+ * cleaning out example.css ([#4081](https://github.com/patternfly/patternfly-org/issues/4081)) ([c06d13d](https://github.com/patternfly/patternfly-org/commit/c06d13d63df648f64e1c07f4e0ddb24e845ef405))
691
+
692
+
693
+
694
+
695
+
696
+ # 6.0.0-alpha.48 (2024-06-18)
697
+
698
+
699
+ ### Bug Fixes
700
+
701
+ * add component groups alpha docs ([#4105](https://github.com/patternfly/patternfly-org/issues/4105)) ([f9c2be1](https://github.com/patternfly/patternfly-org/commit/f9c2be12f74dad69e390ba66af5cc34a350fa619))
702
+
703
+
704
+
705
+
706
+
707
+ # 6.0.0-alpha.47 (2024-06-17)
708
+
709
+
710
+ ### Features
711
+
712
+ * **docs-framework:** Update AutoLinkHeader to use the Text component ([#4049](https://github.com/patternfly/patternfly-org/issues/4049)) ([3a9c9a0](https://github.com/patternfly/patternfly-org/commit/3a9c9a08ff373def8b751b947e70580dcbc9e6da))
713
+
714
+
715
+
716
+
717
+
718
+ # 6.0.0-alpha.46 (2024-06-17)
719
+
720
+
721
+ ### Bug Fixes
722
+
723
+ * lots of bumps ([#4103](https://github.com/patternfly/patternfly-org/issues/4103)) ([b0a146d](https://github.com/patternfly/patternfly-org/commit/b0a146dbd0fc16a65c5f1787c5b8308a8008e6ac))
724
+
725
+
726
+
727
+
728
+
729
+ # 6.0.0-alpha.45 (2024-06-12)
730
+
731
+ **Note:** Version bump only for package @patternfly/documentation-framework
732
+
733
+
734
+
735
+
736
+
737
+ # 6.0.0-alpha.44 (2024-06-06)
738
+
739
+ **Note:** Version bump only for package @patternfly/documentation-framework
740
+
741
+
742
+
743
+
744
+
745
+ # 6.0.0-alpha.43 (2024-06-04)
746
+
747
+
748
+ ### Bug Fixes
749
+
750
+ * enable some extensions docs ([#4058](https://github.com/patternfly/patternfly-org/issues/4058)) ([0ef77e1](https://github.com/patternfly/patternfly-org/commit/0ef77e15727a6dced6084ca4dfb9e5a39c644e45))
751
+
752
+
753
+
754
+
755
+
756
+ # 6.0.0-alpha.42 (2024-06-03)
757
+
758
+
759
+ ### Bug Fixes
760
+
761
+ * **EmptyState:** removed extraneous ESIcon component import ([#4056](https://github.com/patternfly/patternfly-org/issues/4056)) ([60f4499](https://github.com/patternfly/patternfly-org/commit/60f4499adf803975175bdcac78b142b72d6f4e96))
762
+
763
+
764
+
765
+
766
+
767
+ # 6.0.0-alpha.41 (2024-06-03)
768
+
769
+ **Note:** Version bump only for package @patternfly/documentation-framework
770
+
771
+
772
+
773
+
774
+
775
+ # 6.0.0-alpha.40 (2024-06-03)
776
+
777
+ **Note:** Version bump only for package @patternfly/documentation-framework
778
+
779
+
780
+
781
+
782
+
783
+ # 6.0.0-alpha.39 (2024-06-03)
784
+
785
+
786
+ ### Bug Fixes
787
+
788
+ * Update README.md ([80e138e](https://github.com/patternfly/patternfly-org/commit/80e138e769f0fddc023946ff618566d4c23c7c88))
789
+
790
+
791
+
792
+
793
+
794
+ # 6.0.0-alpha.38 (2024-05-30)
795
+
796
+
797
+ ### Bug Fixes
798
+
799
+ * remove spaceItems ([78fb3e6](https://github.com/patternfly/patternfly-org/commit/78fb3e6fa25b9f39c5fbd373305562a01c253bd6))
800
+
801
+
802
+
803
+
804
+
805
+ # 6.0.0-alpha.37 (2024-05-30)
806
+
807
+
808
+ ### Bug Fixes
809
+
810
+ * **docs-framework:** Stop 'undefined' being included in classnames ([#4048](https://github.com/patternfly/patternfly-org/issues/4048)) ([36fb0c1](https://github.com/patternfly/patternfly-org/commit/36fb0c120370d7c9f8303b0611fad9abb5ccc11b))
811
+
812
+
813
+
814
+
815
+
816
+ # 6.0.0-alpha.36 (2024-05-30)
817
+
818
+
819
+ ### Bug Fixes
820
+
821
+ * address process not defined runtime error ([398e3c8](https://github.com/patternfly/patternfly-org/commit/398e3c8f9c030342cb23c2ad1d7109de642ae205))
822
+
823
+
824
+
825
+
826
+
827
+ # 6.0.0-alpha.35 (2024-05-29)
828
+
829
+
830
+ ### Features
831
+
832
+ * **deps:** Update to latest alpha versions in preparation of alpha2 ([#4044](https://github.com/patternfly/patternfly-org/issues/4044)) ([1ce739b](https://github.com/patternfly/patternfly-org/commit/1ce739b1eb5fb38dc87ad46e17e5b8bf8c9c59fb))
833
+
834
+
835
+
836
+
837
+
838
+ # 6.0.0-alpha.34 (2024-05-22)
839
+
840
+
841
+ ### Bug Fixes
842
+
843
+ * **docs-framework:** adjust back to top z-index ([#4015](https://github.com/patternfly/patternfly-org/issues/4015)) ([368aa94](https://github.com/patternfly/patternfly-org/commit/368aa943854b7d91daf6ddd124b2e5a0492e35d6))
844
+
845
+
846
+
847
+
848
+
849
+ # 6.0.0-alpha.33 (2024-05-22)
850
+
851
+ **Note:** Version bump only for package @patternfly/documentation-framework
852
+
853
+
854
+
855
+
856
+
857
+ # 6.0.0-alpha.32 (2024-05-21)
858
+
859
+
860
+ ### Bug Fixes
861
+
862
+ * **styles:** Replace workspace styles with content classes ([#4011](https://github.com/patternfly/patternfly-org/issues/4011)) ([f6faa02](https://github.com/patternfly/patternfly-org/commit/f6faa02ab7400000a5c25ee6150754c3dc94ef92))
863
+
864
+
865
+
866
+
867
+
868
+ # 6.0.0-alpha.31 (2024-05-21)
869
+
870
+ **Note:** Version bump only for package @patternfly/documentation-framework
871
+
872
+
873
+
874
+
875
+
876
+ # 6.0.0-alpha.30 (2024-05-16)
877
+
878
+ **Note:** Version bump only for package @patternfly/documentation-framework
879
+
880
+
881
+
882
+
883
+
884
+ # 6.0.0-alpha.29 (2024-05-16)
885
+
886
+
887
+ ### Bug Fixes
888
+
889
+ * **navigation:** remove custom sidenav styles ([#4007](https://github.com/patternfly/patternfly-org/issues/4007)) ([466aa44](https://github.com/patternfly/patternfly-org/commit/466aa44383b15355a369b09a792c70fcacf0e57a))
890
+
891
+
892
+
893
+
894
+
895
+ # 6.0.0-alpha.28 (2024-05-14)
896
+
897
+ **Note:** Version bump only for package @patternfly/documentation-framework
898
+
899
+
900
+
901
+
902
+
903
+ # 6.0.0-alpha.27 (2024-05-14)
904
+
905
+
906
+ ### Bug Fixes
907
+
908
+ * full page demos, typescript compliation still turned off ([#4022](https://github.com/patternfly/patternfly-org/issues/4022)) ([1fea420](https://github.com/patternfly/patternfly-org/commit/1fea42035c875a36c45522dcd3f69176c35c88a7))
909
+
910
+
911
+
912
+
913
+
914
+ # 6.0.0-alpha.26 (2024-05-14)
915
+
916
+ **Note:** Version bump only for package @patternfly/documentation-framework
917
+
918
+
919
+
920
+
921
+
922
+ # 6.0.0-alpha.25 (2024-05-07)
923
+
924
+
925
+ ### Bug Fixes
926
+
927
+ * **build:** bump ts version and fix docs build for v6 ([#4004](https://github.com/patternfly/patternfly-org/issues/4004)) ([55db3db](https://github.com/patternfly/patternfly-org/commit/55db3db9d8f0b47b323ce921ac42f06d8515c9b6))
928
+
929
+
930
+
931
+
932
+
933
+ # 6.0.0-alpha.24 (2024-05-06)
934
+
935
+
936
+ ### Bug Fixes
937
+
938
+ * **styles:** Remove and replace global styles ([#3996](https://github.com/patternfly/patternfly-org/issues/3996)) ([41fe3eb](https://github.com/patternfly/patternfly-org/commit/41fe3eba104cc7ef49898fc1b614777bdbd04b22))
939
+
940
+
941
+
942
+
943
+
944
+ # 6.0.0-alpha.23 (2024-05-02)
945
+
946
+
947
+ ### Features
948
+
949
+ * **docs:** update beta button style ([#3961](https://github.com/patternfly/patternfly-org/issues/3961)) ([8a68ab7](https://github.com/patternfly/patternfly-org/commit/8a68ab7852643aac54282923b34feff090be1101))
950
+
951
+
952
+
953
+
954
+
955
+ # 6.0.0-alpha.22 (2024-04-23)
956
+
957
+
958
+ ### Bug Fixes
959
+
960
+ * **docs:** Add tokens back to site ([#3978](https://github.com/patternfly/patternfly-org/issues/3978)) ([1c97da8](https://github.com/patternfly/patternfly-org/commit/1c97da8b92d3fe331e49395c26730c5f4bc3b5e3))
961
+
962
+
963
+
964
+
965
+
966
+ # 6.0.0-alpha.21 (2024-04-17)
967
+
968
+
969
+ ### Bug Fixes
970
+
971
+ * **docs:** whitspace change ([#3966](https://github.com/patternfly/patternfly-org/issues/3966)) ([2199dc8](https://github.com/patternfly/patternfly-org/commit/2199dc883e6d118d6bedfa9d6ced3cefad78c575))
972
+
973
+
974
+
975
+
976
+
977
+ # 5.10.0 (2024-04-02)
978
+
979
+
980
+ ### Features
981
+
982
+ * **Templates:** add to org site ([#3947](https://github.com/patternfly/patternfly-org/issues/3947)) ([a869dee](https://github.com/patternfly/patternfly-org/commit/a869dee87cc39296df9226f3fc1d780dce893a54))
983
+
984
+
985
+
986
+
987
+
988
+ ## 5.9.1 (2024-04-02)
989
+
990
+ **Note:** Version bump only for package @patternfly/documentation-framework
991
+
992
+
993
+
994
+
995
+
996
+ # 5.9.0 (2024-04-02)
997
+
998
+
999
+ ### Features
1000
+
1001
+ * **docs:** update medium articles ([#3950](https://github.com/patternfly/patternfly-org/issues/3950)) ([5288ec1](https://github.com/patternfly/patternfly-org/commit/5288ec1fb1f7e744ed142585384840c8d415d9e5))
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+ ## 5.8.3 (2024-03-28)
1008
+
1009
+ **Note:** Version bump only for package @patternfly/documentation-framework
1010
+
1011
+
1012
+
1013
+
1014
+
1015
+ ## 5.8.2 (2024-03-25)
1016
+
1017
+ **Note:** Version bump only for package @patternfly/documentation-framework
1018
+
1019
+
1020
+
1021
+
1022
+
1023
+ ## 5.8.1 (2024-03-25)
1024
+
1025
+ **Note:** Version bump only for package @patternfly/documentation-framework
1026
+
1027
+
1028
+
1029
+
1030
+
1031
+ # 5.8.0 (2024-03-20)
1032
+
1033
+
1034
+ ### Features
1035
+
1036
+ * **templates:** add templates package to versions.json ([#3902](https://github.com/patternfly/patternfly-org/issues/3902)) ([c7c727c](https://github.com/patternfly/patternfly-org/commit/c7c727c717d5cc3c031f4f3c52070ffc6164e5d6))
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+ # 5.7.0 (2024-03-19)
1043
+
1044
+
1045
+ ### Features
1046
+
1047
+ * add pf 6 alpha banner to home page and version switcher ([#3896](https://github.com/patternfly/patternfly-org/issues/3896)) ([f7aaa22](https://github.com/patternfly/patternfly-org/commit/f7aaa22d12310aa62533de4169e1fa70a49a20d9))
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+ # 5.6.0 (2024-03-13)
1054
+
1055
+
1056
+ ### Features
1057
+
1058
+ * **deps:** version bump and release notes for 5.2.2 patch release ([#3919](https://github.com/patternfly/patternfly-org/issues/3919)) ([94d3654](https://github.com/patternfly/patternfly-org/commit/94d3654768f42f2ae7b3c0734d1e5f211cd33ff6))
1059
+
1060
+
1061
+
1062
+
1063
+
1064
+ ## 5.5.1 (2024-03-12)
1065
+
1066
+ **Note:** Version bump only for package @patternfly/documentation-framework
1067
+
1068
+
1069
+
1070
+
1071
+
1072
+ # 5.5.0 (2024-03-08)
1073
+
1074
+
1075
+ ### Features
1076
+
1077
+ * **deps:** version bump for 5.2.1 release ([#3913](https://github.com/patternfly/patternfly-org/issues/3913)) ([46cc8b7](https://github.com/patternfly/patternfly-org/commit/46cc8b70e06b9bda61067beba57d928e428b73c5))
1078
+
1079
+
1080
+
1081
+
1082
+
1083
+ ## 5.4.3 (2024-02-27)
1084
+
1085
+ **Note:** Version bump only for package @patternfly/documentation-framework
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+ ## 5.4.2 (2024-02-14)
1092
+
1093
+ **Note:** Version bump only for package @patternfly/documentation-framework
1094
+
1095
+
1096
+
1097
+
1098
+
1099
+ ## 5.4.1 (2024-02-06)
1100
+
1101
+
1102
+ ### Bug Fixes
1103
+
1104
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
1105
+
1106
+
1107
+
1108
+
1109
+
1110
+ # 5.4.0 (2024-02-03)
1111
+
1112
+
1113
+ ### Features
1114
+
1115
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+ ## 5.3.27 (2024-02-01)
1122
+
1123
+ **Note:** Version bump only for package @patternfly/documentation-framework
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+ ## 5.3.26 (2024-02-01)
1130
+
1131
+ **Note:** Version bump only for package @patternfly/documentation-framework
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+ ## 5.3.25 (2024-01-30)
1138
+
1139
+ **Note:** Version bump only for package @patternfly/documentation-framework
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+ ## 5.3.24 (2024-01-30)
1146
+
1147
+ **Note:** Version bump only for package @patternfly/documentation-framework
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ ## 5.3.23 (2024-01-19)
1154
+
1155
+
1156
+ ### Bug Fixes
1157
+
1158
+ * avoid applying beta tags to nav items for next components ([#3868](https://github.com/patternfly/patternfly-org/issues/3868)) ([169c96f](https://github.com/patternfly/patternfly-org/commit/169c96f55b1bfdcb9859dbab27b88f5a180f48ba))
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+ ## 5.3.22 (2024-01-16)
1165
+
1166
+ **Note:** Version bump only for package @patternfly/documentation-framework
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+ ## 5.3.21 (2024-01-16)
1173
+
1174
+
1175
+ ### Bug Fixes
1176
+
1177
+ * bump to latest release candidates ahead of 5.2 release ([#3862](https://github.com/patternfly/patternfly-org/issues/3862)) ([12eeb78](https://github.com/patternfly/patternfly-org/commit/12eeb782d32c4fa65f6aef64292f1e0d92f0d183))
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+ ## 5.3.20 (2024-01-15)
1184
+
1185
+ **Note:** Version bump only for package @patternfly/documentation-framework
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+ ## 5.3.19 (2024-01-15)
1192
+
1193
+ **Note:** Version bump only for package @patternfly/documentation-framework
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+ ## 5.3.18 (2024-01-12)
1200
+
1201
+
1202
+ ### Bug Fixes
1203
+
1204
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+ ## 5.3.17 (2024-01-05)
1211
+
1212
+ **Note:** Version bump only for package @patternfly/documentation-framework
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+ ## 5.3.16 (2024-01-03)
1219
+
1220
+ **Note:** Version bump only for package @patternfly/documentation-framework
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ ## 5.3.15 (2023-12-14)
1227
+
1228
+ **Note:** Version bump only for package @patternfly/documentation-framework
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+ # 6.0.0-alpha.20 (2024-04-03)
1235
+
1236
+
1237
+ ### Bug Fixes
1238
+
1239
+ * dark theme use v6 classname ([54cdb71](https://github.com/patternfly/patternfly-org/commit/54cdb717052eb00da735b0c7db6a82db4ef5f9de))
1240
+
1241
+
1242
+
1243
+
1244
+
1245
+ # 6.0.0-alpha.19 (2024-04-02)
1246
+
1247
+
1248
+ ### Features
1249
+
1250
+ * **misc:** update alpha versions ([#3951](https://github.com/patternfly/patternfly-org/issues/3951)) ([c9c41ab](https://github.com/patternfly/patternfly-org/commit/c9c41abc396347e17d0e5afd5431331b80860ebb))
1251
+
1252
+
1253
+
1254
+
1255
+
1256
+ # 6.0.0-alpha.18 (2024-03-29)
1257
+
1258
+ **Note:** Version bump only for package @patternfly/documentation-framework
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ # 6.0.0-alpha.17 (2024-03-28)
1265
+
1266
+ **Note:** Version bump only for package @patternfly/documentation-framework
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+ # 6.0.0-alpha.16 (2024-03-27)
1273
+
1274
+ **Note:** Version bump only for package @patternfly/documentation-framework
1275
+
1276
+
1277
+
1278
+
1279
+
1280
+ # 6.0.0-alpha.15 (2024-03-26)
1281
+
1282
+
1283
+ ### Bug Fixes
1284
+
1285
+ * **docs:** fixed table of contents expand button cutoff ([#3929](https://github.com/patternfly/patternfly-org/issues/3929)) ([246ded9](https://github.com/patternfly/patternfly-org/commit/246ded97c3e52451ea46ee93638c974760d5e873))
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+ # 6.0.0-alpha.14 (2024-03-22)
1292
+
1293
+ **Note:** Version bump only for package @patternfly/documentation-framework
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+ # 6.0.0-alpha.13 (2024-03-21)
1300
+
1301
+ **Note:** Version bump only for package @patternfly/documentation-framework
1302
+
1303
+
1304
+
1305
+
1306
+
6
1307
  # 6.0.0-alpha.12 (2024-02-27)
7
1308
 
8
1309
  **Note:** Version bump only for package @patternfly/documentation-framework
@@ -125,6 +1426,195 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
125
1426
 
126
1427
  * try a v6 release ([7d3150c](https://github.com/patternfly/patternfly-org/commit/7d3150c1195b013001720d1e5161cbb724a0d73b))
127
1428
 
1429
+ # Change Log
1430
+
1431
+ All notable changes to this project will be documented in this file.
1432
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1433
+
1434
+ # 5.8.0 (2024-03-20)
1435
+
1436
+
1437
+ ### Features
1438
+
1439
+ * **templates:** add templates package to versions.json ([#3902](https://github.com/patternfly/patternfly-org/issues/3902)) ([c7c727c](https://github.com/patternfly/patternfly-org/commit/c7c727c717d5cc3c031f4f3c52070ffc6164e5d6))
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+ # 5.7.0 (2024-03-19)
1446
+
1447
+
1448
+ ### Features
1449
+
1450
+ * add pf 6 alpha banner to home page and version switcher ([#3896](https://github.com/patternfly/patternfly-org/issues/3896)) ([f7aaa22](https://github.com/patternfly/patternfly-org/commit/f7aaa22d12310aa62533de4169e1fa70a49a20d9))
1451
+
1452
+
1453
+
1454
+
1455
+
1456
+ # 5.6.0 (2024-03-13)
1457
+
1458
+
1459
+ ### Features
1460
+
1461
+ * **deps:** version bump and release notes for 5.2.2 patch release ([#3919](https://github.com/patternfly/patternfly-org/issues/3919)) ([94d3654](https://github.com/patternfly/patternfly-org/commit/94d3654768f42f2ae7b3c0734d1e5f211cd33ff6))
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+ ## 5.5.1 (2024-03-12)
1468
+
1469
+ **Note:** Version bump only for package @patternfly/documentation-framework
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+ # 5.5.0 (2024-03-08)
1476
+
1477
+
1478
+ ### Features
1479
+
1480
+ * **deps:** version bump for 5.2.1 release ([#3913](https://github.com/patternfly/patternfly-org/issues/3913)) ([46cc8b7](https://github.com/patternfly/patternfly-org/commit/46cc8b70e06b9bda61067beba57d928e428b73c5))
1481
+
1482
+
1483
+
1484
+
1485
+
1486
+ ## 5.4.3 (2024-02-27)
1487
+
1488
+ **Note:** Version bump only for package @patternfly/documentation-framework
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+ ## 5.4.2 (2024-02-14)
1495
+
1496
+ **Note:** Version bump only for package @patternfly/documentation-framework
1497
+
1498
+
1499
+
1500
+
1501
+
1502
+ ## 5.4.1 (2024-02-06)
1503
+
1504
+
1505
+ ### Bug Fixes
1506
+
1507
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
1508
+
1509
+
1510
+
1511
+
1512
+
1513
+ # 5.4.0 (2024-02-03)
1514
+
1515
+
1516
+ ### Features
1517
+
1518
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+ ## 5.3.27 (2024-02-01)
1525
+
1526
+ **Note:** Version bump only for package @patternfly/documentation-framework
1527
+
1528
+
1529
+
1530
+
1531
+
1532
+ ## 5.3.26 (2024-02-01)
1533
+
1534
+ **Note:** Version bump only for package @patternfly/documentation-framework
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+ ## 5.3.25 (2024-01-30)
1541
+
1542
+ **Note:** Version bump only for package @patternfly/documentation-framework
1543
+
1544
+
1545
+
1546
+
1547
+
1548
+ ## 5.3.24 (2024-01-30)
1549
+
1550
+ **Note:** Version bump only for package @patternfly/documentation-framework
1551
+
1552
+
1553
+
1554
+
1555
+
1556
+ ## 5.3.23 (2024-01-19)
1557
+
1558
+
1559
+ ### Bug Fixes
1560
+
1561
+ * avoid applying beta tags to nav items for next components ([#3868](https://github.com/patternfly/patternfly-org/issues/3868)) ([169c96f](https://github.com/patternfly/patternfly-org/commit/169c96f55b1bfdcb9859dbab27b88f5a180f48ba))
1562
+
1563
+
1564
+
1565
+
1566
+
1567
+ ## 5.3.22 (2024-01-16)
1568
+
1569
+ **Note:** Version bump only for package @patternfly/documentation-framework
1570
+
1571
+
1572
+
1573
+
1574
+
1575
+ ## 5.3.21 (2024-01-16)
1576
+
1577
+
1578
+ ### Bug Fixes
1579
+
1580
+ * bump to latest release candidates ahead of 5.2 release ([#3862](https://github.com/patternfly/patternfly-org/issues/3862)) ([12eeb78](https://github.com/patternfly/patternfly-org/commit/12eeb782d32c4fa65f6aef64292f1e0d92f0d183))
1581
+
1582
+
1583
+
1584
+
1585
+ ## 5.3.20 (2024-01-15)
1586
+
1587
+ **Note:** Version bump only for package @patternfly/documentation-framework
1588
+
1589
+
1590
+ ## 5.3.19 (2024-01-15)
1591
+
1592
+ **Note:** Version bump only for package @patternfly/documentation-framework
1593
+
1594
+
1595
+ ## 5.3.18 (2024-01-12)
1596
+
1597
+
1598
+ ### Bug Fixes
1599
+
1600
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
1601
+
1602
+
1603
+ ## 5.3.17 (2024-01-05)
1604
+
1605
+ **Note:** Version bump only for package @patternfly/documentation-framework
1606
+
1607
+
1608
+ ## 5.3.16 (2024-01-03)
1609
+
1610
+ **Note:** Version bump only for package @patternfly/documentation-framework
1611
+
1612
+
1613
+
1614
+ ## 5.3.15 (2023-12-14)
1615
+
1616
+ **Note:** Version bump only for package @patternfly/documentation-framework
1617
+
128
1618
 
129
1619
 
130
1620