@patternfly/documentation-framework 6.0.0-alpha.8 → 6.0.0-alpha.80

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