@patternfly/react-docs 5.102.64 → 5.102.66

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 (19) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/RELEASE-NOTES.md +91 -0
  3. package/package.json +11 -11
  4. package/patternfly-docs/generated/components/backdrop/react/with-spinner.png +0 -0
  5. package/patternfly-docs/generated/components/jump-links/react-demos/with-drawer.png +0 -0
  6. package/patternfly-docs/generated/components/login-page/react/basic.png +0 -0
  7. package/patternfly-docs/generated/components/login-page/react/with-header-utilities.png +0 -0
  8. package/patternfly-docs/generated/components/table/react-demos/column-management.png +0 -0
  9. package/patternfly-docs/generated/components/table/react-demos/compact.png +0 -0
  10. package/patternfly-docs/generated/components/table/react-demos/loading.png +0 -0
  11. package/patternfly-docs/generated/components/table/react-demos/sortable---responsive.png +0 -0
  12. package/patternfly-docs/generated/components/table/react-demos/static-bottom-pagination-on-mobile.png +0 -0
  13. package/patternfly-docs/generated/components/table/react-demos/sticky-header.png +0 -0
  14. package/patternfly-docs/generated/components/tabs/react-demos/open-tabs.png +0 -0
  15. package/patternfly-docs/generated/components/wizard/react-demos/in-modal-with-drawer-and-informational-step.png +0 -0
  16. package/patternfly-docs/generated/components/wizard/react-demos/in-modal-with-drawer.png +0 -0
  17. package/patternfly-docs/generated/components/wizard/react-demos/in-page-with-drawer-and-informational-step.png +0 -0
  18. package/patternfly-docs/generated/components/wizard/react-demos/in-page-with-drawer.png +0 -0
  19. package/patternfly-docs/generated/components/wizard/react-demos/in-page.png +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [5.102.66](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.102.65...@patternfly/react-docs@5.102.66) (2022-11-03)
7
+
8
+ **Note:** Version bump only for package @patternfly/react-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.102.65](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.102.64...@patternfly/react-docs@5.102.65) (2022-11-01)
15
+
16
+ **Note:** Version bump only for package @patternfly/react-docs
17
+
18
+
19
+
20
+
21
+
6
22
  ## [5.102.64](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@5.102.63...@patternfly/react-docs@5.102.64) (2022-10-27)
7
23
 
8
24
  **Note:** Version bump only for package @patternfly/react-docs
package/RELEASE-NOTES.md CHANGED
@@ -3,6 +3,96 @@ id: Release notes
3
3
  section: developer-resources
4
4
  ---
5
5
 
