@patternfly/react-docs 5.53.12 → 5.53.16
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 +38 -0
- package/RELEASE-NOTES.md +131 -0
- package/package.json +14 -14
- package/patternfly-docs.source.js +3 -1
- 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/login-page/react/basic.png +0 -0
- package/src/generated/components/login-page/react/showhide-password.png +0 -0
- package/src/generated/components/navigation/react-demos/default-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/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/sortable---responsive.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/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.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-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,44 @@
|
|
|
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.53.16 (2022-02-02)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **numberinput:** import input group component instead ([#6850](https://github.com/patternfly/patternfly-react/issues/6850)) ([2a94545](https://github.com/patternfly/patternfly-react/commit/2a94545ead3be3ea3c987b1273e18b943315c36e))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## 5.53.15 (2022-01-28)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## 5.53.14 (2022-01-27)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## 5.53.13 (2022-01-26)
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
### Reverts
|
|
37
|
+
|
|
38
|
+
* Revert "Improve IAction type (#6108)" (#6862) ([94aea84](https://github.com/patternfly/patternfly-react/commit/94aea84036e26f4cc472b7d445ee49b088eb6a47)), closes [#6108](https://github.com/patternfly/patternfly-react/issues/6108) [#6862](https://github.com/patternfly/patternfly-react/issues/6862)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
6
44
|
## 5.53.12 (2022-01-26)
|
|
7
45
|
|
|
8
46
|
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,137 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## 2022.01 release notes (2022-01-25)
|
|
7
|
+
- [@patternfly/react-catalog-view-extension@4.43.14](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.43.14)
|
|
8
|
+
- [@patternfly/react-charts@6.45.14](https://www.npmjs.com/package/@patternfly/react-charts/v/6.45.14)
|
|
9
|
+
- [@patternfly/react-code-editor@4.33.14](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.33.14)
|
|
10
|
+
- [@patternfly/react-core@4.192.14](https://www.npmjs.com/package/@patternfly/react-core/v/4.192.14)
|
|
11
|
+
- [@patternfly/react-icons@4.43.14](https://www.npmjs.com/package/@patternfly/react-icons/v/4.43.14)
|
|
12
|
+
- [@patternfly/react-inline-edit-extension@4.37.14](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.37.14)
|
|
13
|
+
- [@patternfly/react-log-viewer@4.37.14](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.37.14)
|
|
14
|
+
- [@patternfly/react-styles@4.42.14](https://www.npmjs.com/package/@patternfly/react-styles/v/4.42.14)
|
|
15
|
+
- [@patternfly/react-table@4.61.14](https://www.npmjs.com/package/@patternfly/react-table/v/4.61.14)
|
|
16
|
+
- [@patternfly/react-tokens@4.44.14](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.44.14)
|
|
17
|
+
- [@patternfly/react-topology@4.39.14](https://www.npmjs.com/package/@patternfly/react-topology/v/4.39.14)
|
|
18
|
+
- [@patternfly/react-virtualized-extension@4.39.14](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.39.14)
|
|
19
|
+
|
|
20
|
+
### Components
|
|
21
|
+
- **AboutModal:**
|
|
22
|
+
- Converted examples to TypeScript/functional components ([#6714](https://github.com/patternfly/patternfly-react/pull/6714))
|
|
23
|
+
- **Accordion:**
|
|
24
|
+
- Converted examples to Typescript/functional components ([#6716](https://github.com/patternfly/patternfly-react/pull/6716))
|
|
25
|
+
- **Action list:**
|
|
26
|
+
- Converted examples to Typescript/functional components ([#6718](https://github.com/patternfly/patternfly-react/pull/6718))
|
|
27
|
+
- **Application launcher:**
|
|
28
|
+
- Converted examples to Typescript ([#6834](https://github.com/patternfly/patternfly-react/pull/6834))
|
|
29
|
+
- **Backdrop:**
|
|
30
|
+
- Converted examples to typescript ([#6791](https://github.com/patternfly/patternfly-react/pull/6791))
|
|
31
|
+
- **Background image:**
|
|
32
|
+
- Converted examples to typescript ([#6791](https://github.com/patternfly/patternfly-react/pull/6791))
|
|
33
|
+
- **Back to top:**
|
|
34
|
+
- Converted examples to typescript ([#6791](https://github.com/patternfly/patternfly-react/pull/6791))
|
|
35
|
+
- **Badge:**
|
|
36
|
+
- Converted examples to typescript ([#6791](https://github.com/patternfly/patternfly-react/pull/6791))
|
|
37
|
+
- **Banner:**
|
|
38
|
+
- Converted examples to typescript ([#6791](https://github.com/patternfly/patternfly-react/pull/6791))
|
|
39
|
+
- **Brand:**
|
|
40
|
+
- Converted examples to typescript ([#6791](https://github.com/patternfly/patternfly-react/pull/6791))
|
|
41
|
+
- **Breadcrumb:**
|
|
42
|
+
- Converted examples to typescript ([#6791](https://github.com/patternfly/patternfly-react/pull/6791))
|
|
43
|
+
- **Button:**
|
|
44
|
+
- Added demo for progress button completion state ([#6738](https://github.com/patternfly/patternfly-react/pull/6738))
|
|
45
|
+
- Converted examples to Typescript ([#6796](https://github.com/patternfly/patternfly-react/pull/6796))
|
|
46
|
+
- **Clipboard copy:**
|
|
47
|
+
- Fixed to clear timer on unmount ([#6708](https://github.com/patternfly/patternfly-react/pull/6708))
|
|
48
|
+
- **DataList:**
|
|
49
|
+
- Added better comments for `isChecked` and `checked` props ([#6803](https://github.com/patternfly/patternfly-react/pull/6803))
|
|
50
|
+
- **Date picker:**
|
|
51
|
+
- Updated empty state validation and added onblur event ([#6822](https://github.com/patternfly/patternfly-react/pull/6822))
|
|
52
|
+
- **Description list:**
|
|
53
|
+
- Added option to fill columns first ([#6736](https://github.com/patternfly/patternfly-react/pull/6736))
|
|
54
|
+
- **Dropdown:**
|
|
55
|
+
- Added plain-text variant support ([#6721](https://github.com/patternfly/patternfly-react/pull/6721))
|
|
56
|
+
- **Expandable section:**
|
|
57
|
+
- Added indented variation ([#6763](https://github.com/patternfly/patternfly-react/pull/6763))
|
|
58
|
+
- **Jump links:**
|
|
59
|
+
- Fixed scrollspy breakpoints are incorrect if offset prop changes ([#6750](https://github.com/patternfly/patternfly-react/pull/6750))
|
|
60
|
+
- Updated jump links demo to allow for horizontal display ([#6731](https://github.com/patternfly/patternfly-react/pull/6731))
|
|
61
|
+
- **Label:**
|
|
62
|
+
- Made editable label more screen reader accessible ([#6472](https://github.com/patternfly/patternfly-react/pull/6472))
|
|
63
|
+
- **Menu:**
|
|
64
|
+
- Added composable dropdown demo, converted all composable menu demos to typescript ([#6807](https://github.com/patternfly/patternfly-react/pull/6807))
|
|
65
|
+
- **Modal:**
|
|
66
|
+
- Added optional OUIA id for close button ([#6732](https://github.com/patternfly/patternfly-react/pull/6732))
|
|
67
|
+
- Updated modal with form example ([#6813](https://github.com/patternfly/patternfly-react/pull/6813))
|
|
68
|
+
- **Number input:**
|
|
69
|
+
- Updated to call onMinus/onPlus on arrow-up/down key press ([#6764](https://github.com/patternfly/patternfly-react/pull/6764))
|
|
70
|
+
- **Overflow menu:**
|
|
71
|
+
- Updated to pass `HTMLDivElements` props to group and control divs ([#6674](https://github.com/patternfly/patternfly-react/pull/6674))
|
|
72
|
+
- **Page:**
|
|
73
|
+
- Added resize observer and Toolbar/PageHeaderTools responsiveness based on page width ([#6827](https://github.com/patternfly/patternfly-react/pull/6827))
|
|
74
|
+
- **Pagination:**
|
|
75
|
+
- Updated to allow setting plural title in navigation ([#6712](https://github.com/patternfly/patternfly-react/pull/6712))
|
|
76
|
+
- **Select:**
|
|
77
|
+
- Changed typeahead autocomplete when input is user ([#6846](https://github.com/patternfly/patternfly-react/pull/6846))
|
|
78
|
+
- **Select:**
|
|
79
|
+
- Fixed select crash ([#6678](https://github.com/patternfly/patternfly-react/pull/6678))
|
|
80
|
+
- Fixed dot next to the spinner in grouped view more variant ([#6831](https://github.com/patternfly/patternfly-react/pull/6831))
|
|
81
|
+
- Fixed footer keyboard bugs ([#6844](https://github.com/patternfly/patternfly-react/pull/6844))
|
|
82
|
+
- Updated typeahead select children when any option attribute changes ([#6747](https://github.com/patternfly/patternfly-react/pull/6747))
|
|
83
|
+
- **Slider:**
|
|
84
|
+
- Added option to add tooltip over thumb ([#6624](https://github.com/patternfly/patternfly-react/pull/6624))
|
|
85
|
+
- **Tabs:**
|
|
86
|
+
- Added demo for Tabs within Modals ([#6777](https://github.com/patternfly/patternfly-react/pull/6777))
|
|
87
|
+
- Added gray tabs demo (patternfly#6810) ([#6811](https://github.com/patternfly/patternfly-react/pull/6811))
|
|
88
|
+
- Updated to allow href navigation from tabs ([#6755](https://github.com/patternfly/patternfly-react/pull/6755))
|
|
89
|
+
- Updated to enable tabs scroll button for small window ([#6784](https://github.com/patternfly/patternfly-react/pull/6784))
|
|
90
|
+
- Added table demo ([#6692](https://github.com/patternfly/patternfly-react/pull/6692))
|
|
91
|
+
- **Text input group:**
|
|
92
|
+
- Addressed various issues ([#6774](https://github.com/patternfly/patternfly-react/pull/6774))
|
|
93
|
+
- Converted examples and demos to Typescript ([#6704](https://github.com/patternfly/patternfly-react/pull/6704))
|
|
94
|
+
- **Time picker:**
|
|
95
|
+
- Added min/max time constraints ([#6681](https://github.com/patternfly/patternfly-react/pull/6681))
|
|
96
|
+
- Updated to allow for seconds via new prop ([#6769](https://github.com/patternfly/patternfly-react/pull/6769))
|
|
97
|
+
- Updated to auto-set direction based on space ([#6825](https://github.com/patternfly/patternfly-react/pull/6825))
|
|
98
|
+
- **Toggle group:**
|
|
99
|
+
- Added support for disabling all items under the parent ([#6700](https://github.com/patternfly/patternfly-react/pull/6700))
|
|
100
|
+
- **Toolbar:**
|
|
101
|
+
- Added demo with sticky toolbar ([#6729](https://github.com/patternfly/patternfly-react/pull/6729))
|
|
102
|
+
- Added support for customizing text in ToolbarChipGroupContent ([#6694](https://github.com/patternfly/patternfly-react/pull/6694))
|
|
103
|
+
- **Truncate:**
|
|
104
|
+
- Added truncate component ([#6713](https://github.com/patternfly/patternfly-react/pull/6713))
|
|
105
|
+
|
|
106
|
+
### Log viewer
|
|
107
|
+
- Updated text selection behavior ([#6746](https://github.com/patternfly/patternfly-react/pull/6746))
|
|
108
|
+
- Fixed the issue that scrollbar could compress the content of the logs ([#6702](https://github.com/patternfly/patternfly-react/pull/6702))
|
|
109
|
+
- Removed footer classname ([#6759](https://github.com/patternfly/patternfly-react/pull/6759))
|
|
110
|
+
|
|
111
|
+
### Table
|
|
112
|
+
- Added table nested in a table example ([#6727](https://github.com/patternfly/patternfly-react/pull/6727))
|
|
113
|
+
- Updated to allow a generic to be passed for cell props ([#6691](https://github.com/patternfly/patternfly-react/pull/6691))
|
|
114
|
+
- Fixed action example ([#6800](https://github.com/patternfly/patternfly-react/pull/6800))
|
|
115
|
+
- Updated to narrow logic for preventing event default on key down ([#6744](https://github.com/patternfly/patternfly-react/pull/6744))
|
|
116
|
+
- Updated clickable area for checks and radios ([#6754](https://github.com/patternfly/patternfly-react/pull/6754))
|
|
117
|
+
- Fixed row index in tree table examples ([#6830](https://github.com/patternfly/patternfly-react/pull/6830))
|
|
118
|
+
|
|
119
|
+
### Topology
|
|
120
|
+
- Fixed state update on an unmounted component ([#6779](https://github.com/patternfly/patternfly-react/pull/6779))
|
|
121
|
+
- Updated screen reader className to latest in TopologyControlBar ([#6739](https://github.com/patternfly/patternfly-react/pull/6739))
|
|
122
|
+
- Added component display names to topology HOC/wrappers ([#6829](https://github.com/patternfly/patternfly-react/pull/6829))
|
|
123
|
+
- Updated to not trigger mobx update when node dimension or position doesn't change ([#6801](https://github.com/patternfly/patternfly-react/pull/6801))
|
|
124
|
+
|
|
125
|
+
### Other
|
|
126
|
+
- **Chore:**
|
|
127
|
+
- Promoted beta components ([#6808](https://github.com/patternfly/patternfly-react/pull/6808))
|
|
128
|
+
- fixed overflow menu integration test by ignoring menu being covered in tests ([#6852](https://github.com/patternfly/patternfly-react/pull/6852))
|
|
129
|
+
- **Demos:**
|
|
130
|
+
- Added a password generator demo ([#6725](https://github.com/patternfly/patternfly-react/pull/6725))
|
|
131
|
+
- **Dependencies:**
|
|
132
|
+
- Updated dependency theme-patternfly-org to v0.9.6 ([#6821](https://github.com/patternfly/patternfly-react/pull/6821))
|
|
133
|
+
- **Documentation:**
|
|
134
|
+
- Fixed broken theme-patternfly-org link ([#6726](https://github.com/patternfly/patternfly-react/pull/6726))
|
|
135
|
+
- Added note to contributing guidelines for windows users using lint ([#6812](https://github.com/patternfly/patternfly-react/pull/6812))
|
|
136
|
+
|
|
6
137
|
## 2021.16 release notes (2021-12-13)
|
|
7
138
|
- [@patternfly/react-catalog-view-extension@4.32.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.32.1)
|
|
8
139
|
- [@patternfly/react-charts@6.34.1](https://www.npmjs.com/package/@patternfly/react-charts/v/6.34.1)
|
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.53.
|
|
4
|
+
"version": "5.53.16",
|
|
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.171.1",
|
|
26
|
-
"@patternfly/react-catalog-view-extension": "^4.43.
|
|
27
|
-
"@patternfly/react-charts": "^6.45.
|
|
28
|
-
"@patternfly/react-code-editor": "^4.33.
|
|
29
|
-
"@patternfly/react-core": "^4.192.
|
|
30
|
-
"@patternfly/react-icons": "^4.43.
|
|
31
|
-
"@patternfly/react-inline-edit-extension": "^4.37.
|
|
32
|
-
"@patternfly/react-log-viewer": "^4.37.
|
|
33
|
-
"@patternfly/react-styles": "^4.42.
|
|
34
|
-
"@patternfly/react-table": "^4.61.
|
|
35
|
-
"@patternfly/react-tokens": "^4.44.
|
|
36
|
-
"@patternfly/react-topology": "^4.39.
|
|
37
|
-
"@patternfly/react-virtualized-extension": "^4.39.
|
|
26
|
+
"@patternfly/react-catalog-view-extension": "^4.43.16",
|
|
27
|
+
"@patternfly/react-charts": "^6.45.16",
|
|
28
|
+
"@patternfly/react-code-editor": "^4.33.16",
|
|
29
|
+
"@patternfly/react-core": "^4.192.16",
|
|
30
|
+
"@patternfly/react-icons": "^4.43.16",
|
|
31
|
+
"@patternfly/react-inline-edit-extension": "^4.37.16",
|
|
32
|
+
"@patternfly/react-log-viewer": "^4.37.16",
|
|
33
|
+
"@patternfly/react-styles": "^4.42.16",
|
|
34
|
+
"@patternfly/react-table": "^4.61.16",
|
|
35
|
+
"@patternfly/react-tokens": "^4.44.16",
|
|
36
|
+
"@patternfly/react-topology": "^4.39.16",
|
|
37
|
+
"@patternfly/react-virtualized-extension": "^4.39.16"
|
|
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": "ab8881705440faa1a8f31a49214067790be5c228"
|
|
57
57
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
const path = require('path');
|
|
2
2
|
|
|
3
|
-
module.exports = (
|
|
3
|
+
module.exports = (baseSourceMD, sourceProps) => {
|
|
4
|
+
const sourceMD = (basePath, ...props) => baseSourceMD(basePath.split(path.sep).join(path.posix.sep), ...props);
|
|
5
|
+
|
|
4
6
|
// Theme pages
|
|
5
7
|
const themePagesPath = require.resolve('theme-patternfly-org/package.json').replace('package.json', 'pages');
|
|
6
8
|
sourceMD(path.join(themePagesPath, '*.md'), 'pages-overview');
|
|
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
|