@patternfly/react-docs 5.84.3 → 5.85.2
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 +30 -0
- package/RELEASE-NOTES.md +94 -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/banner/react-demos/basic-sticky-banner.png +0 -0
- package/src/generated/components/banner/react-demos/top-and-bottom-banner.png +0 -0
- package/src/generated/components/jump-links/react-demos/scrollspy-with-subsections.png +0 -0
- package/src/generated/components/jump-links/react-demos/with-drawer.png +0 -0
- package/src/generated/components/navigation/react-demos/default-nav.png +0 -0
- package/src/generated/components/navigation/react-demos/drilldown-nav.png +0 -0
- package/src/generated/components/navigation/react-demos/expandable-nav.png +0 -0
- package/src/generated/components/navigation/react-demos/flyout-nav.png +0 -0
- package/src/generated/components/navigation/react-demos/grouped-nav.png +0 -0
- package/src/generated/components/navigation/react-demos/horizontal-subnav.png +0 -0
- package/src/generated/components/navigation/react-demos/legacy-tertiary-nav.png +0 -0
- package/src/generated/components/navigation/react-demos/legacylight-nav.png +0 -0
- package/src/generated/components/navigation/react-demos/manual-nav.png +0 -0
- package/src/generated/components/notification-drawer/react-demos/basic.png +0 -0
- package/src/generated/components/notification-drawer/react-demos/grouped.png +0 -0
- package/src/generated/components/page/react-demos/sticky-section-group.png +0 -0
- package/src/generated/components/table/react-demos/bulk-select.png +0 -0
- package/src/generated/components/table/react-demos/compact.png +0 -0
- package/src/generated/components/table/react-demos/compound-expansion.png +0 -0
- package/src/generated/components/table/react-demos/empty.png +0 -0
- package/src/generated/components/table/react-demos/error.png +0 -0
- package/src/generated/components/table/react-demos/expandcollapse-all.png +0 -0
- package/src/generated/components/table/react-demos/loading.png +0 -0
- package/src/generated/components/table/react-demos/sortable---responsive.png +0 -0
- package/src/generated/components/table/react-demos/sticky-first-column.png +0 -0
- package/src/generated/components/table/react-demos/sticky-header.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/open-tabs-with-secondary-tabs.png +0 -0
- package/src/generated/components/tabs/react-demos/open-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/src/generated/components/toolbar/react-demos/console-log-viewer-toolbar-demo.png +0 -0
- package/src/generated/components/wizard/react-demos/in-modal.png +0 -0
- package/src/generated/components/wizard/react-demos/in-page.png +0 -0
- package/src/generated/demos/card-view/react-demos/card-view.png +0 -0
- package/src/generated/demos/primary-detail/react-demos/primary-detail-card-view.png +0 -0
- package/src/generated/demos/primary-detail/react-demos/primary-detail-content-padding.png +0 -0
- package/src/generated/demos/primary-detail/react-demos/primary-detail-data-list-in-card.png +0 -0
- package/src/generated/demos/primary-detail/react-demos/primary-detail-full-page.png +0 -0
- package/src/generated/demos/primary-detail/react-demos/primary-detail-inline-modifier.png +0 -0
- package/src/generated/demos/primary-detail/react-demos/primary-detail-simple-list-in-card.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,36 @@
|
|
|
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.85.2 (2022-06-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 5.85.1 (2022-06-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **Select:** update logic should only apply to typeahead ([#7632](https://github.com/patternfly/patternfly-react/issues/7632)) ([0b9148e](https://github.com/patternfly/patternfly-react/commit/0b9148e67030236e61423895c6632b20dac4617f))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# 5.85.0 (2022-06-27)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* **wizard:** add support for additional information panel (drawer) ([#7323](https://github.com/patternfly/patternfly-react/issues/7323)) ([6702504](https://github.com/patternfly/patternfly-react/commit/67025047d7bb644497f4477b77dbbdebe8ce97da))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
6
36
|
## 5.84.3 (2022-06-23)
|
|
7
37
|
|
|
8
38
|
**Note:** Version bump only for package @patternfly/react-docs
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,100 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## 2022.08 release notes (2022-06-29)
|
|
7
|
+
- [@patternfly/react-catalog-view-extension@4.75.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.75.1)
|
|
8
|
+
- [@patternfly/react-charts@6.77.1](https://www.npmjs.com/package/@patternfly/react-charts/v/6.77.1)
|
|
9
|
+
- [@patternfly/react-code-editor@4.65.1](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.65.1)
|
|
10
|
+
- [@patternfly/react-core@4.224.1](https://www.npmjs.com/package/@patternfly/react-core/v/4.224.1)
|
|
11
|
+
- [@patternfly/react-icons@4.75.1](https://www.npmjs.com/package/@patternfly/react-icons/v/4.75.1)
|
|
12
|
+
- [@patternfly/react-inline-edit-extension@4.69.1](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.69.1)
|
|
13
|
+
- [@patternfly/react-log-viewer@4.69.1](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.69.1)
|
|
14
|
+
- [@patternfly/react-styles@4.74.1](https://www.npmjs.com/package/@patternfly/react-styles/v/4.74.1)
|
|
15
|
+
- [@patternfly/react-table@4.93.1](https://www.npmjs.com/package/@patternfly/react-table/v/4.93.1)
|
|
16
|
+
- [@patternfly/react-tokens@4.76.1](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.76.1)
|
|
17
|
+
- [@patternfly/react-topology@4.71.1](https://www.npmjs.com/package/@patternfly/react-topology/v/4.71.1)
|
|
18
|
+
- [@patternfly/react-virtualized-extension@4.71.1](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.71.1)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Components
|
|
22
|
+
- **Calendar month:**
|
|
23
|
+
- Updated to match PatternFly core ([#7503](https://github.com/patternfly/patternfly-react/pull/7503))
|
|
24
|
+
- **Date picker:**
|
|
25
|
+
- Enabled date picker in a modal ([#7416](https://github.com/patternfly/patternfly-react/pull/7416))
|
|
26
|
+
- **Drawer:**
|
|
27
|
+
- Fixed type error on resize ([#7531](https://github.com/patternfly/patternfly-react/pull/7531))
|
|
28
|
+
- **Dropdown:**
|
|
29
|
+
- Tooltip examples are not accessible on dropdown items ([#7524](https://github.com/patternfly/patternfly-react/pull/7524))
|
|
30
|
+
- **Dual list selector:**
|
|
31
|
+
- Converted examples to TypeScript ([#7458](https://github.com/patternfly/patternfly-react/pull/7458))
|
|
32
|
+
- **Empty State:**
|
|
33
|
+
- Converted empty state demos to TypeScript ([#7496](https://github.com/patternfly/patternfly-react/pull/7496))
|
|
34
|
+
- **Expandable section:**
|
|
35
|
+
- Converted examples to TypeScript ([#7506](https://github.com/patternfly/patternfly-react/pull/7506))
|
|
36
|
+
- **File upload:**
|
|
37
|
+
- Converted examples to TypeScript/functional components ([#7514](https://github.com/patternfly/patternfly-react/pull/7514))
|
|
38
|
+
- **Form:**
|
|
39
|
+
- Added functionality for form group roles ([#7516](https://github.com/patternfly/patternfly-react/pull/7516))
|
|
40
|
+
- Converted examples to TypeScript/functional components ([#7521](https://github.com/patternfly/patternfly-react/pull/7521))
|
|
41
|
+
- **Form select:**
|
|
42
|
+
- Converted examples to TypeScript ([#7489](https://github.com/patternfly/patternfly-react/pull/7489))
|
|
43
|
+
- **Helper text:**
|
|
44
|
+
- Converted helper text examples to TypeScript ([#7488](https://github.com/patternfly/patternfly-react/pull/7488))
|
|
45
|
+
- **Hint:**
|
|
46
|
+
- Converted hint examples to TypeScript ([#7487](https://github.com/patternfly/patternfly-react/pull/7487))
|
|
47
|
+
- **Input group:**
|
|
48
|
+
- Converted examples to TypeScript ([#7493](https://github.com/patternfly/patternfly-react/pull/7493))
|
|
49
|
+
- **Jump links:**
|
|
50
|
+
- Added jump links with drawer demo ([#7520](https://github.com/patternfly/patternfly-react/pull/7520))
|
|
51
|
+
- Converted examples to TypeScript ([#7551](https://github.com/patternfly/patternfly-react/pull/7551))
|
|
52
|
+
- **Label:**
|
|
53
|
+
- Added gold color for label ([#7528](https://github.com/patternfly/patternfly-react/pull/7528))
|
|
54
|
+
- Converted label demos to TypeScript ([#7543](https://github.com/patternfly/patternfly-react/pull/7543))
|
|
55
|
+
- **Label group:**
|
|
56
|
+
- Added editable label examples ([#7515](https://github.com/patternfly/patternfly-react/pull/7515))
|
|
57
|
+
- Converted examples to TypeScript ([#7558](https://github.com/patternfly/patternfly-react/pull/7558))
|
|
58
|
+
- **List:**
|
|
59
|
+
- Converted all examples to TypeScript ([#7550](https://github.com/patternfly/patternfly-react/pull/7550))
|
|
60
|
+
- **Overflow menu:**
|
|
61
|
+
- Updated to use `position` and `isFlipEnabled` props correctly in documentation ([#7545](https://github.com/patternfly/patternfly-react/pull/7545))
|
|
62
|
+
- **Progress stepper:**
|
|
63
|
+
- Added support for keyboard interactions ([#7532](https://github.com/patternfly/patternfly-react/pull/7532))
|
|
64
|
+
- **Select:**
|
|
65
|
+
- Added check for updates in grouped select options ([#7530](https://github.com/patternfly/patternfly-react/pull/7530))
|
|
66
|
+
- Updated to retain focus on correct checkbox after view more clicked ([#7505](https://github.com/patternfly/patternfly-react/pull/7505))
|
|
67
|
+
- Updated logic for checking for updated children to only apply to typeahead variants ([#7632](https://github.com/patternfly/patternfly-react/pull/7632))
|
|
68
|
+
- **Tabs:**
|
|
69
|
+
- Updated insets example to make more sense ([#7480](https://github.com/patternfly/patternfly-react/pull/7480))
|
|
70
|
+
- **Wizard:**
|
|
71
|
+
- Added support for additional information panel (drawer) ([#7323](https://github.com/patternfly/patternfly-react/pull/7323))
|
|
72
|
+
- Wrapped Wizard modal example in page ([#7502](https://github.com/patternfly/patternfly-react/pull/7502))
|
|
73
|
+
|
|
74
|
+
### Access console extension
|
|
75
|
+
- Added SUSE instruction for virt-viewer ([#7445](https://github.com/patternfly/patternfly-react/pull/7445))
|
|
76
|
+
|
|
77
|
+
### Charts
|
|
78
|
+
- Added support for patterns ([#7390](https://github.com/patternfly/patternfly-react/pull/7390))
|
|
79
|
+
- Simplified pattern visibility ([#7542](https://github.com/patternfly/patternfly-react/pull/7542))
|
|
80
|
+
|
|
81
|
+
### Table
|
|
82
|
+
- Updated to account for added columns with expandable ([#7529](https://github.com/patternfly/patternfly-react/pull/7529))
|
|
83
|
+
- Added nested sticky header support ([#7595](https://github.com/patternfly/patternfly-react/pull/7595))
|
|
84
|
+
- Fixed filterable table demo icon text spacing ([#7477](https://github.com/patternfly/patternfly-react/pull/7477))
|
|
85
|
+
- Updated expandable examples to set column widths ([#7513](https://github.com/patternfly/patternfly-react/pull/7513))
|
|
86
|
+
|
|
87
|
+
### Topology
|
|
88
|
+
- Fixed group position when it has no children ([#7573](https://github.com/patternfly/patternfly-react/pull/7573))
|
|
89
|
+
|
|
90
|
+
### Other
|
|
91
|
+
- **Chore:**
|
|
92
|
+
- Added additional type-casts for React nodes ([#7402](https://github.com/patternfly/patternfly-react/pull/7402))
|
|
93
|
+
- **Demos:**
|
|
94
|
+
- Updated card view demo to remove highlight on selected cards (used checkboxes only) and to include mixed state (-) check indicator ([#7562](https://github.com/patternfly/patternfly-react/pull/7562))
|
|
95
|
+
- Align demo dashboard header with core ([#7518](https://github.com/patternfly/patternfly-react/pull/7518))
|
|
96
|
+
- **Dependencies:**
|
|
97
|
+
- Update dependency theme-patternfly-org to v0.11.68 ([#7593](https://github.com/patternfly/patternfly-react/pull/7593))
|
|
98
|
+
- Bumped patternfly-a11y and fixed virtualized table violations ([#7510](https://github.com/patternfly/patternfly-react/pull/7510))
|
|
99
|
+
|
|
6
100
|
## 2022.07 release notes (2022-06-02)
|
|
7
101
|
- [@patternfly/react-catalog-view-extension@4.72.3](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.72.3)
|
|
8
102
|
- [@patternfly/react-charts@6.74.3](https://www.npmjs.com/package/@patternfly/react-charts/v/6.74.3)
|
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.85.2",
|
|
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.202.1",
|
|
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.75.2",
|
|
27
|
+
"@patternfly/react-charts": "^6.77.2",
|
|
28
|
+
"@patternfly/react-code-editor": "^4.65.2",
|
|
29
|
+
"@patternfly/react-core": "^4.224.2",
|
|
30
|
+
"@patternfly/react-icons": "^4.75.2",
|
|
31
|
+
"@patternfly/react-inline-edit-extension": "^4.69.2",
|
|
32
|
+
"@patternfly/react-log-viewer": "^4.69.2",
|
|
33
|
+
"@patternfly/react-styles": "^4.74.2",
|
|
34
|
+
"@patternfly/react-table": "^4.93.2",
|
|
35
|
+
"@patternfly/react-tokens": "^4.76.2",
|
|
36
|
+
"@patternfly/react-topology": "^4.71.2",
|
|
37
|
+
"@patternfly/react-virtualized-extension": "^4.71.2"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@patternfly/patternfly-a11y": "4.3.1",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"last 2 versions",
|
|
50
50
|
"not ie <= 11"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "ef117ab7d1fc3a7f9b980e5b5215bd6b5401e54b"
|
|
53
53
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|