@patternfly/react-docs 5.100.0 → 5.100.1
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 +86 -0
- package/package.json +14 -14
- package/patternfly-docs/generated/components/back-to-top/react-demos/using-name-selector.png +0 -0
- package/patternfly-docs/generated/components/backdrop/react/with-spinner.png +0 -0
- package/patternfly-docs/generated/components/banner/react-demos/basic-sticky-banner.png +0 -0
- package/patternfly-docs/generated/components/banner/react-demos/top-and-bottom-banner.png +0 -0
- package/patternfly-docs/generated/components/jump-links/react-demos/scrollspy-with-subsections.png +0 -0
- package/patternfly-docs/generated/components/jump-links/react-demos/with-drawer.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/navigation/react-demos/default-nav.png +0 -0
- package/patternfly-docs/generated/components/navigation/react-demos/drilldown-nav.png +0 -0
- package/patternfly-docs/generated/components/navigation/react-demos/expandable-nav.png +0 -0
- package/patternfly-docs/generated/components/navigation/react-demos/flyout-nav.png +0 -0
- package/patternfly-docs/generated/components/navigation/react-demos/grouped-nav.png +0 -0
- package/patternfly-docs/generated/components/navigation/react-demos/horizontal-subnav.png +0 -0
- package/patternfly-docs/generated/components/navigation/react-demos/legacy-tertiary-nav.png +0 -0
- package/patternfly-docs/generated/components/navigation/react-demos/legacylight-nav.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/bulk-select.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/compact.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/compound-expansion.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/empty.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/error.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/sortable---responsive.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/static-bottom-pagination-on-mobile.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-first-column.png +0 -0
- package/patternfly-docs/generated/components/table/react-demos/sticky-header.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/gray-tabs.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/modal-tabs.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/nested-tabs.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/nested-unindented-tabs.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/open-tabs-with-secondary-tabs.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-auto-width-tabs.png +0 -0
- package/patternfly-docs/generated/components/tabs/react-demos/tables-and-tabs.png +0 -0
- package/patternfly-docs/generated/components/toolbar/react-demos/console-log-viewer-toolbar-demo.png +0 -0
- package/patternfly-docs/generated/components/wizard/react-demos/in-modal-with-drawer-and-informational-step.png +0 -0
- package/patternfly-docs/generated/components/wizard/react-demos/in-modal-with-drawer.png +0 -0
- package/patternfly-docs/generated/components/wizard/react-demos/in-modal.png +0 -0
- package/patternfly-docs/generated/components/wizard/react-demos/in-page.png +0 -0
- package/patternfly-docs/generated/demos/card-view/react-demos/card-view.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-content-padding.png +0 -0
- package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-data-list-in-card.png +0 -0
- package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-full-page.png +0 -0
- package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-inline-modifier.png +0 -0
- package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-simple-list-in-card.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.100.1 (2022-09-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# 5.100.0 (2022-09-14)
|
|
7
15
|
|
|
8
16
|
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,92 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## 2022.12 release notes (2022-09-15)
|
|
7
|
+
- [@patternfly/react-catalog-view-extension@4.90.0](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.90.0)
|
|
8
|
+
- [@patternfly/react-charts@6.92.0](https://www.npmjs.com/package/@patternfly/react-charts/v/6.92.0)
|
|
9
|
+
- [@patternfly/react-code-editor@4.80.0](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.80.0)
|
|
10
|
+
- [@patternfly/react-core@4.239.0](https://www.npmjs.com/package/@patternfly/react-core/v/4.239.0)
|
|
11
|
+
- [@patternfly/react-icons@4.90.0](https://www.npmjs.com/package/@patternfly/react-icons/v/4.90.0)
|
|
12
|
+
- [@patternfly/react-inline-edit-extension@4.84.0](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.84.0)
|
|
13
|
+
- [@patternfly/react-log-viewer@4.84.0](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.84.0)
|
|
14
|
+
- [@patternfly/react-styles@4.89.0](https://www.npmjs.com/package/@patternfly/react-styles/v/4.89.0)
|
|
15
|
+
- [@patternfly/react-table@4.108.0](https://www.npmjs.com/package/@patternfly/react-table/v/4.108.0)
|
|
16
|
+
- [@patternfly/react-tokens@4.91.0](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.91.0)
|
|
17
|
+
- [@patternfly/react-topology@4.86.0](https://www.npmjs.com/package/@patternfly/react-topology/v/4.86.0)
|
|
18
|
+
- [@patternfly/react-virtualized-extension@4.86.0](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.86.0)
|
|
19
|
+
|
|
20
|
+
### Components
|
|
21
|
+
- **Alert group:**
|
|
22
|
+
- Updated `AlertGroupInline` to not use child index as a key ([#7878](https://github.com/patternfly/patternfly-react/pull/7878))
|
|
23
|
+
- Added content to alert group examples ([#7763](https://github.com/patternfly/patternfly-react/pull/7763))
|
|
24
|
+
- **Application launcher:**
|
|
25
|
+
- Fixed error when items prop not provided ([#7879](https://github.com/patternfly/patternfly-react/pull/7879))
|
|
26
|
+
- **Avatar:**
|
|
27
|
+
- Updated tests to new standards ([#7829](https://github.com/patternfly/patternfly-react/pull/7829))
|
|
28
|
+
- **Back to top:**
|
|
29
|
+
- Updated tests to new standards ([#7833](https://github.com/patternfly/patternfly-react/pull/7833))
|
|
30
|
+
- **Button:**
|
|
31
|
+
- Combined aria-disabled tooltip examples into single example ([#7911](https://github.com/patternfly/patternfly-react/pull/7911))
|
|
32
|
+
- Added count badge feature ([#7910](https://github.com/patternfly/patternfly-react/pull/7910))
|
|
33
|
+
- **Checkbox:**
|
|
34
|
+
- Added required variant ([#7951](https://github.com/patternfly/patternfly-react/pull/7951))
|
|
35
|
+
- **Dropdown:**
|
|
36
|
+
- Added the next version of the dropdown component ([#7955](https://github.com/patternfly/patternfly-react/pull/7955))
|
|
37
|
+
- Updated primary example to use `toggleVariant=primary` ([#7904](https://github.com/patternfly/patternfly-react/pull/7904))
|
|
38
|
+
- Updated to resolve strict TypeScript errors ([#7890](https://github.com/patternfly/patternfly-react/pull/7890))
|
|
39
|
+
- **Menu:**
|
|
40
|
+
- Added menu group props to documentation ([#7958](https://github.com/patternfly/patternfly-react/pull/7958))
|
|
41
|
+
- **Menu toggle:**
|
|
42
|
+
- Fixed props not displaying in documentation ([#7919](https://github.com/patternfly/patternfly-react/pull/7919))
|
|
43
|
+
- Updated to pass `onClick` to split button variant ([#7963](https://github.com/patternfly/patternfly-react/pull/7963))
|
|
44
|
+
- Fixed typeahead variant styles issue ([#7905](https://github.com/patternfly/patternfly-react/pull/7905))
|
|
45
|
+
- **Modal:**
|
|
46
|
+
- Updated to resolve strict TypeScript errors ([#7890](https://github.com/patternfly/patternfly-react/pull/7890))
|
|
47
|
+
- **Page:**
|
|
48
|
+
- Updated to avoid unnecessary re-renders ([#7940](https://github.com/patternfly/patternfly-react/pull/7940))
|
|
49
|
+
- Fixed page group props regression ([#7948](https://github.com/patternfly/patternfly-react/pull/7948))
|
|
50
|
+
- Add ability to specify HTML element via prop to page section ([#7891](https://github.com/patternfly/patternfly-react/pull/7891))
|
|
51
|
+
- **Popper:**
|
|
52
|
+
- Removed findRefWrapper ([#7807](https://github.com/patternfly/patternfly-react/pull/7807))
|
|
53
|
+
- **Search input:**
|
|
54
|
+
- Added new expandable button for masthead variant ([#7903](https://github.com/patternfly/patternfly-react/pull/7903))
|
|
55
|
+
- **Tabs:**
|
|
56
|
+
- Added button type (#7887) ([#7892](https://github.com/patternfly/patternfly-react/pull/7892))
|
|
57
|
+
- **Text:**
|
|
58
|
+
- Fixed description list example title ([#7967](https://github.com/patternfly/patternfly-react/pull/7967))
|
|
59
|
+
- **Text area:**
|
|
60
|
+
- Fixed missing props and auto resize example not working as intended ([#7947](https://github.com/patternfly/patternfly-react/pull/7947))
|
|
61
|
+
- **Time picker:**
|
|
62
|
+
- Fixed scrolling dropdown to typed value in Safari ([#7888](https://github.com/patternfly/patternfly-react/pull/7888))
|
|
63
|
+
- **Tree view:**
|
|
64
|
+
- Fixed to ignore folder selection in basic example ([#7906](https://github.com/patternfly/patternfly-react/pull/7906))
|
|
65
|
+
- Updated to resolve strict TypeScript errors ([#7890](https://github.com/patternfly/patternfly-react/pull/7890))
|
|
66
|
+
|
|
67
|
+
### Charts
|
|
68
|
+
- Converted `getDefaultPatternProps` to a hook ([#7912](https://github.com/patternfly/patternfly-react/pull/7912))
|
|
69
|
+
### Table
|
|
70
|
+
- Added descriptive section about scroll containers ([#7917](https://github.com/patternfly/patternfly-react/pull/7917))
|
|
71
|
+
- Fixed bug in expandable demo ([#7945](https://github.com/patternfly/patternfly-react/pull/7945))
|
|
72
|
+
- Updated compact table data ([#7857](https://github.com/patternfly/patternfly-react/pull/7857))
|
|
73
|
+
- Updated pagination demo to match core ([#7896](https://github.com/patternfly/patternfly-react/pull/7896))
|
|
74
|
+
|
|
75
|
+
### Topology
|
|
76
|
+
- Changed pipeline node visuals as scale, show icons for status ([#7921](https://github.com/patternfly/patternfly-react/pull/7921))
|
|
77
|
+
|
|
78
|
+
### Other
|
|
79
|
+
- **Chore:**
|
|
80
|
+
- Updated a11y config to include docs ([#7778](https://github.com/patternfly/patternfly-react/pull/7778))
|
|
81
|
+
- Updated dashboard header brand image source to absolute import path ([#7935](https://github.com/patternfly/patternfly-react/pull/7935))
|
|
82
|
+
- Returned missing layout documentation ([#7937](https://github.com/patternfly/patternfly-react/pull/7937))
|
|
83
|
+
- Allowed opting out of using `requestAnimationFrame` for resize observer ([#7941](https://github.com/patternfly/patternfly-react/pull/7941))
|
|
84
|
+
- Fixed .mjs component CSS imports ([#7971](https://github.com/patternfly/patternfly-react/pull/7971))
|
|
85
|
+
- Fixed dashboard wrapper code sandbox export error ([#7954](https://github.com/patternfly/patternfly-react/pull/7954))
|
|
86
|
+
- **Demos:**
|
|
87
|
+
- Added filter demos ([#7949](https://github.com/patternfly/patternfly-react/pull/7949))
|
|
88
|
+
- **Dependencies:**
|
|
89
|
+
- Updated dependency @patternfly/documentation-framework to v1.2.17 ([#7875](https://github.com/patternfly/patternfly-react/pull/7875))
|
|
90
|
+
- Updated dependency @testing-library/user-event to v14.4.3 ([#7840](https://github.com/patternfly/patternfly-react/pull/7840))
|
|
91
|
+
|
|
6
92
|
## 2022.11 release notes (2022-08-31)
|
|
7
93
|
- [@patternfly/react-catalog-view-extension@4.86.7](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.86.7)
|
|
8
94
|
- [@patternfly/react-charts@6.88.7](https://www.npmjs.com/package/@patternfly/react-charts/v/6.88.7)
|
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.100.
|
|
4
|
+
"version": "5.100.1",
|
|
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.215.1",
|
|
26
|
-
"@patternfly/react-catalog-view-extension": "^4.90.
|
|
27
|
-
"@patternfly/react-charts": "^6.92.
|
|
28
|
-
"@patternfly/react-code-editor": "^4.80.
|
|
29
|
-
"@patternfly/react-core": "^4.239.
|
|
30
|
-
"@patternfly/react-icons": "^4.90.
|
|
31
|
-
"@patternfly/react-inline-edit-extension": "^4.84.
|
|
32
|
-
"@patternfly/react-log-viewer": "^4.84.
|
|
33
|
-
"@patternfly/react-styles": "^4.89.
|
|
34
|
-
"@patternfly/react-table": "^4.108.
|
|
35
|
-
"@patternfly/react-tokens": "^4.91.
|
|
36
|
-
"@patternfly/react-topology": "^4.86.
|
|
37
|
-
"@patternfly/react-virtualized-extension": "^4.86.
|
|
26
|
+
"@patternfly/react-catalog-view-extension": "^4.90.1",
|
|
27
|
+
"@patternfly/react-charts": "^6.92.1",
|
|
28
|
+
"@patternfly/react-code-editor": "^4.80.1",
|
|
29
|
+
"@patternfly/react-core": "^4.239.1",
|
|
30
|
+
"@patternfly/react-icons": "^4.90.1",
|
|
31
|
+
"@patternfly/react-inline-edit-extension": "^4.84.1",
|
|
32
|
+
"@patternfly/react-log-viewer": "^4.84.1",
|
|
33
|
+
"@patternfly/react-styles": "^4.89.1",
|
|
34
|
+
"@patternfly/react-table": "^4.108.1",
|
|
35
|
+
"@patternfly/react-tokens": "^4.91.1",
|
|
36
|
+
"@patternfly/react-topology": "^4.86.1",
|
|
37
|
+
"@patternfly/react-virtualized-extension": "^4.86.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@patternfly/documentation-framework": "1.2.17",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"last 2 versions",
|
|
50
50
|
"not ie <= 11"
|
|
51
51
|
],
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "1e85a2dbd916188d8629b8631f67d1c337bfb456"
|
|
53
53
|
}
|
package/patternfly-docs/generated/components/back-to-top/react-demos/using-name-selector.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/patternfly-docs/generated/components/jump-links/react-demos/scrollspy-with-subsections.png
CHANGED
|
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
|
package/patternfly-docs/generated/components/tabs/react-demos/open-tabs-with-secondary-tabs.png
CHANGED
|
Binary file
|
|
Binary file
|
package/patternfly-docs/generated/components/tabs/react-demos/tables-and-tabs-auto-width-tabs.png
CHANGED
|
Binary file
|
|
Binary file
|
package/patternfly-docs/generated/components/toolbar/react-demos/console-log-viewer-toolbar-demo.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-card-view.png
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/patternfly-docs/generated/demos/primary-detail/react-demos/primary-detail-full-page.png
CHANGED
|
Binary file
|
|
Binary file
|