@patternfly/react-docs 5.67.2 → 5.67.3
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.
- package/CHANGELOG.md +8 -0
- package/RELEASE-NOTES.md +102 -0
- package/package.json +14 -14
- package/src/generated/components/back-to-top/react-demos/using-name-selector.png +0 -0
- package/src/generated/components/backdrop/react/with-spinner.png +0 -0
- package/src/generated/components/login-page/react/basic.png +0 -0
- package/src/generated/components/pagination/react/sticky.png +0 -0
- package/src/generated/components/tabs/react-demos/gray-tabs.png +0 -0
- package/src/generated/components/tabs/react-demos/modal-tabs.png +0 -0
- package/src/generated/components/tabs/react-demos/nested-tabs.png +0 -0
- package/src/generated/components/tabs/react-demos/nested-unindented-tabs.png +0 -0
- package/src/generated/components/tabs/react-demos/tables-and-tabs-auto-width-tabs.png +0 -0
- package/src/generated/components/tabs/react-demos/tables-and-tabs.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.67.3 (2022-04-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 5.67.2 (2022-04-21)
|
|
7
15
|
|
|
8
16
|
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,108 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## 2022.05 release notes (2022-04-22)
|
|
7
|
+
- [@patternfly/react-catalog-view-extension@4.57.2](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.57.2)
|
|
8
|
+
- [@patternfly/react-charts@6.59.2](https://www.npmjs.com/package/@patternfly/react-charts/v/6.59.2)
|
|
9
|
+
- [@patternfly/react-code-editor@4.47.2](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.47.2)
|
|
10
|
+
- [@patternfly/react-core@4.206.2](https://www.npmjs.com/package/@patternfly/react-core/v/4.206.2)
|
|
11
|
+
- [@patternfly/react-icons@4.57.2](https://www.npmjs.com/package/@patternfly/react-icons/v/4.57.2)
|
|
12
|
+
- [@patternfly/react-inline-edit-extension@4.51.2](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.51.2)
|
|
13
|
+
- [@patternfly/react-log-viewer@4.51.2](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.51.2)
|
|
14
|
+
- [@patternfly/react-styles@4.56.2](https://www.npmjs.com/package/@patternfly/react-styles/v/4.56.2)
|
|
15
|
+
- [@patternfly/react-table@4.75.2](https://www.npmjs.com/package/@patternfly/react-table/v/4.75.2)
|
|
16
|
+
- [@patternfly/react-tokens@4.58.2](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.58.2)
|
|
17
|
+
- [@patternfly/react-topology@4.53.2](https://www.npmjs.com/package/@patternfly/react-topology/v/4.53.2)
|
|
18
|
+
- [@patternfly/react-virtualized-extension@4.53.2](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.53.2)
|
|
19
|
+
|
|
20
|
+
### Components
|
|
21
|
+
- **Brand:**
|
|
22
|
+
- Updated to allow picture with child elements and breakpoints, added example/test ([#7176](https://github.com/patternfly/patternfly-react/pull/7176))
|
|
23
|
+
- **Calendar month:**
|
|
24
|
+
- Added date range example ([#7082](https://github.com/patternfly/patternfly-react/pull/7082))
|
|
25
|
+
- **Code editor:**
|
|
26
|
+
- Converted examples to TypeScript/functional components ([#7101](https://github.com/patternfly/patternfly-react/pull/7101))
|
|
27
|
+
- **Context selector:**
|
|
28
|
+
- Converted examples to TypeScript/functional components ([#7114](https://github.com/patternfly/patternfly-react/pull/7114))
|
|
29
|
+
- Fixed listener handling when using popper ([#7165](https://github.com/patternfly/patternfly-react/pull/7165))
|
|
30
|
+
- **Data list:**
|
|
31
|
+
- Converted examples to TypeScript ([#7154](https://github.com/patternfly/patternfly-react/pull/7154))
|
|
32
|
+
- Assigned checked prop to correct attribute ([#7163](https://github.com/patternfly/patternfly-react/pull/7163))
|
|
33
|
+
- Reverted checked prop ([#7284](https://github.com/patternfly/patternfly-react/pull/7284))
|
|
34
|
+
- **Date picker:**
|
|
35
|
+
- Converted examples to TypeScript ([#7160](https://github.com/patternfly/patternfly-react/pull/7160))
|
|
36
|
+
- **Description list:**
|
|
37
|
+
- Converted examples to TypeScript ([#7147](https://github.com/patternfly/patternfly-react/pull/7147))
|
|
38
|
+
- **Divider:**
|
|
39
|
+
- Converted examples to TypeScript ([#7149](https://github.com/patternfly/patternfly-react/pull/7149))
|
|
40
|
+
- **Dropdown:**
|
|
41
|
+
- Exposed `menuAppendTo` in dropdown prop documentation ([#7173](https://github.com/patternfly/patternfly-react/pull/7173))
|
|
42
|
+
- **Dual list selector:**
|
|
43
|
+
- Updated merged copy logic for tree variant ([#7191](https://github.com/patternfly/patternfly-react/pull/7191))
|
|
44
|
+
- **Form:**
|
|
45
|
+
- Added `maxWidth` prop ([#7253](https://github.com/patternfly/patternfly-react/pull/7253))
|
|
46
|
+
- **Helper text:**
|
|
47
|
+
- Added React demos ([#7250](https://github.com/patternfly/patternfly-react/pull/7250))
|
|
48
|
+
- **Jump links:**
|
|
49
|
+
- Added aria current to active jump link item ([#7172](https://github.com/patternfly/patternfly-react/pull/7172))
|
|
50
|
+
- **Menu toggle:**
|
|
51
|
+
- Added full width modifier ([#7232](https://github.com/patternfly/patternfly-react/pull/7232))
|
|
52
|
+
- **Number input:**
|
|
53
|
+
- Fixed bug with custom increment/decrement and thresholds ([#7159](https://github.com/patternfly/patternfly-react/pull/7159))
|
|
54
|
+
- **Pagination:**
|
|
55
|
+
- Made items per page text in toggle clickable ([#7192](https://github.com/patternfly/patternfly-react/pull/7192))
|
|
56
|
+
- **Progress stepper:**
|
|
57
|
+
- Updated to use render prop for popover ([#7190](https://github.com/patternfly/patternfly-react/pull/7190))
|
|
58
|
+
- Added aria label to progress step ([#7172](https://github.com/patternfly/patternfly-react/pull/7172))
|
|
59
|
+
- **Select:**
|
|
60
|
+
- Added `onBlur` callback to select toggle ([#7198](https://github.com/patternfly/patternfly-react/pull/7198))
|
|
61
|
+
- Added test for footer and `menuAppendTo` interaction ([#7207](https://github.com/patternfly/patternfly-react/pull/7207))
|
|
62
|
+
- Fixed to prevent footer clicks from toggling ([#7193](https://github.com/patternfly/patternfly-react/pull/7193))
|
|
63
|
+
- **Switch:**
|
|
64
|
+
- Added check with label functionality and demo ([#7229](https://github.com/patternfly/patternfly-react/pull/7229))
|
|
65
|
+
- **Tabs:**
|
|
66
|
+
- Added nested, un-indented demo ([#7194](https://github.com/patternfly/patternfly-react/pull/7194))
|
|
67
|
+
- Added tables and tabs auto width tabs demo ([#7183](https://github.com/patternfly/patternfly-react/pull/7183))
|
|
68
|
+
- Added tab role, and tablist role ([#7172](https://github.com/patternfly/patternfly-react/pull/7172))
|
|
69
|
+
- **Text input group:**
|
|
70
|
+
- Updated testing suite to new standards ([#7169](https://github.com/patternfly/patternfly-react/pull/7169))
|
|
71
|
+
- **Toolbar:**
|
|
72
|
+
- Updated to use search input instead of input group in documentation ([#7242](https://github.com/patternfly/patternfly-react/pull/7242))
|
|
73
|
+
- **Wizard:**
|
|
74
|
+
- Added description component type ([#7197](https://github.com/patternfly/patternfly-react/pull/7197))
|
|
75
|
+
|
|
76
|
+
### Catalog view extension
|
|
77
|
+
- Updated colors to use dark theme friendly css vars ([#7215](https://github.com/patternfly/patternfly-react/pull/7215))
|
|
78
|
+
|
|
79
|
+
### React styles
|
|
80
|
+
- Added support for esm import and export ([#7084](https://github.com/patternfly/patternfly-react/pull/7084))
|
|
81
|
+
|
|
82
|
+
### Table
|
|
83
|
+
- Cleaned up unused imports for input group ([#7249](https://github.com/patternfly/patternfly-react/pull/7249))
|
|
84
|
+
- Fixed broken link in documentation ([#7202](https://github.com/patternfly/patternfly-react/pull/7202))
|
|
85
|
+
- Increased clickable area of tree table checkboxes ([#7170](https://github.com/patternfly/patternfly-react/pull/7170))
|
|
86
|
+
|
|
87
|
+
### Topology
|
|
88
|
+
- Added breadth first layout to the topology component ([#7138](https://github.com/patternfly/patternfly-react/pull/7138))
|
|
89
|
+
- Fixed drop target highlight, group label position on drag ([#7222](https://github.com/patternfly/patternfly-react/pull/7222))
|
|
90
|
+
- Fixed edge style on hover of a selected edge ([#7137](https://github.com/patternfly/patternfly-react/pull/7137))
|
|
91
|
+
|
|
92
|
+
### Other
|
|
93
|
+
- **Chore:**
|
|
94
|
+
- Added correct types to instances of useCallback ([#7216](https://github.com/patternfly/patternfly-react/pull/7216))
|
|
95
|
+
- Automatically detect React version in ESLint ([#7218](https://github.com/patternfly/patternfly-react/pull/7218))
|
|
96
|
+
- Migrated tests to to React testing library ([#7044](https://github.com/patternfly/patternfly-react/pull/7044))
|
|
97
|
+
- Migrated tests to to React testing library ([#7055](https://github.com/patternfly/patternfly-react/pull/7055))
|
|
98
|
+
- Migrated tests to to React testing library ([#7063](https://github.com/patternfly/patternfly-react/pull/7063))
|
|
99
|
+
- Removed duplicate generated snapshots ([#7057](https://github.com/patternfly/patternfly-react/pull/7057))
|
|
100
|
+
- Replaced deprecated `SFC` type with `FunctionComponent` ([#7195](https://github.com/patternfly/patternfly-react/pull/7195))
|
|
101
|
+
- **Demo application:**
|
|
102
|
+
- Reordered css imports to load in dark theme correctly ([#7224](https://github.com/patternfly/patternfly-react/pull/7224))
|
|
103
|
+
- **Dependencies:**
|
|
104
|
+
- Updated dependency theme-patternfly-org to v0.11.22 ([#7257](https://github.com/patternfly/patternfly-react/pull/7257))
|
|
105
|
+
- **Documentation:**
|
|
106
|
+
- Added code editor webpack plugin instructions ([#7133](https://github.com/patternfly/patternfly-react/pull/7133))
|
|
107
|
+
|
|
6
108
|
## 2022.04 release notes (2022-04-07)
|
|
7
109
|
- [@patternfly/react-catalog-view-extension@4.53.16](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.53.16)
|
|
8
110
|
- [@patternfly/react-charts@6.55.16](https://www.npmjs.com/package/@patternfly/react-charts/v/6.55.16)
|
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.67.
|
|
4
|
+
"version": "5.67.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "prerelease-v4"
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@patternfly/patternfly": "4.192.1",
|
|
26
|
-
"@patternfly/react-catalog-view-extension": "^4.57.
|
|
27
|
-
"@patternfly/react-charts": "^6.59.
|
|
28
|
-
"@patternfly/react-code-editor": "^4.47.
|
|
29
|
-
"@patternfly/react-core": "^4.206.
|
|
30
|
-
"@patternfly/react-icons": "^4.57.
|
|
31
|
-
"@patternfly/react-inline-edit-extension": "^4.51.
|
|
32
|
-
"@patternfly/react-log-viewer": "^4.51.
|
|
33
|
-
"@patternfly/react-styles": "^4.56.
|
|
34
|
-
"@patternfly/react-table": "^4.75.
|
|
35
|
-
"@patternfly/react-tokens": "^4.58.
|
|
36
|
-
"@patternfly/react-topology": "^4.53.
|
|
37
|
-
"@patternfly/react-virtualized-extension": "^4.53.
|
|
26
|
+
"@patternfly/react-catalog-view-extension": "^4.57.3",
|
|
27
|
+
"@patternfly/react-charts": "^6.59.3",
|
|
28
|
+
"@patternfly/react-code-editor": "^4.47.3",
|
|
29
|
+
"@patternfly/react-core": "^4.206.3",
|
|
30
|
+
"@patternfly/react-icons": "^4.57.3",
|
|
31
|
+
"@patternfly/react-inline-edit-extension": "^4.51.3",
|
|
32
|
+
"@patternfly/react-log-viewer": "^4.51.3",
|
|
33
|
+
"@patternfly/react-styles": "^4.56.3",
|
|
34
|
+
"@patternfly/react-table": "^4.75.3",
|
|
35
|
+
"@patternfly/react-tokens": "^4.58.3",
|
|
36
|
+
"@patternfly/react-topology": "^4.53.3",
|
|
37
|
+
"@patternfly/react-virtualized-extension": "^4.53.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@patternfly/patternfly-a11y": "4.2.1",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"last 2 versions",
|
|
54
54
|
"not ie <= 11"
|
|
55
55
|
],
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "626f964eb2406efd476a85071138f088cad6b042"
|
|
57
57
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|