@patternfly/documentation-framework 6.0.0-alpha.3 → 6.0.0-alpha.30

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 (35) hide show
  1. package/CHANGELOG.md +713 -0
  2. package/app.js +1 -4
  3. package/components/autoLinkHeader/autoLinkHeader.css +2 -2
  4. package/components/autoLinkHeader/autoLinkHeader.js +2 -2
  5. package/components/cssVariables/cssVariables.css +4 -4
  6. package/components/cssVariables/cssVariables.js +6 -6
  7. package/components/example/example.css +29 -29
  8. package/components/example/example.js +122 -56
  9. package/components/example/exampleToolbar.js +3 -2
  10. package/components/footer/footer.css +16 -16
  11. package/components/footer/footer.js +13 -13
  12. package/components/gdprBanner/gdprBanner.css +2 -2
  13. package/components/gdprBanner/gdprBanner.js +4 -4
  14. package/components/inlineAlert/inlineAlert.js +1 -1
  15. package/components/propsTable/propsTable.js +3 -3
  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 +79 -26
  23. package/package.json +13 -20
  24. package/pages/404/404.css +2 -2
  25. package/pages/404/index.js +3 -1
  26. package/routes.js +3 -1
  27. package/scripts/md/parseMD.js +20 -18
  28. package/scripts/webpack/webpack.base.config.js +7 -18
  29. package/scripts/writeScreenshots.js +2 -2
  30. package/templates/mdx.css +169 -157
  31. package/templates/mdx.js +16 -10
  32. package/versions.json +85 -9
  33. package/components/sideNav/sideNav.css +0 -21
  34. package/pages/global-css-variables.md +0 -109
  35. package/pages/img/component-variable-mapping.png +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,530 @@
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.30 (2024-05-16)
7
+
8
+ **Note:** Version bump only for package @patternfly/documentation-framework
9
+
10
+
11
+
12
+
13
+
14
+ # 6.0.0-alpha.29 (2024-05-16)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **navigation:** remove custom sidenav styles ([#4007](https://github.com/patternfly/patternfly-org/issues/4007)) ([466aa44](https://github.com/patternfly/patternfly-org/commit/466aa44383b15355a369b09a792c70fcacf0e57a))
20
+
21
+
22
+
23
+
24
+
25
+ # 6.0.0-alpha.28 (2024-05-14)
26
+
27
+ **Note:** Version bump only for package @patternfly/documentation-framework
28
+
29
+
30
+
31
+
32
+
33
+ # 6.0.0-alpha.27 (2024-05-14)
34
+
35
+
36
+ ### Bug Fixes
37
+
38
+ * 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))
39
+
40
+
41
+
42
+
43
+
44
+ # 6.0.0-alpha.26 (2024-05-14)
45
+
46
+ **Note:** Version bump only for package @patternfly/documentation-framework
47
+
48
+
49
+
50
+
51
+
52
+ # 6.0.0-alpha.25 (2024-05-07)
53
+
54
+
55
+ ### Bug Fixes
56
+
57
+ * **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))
58
+
59
+
60
+
61
+
62
+
63
+ # 6.0.0-alpha.24 (2024-05-06)
64
+
65
+
66
+ ### Bug Fixes
67
+
68
+ * **styles:** Remove and replace global styles ([#3996](https://github.com/patternfly/patternfly-org/issues/3996)) ([41fe3eb](https://github.com/patternfly/patternfly-org/commit/41fe3eba104cc7ef49898fc1b614777bdbd04b22))
69
+
70
+
71
+
72
+
73
+
74
+ # 6.0.0-alpha.23 (2024-05-02)
75
+
76
+
77
+ ### Features
78
+
79
+ * **docs:** update beta button style ([#3961](https://github.com/patternfly/patternfly-org/issues/3961)) ([8a68ab7](https://github.com/patternfly/patternfly-org/commit/8a68ab7852643aac54282923b34feff090be1101))
80
+
81
+
82
+
83
+
84
+
85
+ # 6.0.0-alpha.22 (2024-04-23)
86
+
87
+
88
+ ### Bug Fixes
89
+
90
+ * **docs:** Add tokens back to site ([#3978](https://github.com/patternfly/patternfly-org/issues/3978)) ([1c97da8](https://github.com/patternfly/patternfly-org/commit/1c97da8b92d3fe331e49395c26730c5f4bc3b5e3))
91
+
92
+
93
+
94
+
95
+
96
+ # 6.0.0-alpha.21 (2024-04-17)
97
+
98
+
99
+ ### Bug Fixes
100
+
101
+ * **docs:** whitspace change ([#3966](https://github.com/patternfly/patternfly-org/issues/3966)) ([2199dc8](https://github.com/patternfly/patternfly-org/commit/2199dc883e6d118d6bedfa9d6ced3cefad78c575))
102
+
103
+
104
+
105
+
106
+
107
+ # 5.10.0 (2024-04-02)
108
+
109
+
110
+ ### Features
111
+
112
+ * **Templates:** add to org site ([#3947](https://github.com/patternfly/patternfly-org/issues/3947)) ([a869dee](https://github.com/patternfly/patternfly-org/commit/a869dee87cc39296df9226f3fc1d780dce893a54))
113
+
114
+
115
+
116
+
117
+
118
+ ## 5.9.1 (2024-04-02)
119
+
120
+ **Note:** Version bump only for package @patternfly/documentation-framework
121
+
122
+
123
+
124
+
125
+
126
+ # 5.9.0 (2024-04-02)
127
+
128
+
129
+ ### Features
130
+
131
+ * **docs:** update medium articles ([#3950](https://github.com/patternfly/patternfly-org/issues/3950)) ([5288ec1](https://github.com/patternfly/patternfly-org/commit/5288ec1fb1f7e744ed142585384840c8d415d9e5))
132
+
133
+
134
+
135
+
136
+
137
+ ## 5.8.3 (2024-03-28)
138
+
139
+ **Note:** Version bump only for package @patternfly/documentation-framework
140
+
141
+
142
+
143
+
144
+
145
+ ## 5.8.2 (2024-03-25)
146
+
147
+ **Note:** Version bump only for package @patternfly/documentation-framework
148
+
149
+
150
+
151
+
152
+
153
+ ## 5.8.1 (2024-03-25)
154
+
155
+ **Note:** Version bump only for package @patternfly/documentation-framework
156
+
157
+
158
+
159
+
160
+
161
+ # 5.8.0 (2024-03-20)
162
+
163
+
164
+ ### Features
165
+
166
+ * **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))
167
+
168
+
169
+
170
+
171
+
172
+ # 5.7.0 (2024-03-19)
173
+
174
+
175
+ ### Features
176
+
177
+ * 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))
178
+
179
+
180
+
181
+
182
+
183
+ # 5.6.0 (2024-03-13)
184
+
185
+
186
+ ### Features
187
+
188
+ * **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))
189
+
190
+
191
+
192
+
193
+
194
+ ## 5.5.1 (2024-03-12)
195
+
196
+ **Note:** Version bump only for package @patternfly/documentation-framework
197
+
198
+
199
+
200
+
201
+
202
+ # 5.5.0 (2024-03-08)
203
+
204
+
205
+ ### Features
206
+
207
+ * **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))
208
+
209
+
210
+
211
+
212
+
213
+ ## 5.4.3 (2024-02-27)
214
+
215
+ **Note:** Version bump only for package @patternfly/documentation-framework
216
+
217
+
218
+
219
+
220
+
221
+ ## 5.4.2 (2024-02-14)
222
+
223
+ **Note:** Version bump only for package @patternfly/documentation-framework
224
+
225
+
226
+
227
+
228
+
229
+ ## 5.4.1 (2024-02-06)
230
+
231
+
232
+ ### Bug Fixes
233
+
234
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
235
+
236
+
237
+
238
+
239
+
240
+ # 5.4.0 (2024-02-03)
241
+
242
+
243
+ ### Features
244
+
245
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
246
+
247
+
248
+
249
+
250
+
251
+ ## 5.3.27 (2024-02-01)
252
+
253
+ **Note:** Version bump only for package @patternfly/documentation-framework
254
+
255
+
256
+
257
+
258
+
259
+ ## 5.3.26 (2024-02-01)
260
+
261
+ **Note:** Version bump only for package @patternfly/documentation-framework
262
+
263
+
264
+
265
+
266
+
267
+ ## 5.3.25 (2024-01-30)
268
+
269
+ **Note:** Version bump only for package @patternfly/documentation-framework
270
+
271
+
272
+
273
+
274
+
275
+ ## 5.3.24 (2024-01-30)
276
+
277
+ **Note:** Version bump only for package @patternfly/documentation-framework
278
+
279
+
280
+
281
+
282
+
283
+ ## 5.3.23 (2024-01-19)
284
+
285
+
286
+ ### Bug Fixes
287
+
288
+ * 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))
289
+
290
+
291
+
292
+
293
+
294
+ ## 5.3.22 (2024-01-16)
295
+
296
+ **Note:** Version bump only for package @patternfly/documentation-framework
297
+
298
+
299
+
300
+
301
+
302
+ ## 5.3.21 (2024-01-16)
303
+
304
+
305
+ ### Bug Fixes
306
+
307
+ * 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))
308
+
309
+
310
+
311
+
312
+
313
+ ## 5.3.20 (2024-01-15)
314
+
315
+ **Note:** Version bump only for package @patternfly/documentation-framework
316
+
317
+
318
+
319
+
320
+
321
+ ## 5.3.19 (2024-01-15)
322
+
323
+ **Note:** Version bump only for package @patternfly/documentation-framework
324
+
325
+
326
+
327
+
328
+
329
+ ## 5.3.18 (2024-01-12)
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
335
+
336
+
337
+
338
+
339
+
340
+ ## 5.3.17 (2024-01-05)
341
+
342
+ **Note:** Version bump only for package @patternfly/documentation-framework
343
+
344
+
345
+
346
+
347
+
348
+ ## 5.3.16 (2024-01-03)
349
+
350
+ **Note:** Version bump only for package @patternfly/documentation-framework
351
+
352
+
353
+
354
+
355
+
356
+ ## 5.3.15 (2023-12-14)
357
+
358
+ **Note:** Version bump only for package @patternfly/documentation-framework
359
+
360
+
361
+
362
+
363
+
364
+ # 6.0.0-alpha.20 (2024-04-03)
365
+
366
+
367
+ ### Bug Fixes
368
+
369
+ * dark theme use v6 classname ([54cdb71](https://github.com/patternfly/patternfly-org/commit/54cdb717052eb00da735b0c7db6a82db4ef5f9de))
370
+
371
+
372
+
373
+
374
+
375
+ # 6.0.0-alpha.19 (2024-04-02)
376
+
377
+
378
+ ### Features
379
+
380
+ * **misc:** update alpha versions ([#3951](https://github.com/patternfly/patternfly-org/issues/3951)) ([c9c41ab](https://github.com/patternfly/patternfly-org/commit/c9c41abc396347e17d0e5afd5431331b80860ebb))
381
+
382
+
383
+
384
+
385
+
386
+ # 6.0.0-alpha.18 (2024-03-29)
387
+
388
+ **Note:** Version bump only for package @patternfly/documentation-framework
389
+
390
+
391
+
392
+
393
+
394
+ # 6.0.0-alpha.17 (2024-03-28)
395
+
396
+ **Note:** Version bump only for package @patternfly/documentation-framework
397
+
398
+
399
+
400
+
401
+
402
+ # 6.0.0-alpha.16 (2024-03-27)
403
+
404
+ **Note:** Version bump only for package @patternfly/documentation-framework
405
+
406
+
407
+
408
+
409
+
410
+ # 6.0.0-alpha.15 (2024-03-26)
411
+
412
+
413
+ ### Bug Fixes
414
+
415
+ * **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))
416
+
417
+
418
+
419
+
420
+
421
+ # 6.0.0-alpha.14 (2024-03-22)
422
+
423
+ **Note:** Version bump only for package @patternfly/documentation-framework
424
+
425
+
426
+
427
+
428
+
429
+ # 6.0.0-alpha.13 (2024-03-21)
430
+
431
+ **Note:** Version bump only for package @patternfly/documentation-framework
432
+
433
+
434
+
435
+
436
+
437
+ # 6.0.0-alpha.12 (2024-02-27)
438
+
439
+ **Note:** Version bump only for package @patternfly/documentation-framework
440
+
441
+
442
+
443
+
444
+
445
+ # 6.0.0-alpha.11 (2024-02-22)
446
+
447
+
448
+ ### Features
449
+
450
+ * 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))
451
+
452
+
453
+
454
+
455
+
456
+ # 6.0.0-alpha.10 (2024-02-01)
457
+
458
+
459
+ ### Bug Fixes
460
+
461
+ * bump docs framework version ([815e094](https://github.com/patternfly/patternfly-org/commit/815e09456987062a9b5d8a17c960698fd0c1c81c))
462
+
463
+
464
+
465
+
466
+
467
+ # 6.0.0-alpha.9 (2024-01-23)
468
+
469
+
470
+ ### Bug Fixes
471
+
472
+ * Update versions.json to include drag drop alpha ([9d924b7](https://github.com/patternfly/patternfly-org/commit/9d924b747cc3e431dffe438ed41940fbd610aa91))
473
+
474
+
475
+
476
+
477
+
478
+ # 6.0.0-alpha.8 (2024-01-15)
479
+
480
+ **Note:** Version bump only for package @patternfly/documentation-framework
481
+
482
+
483
+
484
+
485
+
486
+ # 6.0.0-alpha.7 (2024-01-12)
487
+
488
+
489
+ ### Bug Fixes
490
+
491
+ * Update brand svg id to avoid duplicate ids ([55d351b](https://github.com/patternfly/patternfly-org/commit/55d351be1b8d4d4f0b6d5f5090cbedc6629c6d94))
492
+
493
+
494
+
495
+
496
+
497
+ # 6.0.0-alpha.6 (2024-01-12)
498
+
499
+
500
+ ### Bug Fixes
501
+
502
+ * bump puppeteer ([#3858](https://github.com/patternfly/patternfly-org/issues/3858)) ([2182a0f](https://github.com/patternfly/patternfly-org/commit/2182a0fe4d4d50c866703efe316deafffc44e5a2))
503
+
504
+
505
+
506
+
507
+
508
+ # 6.0.0-alpha.5 (2023-12-20)
509
+
510
+
511
+ ### Bug Fixes
512
+
513
+ * PF brand logo in masthead to inline svg ([cafef36](https://github.com/patternfly/patternfly-org/commit/cafef363ea6b0912af9c5a1d5a0e10c353b60fd0))
514
+
515
+
516
+
517
+
518
+
519
+ # 6.0.0-alpha.4 (2023-12-20)
520
+
521
+
522
+ ### Bug Fixes
523
+
524
+ * update white space to test publishing to aws ([4432fbe](https://github.com/patternfly/patternfly-org/commit/4432fbea86ab6f420cef816475718a62c673a870))
525
+
526
+
527
+
528
+
529
+
6
530
  # 6.0.0-alpha.3 (2023-12-18)
7
531
 
8
532
 
@@ -32,6 +556,195 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
32
556
 
33
557
  * try a v6 release ([7d3150c](https://github.com/patternfly/patternfly-org/commit/7d3150c1195b013001720d1e5161cbb724a0d73b))
34
558
 
559
+ # Change Log
560
+
561
+ All notable changes to this project will be documented in this file.
562
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
563
+
564
+ # 5.8.0 (2024-03-20)
565
+
566
+
567
+ ### Features
568
+
569
+ * **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))
570
+
571
+
572
+
573
+
574
+
575
+ # 5.7.0 (2024-03-19)
576
+
577
+
578
+ ### Features
579
+
580
+ * 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))
581
+
582
+
583
+
584
+
585
+
586
+ # 5.6.0 (2024-03-13)
587
+
588
+
589
+ ### Features
590
+
591
+ * **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))
592
+
593
+
594
+
595
+
596
+
597
+ ## 5.5.1 (2024-03-12)
598
+
599
+ **Note:** Version bump only for package @patternfly/documentation-framework
600
+
601
+
602
+
603
+
604
+
605
+ # 5.5.0 (2024-03-08)
606
+
607
+
608
+ ### Features
609
+
610
+ * **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))
611
+
612
+
613
+
614
+
615
+
616
+ ## 5.4.3 (2024-02-27)
617
+
618
+ **Note:** Version bump only for package @patternfly/documentation-framework
619
+
620
+
621
+
622
+
623
+
624
+ ## 5.4.2 (2024-02-14)
625
+
626
+ **Note:** Version bump only for package @patternfly/documentation-framework
627
+
628
+
629
+
630
+
631
+
632
+ ## 5.4.1 (2024-02-06)
633
+
634
+
635
+ ### Bug Fixes
636
+
637
+ * Bump topology to 5.2.1 ([#3881](https://github.com/patternfly/patternfly-org/issues/3881)) ([af13c97](https://github.com/patternfly/patternfly-org/commit/af13c971384aaaa5bd87ce3e98dccee4b1214889))
638
+
639
+
640
+
641
+
642
+
643
+ # 5.4.0 (2024-02-03)
644
+
645
+
646
+ ### Features
647
+
648
+ * release 5.3 ([#3878](https://github.com/patternfly/patternfly-org/issues/3878)) ([3d1d130](https://github.com/patternfly/patternfly-org/commit/3d1d130c63ac4421ed8a307cd6ef140fa6e1d6f2))
649
+
650
+
651
+
652
+
653
+
654
+ ## 5.3.27 (2024-02-01)
655
+
656
+ **Note:** Version bump only for package @patternfly/documentation-framework
657
+
658
+
659
+
660
+
661
+
662
+ ## 5.3.26 (2024-02-01)
663
+
664
+ **Note:** Version bump only for package @patternfly/documentation-framework
665
+
666
+
667
+
668
+
669
+
670
+ ## 5.3.25 (2024-01-30)
671
+
672
+ **Note:** Version bump only for package @patternfly/documentation-framework
673
+
674
+
675
+
676
+
677
+
678
+ ## 5.3.24 (2024-01-30)
679
+
680
+ **Note:** Version bump only for package @patternfly/documentation-framework
681
+
682
+
683
+
684
+
685
+
686
+ ## 5.3.23 (2024-01-19)
687
+
688
+
689
+ ### Bug Fixes
690
+
691
+ * 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))
692
+
693
+
694
+
695
+
696
+
697
+ ## 5.3.22 (2024-01-16)
698
+
699
+ **Note:** Version bump only for package @patternfly/documentation-framework
700
+
701
+
702
+
703
+
704
+
705
+ ## 5.3.21 (2024-01-16)
706
+
707
+
708
+ ### Bug Fixes
709
+
710
+ * 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))
711
+
712
+
713
+
714
+
715
+ ## 5.3.20 (2024-01-15)
716
+
717
+ **Note:** Version bump only for package @patternfly/documentation-framework
718
+
719
+
720
+ ## 5.3.19 (2024-01-15)
721
+
722
+ **Note:** Version bump only for package @patternfly/documentation-framework
723
+
724
+
725
+ ## 5.3.18 (2024-01-12)
726
+
727
+
728
+ ### Bug Fixes
729
+
730
+ * bump puppeteer to fix core ([#3860](https://github.com/patternfly/patternfly-org/issues/3860)) ([1695209](https://github.com/patternfly/patternfly-org/commit/169520944b7c3dccf69709e6e2075b9153fce059))
731
+
732
+
733
+ ## 5.3.17 (2024-01-05)
734
+
735
+ **Note:** Version bump only for package @patternfly/documentation-framework
736
+
737
+
738
+ ## 5.3.16 (2024-01-03)
739
+
740
+ **Note:** Version bump only for package @patternfly/documentation-framework
741
+
742
+
743
+
744
+ ## 5.3.15 (2023-12-14)
745
+
746
+ **Note:** Version bump only for package @patternfly/documentation-framework
747
+
35
748
 
36
749
 
37
750