@patternfly/documentation-framework 6.0.0-alpha.7 → 6.0.0-alpha.70

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 (40) hide show
  1. package/CHANGELOG.md +1067 -0
  2. package/app.js +2 -5
  3. package/components/autoLinkHeader/autoLinkHeader.css +2 -2
  4. package/components/autoLinkHeader/autoLinkHeader.js +8 -19
  5. package/components/cssVariables/cssVariables.css +9 -11
  6. package/components/cssVariables/cssVariables.js +19 -32
  7. package/components/example/example.css +14 -58
  8. package/components/example/example.js +149 -78
  9. package/components/example/exampleToolbar.js +3 -2
  10. package/components/footer/footer.css +16 -16
  11. package/components/footer/footer.js +32 -32
  12. package/components/gdprBanner/gdprBanner.css +0 -3
  13. package/components/gdprBanner/gdprBanner.js +22 -16
  14. package/components/inlineAlert/inlineAlert.js +1 -1
  15. package/components/propsTable/propsTable.js +14 -10
  16. package/components/sectionGallery/TextSummary.js +5 -5
  17. package/components/sectionGallery/sectionDataListLayout.js +87 -41
  18. package/components/sectionGallery/sectionGallery.css +4 -42
  19. package/components/sectionGallery/sectionGalleryLayout.js +73 -23
  20. package/components/sectionGallery/sectionGalleryToolbar.js +47 -12
  21. package/components/sideNav/sideNav.js +3 -4
  22. package/components/tableOfContents/tableOfContents.css +23 -36
  23. package/layouts/sideNavLayout/sideNavLayout.css +1 -36
  24. package/layouts/sideNavLayout/sideNavLayout.js +207 -112
  25. package/package.json +12 -19
  26. package/pages/404/404.css +2 -2
  27. package/pages/404/index.js +23 -36
  28. package/routes.js +3 -1
  29. package/scripts/md/anchor-header.js +1 -1
  30. package/scripts/md/parseMD.js +20 -18
  31. package/scripts/md/styled-tags.js +22 -14
  32. package/scripts/webpack/webpack.base.config.js +7 -18
  33. package/scripts/writeScreenshots.js +2 -2
  34. package/templates/mdx.css +11 -288
  35. package/templates/mdx.js +40 -43
  36. package/templates/patternfly-docs/patternfly-docs.source.js +8 -8
  37. package/versions.json +42 -14
  38. package/components/sideNav/sideNav.css +0 -21
  39. package/pages/global-css-variables.md +0 -109
  40. package/pages/img/component-variable-mapping.png +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,884 @@
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.70 (2024-07-31)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * update styles on color page ([#4157](https://github.com/patternfly/patternfly-org/issues/4157)) ([4df0b25](https://github.com/patternfly/patternfly-org/commit/4df0b255f70bfebbe78eb87b8406d435fe7f66ac))
12
+
13
+
14
+
15
+
16
+
17
+ # 6.0.0-alpha.69 (2024-07-29)
18
+
19
+
20
+ ### Features
21
+
22
+ * **ver:** update v6 beta versions ([#4160](https://github.com/patternfly/patternfly-org/issues/4160)) ([7790b3c](https://github.com/patternfly/patternfly-org/commit/7790b3cefc5236815899320965a72b7b990cebca))
23
+
24
+
25
+
26
+
27
+
28
+ # 6.0.0-alpha.68 (2024-07-29)
29
+
30
+ **Note:** Version bump only for package @patternfly/documentation-framework
31
+
32
+
33
+
34
+
35
+
36
+ # 6.0.0-alpha.67 (2024-07-29)
37
+
38
+ **Note:** Version bump only for package @patternfly/documentation-framework
39
+
40
+
41
+
42
+
43
+
44
+ # 6.0.0-alpha.66 (2024-07-26)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * **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))
50
+
51
+
52
+
53
+
54
+
55
+ # 6.0.0-alpha.65 (2024-07-25)
56
+
57
+ **Note:** Version bump only for package @patternfly/documentation-framework
58
+
59
+
60
+
61
+
62
+
63
+ # 6.0.0-alpha.64 (2024-07-22)
64
+
65
+ **Note:** Version bump only for package @patternfly/documentation-framework
66
+
67
+
68
+
69
+
70
+
71
+ # 6.0.0-alpha.63 (2024-07-19)
72
+
73
+
74
+ ### Bug Fixes
75
+
76
+ * 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))
77
+
78
+
79
+
80
+
81
+
82
+ # 6.0.0-alpha.62 (2024-07-17)
83
+
84
+
85
+ ### Bug Fixes
86
+
87
+ * clean up typography.css ([#4089](https://github.com/patternfly/patternfly-org/issues/4089)) ([8c1d66d](https://github.com/patternfly/patternfly-org/commit/8c1d66d4ce131b1b4638f291bb51013a976749bb))
88
+
89
+
90
+
91
+
92
+
93
+ # 6.0.0-alpha.61 (2024-07-17)
94
+
95
+ **Note:** Version bump only for package @patternfly/documentation-framework
96
+
97
+
98
+
99
+
100
+
101
+ # 6.0.0-alpha.60 (2024-07-16)
102
+
103
+ **Note:** Version bump only for package @patternfly/documentation-framework
104
+
105
+
106
+
107
+
108
+
109
+ # 6.0.0-alpha.59 (2024-07-11)
110
+
111
+
112
+ ### Bug Fixes
113
+
114
+ * css clean up - esp sidenavlayout.css ([#4129](https://github.com/patternfly/patternfly-org/issues/4129)) ([fc9d721](https://github.com/patternfly/patternfly-org/commit/fc9d721d9d4a1a14ab0bb2d66d1c68fb2d90ca7c))
115
+
116
+
117
+
118
+
119
+
120
+ # 6.0.0-alpha.58 (2024-07-11)
121
+
122
+ **Note:** Version bump only for package @patternfly/documentation-framework
123
+
124
+
125
+
126
+
127
+
128
+ # 6.0.0-alpha.57 (2024-07-10)
129
+
130
+
131
+ ### Bug Fixes
132
+
133
+ * 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))
134
+
135
+
136
+
137
+
138
+
139
+ # 6.0.0-alpha.56 (2024-07-10)
140
+
141
+
142
+ ### Bug Fixes
143
+
144
+ * clean up spacers.css ([#4088](https://github.com/patternfly/patternfly-org/issues/4088)) ([e13a093](https://github.com/patternfly/patternfly-org/commit/e13a09302aea90b66e8fbe47b9f5386baea43835))
145
+
146
+
147
+
148
+
149
+
150
+ # 6.0.0-alpha.55 (2024-07-10)
151
+
152
+
153
+ ### Bug Fixes
154
+
155
+ * 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))
156
+
157
+
158
+
159
+
160
+
161
+ # 6.0.0-alpha.54 (2024-07-08)
162
+
163
+
164
+ ### Bug Fixes
165
+
166
+ * bump core/react to latest alphas ([#4125](https://github.com/patternfly/patternfly-org/issues/4125)) ([a48812d](https://github.com/patternfly/patternfly-org/commit/a48812df7438286efe21b34df3c8909eaeee7133))
167
+
168
+
169
+
170
+
171
+
172
+ # 6.0.0-alpha.53 (2024-07-08)
173
+
174
+
175
+ ### Bug Fixes
176
+
177
+ * clean up toc/JumpLinks styling ([#4083](https://github.com/patternfly/patternfly-org/issues/4083)) ([9840ac3](https://github.com/patternfly/patternfly-org/commit/9840ac35087b9e79a51d6c14f4c320586acd817f))
178
+
179
+
180
+
181
+
182
+
183
+ # 6.0.0-alpha.52 (2024-06-27)
184
+
185
+ **Note:** Version bump only for package @patternfly/documentation-framework
186
+
187
+
188
+
189
+
190
+
191
+ # 6.0.0-alpha.51 (2024-06-27)
192
+
193
+
194
+ ### Bug Fixes
195
+
196
+ * 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))
197
+
198
+
199
+
200
+
201
+
202
+ # 6.0.0-alpha.50 (2024-06-20)
203
+
204
+
205
+ ### Bug Fixes
206
+
207
+ * clean up gdpr banner styles ([#4082](https://github.com/patternfly/patternfly-org/issues/4082)) ([1ed25c5](https://github.com/patternfly/patternfly-org/commit/1ed25c500fa83434d2df266464acae3e84e34bf3))
208
+
209
+
210
+
211
+
212
+
213
+ # 6.0.0-alpha.49 (2024-06-20)
214
+
215
+
216
+ ### Bug Fixes
217
+
218
+ * cleaning out example.css ([#4081](https://github.com/patternfly/patternfly-org/issues/4081)) ([c06d13d](https://github.com/patternfly/patternfly-org/commit/c06d13d63df648f64e1c07f4e0ddb24e845ef405))
219
+
220
+
221
+
222
+
223
+
224
+ # 6.0.0-alpha.48 (2024-06-18)
225
+
226
+
227
+ ### Bug Fixes
228
+
229
+ * add component groups alpha docs ([#4105](https://github.com/patternfly/patternfly-org/issues/4105)) ([f9c2be1](https://github.com/patternfly/patternfly-org/commit/f9c2be12f74dad69e390ba66af5cc34a350fa619))
230
+
231
+
232
+
233
+
234
+
235
+ # 6.0.0-alpha.47 (2024-06-17)
236
+
237
+
238
+ ### Features
239
+
240
+ * **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))
241
+
242
+
243
+
244
+
245
+
246
+ # 6.0.0-alpha.46 (2024-06-17)
247
+
248
+
249
+ ### Bug Fixes
250
+
251
+ * lots of bumps ([#4103](https://github.com/patternfly/patternfly-org/issues/4103)) ([b0a146d](https://github.com/patternfly/patternfly-org/commit/b0a146dbd0fc16a65c5f1787c5b8308a8008e6ac))
252
+
253
+
254
+
255
+
256
+
257
+ # 6.0.0-alpha.45 (2024-06-12)
258
+
259
+ **Note:** Version bump only for package @patternfly/documentation-framework
260
+
261
+
262
+
263
+
264
+
265
+ # 6.0.0-alpha.44 (2024-06-06)
266
+
267
+ **Note:** Version bump only for package @patternfly/documentation-framework
268
+
269
+
270
+
271
+
272
+
273
+ # 6.0.0-alpha.43 (2024-06-04)
274
+
275
+
276
+ ### Bug Fixes
277
+
278
+ * enable some extensions docs ([#4058](https://github.com/patternfly/patternfly-org/issues/4058)) ([0ef77e1](https://github.com/patternfly/patternfly-org/commit/0ef77e15727a6dced6084ca4dfb9e5a39c644e45))
279
+
280
+
281
+
282
+
283
+
284
+ # 6.0.0-alpha.42 (2024-06-03)
285
+
286
+
287
+ ### Bug Fixes
288
+
289
+ * **EmptyState:** removed extraneous ESIcon component import ([#4056](https://github.com/patternfly/patternfly-org/issues/4056)) ([60f4499](https://github.com/patternfly/patternfly-org/commit/60f4499adf803975175bdcac78b142b72d6f4e96))
290
+
291
+
292
+
293
+
294
+
295
+ # 6.0.0-alpha.41 (2024-06-03)
296
+
297
+ **Note:** Version bump only for package @patternfly/documentation-framework
298
+
299
+
300
+
301
+
302
+
303
+ # 6.0.0-alpha.40 (2024-06-03)
304
+
305
+ **Note:** Version bump only for package @patternfly/documentation-framework
306
+
307
+
308
+
309
+
310
+
311
+ # 6.0.0-alpha.39 (2024-06-03)
312
+
313
+
314
+ ### Bug Fixes
315
+
316
+ * Update README.md ([80e138e](https://github.com/patternfly/patternfly-org/commit/80e138e769f0fddc023946ff618566d4c23c7c88))
317
+
318
+
319
+
320
+
321
+
322
+ # 6.0.0-alpha.38 (2024-05-30)
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * remove spaceItems ([78fb3e6](https://github.com/patternfly/patternfly-org/commit/78fb3e6fa25b9f39c5fbd373305562a01c253bd6))
328
+
329
+
330
+
331
+
332
+
333
+ # 6.0.0-alpha.37 (2024-05-30)
334
+
335
+
336
+ ### Bug Fixes
337
+
338
+ * **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))
339
+
340
+
341
+
342
+
343
+
344
+ # 6.0.0-alpha.36 (2024-05-30)
345
+
346
+
347
+ ### Bug Fixes
348
+
349
+ * address process not defined runtime error ([398e3c8](https://github.com/patternfly/patternfly-org/commit/398e3c8f9c030342cb23c2ad1d7109de642ae205))
350
+
351
+
352
+
353
+
354
+
355
+ # 6.0.0-alpha.35 (2024-05-29)
356
+
357
+
358
+ ### Features
359
+
360
+ * **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))
361
+
362
+
363
+
364
+
365
+
366
+ # 6.0.0-alpha.34 (2024-05-22)
367
+
368
+
369
+ ### Bug Fixes
370
+
371
+ * **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))
372
+
373
+
374
+
375
+
376
+
377
+ # 6.0.0-alpha.33 (2024-05-22)
378
+
379
+ **Note:** Version bump only for package @patternfly/documentation-framework
380
+
381
+
382
+
383
+
384
+
385
+ # 6.0.0-alpha.32 (2024-05-21)
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * **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))
391
+
392
+
393
+
394
+
395
+
396
+ # 6.0.0-alpha.31 (2024-05-21)
397
+
398
+ **Note:** Version bump only for package @patternfly/documentation-framework
399
+
400
+
401
+
402
+
403
+
404
+ # 6.0.0-alpha.30 (2024-05-16)
405
+
406
+ **Note:** Version bump only for package @patternfly/documentation-framework
407
+
408
+
409
+
410
+
411
+
412
+ # 6.0.0-alpha.29 (2024-05-16)
413
+
414
+
415
+ ### Bug Fixes
416
+
417
+ * **navigation:** remove custom sidenav styles ([#4007](https://github.com/patternfly/patternfly-org/issues/4007)) ([466aa44](https://github.com/patternfly/patternfly-org/commit/466aa44383b15355a369b09a792c70fcacf0e57a))
418
+
419
+
420
+
421
+
422
+
423
+ # 6.0.0-alpha.28 (2024-05-14)
424
+
425
+ **Note:** Version bump only for package @patternfly/documentation-framework
426
+
427
+
428
+
429
+
430
+
431
+ # 6.0.0-alpha.27 (2024-05-14)
432
+
433
+
434
+ ### Bug Fixes
435
+
436
+ * 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))
437
+
438
+
439
+
440
+
441
+
442
+ # 6.0.0-alpha.26 (2024-05-14)
443
+
444
+ **Note:** Version bump only for package @patternfly/documentation-framework
445
+
446
+
447
+
448
+
449
+
450
+ # 6.0.0-alpha.25 (2024-05-07)
451
+
452
+
453
+ ### Bug Fixes
454
+
455
+ * **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))
456
+
457
+
458
+
459
+
460
+
461
+ # 6.0.0-alpha.24 (2024-05-06)
462
+
463
+
464
+ ### Bug Fixes
465
+
466
+ * **styles:** Remove and replace global styles ([#3996](https://github.com/patternfly/patternfly-org/issues/3996)) ([41fe3eb](https://github.com/patternfly/patternfly-org/commit/41fe3eba104cc7ef49898fc1b614777bdbd04b22))
467
+
468
+
469
+
470
+
471
+
472
+ # 6.0.0-alpha.23 (2024-05-02)
473
+
474
+
475
+ ### Features
476
+
477
+ * **docs:** update beta button style ([#3961](https://github.com/patternfly/patternfly-org/issues/3961)) ([8a68ab7](https://github.com/patternfly/patternfly-org/commit/8a68ab7852643aac54282923b34feff090be1101))
478
+
479
+
480
+
481
+
482
+
483
+ # 6.0.0-alpha.22 (2024-04-23)
484
+
485
+
486
+ ### Bug Fixes
487
+
488
+ * **docs:** Add tokens back to site ([#3978](https://github.com/patternfly/patternfly-org/issues/3978)) ([1c97da8](https://github.com/patternfly/patternfly-org/commit/1c97da8b92d3fe331e49395c26730c5f4bc3b5e3))
489
+
490
+
491
+
492
+
493
+
494
+ # 6.0.0-alpha.21 (2024-04-17)
495
+
496
+
497
+ ### Bug Fixes
498
+
499
+ * **docs:** whitspace change ([#3966](https://github.com/patternfly/patternfly-org/issues/3966)) ([2199dc8](https://github.com/patternfly/patternfly-org/commit/2199dc883e6d118d6bedfa9d6ced3cefad78c575))
500
+
501
+
502
+
503
+
504
+
505
+ # 5.10.0 (2024-04-02)
506
+
507
+
508
+ ### Features
509
+
510
+ * **Templates:** add to org site ([#3947](https://github.com/patternfly/patternfly-org/issues/3947)) ([a869dee](https://github.com/patternfly/patternfly-org/commit/a869dee87cc39296df9226f3fc1d780dce893a54))
511
+
512
+
513
+
514
+
515
+
516
+ ## 5.9.1 (2024-04-02)
517
+
518
+ **Note:** Version bump only for package @patternfly/documentation-framework
519
+
520
+
521
+
522
+
523
+
524
+ # 5.9.0 (2024-04-02)
525
+
526
+
527
+ ### Features
528
+
529
+ * **docs:** update medium articles ([#3950](https://github.com/patternfly/patternfly-org/issues/3950)) ([5288ec1](https://github.com/patternfly/patternfly-org/commit/5288ec1fb1f7e744ed142585384840c8d415d9e5))
530
+
531
+
532
+
533
+
534
+
535
+ ## 5.8.3 (2024-03-28)
536
+
537
+ **Note:** Version bump only for package @patternfly/documentation-framework
538
+
539
+
540
+
541
+
542
+
543
+ ## 5.8.2 (2024-03-25)
544
+
545
+ **Note:** Version bump only for package @patternfly/documentation-framework
546
+
547
+
548
+
549
+
550
+
551
+ ## 5.8.1 (2024-03-25)
552
+
553
+ **Note:** Version bump only for package @patternfly/documentation-framework
554
+
555
+
556
+
557
+
558
+
559
+ # 5.8.0 (2024-03-20)
560
+
561
+
562
+ ### Features
563
+
564
+ * **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))
565
+
566
+
567
+
568
+
569
+
570
+ # 5.7.0 (2024-03-19)
571
+
572
+
573
+ ### Features
574
+
575
+ * 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))
576
+
577
+
578
+
579
+
580
+
581
+ # 5.6.0 (2024-03-13)
582
+
583
+
584
+ ### Features
585
+
586
+ * **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))
587
+
588
+
589
+
590
+
591
+
592
+ ## 5.5.1 (2024-03-12)
593
+
594
+ **Note:** Version bump only for package @patternfly/documentation-framework
595
+
596
+
597
+
598
+
599
+
600
+ # 5.5.0 (2024-03-08)
601
+
602
+
603
+ ### Features
604
+
605
+ * **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))
606
+
607
+
608
+
609
+
610
+
611
+ ## 5.4.3 (2024-02-27)
612
+
613
+ **Note:** Version bump only for package @patternfly/documentation-framework
614
+
615
+
616
+
617
+
618
+
619
+ ## 5.4.2 (2024-02-14)
620
+
621
+ **Note:** Version bump only for package @patternfly/documentation-framework
622
+
623
+
624
+
625
+
626
+
627
+ ## 5.4.1 (2024-02-06)
628
+
629
+
630
+ ### Bug Fixes
631
+
632
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
633
+
634
+
635
+
636
+
637
+
638
+ # 5.4.0 (2024-02-03)
639
+
640
+
641
+ ### Features
642
+
643
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
644
+
645
+
646
+
647
+
648
+
649
+ ## 5.3.27 (2024-02-01)
650
+
651
+ **Note:** Version bump only for package @patternfly/documentation-framework
652
+
653
+
654
+
655
+
656
+
657
+ ## 5.3.26 (2024-02-01)
658
+
659
+ **Note:** Version bump only for package @patternfly/documentation-framework
660
+
661
+
662
+
663
+
664
+
665
+ ## 5.3.25 (2024-01-30)
666
+
667
+ **Note:** Version bump only for package @patternfly/documentation-framework
668
+
669
+
670
+
671
+
672
+
673
+ ## 5.3.24 (2024-01-30)
674
+
675
+ **Note:** Version bump only for package @patternfly/documentation-framework
676
+
677
+
678
+
679
+
680
+
681
+ ## 5.3.23 (2024-01-19)
682
+
683
+
684
+ ### Bug Fixes
685
+
686
+ * 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))
687
+
688
+
689
+
690
+
691
+
692
+ ## 5.3.22 (2024-01-16)
693
+
694
+ **Note:** Version bump only for package @patternfly/documentation-framework
695
+
696
+
697
+
698
+
699
+
700
+ ## 5.3.21 (2024-01-16)
701
+
702
+
703
+ ### Bug Fixes
704
+
705
+ * 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))
706
+
707
+
708
+
709
+
710
+
711
+ ## 5.3.20 (2024-01-15)
712
+
713
+ **Note:** Version bump only for package @patternfly/documentation-framework
714
+
715
+
716
+
717
+
718
+
719
+ ## 5.3.19 (2024-01-15)
720
+
721
+ **Note:** Version bump only for package @patternfly/documentation-framework
722
+
723
+
724
+
725
+
726
+
727
+ ## 5.3.18 (2024-01-12)
728
+
729
+
730
+ ### Bug Fixes
731
+
732
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
733
+
734
+
735
+
736
+
737
+
738
+ ## 5.3.17 (2024-01-05)
739
+
740
+ **Note:** Version bump only for package @patternfly/documentation-framework
741
+
742
+
743
+
744
+
745
+
746
+ ## 5.3.16 (2024-01-03)
747
+
748
+ **Note:** Version bump only for package @patternfly/documentation-framework
749
+
750
+
751
+
752
+
753
+
754
+ ## 5.3.15 (2023-12-14)
755
+
756
+ **Note:** Version bump only for package @patternfly/documentation-framework
757
+
758
+
759
+
760
+
761
+
762
+ # 6.0.0-alpha.20 (2024-04-03)
763
+
764
+
765
+ ### Bug Fixes
766
+
767
+ * dark theme use v6 classname ([54cdb71](https://github.com/patternfly/patternfly-org/commit/54cdb717052eb00da735b0c7db6a82db4ef5f9de))
768
+
769
+
770
+
771
+
772
+
773
+ # 6.0.0-alpha.19 (2024-04-02)
774
+
775
+
776
+ ### Features
777
+
778
+ * **misc:** update alpha versions ([#3951](https://github.com/patternfly/patternfly-org/issues/3951)) ([c9c41ab](https://github.com/patternfly/patternfly-org/commit/c9c41abc396347e17d0e5afd5431331b80860ebb))
779
+
780
+
781
+
782
+
783
+
784
+ # 6.0.0-alpha.18 (2024-03-29)
785
+
786
+ **Note:** Version bump only for package @patternfly/documentation-framework
787
+
788
+
789
+
790
+
791
+
792
+ # 6.0.0-alpha.17 (2024-03-28)
793
+
794
+ **Note:** Version bump only for package @patternfly/documentation-framework
795
+
796
+
797
+
798
+
799
+
800
+ # 6.0.0-alpha.16 (2024-03-27)
801
+
802
+ **Note:** Version bump only for package @patternfly/documentation-framework
803
+
804
+
805
+
806
+
807
+
808
+ # 6.0.0-alpha.15 (2024-03-26)
809
+
810
+
811
+ ### Bug Fixes
812
+
813
+ * **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))
814
+
815
+
816
+
817
+
818
+
819
+ # 6.0.0-alpha.14 (2024-03-22)
820
+
821
+ **Note:** Version bump only for package @patternfly/documentation-framework
822
+
823
+
824
+
825
+
826
+
827
+ # 6.0.0-alpha.13 (2024-03-21)
828
+
829
+ **Note:** Version bump only for package @patternfly/documentation-framework
830
+
831
+
832
+
833
+
834
+
835
+ # 6.0.0-alpha.12 (2024-02-27)
836
+
837
+ **Note:** Version bump only for package @patternfly/documentation-framework
838
+
839
+
840
+
841
+
842
+
843
+ # 6.0.0-alpha.11 (2024-02-22)
844
+
845
+
846
+ ### Features
847
+
848
+ * pull in latest alpha with new v6 prefixes ([#3899](https://github.com/patternfly/patternfly-org/issues/3899)) ([8e57612](https://github.com/patternfly/patternfly-org/commit/8e57612b00b626a1d5b8d8762139a1499cf46aa3))
849
+
850
+
851
+
852
+
853
+
854
+ # 6.0.0-alpha.10 (2024-02-01)
855
+
856
+
857
+ ### Bug Fixes
858
+
859
+ * bump docs framework version ([815e094](https://github.com/patternfly/patternfly-org/commit/815e09456987062a9b5d8a17c960698fd0c1c81c))
860
+
861
+
862
+
863
+
864
+
865
+ # 6.0.0-alpha.9 (2024-01-23)
866
+
867
+
868
+ ### Bug Fixes
869
+
870
+ * Update versions.json to include drag drop alpha ([9d924b7](https://github.com/patternfly/patternfly-org/commit/9d924b747cc3e431dffe438ed41940fbd610aa91))
871
+
872
+
873
+
874
+
875
+
876
+ # 6.0.0-alpha.8 (2024-01-15)
877
+
878
+ **Note:** Version bump only for package @patternfly/documentation-framework
879
+
880
+
881
+
882
+
883
+
6
884
  # 6.0.0-alpha.7 (2024-01-12)
7
885
 
8
886
 
@@ -76,6 +954,195 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
76
954
 
77
955
  * try a v6 release ([7d3150c](https://github.com/patternfly/patternfly-org/commit/7d3150c1195b013001720d1e5161cbb724a0d73b))
78
956
 
957
+ # Change Log
958
+
959
+ All notable changes to this project will be documented in this file.
960
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
961
+
962
+ # 5.8.0 (2024-03-20)
963
+
964
+
965
+ ### Features
966
+
967
+ * **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))
968
+
969
+
970
+
971
+
972
+
973
+ # 5.7.0 (2024-03-19)
974
+
975
+
976
+ ### Features
977
+
978
+ * 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))
979
+
980
+
981
+
982
+
983
+
984
+ # 5.6.0 (2024-03-13)
985
+
986
+
987
+ ### Features
988
+
989
+ * **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))
990
+
991
+
992
+
993
+
994
+
995
+ ## 5.5.1 (2024-03-12)
996
+
997
+ **Note:** Version bump only for package @patternfly/documentation-framework
998
+
999
+
1000
+
1001
+
1002
+
1003
+ # 5.5.0 (2024-03-08)
1004
+
1005
+
1006
+ ### Features
1007
+
1008
+ * **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))
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ ## 5.4.3 (2024-02-27)
1015
+
1016
+ **Note:** Version bump only for package @patternfly/documentation-framework
1017
+
1018
+
1019
+
1020
+
1021
+
1022
+ ## 5.4.2 (2024-02-14)
1023
+
1024
+ **Note:** Version bump only for package @patternfly/documentation-framework
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ ## 5.4.1 (2024-02-06)
1031
+
1032
+
1033
+ ### Bug Fixes
1034
+
1035
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
1036
+
1037
+
1038
+
1039
+
1040
+
1041
+ # 5.4.0 (2024-02-03)
1042
+
1043
+
1044
+ ### Features
1045
+
1046
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
1047
+
1048
+
1049
+
1050
+
1051
+
1052
+ ## 5.3.27 (2024-02-01)
1053
+
1054
+ **Note:** Version bump only for package @patternfly/documentation-framework
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+ ## 5.3.26 (2024-02-01)
1061
+
1062
+ **Note:** Version bump only for package @patternfly/documentation-framework
1063
+
1064
+
1065
+
1066
+
1067
+
1068
+ ## 5.3.25 (2024-01-30)
1069
+
1070
+ **Note:** Version bump only for package @patternfly/documentation-framework
1071
+
1072
+
1073
+
1074
+
1075
+
1076
+ ## 5.3.24 (2024-01-30)
1077
+
1078
+ **Note:** Version bump only for package @patternfly/documentation-framework
1079
+
1080
+
1081
+
1082
+
1083
+
1084
+ ## 5.3.23 (2024-01-19)
1085
+
1086
+
1087
+ ### Bug Fixes
1088
+
1089
+ * 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))
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+ ## 5.3.22 (2024-01-16)
1096
+
1097
+ **Note:** Version bump only for package @patternfly/documentation-framework
1098
+
1099
+
1100
+
1101
+
1102
+
1103
+ ## 5.3.21 (2024-01-16)
1104
+
1105
+
1106
+ ### Bug Fixes
1107
+
1108
+ * 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))
1109
+
1110
+
1111
+
1112
+
1113
+ ## 5.3.20 (2024-01-15)
1114
+
1115
+ **Note:** Version bump only for package @patternfly/documentation-framework
1116
+
1117
+
1118
+ ## 5.3.19 (2024-01-15)
1119
+
1120
+ **Note:** Version bump only for package @patternfly/documentation-framework
1121
+
1122
+
1123
+ ## 5.3.18 (2024-01-12)
1124
+
1125
+
1126
+ ### Bug Fixes
1127
+
1128
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
1129
+
1130
+
1131
+ ## 5.3.17 (2024-01-05)
1132
+
1133
+ **Note:** Version bump only for package @patternfly/documentation-framework
1134
+
1135
+
1136
+ ## 5.3.16 (2024-01-03)
1137
+
1138
+ **Note:** Version bump only for package @patternfly/documentation-framework
1139
+
1140
+
1141
+
1142
+ ## 5.3.15 (2023-12-14)
1143
+
1144
+ **Note:** Version bump only for package @patternfly/documentation-framework
1145
+
79
1146
 
80
1147
 
81
1148