@patternfly/react-docs 5.96.6 → 5.97.0
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 +27 -0
- package/RELEASE-NOTES.md +79 -0
- package/package.json +14 -14
- package/patternfly-docs/generated/components/backdrop/react/with-spinner.png +0 -0
- package/patternfly-docs/generated/components/login-page/react/basic.png +0 -0
- package/patternfly-docs/generated/components/login-page/react/showhide-password.png +0 -0
- package/patternfly-docs/generated/components/login-page/react/with-header-utilities.png +0 -0
- package/patternfly-docs/generated/components/page/react-demos/sticky-section-group.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/expandcollapse-all.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/loading.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/sticky-columns-and-header-with-toolbar.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/sticky-header.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/open-tabs.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/tables-and-tabs.png +0 -0
- package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-card-view.png +0 -0
- package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-inline-modifier.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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.97.0 (2022-09-01)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **PageSection:** add ability to specify HTML element via prop ([#7891](https://github.com/patternfly/patternfly-react/issues/7891)) ([a9e20e4](https://github.com/patternfly/patternfly-react/commit/a9e20e4b6303fb673ed9222323a1114c3e68f8d6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 5.96.8 (2022-08-31)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 5.96.7 (2022-08-31)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
## 5.96.6 (2022-08-30)
|
|
7
34
|
|
|
8
35
|
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,85 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## 2022.11 release notes (2022-08-31)
|
|
7
|
+
- [@patternfly/react-catalog-view-extension@4.86.7](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.86.7)
|
|
8
|
+
- [@patternfly/react-charts@6.88.7](https://www.npmjs.com/package/@patternfly/react-charts/v/6.88.7)
|
|
9
|
+
- [@patternfly/react-code-editor@4.76.7](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.76.7)
|
|
10
|
+
- [@patternfly/react-core@4.235.7](https://www.npmjs.com/package/@patternfly/react-core/v/4.235.7)
|
|
11
|
+
- [@patternfly/react-icons@4.86.7](https://www.npmjs.com/package/@patternfly/react-icons/v/4.86.7)
|
|
12
|
+
- [@patternfly/react-inline-edit-extension@4.80.7](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.80.7)
|
|
13
|
+
- [@patternfly/react-log-viewer@4.80.7](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.80.7)
|
|
14
|
+
- [@patternfly/react-styles@4.85.7](https://www.npmjs.com/package/@patternfly/react-styles/v/4.85.7)
|
|
15
|
+
- [@patternfly/react-table@4.104.7](https://www.npmjs.com/package/@patternfly/react-table/v/4.104.7)
|
|
16
|
+
- [@patternfly/react-tokens@4.87.7](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.87.7)
|
|
17
|
+
- [@patternfly/react-topology@4.82.7](https://www.npmjs.com/package/@patternfly/react-topology/v/4.82.7)
|
|
18
|
+
- [@patternfly/react-virtualized-extension@4.82.7](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.82.7)
|
|
19
|
+
|
|
20
|
+
### Components
|
|
21
|
+
- **Button:**
|
|
22
|
+
- Added content to button examples ([#7607](https://github.com/patternfly/patternfly-react/pull/7607))
|
|
23
|
+
- **Card:**
|
|
24
|
+
- Added content to card examples ([#7725](https://github.com/patternfly/patternfly-react/pull/7725))
|
|
25
|
+
- **Expandable section:**
|
|
26
|
+
- Added truncated variant ([#7852](https://github.com/patternfly/patternfly-react/pull/7852))
|
|
27
|
+
- **Label:**
|
|
28
|
+
- Adjusted editable keyboard behavior ([#7828](https://github.com/patternfly/patternfly-react/pull/7828))
|
|
29
|
+
- **Login page:**
|
|
30
|
+
- Added `headerUtilities` prop for language selector example ([#7793](https://github.com/patternfly/patternfly-react/pull/7793))
|
|
31
|
+
- **Navigation:**
|
|
32
|
+
- Converted examples to TypeScript ([#7597](https://github.com/patternfly/patternfly-react/pull/7597))
|
|
33
|
+
- **Notification drawer:**
|
|
34
|
+
- Converted examples to TypeScript ([#7656](https://github.com/patternfly/patternfly-react/pull/7656))
|
|
35
|
+
- **Number input:**
|
|
36
|
+
- Added status validated icons ([#7806](https://github.com/patternfly/patternfly-react/pull/7806))
|
|
37
|
+
- Fixed to manage null value ([#7898](https://github.com/patternfly/patternfly-react/pull/7898))
|
|
38
|
+
- Fixed to prevent errors when `onChange` is passed via `inputProps` ([#7908](https://github.com/patternfly/patternfly-react/pull/7908))
|
|
39
|
+
- **Page:**
|
|
40
|
+
- Added aria label prop to page sub-components explicitly ([#7822](https://github.com/patternfly/patternfly-react/pull/7822))
|
|
41
|
+
- Updated `onPageResize` default prop ([#7811](https://github.com/patternfly/patternfly-react/pull/7811))
|
|
42
|
+
- **Popover:**
|
|
43
|
+
- Converted examples to TypeScript ([#7770](https://github.com/patternfly/patternfly-react/pull/7770))
|
|
44
|
+
- **Progress:**
|
|
45
|
+
- Converted examples to TypeScript ([#7837](https://github.com/patternfly/patternfly-react/pull/7837))
|
|
46
|
+
- **Search input:**
|
|
47
|
+
- Converted examples to TypeScript ([#7859](https://github.com/patternfly/patternfly-react/pull/7859))
|
|
48
|
+
- **Select:**
|
|
49
|
+
- Applied aria-describedby to correct element ([#7790](https://github.com/patternfly/patternfly-react/pull/7790))
|
|
50
|
+
- Applied focus styling to the "create" option ([#7800](https://github.com/patternfly/patternfly-react/pull/7800))
|
|
51
|
+
- **Tabs:**
|
|
52
|
+
- Added tests for overflow tab behavior ([#7819](https://github.com/patternfly/patternfly-react/pull/7819))
|
|
53
|
+
- **Time picker:**
|
|
54
|
+
- Cleaned up menu append to feature ([#7865](https://github.com/patternfly/patternfly-react/pull/7865))
|
|
55
|
+
- **Timestamp:**
|
|
56
|
+
- Created new component ([#7815](https://github.com/patternfly/patternfly-react/pull/7815))
|
|
57
|
+
- **Wizard:**
|
|
58
|
+
- Created composable next version of the wizard with enhancements ([#7703](https://github.com/patternfly/patternfly-react/pull/7703))
|
|
59
|
+
|
|
60
|
+
### Charts
|
|
61
|
+
- Added id prop to fix docs a11y violations ([#7808](https://github.com/patternfly/patternfly-react/pull/7808))
|
|
62
|
+
|
|
63
|
+
### Table
|
|
64
|
+
- Added sticky toolbar with table demo ([#7850](https://github.com/patternfly/patternfly-react/pull/7850))
|
|
65
|
+
- Updated expandable table data ([#7838](https://github.com/patternfly/patternfly-react/pull/7838))
|
|
66
|
+
- Updated sticky header table data ([#7851](https://github.com/patternfly/patternfly-react/pull/7851))
|
|
67
|
+
- Added victory-cursor-container dependency ([#7803](https://github.com/patternfly/patternfly-react/pull/7803))
|
|
68
|
+
|
|
69
|
+
### Other
|
|
70
|
+
- **Chore:**
|
|
71
|
+
- Allowed for 'next' and 'deprecated' react-core sub-paths ([#7824](https://github.com/patternfly/patternfly-react/pull/7824))
|
|
72
|
+
- Corrected types for demo application ([#7827](https://github.com/patternfly/patternfly-react/pull/7827))
|
|
73
|
+
- Corrected types for examples ([#7821](https://github.com/patternfly/patternfly-react/pull/7821))
|
|
74
|
+
- Fixed react-core to export all contents of dist directory ([#7883](https://github.com/patternfly/patternfly-react/pull/7883))
|
|
75
|
+
- Fixed syntax errors on surge ([#7897](https://github.com/patternfly/patternfly-react/pull/7897))
|
|
76
|
+
- Removed conditional usage of React hooks ([#7907](https://github.com/patternfly/patternfly-react/pull/7907))
|
|
77
|
+
- **Dependencies:**
|
|
78
|
+
- Reverted rollup dependency bump ([#7881](https://github.com/patternfly/patternfly-react/pull/7881))
|
|
79
|
+
- Bumped rollup versions to latest ([#7853](https://github.com/patternfly/patternfly-react/pull/7853))
|
|
80
|
+
- Update dependency @patternfly/documentation-framework to v1.2.2 ([#7870](https://github.com/patternfly/patternfly-react/pull/7870))
|
|
81
|
+
- Updated surge dependency ([#7848](https://github.com/patternfly/patternfly-react/pull/7848))
|
|
82
|
+
- Bump rimraf version to latest ([#7854](https://github.com/patternfly/patternfly-react/pull/7854))
|
|
83
|
+
- Update to React router v5 for the demo app ([#7826](https://github.com/patternfly/patternfly-react/pull/7826))
|
|
84
|
+
|
|
6
85
|
## 2022.10 release notes (2022-08-04)
|
|
7
86
|
- [@patternfly/react-catalog-view-extension@4.82.8](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.82.8)
|
|
8
87
|
- [@patternfly/react-charts@6.84.8](https://www.npmjs.com/package/@patternfly/react-charts/v/6.84.8)
|
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.
|
|
4
|
+
"version": "5.97.0",
|
|
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.210.2",
|
|
26
|
-
"@patternfly/react-catalog-view-extension": "^4.
|
|
27
|
-
"@patternfly/react-charts": "^6.
|
|
28
|
-
"@patternfly/react-code-editor": "^4.
|
|
29
|
-
"@patternfly/react-core": "^4.
|
|
30
|
-
"@patternfly/react-icons": "^4.
|
|
31
|
-
"@patternfly/react-inline-edit-extension": "^4.
|
|
32
|
-
"@patternfly/react-log-viewer": "^4.
|
|
33
|
-
"@patternfly/react-styles": "^4.
|
|
34
|
-
"@patternfly/react-table": "^4.
|
|
35
|
-
"@patternfly/react-tokens": "^4.
|
|
36
|
-
"@patternfly/react-topology": "^4.
|
|
37
|
-
"@patternfly/react-virtualized-extension": "^4.
|
|
26
|
+
"@patternfly/react-catalog-view-extension": "^4.87.0",
|
|
27
|
+
"@patternfly/react-charts": "^6.89.0",
|
|
28
|
+
"@patternfly/react-code-editor": "^4.77.0",
|
|
29
|
+
"@patternfly/react-core": "^4.236.0",
|
|
30
|
+
"@patternfly/react-icons": "^4.87.0",
|
|
31
|
+
"@patternfly/react-inline-edit-extension": "^4.81.0",
|
|
32
|
+
"@patternfly/react-log-viewer": "^4.81.0",
|
|
33
|
+
"@patternfly/react-styles": "^4.86.0",
|
|
34
|
+
"@patternfly/react-table": "^4.105.0",
|
|
35
|
+
"@patternfly/react-tokens": "^4.88.0",
|
|
36
|
+
"@patternfly/react-topology": "^4.83.0",
|
|
37
|
+
"@patternfly/react-virtualized-extension": "^4.83.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@patternfly/documentation-framework": "1.2.2",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"last 2 versions",
|
|
50
50
|
"not ie <= 11"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "a4b7c93b2fad078f13a177a886317bbb054f4922"
|
|
53
53
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|