6
+ ## 2022.14 release notes (2022-10-27)
7
+ - [@patternfly/react-catalog-view-extension@4.92.55](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.92.55)
8
+ - [@patternfly/react-charts@6.94.11](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.11)
9
+ - [@patternfly/react-code-editor@4.82.55](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.82.55)
10
+ - [@patternfly/react-core@4.258.3](https://www.npmjs.com/package/@patternfly/react-core/v/4.258.3)
11
+ - [@patternfly/react-icons@4.92.10](https://www.npmjs.com/package/@patternfly/react-icons/v/4.92.10)
12
+ - [@patternfly/react-inline-edit-extension@4.86.56](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.86.56)
13
+ - [@patternfly/react-log-viewer@4.87.50](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.87.50)
14
+ - [@patternfly/react-styles@4.91.10](https://www.npmjs.com/package/@patternfly/react-styles/v/4.91.10)
15
+ - [@patternfly/react-table@4.111.33](https://www.npmjs.com/package/@patternfly/react-table/v/4.111.33)
16
+ - [@patternfly/react-tokens@4.93.10](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.93.10)
17
+ - [@patternfly/react-topology@4.90.11](https://www.npmjs.com/package/@patternfly/react-topology/v/4.90.10)
18
+ - [@patternfly/react-virtualized-extension@4.88.55](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.88.55)
19
+
20
+ ### Components
21
+ - **Alert:**
22
+ - Fixed to prevent error being thrown when using invalid variant ([#8229](https://github.com/patternfly/patternfly-react/pull/8229))
23
+ - **Banner:**
24
+ - Added support for status icons ([#8195](https://github.com/patternfly/patternfly-react/pull/8195))
25
+ - Updated tests to new React testing library standards ([#8160](https://github.com/patternfly/patternfly-react/pull/8160))
26
+ - **Button:**
27
+ - Added inline link progress support to examples ([#8172](https://github.com/patternfly/patternfly-react/pull/8172))
28
+ - **Clipboard copy:**
29
+ - Added OUIA props to clipboard copy ([#8193](https://github.com/patternfly/patternfly-react/pull/8193))
30
+ - **Code editor:**
31
+ - Used `codeEditorControls` and cleaned up ([#7931](https://github.com/patternfly/patternfly-react/pull/7931))
32
+ - **Data list:**
33
+ - Updated to pass button props to toggle ([#8222](https://github.com/patternfly/patternfly-react/pull/8222))
34
+ - **Context selector:**
35
+ - Updated isFlipEnabled to true by default ([#8215](https://github.com/patternfly/patternfly-react/pull/8215))
36
+ - **Dropdown:**
37
+ - Updated isFlipEnabled to true by default ([#8215](https://github.com/patternfly/patternfly-react/pull/8215))
38
+ - Add support for forward ref and updated documentation for dropdown next ([#8142](https://github.com/patternfly/patternfly-react/pull/8142))
39
+ - Enabled right aligned dropdown with isFlipEnabled ([#8224](https://github.com/patternfly/patternfly-react/pull/8224))
40
+ - Added OUIA support to dropdown next ([#8135](https://github.com/patternfly/patternfly-react/pull/8135))
41
+ - **Dual list selector:**
42
+ - Fixed Add/remove button that didn't work if search is used ([#8269](https://github.com/patternfly/patternfly-react/pull/8269))
43
+ - **Empty state:**
44
+ - Added `EmptyStatePrimary` to documentation ([#8161](https://github.com/patternfly/patternfly-react/pull/8161))
45
+ - **Label:**
46
+ - Update aria-labels to include label text ([#8192](https://github.com/patternfly/patternfly-react/pull/8192))
47
+ - **Label group:**
48
+ - Updated aria-labels to include label text ([#8192](https://github.com/patternfly/patternfly-react/pull/8192))
49
+ - **Menu:**
50
+ - Added optional danger state for menu items ([#8131](https://github.com/patternfly/patternfly-react/pull/8131))
51
+ - **Multiple file upload:**
52
+ - Added aria live region to internal Progress ([#8242](https://github.com/patternfly/patternfly-react/pull/8242))
53
+ - **Pagination:**
54
+ - Prevented regenerating random id on each render ([#8175](https://github.com/patternfly/patternfly-react/pull/8175))
55
+ - **Popover:**
56
+ - Updated default flip behavior and width ([#8191](https://github.com/patternfly/patternfly-react/pull/8191))
57
+ - **Select:**
58
+ - Added flag to put create option at top of typeahead ([#8165](https://github.com/patternfly/patternfly-react/pull/8165))
59
+ - Updated isFlipEnabled to true by default ([#8215](https://github.com/patternfly/patternfly-react/pull/8215))
60
+ - **Sidebar:**
61
+ - Converted examples to TypeScript ([#8062](https://github.com/patternfly/patternfly-react/pull/8062))
62
+ - **Simple list:**
63
+ - Converted examples to TypeScript ([#8176](https://github.com/patternfly/patternfly-react/pull/8176))
64
+ - **Skip to content:**
65
+ - Converted examples to TypeScript ([#8138](https://github.com/patternfly/patternfly-react/pull/8138))
66
+ - **Slider:**
67
+ - Corrected tab order when input is above thumb ([#8190](https://github.com/patternfly/patternfly-react/pull/8190))
68
+ - Reverted tab order update ([#8273](https://github.com/patternfly/patternfly-react/pull/8273))
69
+ - **Text area:**
70
+ - Revamped unit tests ([#8150](https://github.com/patternfly/patternfly-react/pull/8150))
71
+ - **Text input:**
72
+ - Converted examples to TypeScript ([#8137](https://github.com/patternfly/patternfly-react/pull/8137))
73
+ - **Timestamp:**
74
+ - Updated logic for rendering datetime attribute ([#8205](https://github.com/patternfly/patternfly-react/pull/8205))
75
+ - **Title:**
76
+ - Updated tests to new React testing library standards ([#8156](https://github.com/patternfly/patternfly-react/pull/8156))
77
+ - **Wizard**
78
+ - Added OUIA props to `WizardNav` and `WizardNavItem` ([#8193](https://github.com/patternfly/patternfly-react/pull/8193))
79
+ - Updated wizard next to allow for `WizardStep` to better control state from props entry-point and included index ([#8218](https://github.com/patternfly/patternfly-react/pull/8218))
80
+
81
+ ### Topology
82
+ - Added option to fit layout to screen upon layout completion ([#8210](https://github.com/patternfly/patternfly-react/pull/8210))
83
+ - Allowed tooltip usage on pipeline task node badges ([#8208](https://github.com/patternfly/patternfly-react/pull/8208))
84
+ - Added pipeline groups ([#8278](https://github.com/patternfly/patternfly-react/pull/8278))
85
+
86
+ ### Other
87
+ - **Chore**
88
+ - Promoted beta component candidates ([#8246](https://github.com/patternfly/patternfly-react/pull/8246))
89
+ - Specified EST timezone for jest to run with ([#8151](https://github.com/patternfly/patternfly-react/pull/8151))
90
+ - Created workflow for extensions issues ([#8281](https://github.com/patternfly/patternfly-react/pull/8281))
91
+ - **Demos:**
92
+ - Cleaned up jump links demo with drawer ([#8182](https://github.com/patternfly/patternfly-react/pull/8182))
93
+ - **Dependencies:**
94
+ - Updated dependency @patternfly/documentation-framework to v1.2.48 ([#8282](https://github.com/patternfly/patternfly-react/pull/8282))
95
+
6
96
  ## 2022.13 release notes (2022-10-11)
7
97
  - [@patternfly/react-catalog-view-extension@4.92.26](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.92.26)
8
98
  - [@patternfly/react-charts@6.94.7](https://www.npmjs.com/package/@patternfly/react-charts/v/6.94.7)
@@ -418,6 +508,7 @@ section: developer-resources
418
508
  ### Topology
419
509
  - Added topology pipeline support ([#7609](https://github.com/patternfly/patternfly-react/pull/7609))
420
510
  - Added pipelines support for badges/icons variable task node width ([#7697](https://github.com/patternfly/patternfly-react/pull/7697))
511
+ - Fixed group labels, reverted breaking change ([#8299](https://github.com/patternfly/patternfly-react/pull/8299))
421
512
 
422
513
  ### Other
423
514
  - **Chore:**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/react-docs",
3
3
  "description": "PatternFly React Docs",
4
- "version": "5.102.64",
4
+ "version": "5.102.66",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "tag": "prerelease-v4"
@@ -23,21 +23,21 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@patternfly/patternfly": "4.219.2",
26
- "@patternfly/react-catalog-view-extension": "^4.92.55",
26
+ "@patternfly/react-catalog-view-extension": "^4.92.56",
27
27
  "@patternfly/react-charts": "^6.94.11",
28
- "@patternfly/react-code-editor": "^4.82.55",
29
- "@patternfly/react-core": "^4.258.3",
28
+ "@patternfly/react-code-editor": "^4.82.56",
29
+ "@patternfly/react-core": "^4.258.4",
30
30
  "@patternfly/react-icons": "^4.92.10",
31
- "@patternfly/react-inline-edit-extension": "^4.86.56",
32
- "@patternfly/react-log-viewer": "^4.87.50",
31
+ "@patternfly/react-inline-edit-extension": "^4.86.57",
32
+ "@patternfly/react-log-viewer": "^4.87.51",
33
33
  "@patternfly/react-styles": "^4.91.10",
34
- "@patternfly/react-table": "^4.111.33",
34
+ "@patternfly/react-table": "^4.111.34",
35
35
  "@patternfly/react-tokens": "^4.93.10",
36
- "@patternfly/react-topology": "^4.90.11",
37
- "@patternfly/react-virtualized-extension": "^4.88.55"
36
+ "@patternfly/react-topology": "^4.90.12",
37
+ "@patternfly/react-virtualized-extension": "^4.88.56"
38
38
  },
39
39
  "devDependencies": {
40
- "@patternfly/documentation-framework": "1.2.48",
40
+ "@patternfly/documentation-framework": "1.2.61",
41
41
  "@patternfly/patternfly-a11y": "4.3.1",
42
42
  "rimraf": "^2.6.3",
43
43
  "shx": "^0.3.2"
@@ -49,5 +49,5 @@
49
49
  "last 2 versions",
50
50
  "not ie <= 11"
51
51
  ],
52
- "gitHead": "846748b72e5364c2be5f227b0694232761baefeb"
52
+ "gitHead": "fb9591ebfe8e0810c078fba0c1ef1df6dae33ed2"
53
53
  }