@patternfly/documentation-framework 6.0.0-alpha.5 → 6.0.0-alpha.50

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 (38) hide show
  1. package/CHANGELOG.md +893 -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 +4 -4
  6. package/components/cssVariables/cssVariables.js +6 -6
  7. package/components/example/example.css +13 -57
  8. package/components/example/example.js +148 -78
  9. package/components/example/exampleToolbar.js +3 -2
  10. package/components/footer/footer.css +16 -16
  11. package/components/footer/footer.js +29 -29
  12. package/components/gdprBanner/gdprBanner.css +0 -3
  13. package/components/gdprBanner/gdprBanner.js +24 -17
  14. package/components/inlineAlert/inlineAlert.js +1 -1
  15. package/components/propsTable/propsTable.js +14 -10
  16. package/components/sectionGallery/sectionDataListLayout.js +3 -3
  17. package/components/sectionGallery/sectionGallery.css +12 -12
  18. package/components/sectionGallery/sectionGalleryToolbar.js +1 -1
  19. package/components/sideNav/sideNav.js +3 -4
  20. package/components/tableOfContents/tableOfContents.css +23 -24
  21. package/layouts/sideNavLayout/sideNavLayout.css +14 -14
  22. package/layouts/sideNavLayout/sideNavLayout.js +58 -33
  23. package/package.json +13 -20
  24. package/pages/404/404.css +2 -2
  25. package/pages/404/index.js +5 -8
  26. package/routes.js +3 -1
  27. package/scripts/md/anchor-header.js +1 -1
  28. package/scripts/md/parseMD.js +20 -18
  29. package/scripts/md/styled-tags.js +22 -14
  30. package/scripts/webpack/webpack.base.config.js +7 -18
  31. package/scripts/writeScreenshots.js +2 -2
  32. package/templates/mdx.css +28 -229
  33. package/templates/mdx.js +37 -40
  34. package/templates/patternfly-docs/patternfly-docs.source.js +8 -8
  35. package/versions.json +39 -12
  36. package/components/sideNav/sideNav.css +0 -21
  37. package/pages/global-css-variables.md +0 -109
  38. package/pages/img/component-variable-mapping.png +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,710 @@
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.50 (2024-06-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * clean up gdpr banner styles ([#4082](https://github.com/patternfly/patternfly-org/issues/4082)) ([1ed25c5](https://github.com/patternfly/patternfly-org/commit/1ed25c500fa83434d2df266464acae3e84e34bf3))
12
+
13
+
14
+
15
+
16
+
17
+ # 6.0.0-alpha.49 (2024-06-20)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * cleaning out example.css ([#4081](https://github.com/patternfly/patternfly-org/issues/4081)) ([c06d13d](https://github.com/patternfly/patternfly-org/commit/c06d13d63df648f64e1c07f4e0ddb24e845ef405))
23
+
24
+
25
+
26
+
27
+
28
+ # 6.0.0-alpha.48 (2024-06-18)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * add component groups alpha docs ([#4105](https://github.com/patternfly/patternfly-org/issues/4105)) ([f9c2be1](https://github.com/patternfly/patternfly-org/commit/f9c2be12f74dad69e390ba66af5cc34a350fa619))
34
+
35
+
36
+
37
+
38
+
39
+ # 6.0.0-alpha.47 (2024-06-17)
40
+
41
+
42
+ ### Features
43
+
44
+ * **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))
45
+
46
+
47
+
48
+
49
+
50
+ # 6.0.0-alpha.46 (2024-06-17)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * lots of bumps ([#4103](https://github.com/patternfly/patternfly-org/issues/4103)) ([b0a146d](https://github.com/patternfly/patternfly-org/commit/b0a146dbd0fc16a65c5f1787c5b8308a8008e6ac))
56
+
57
+
58
+
59
+
60
+
61
+ # 6.0.0-alpha.45 (2024-06-12)
62
+
63
+ **Note:** Version bump only for package @patternfly/documentation-framework
64
+
65
+
66
+
67
+
68
+
69
+ # 6.0.0-alpha.44 (2024-06-06)
70
+
71
+ **Note:** Version bump only for package @patternfly/documentation-framework
72
+
73
+
74
+
75
+
76
+
77
+ # 6.0.0-alpha.43 (2024-06-04)
78
+
79
+
80
+ ### Bug Fixes
81
+
82
+ * enable some extensions docs ([#4058](https://github.com/patternfly/patternfly-org/issues/4058)) ([0ef77e1](https://github.com/patternfly/patternfly-org/commit/0ef77e15727a6dced6084ca4dfb9e5a39c644e45))
83
+
84
+
85
+
86
+
87
+
88
+ # 6.0.0-alpha.42 (2024-06-03)
89
+
90
+
91
+ ### Bug Fixes
92
+
93
+ * **EmptyState:** removed extraneous ESIcon component import ([#4056](https://github.com/patternfly/patternfly-org/issues/4056)) ([60f4499](https://github.com/patternfly/patternfly-org/commit/60f4499adf803975175bdcac78b142b72d6f4e96))
94
+
95
+
96
+
97
+
98
+
99
+ # 6.0.0-alpha.41 (2024-06-03)
100
+
101
+ **Note:** Version bump only for package @patternfly/documentation-framework
102
+
103
+
104
+
105
+
106
+
107
+ # 6.0.0-alpha.40 (2024-06-03)
108
+
109
+ **Note:** Version bump only for package @patternfly/documentation-framework
110
+
111
+
112
+
113
+
114
+
115
+ # 6.0.0-alpha.39 (2024-06-03)
116
+
117
+
118
+ ### Bug Fixes
119
+
120
+ * Update README.md ([80e138e](https://github.com/patternfly/patternfly-org/commit/80e138e769f0fddc023946ff618566d4c23c7c88))
121
+
122
+
123
+
124
+
125
+
126
+ # 6.0.0-alpha.38 (2024-05-30)
127
+
128
+
129
+ ### Bug Fixes
130
+
131
+ * remove spaceItems ([78fb3e6](https://github.com/patternfly/patternfly-org/commit/78fb3e6fa25b9f39c5fbd373305562a01c253bd6))
132
+
133
+
134
+
135
+
136
+
137
+ # 6.0.0-alpha.37 (2024-05-30)
138
+
139
+
140
+ ### Bug Fixes
141
+
142
+ * **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))
143
+
144
+
145
+
146
+
147
+
148
+ # 6.0.0-alpha.36 (2024-05-30)
149
+
150
+
151
+ ### Bug Fixes
152
+
153
+ * address process not defined runtime error ([398e3c8](https://github.com/patternfly/patternfly-org/commit/398e3c8f9c030342cb23c2ad1d7109de642ae205))
154
+
155
+
156
+
157
+
158
+
159
+ # 6.0.0-alpha.35 (2024-05-29)
160
+
161
+
162
+ ### Features
163
+
164
+ * **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))
165
+
166
+
167
+
168
+
169
+
170
+ # 6.0.0-alpha.34 (2024-05-22)
171
+
172
+
173
+ ### Bug Fixes
174
+
175
+ * **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))
176
+
177
+
178
+
179
+
180
+
181
+ # 6.0.0-alpha.33 (2024-05-22)
182
+
183
+ **Note:** Version bump only for package @patternfly/documentation-framework
184
+
185
+
186
+
187
+
188
+
189
+ # 6.0.0-alpha.32 (2024-05-21)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **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))
195
+
196
+
197
+
198
+
199
+
200
+ # 6.0.0-alpha.31 (2024-05-21)
201
+
202
+ **Note:** Version bump only for package @patternfly/documentation-framework
203
+
204
+
205
+
206
+
207
+
208
+ # 6.0.0-alpha.30 (2024-05-16)
209
+
210
+ **Note:** Version bump only for package @patternfly/documentation-framework
211
+
212
+
213
+
214
+
215
+
216
+ # 6.0.0-alpha.29 (2024-05-16)
217
+
218
+
219
+ ### Bug Fixes
220
+
221
+ * **navigation:** remove custom sidenav styles ([#4007](https://github.com/patternfly/patternfly-org/issues/4007)) ([466aa44](https://github.com/patternfly/patternfly-org/commit/466aa44383b15355a369b09a792c70fcacf0e57a))
222
+
223
+
224
+
225
+
226
+
227
+ # 6.0.0-alpha.28 (2024-05-14)
228
+
229
+ **Note:** Version bump only for package @patternfly/documentation-framework
230
+
231
+
232
+
233
+
234
+
235
+ # 6.0.0-alpha.27 (2024-05-14)
236
+
237
+
238
+ ### Bug Fixes
239
+
240
+ * 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))
241
+
242
+
243
+
244
+
245
+
246
+ # 6.0.0-alpha.26 (2024-05-14)
247
+
248
+ **Note:** Version bump only for package @patternfly/documentation-framework
249
+
250
+
251
+
252
+
253
+
254
+ # 6.0.0-alpha.25 (2024-05-07)
255
+
256
+
257
+ ### Bug Fixes
258
+
259
+ * **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))
260
+
261
+
262
+
263
+
264
+
265
+ # 6.0.0-alpha.24 (2024-05-06)
266
+
267
+
268
+ ### Bug Fixes
269
+
270
+ * **styles:** Remove and replace global styles ([#3996](https://github.com/patternfly/patternfly-org/issues/3996)) ([41fe3eb](https://github.com/patternfly/patternfly-org/commit/41fe3eba104cc7ef49898fc1b614777bdbd04b22))
271
+
272
+
273
+
274
+
275
+
276
+ # 6.0.0-alpha.23 (2024-05-02)
277
+
278
+
279
+ ### Features
280
+
281
+ * **docs:** update beta button style ([#3961](https://github.com/patternfly/patternfly-org/issues/3961)) ([8a68ab7](https://github.com/patternfly/patternfly-org/commit/8a68ab7852643aac54282923b34feff090be1101))
282
+
283
+
284
+
285
+
286
+
287
+ # 6.0.0-alpha.22 (2024-04-23)
288
+
289
+
290
+ ### Bug Fixes
291
+
292
+ * **docs:** Add tokens back to site ([#3978](https://github.com/patternfly/patternfly-org/issues/3978)) ([1c97da8](https://github.com/patternfly/patternfly-org/commit/1c97da8b92d3fe331e49395c26730c5f4bc3b5e3))
293
+
294
+
295
+
296
+
297
+
298
+ # 6.0.0-alpha.21 (2024-04-17)
299
+
300
+
301
+ ### Bug Fixes
302
+
303
+ * **docs:** whitspace change ([#3966](https://github.com/patternfly/patternfly-org/issues/3966)) ([2199dc8](https://github.com/patternfly/patternfly-org/commit/2199dc883e6d118d6bedfa9d6ced3cefad78c575))
304
+
305
+
306
+
307
+
308
+
309
+ # 5.10.0 (2024-04-02)
310
+
311
+
312
+ ### Features
313
+
314
+ * **Templates:** add to org site ([#3947](https://github.com/patternfly/patternfly-org/issues/3947)) ([a869dee](https://github.com/patternfly/patternfly-org/commit/a869dee87cc39296df9226f3fc1d780dce893a54))
315
+
316
+
317
+
318
+
319
+
320
+ ## 5.9.1 (2024-04-02)
321
+
322
+ **Note:** Version bump only for package @patternfly/documentation-framework
323
+
324
+
325
+
326
+
327
+
328
+ # 5.9.0 (2024-04-02)
329
+
330
+
331
+ ### Features
332
+
333
+ * **docs:** update medium articles ([#3950](https://github.com/patternfly/patternfly-org/issues/3950)) ([5288ec1](https://github.com/patternfly/patternfly-org/commit/5288ec1fb1f7e744ed142585384840c8d415d9e5))
334
+
335
+
336
+
337
+
338
+
339
+ ## 5.8.3 (2024-03-28)
340
+
341
+ **Note:** Version bump only for package @patternfly/documentation-framework
342
+
343
+
344
+
345
+
346
+
347
+ ## 5.8.2 (2024-03-25)
348
+
349
+ **Note:** Version bump only for package @patternfly/documentation-framework
350
+
351
+
352
+
353
+
354
+
355
+ ## 5.8.1 (2024-03-25)
356
+
357
+ **Note:** Version bump only for package @patternfly/documentation-framework
358
+
359
+
360
+
361
+
362
+
363
+ # 5.8.0 (2024-03-20)
364
+
365
+
366
+ ### Features
367
+
368
+ * **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))
369
+
370
+
371
+
372
+
373
+
374
+ # 5.7.0 (2024-03-19)
375
+
376
+
377
+ ### Features
378
+
379
+ * 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))
380
+
381
+
382
+
383
+
384
+
385
+ # 5.6.0 (2024-03-13)
386
+
387
+
388
+ ### Features
389
+
390
+ * **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))
391
+
392
+
393
+
394
+
395
+
396
+ ## 5.5.1 (2024-03-12)
397
+
398
+ **Note:** Version bump only for package @patternfly/documentation-framework
399
+
400
+
401
+
402
+
403
+
404
+ # 5.5.0 (2024-03-08)
405
+
406
+
407
+ ### Features
408
+
409
+ * **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))
410
+
411
+
412
+
413
+
414
+
415
+ ## 5.4.3 (2024-02-27)
416
+
417
+ **Note:** Version bump only for package @patternfly/documentation-framework
418
+
419
+
420
+
421
+
422
+
423
+ ## 5.4.2 (2024-02-14)
424
+
425
+ **Note:** Version bump only for package @patternfly/documentation-framework
426
+
427
+
428
+
429
+
430
+
431
+ ## 5.4.1 (2024-02-06)
432
+
433
+
434
+ ### Bug Fixes
435
+
436
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
437
+
438
+
439
+
440
+
441
+
442
+ # 5.4.0 (2024-02-03)
443
+
444
+
445
+ ### Features
446
+
447
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
448
+
449
+
450
+
451
+
452
+
453
+ ## 5.3.27 (2024-02-01)
454
+
455
+ **Note:** Version bump only for package @patternfly/documentation-framework
456
+
457
+
458
+
459
+
460
+
461
+ ## 5.3.26 (2024-02-01)
462
+
463
+ **Note:** Version bump only for package @patternfly/documentation-framework
464
+
465
+
466
+
467
+
468
+
469
+ ## 5.3.25 (2024-01-30)
470
+
471
+ **Note:** Version bump only for package @patternfly/documentation-framework
472
+
473
+
474
+
475
+
476
+
477
+ ## 5.3.24 (2024-01-30)
478
+
479
+ **Note:** Version bump only for package @patternfly/documentation-framework
480
+
481
+
482
+
483
+
484
+
485
+ ## 5.3.23 (2024-01-19)
486
+
487
+
488
+ ### Bug Fixes
489
+
490
+ * 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))
491
+
492
+
493
+
494
+
495
+
496
+ ## 5.3.22 (2024-01-16)
497
+
498
+ **Note:** Version bump only for package @patternfly/documentation-framework
499
+
500
+
501
+
502
+
503
+
504
+ ## 5.3.21 (2024-01-16)
505
+
506
+
507
+ ### Bug Fixes
508
+
509
+ * 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))
510
+
511
+
512
+
513
+
514
+
515
+ ## 5.3.20 (2024-01-15)
516
+
517
+ **Note:** Version bump only for package @patternfly/documentation-framework
518
+
519
+
520
+
521
+
522
+
523
+ ## 5.3.19 (2024-01-15)
524
+
525
+ **Note:** Version bump only for package @patternfly/documentation-framework
526
+
527
+
528
+
529
+
530
+
531
+ ## 5.3.18 (2024-01-12)
532
+
533
+
534
+ ### Bug Fixes
535
+
536
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
537
+
538
+
539
+
540
+
541
+
542
+ ## 5.3.17 (2024-01-05)
543
+
544
+ **Note:** Version bump only for package @patternfly/documentation-framework
545
+
546
+
547
+
548
+
549
+
550
+ ## 5.3.16 (2024-01-03)
551
+
552
+ **Note:** Version bump only for package @patternfly/documentation-framework
553
+
554
+
555
+
556
+
557
+
558
+ ## 5.3.15 (2023-12-14)
559
+
560
+ **Note:** Version bump only for package @patternfly/documentation-framework
561
+
562
+
563
+
564
+
565
+
566
+ # 6.0.0-alpha.20 (2024-04-03)
567
+
568
+
569
+ ### Bug Fixes
570
+
571
+ * dark theme use v6 classname ([54cdb71](https://github.com/patternfly/patternfly-org/commit/54cdb717052eb00da735b0c7db6a82db4ef5f9de))
572
+
573
+
574
+
575
+
576
+
577
+ # 6.0.0-alpha.19 (2024-04-02)
578
+
579
+
580
+ ### Features
581
+
582
+ * **misc:** update alpha versions ([#3951](https://github.com/patternfly/patternfly-org/issues/3951)) ([c9c41ab](https://github.com/patternfly/patternfly-org/commit/c9c41abc396347e17d0e5afd5431331b80860ebb))
583
+
584
+
585
+
586
+
587
+
588
+ # 6.0.0-alpha.18 (2024-03-29)
589
+
590
+ **Note:** Version bump only for package @patternfly/documentation-framework
591
+
592
+
593
+
594
+
595
+
596
+ # 6.0.0-alpha.17 (2024-03-28)
597
+
598
+ **Note:** Version bump only for package @patternfly/documentation-framework
599
+
600
+
601
+
602
+
603
+
604
+ # 6.0.0-alpha.16 (2024-03-27)
605
+
606
+ **Note:** Version bump only for package @patternfly/documentation-framework
607
+
608
+
609
+
610
+
611
+
612
+ # 6.0.0-alpha.15 (2024-03-26)
613
+
614
+
615
+ ### Bug Fixes
616
+
617
+ * **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))
618
+
619
+
620
+
621
+
622
+
623
+ # 6.0.0-alpha.14 (2024-03-22)
624
+
625
+ **Note:** Version bump only for package @patternfly/documentation-framework
626
+
627
+
628
+
629
+
630
+
631
+ # 6.0.0-alpha.13 (2024-03-21)
632
+
633
+ **Note:** Version bump only for package @patternfly/documentation-framework
634
+
635
+
636
+
637
+
638
+
639
+ # 6.0.0-alpha.12 (2024-02-27)
640
+
641
+ **Note:** Version bump only for package @patternfly/documentation-framework
642
+
643
+
644
+
645
+
646
+
647
+ # 6.0.0-alpha.11 (2024-02-22)
648
+
649
+
650
+ ### Features
651
+
652
+ * 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))
653
+
654
+
655
+
656
+
657
+
658
+ # 6.0.0-alpha.10 (2024-02-01)
659
+
660
+
661
+ ### Bug Fixes
662
+
663
+ * bump docs framework version ([815e094](https://github.com/patternfly/patternfly-org/commit/815e09456987062a9b5d8a17c960698fd0c1c81c))
664
+
665
+
666
+
667
+
668
+
669
+ # 6.0.0-alpha.9 (2024-01-23)
670
+
671
+
672
+ ### Bug Fixes
673
+
674
+ * Update versions.json to include drag drop alpha ([9d924b7](https://github.com/patternfly/patternfly-org/commit/9d924b747cc3e431dffe438ed41940fbd610aa91))
675
+
676
+
677
+
678
+
679
+
680
+ # 6.0.0-alpha.8 (2024-01-15)
681
+
682
+ **Note:** Version bump only for package @patternfly/documentation-framework
683
+
684
+
685
+
686
+
687
+
688
+ # 6.0.0-alpha.7 (2024-01-12)
689
+
690
+
691
+ ### Bug Fixes
692
+
693
+ * Update brand svg id to avoid duplicate ids ([55d351b](https://github.com/patternfly/patternfly-org/commit/55d351be1b8d4d4f0b6d5f5090cbedc6629c6d94))
694
+
695
+
696
+
697
+
698
+
699
+ # 6.0.0-alpha.6 (2024-01-12)
700
+
701
+
702
+ ### Bug Fixes
703
+
704
+ * bump puppeteer ([#3858](https://github.com/patternfly/patternfly-org/issues/3858)) ([2182a0f](https://github.com/patternfly/patternfly-org/commit/2182a0fe4d4d50c866703efe316deafffc44e5a2))
705
+
706
+
707
+
708
+
709
+
6
710
  # 6.0.0-alpha.5 (2023-12-20)
7
711
 
8
712
 
@@ -54,6 +758,195 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
54
758
 
55
759
  * try a v6 release ([7d3150c](https://github.com/patternfly/patternfly-org/commit/7d3150c1195b013001720d1e5161cbb724a0d73b))
56
760
 
761
+ # Change Log
762
+
763
+ All notable changes to this project will be documented in this file.
764
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
765
+
766
+ # 5.8.0 (2024-03-20)
767
+
768
+
769
+ ### Features
770
+
771
+ * **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))
772
+
773
+
774
+
775
+
776
+
777
+ # 5.7.0 (2024-03-19)
778
+
779
+
780
+ ### Features
781
+
782
+ * 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))
783
+
784
+
785
+
786
+
787
+
788
+ # 5.6.0 (2024-03-13)
789
+
790
+
791
+ ### Features
792
+
793
+ * **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))
794
+
795
+
796
+
797
+
798
+
799
+ ## 5.5.1 (2024-03-12)
800
+
801
+ **Note:** Version bump only for package @patternfly/documentation-framework
802
+
803
+
804
+
805
+
806
+
807
+ # 5.5.0 (2024-03-08)
808
+
809
+
810
+ ### Features
811
+
812
+ * **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))
813
+
814
+
815
+
816
+
817
+
818
+ ## 5.4.3 (2024-02-27)
819
+
820
+ **Note:** Version bump only for package @patternfly/documentation-framework
821
+
822
+
823
+
824
+
825
+
826
+ ## 5.4.2 (2024-02-14)
827
+
828
+ **Note:** Version bump only for package @patternfly/documentation-framework
829
+
830
+
831
+
832
+
833
+
834
+ ## 5.4.1 (2024-02-06)
835
+
836
+
837
+ ### Bug Fixes
838
+
839
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
840
+
841
+
842
+
843
+
844
+
845
+ # 5.4.0 (2024-02-03)
846
+
847
+
848
+ ### Features
849
+
850
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
851
+
852
+
853
+
854
+
855
+
856
+ ## 5.3.27 (2024-02-01)
857
+
858
+ **Note:** Version bump only for package @patternfly/documentation-framework
859
+
860
+
861
+
862
+
863
+
864
+ ## 5.3.26 (2024-02-01)
865
+
866
+ **Note:** Version bump only for package @patternfly/documentation-framework
867
+
868
+
869
+
870
+
871
+
872
+ ## 5.3.25 (2024-01-30)
873
+
874
+ **Note:** Version bump only for package @patternfly/documentation-framework
875
+
876
+
877
+
878
+
879
+
880
+ ## 5.3.24 (2024-01-30)
881
+
882
+ **Note:** Version bump only for package @patternfly/documentation-framework
883
+
884
+
885
+
886
+
887
+
888
+ ## 5.3.23 (2024-01-19)
889
+
890
+
891
+ ### Bug Fixes
892
+
893
+ * 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))
894
+
895
+
896
+
897
+
898
+
899
+ ## 5.3.22 (2024-01-16)
900
+
901
+ **Note:** Version bump only for package @patternfly/documentation-framework
902
+
903
+
904
+
905
+
906
+
907
+ ## 5.3.21 (2024-01-16)
908
+
909
+
910
+ ### Bug Fixes
911
+
912
+ * 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))
913
+
914
+
915
+
916
+
917
+ ## 5.3.20 (2024-01-15)
918
+
919
+ **Note:** Version bump only for package @patternfly/documentation-framework
920
+
921
+
922
+ ## 5.3.19 (2024-01-15)
923
+
924
+ **Note:** Version bump only for package @patternfly/documentation-framework
925
+
926
+
927
+ ## 5.3.18 (2024-01-12)
928
+
929
+
930
+ ### Bug Fixes
931
+
932
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
933
+
934
+
935
+ ## 5.3.17 (2024-01-05)
936
+
937
+ **Note:** Version bump only for package @patternfly/documentation-framework
938
+
939
+
940
+ ## 5.3.16 (2024-01-03)
941
+
942
+ **Note:** Version bump only for package @patternfly/documentation-framework
943
+
944
+
945
+
946
+ ## 5.3.15 (2023-12-14)
947
+
948
+ **Note:** Version bump only for package @patternfly/documentation-framework
949
+
57
950
 
58
951
 
59
952