@patternfly/react-docs 5.41.1 → 5.42.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 +35 -0
- package/RELEASE-NOTES.md +66 -0
- package/package.json +15 -15
- 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/login-page/react/showhide-password.png +0 -0
- package/src/generated/components/tabs/react-demos/nested-tabs.png +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,41 @@
|
|
|
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.42.3 (2021-12-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## 5.42.2 (2021-12-13)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 5.42.1 (2021-12-09)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# 5.42.0 (2021-12-09)
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
### Features
|
|
34
|
+
|
|
35
|
+
* **Popover:** add composable header and alert variants ([#6664](https://github.com/patternfly/patternfly-react/issues/6664)) ([9028e8b](https://github.com/patternfly/patternfly-react/commit/9028e8ba5d674bde6a7e29532f7926e200dd632a))
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
6
41
|
## 5.41.1 (2021-12-08)
|
|
7
42
|
|
|
8
43
|
**Note:** Version bump only for package @patternfly/react-docs
|
package/RELEASE-NOTES.md
CHANGED
|
@@ -3,6 +3,72 @@ id: Release notes
|
|
|
3
3
|
section: developer-resources
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
+
## 2021.16 release notes (2021-12-13)
|
|
7
|
+
- [@patternfly/react-catalog-view-extension@4.32.1](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.32.1)
|
|
8
|
+
- [@patternfly/react-charts@6.34.1](https://www.npmjs.com/package/@patternfly/react-charts/v/6.34.1)
|
|
9
|
+
- [@patternfly/react-code-editor@4.22.1](https://www.npmjs.com/package/@patternfly/react-code-editor/v/4.22.1)
|
|
10
|
+
- [@patternfly/react-core@4.181.1](https://www.npmjs.com/package/@patternfly/react-core/v/4.181.1)
|
|
11
|
+
- [@patternfly/react-icons@4.32.1](https://www.npmjs.com/package/@patternfly/react-icons/v/4.32.1)
|
|
12
|
+
- [@patternfly/react-inline-edit-extension@4.26.1](https://www.npmjs.com/package/@patternfly/react-inline-edit-extension/v/4.26.1)
|
|
13
|
+
- [@patternfly/react-log-viewer@4.26.1](https://www.npmjs.com/package/@patternfly/react-log-viewer/v/4.26.1)
|
|
14
|
+
- [@patternfly/react-styles@4.31.1](https://www.npmjs.com/package/@patternfly/react-styles/v/4.31.1)
|
|
15
|
+
- [@patternfly/react-table@4.50.1](https://www.npmjs.com/package/@patternfly/react-table/v/4.50.1)
|
|
16
|
+
- [@patternfly/react-tokens@4.33.1](https://www.npmjs.com/package/@patternfly/react-tokens/v/4.33.1)
|
|
17
|
+
- [@patternfly/react-topology@4.28.1](https://www.npmjs.com/package/@patternfly/react-topology/v/4.28.1)
|
|
18
|
+
- [@patternfly/react-virtualized-extension@4.28.1](https://www.npmjs.com/package/@patternfly/react-virtualized-extension/v/4.28.1)
|
|
19
|
+
|
|
20
|
+
### Components
|
|
21
|
+
- **Action list:**
|
|
22
|
+
- Added support for classname ([#6647](https://github.com/patternfly/patternfly-react/pull/6647))
|
|
23
|
+
- **Alert:**
|
|
24
|
+
- Allowed all heading levels for title ([#6628](https://github.com/patternfly/patternfly-react/pull/6628))
|
|
25
|
+
- **Alert:**
|
|
26
|
+
- Converted examples to functional with typescript ([#6634](https://github.com/patternfly/patternfly-react/pull/6634))
|
|
27
|
+
- **Card:**
|
|
28
|
+
- Added disabled card and cleaned up props ([#6659](https://github.com/patternfly/patternfly-react/pull/6659))
|
|
29
|
+
- Updated card demos to use select instead of dropdown ([#6639](https://github.com/patternfly/patternfly-react/pull/6639))
|
|
30
|
+
- **Context selector:**
|
|
31
|
+
- Added support for focus trap to be made inactive ([#6638](https://github.com/patternfly/patternfly-react/pull/6638))
|
|
32
|
+
- **Date picker:**
|
|
33
|
+
- Updated to allow date picker users to open the calendar programatically ([#6632](https://github.com/patternfly/patternfly-react/pull/6632))
|
|
34
|
+
- **Drag drop:**
|
|
35
|
+
- Fixed to not overwrite children class with droppable class ([#6672](https://github.com/patternfly/patternfly-react/pull/6672))
|
|
36
|
+
- **Dropdown:**
|
|
37
|
+
- Added toggle variants ([#6651](https://github.com/patternfly/patternfly-react/pull/6651))
|
|
38
|
+
- **Dual list selector:**
|
|
39
|
+
- Added composable tree example ([#6652](https://github.com/patternfly/patternfly-react/pull/6652))
|
|
40
|
+
- **Menu toggle:**
|
|
41
|
+
- Added plain with text variant ([#6627](https://github.com/patternfly/patternfly-react/pull/6627))
|
|
42
|
+
- **Pagination:**
|
|
43
|
+
- Updated `toggleTemplate` description to include `ofWord` prop ([#6622](https://github.com/patternfly/patternfly-react/pull/6622))
|
|
44
|
+
- **Popover:**
|
|
45
|
+
- Added composable header and alert variants ([#6664](https://github.com/patternfly/patternfly-react/pull/6664))
|
|
46
|
+
- Forwarded focus to close button with voice over click ([#6660](https://github.com/patternfly/patternfly-react/pull/6660))
|
|
47
|
+
- **Select:**
|
|
48
|
+
- Added ability to persist filtered children state ([#6670](https://github.com/patternfly/patternfly-react/pull/6670))
|
|
49
|
+
- Fixed no autocomplete for typeahead select ([#6623](https://github.com/patternfly/patternfly-react/pull/6623))
|
|
50
|
+
- **Slider:**
|
|
51
|
+
- Fixed examples with custom steps and input ([#6662](https://github.com/patternfly/patternfly-react/pull/6662))
|
|
52
|
+
- Aded input resizing ([#6612](https://github.com/patternfly/patternfly-react/pull/6612))
|
|
53
|
+
- **Tabs:**
|
|
54
|
+
- Added nested Tabs demo ([#6645](https://github.com/patternfly/patternfly-react/pull/6645))
|
|
55
|
+
- **Text input group:**
|
|
56
|
+
- Added auto-complete search demo ([#6661](https://github.com/patternfly/patternfly-react/pull/6661))
|
|
57
|
+
- **Tile:**
|
|
58
|
+
- Fixed selecting tile in tile demo ([#6653](https://github.com/patternfly/patternfly-react/pull/6653))
|
|
59
|
+
- **Toolbar:**
|
|
60
|
+
- Fixed toolbar links under props in jump links ([#6675](https://github.com/patternfly/patternfly-react/pull/6675))
|
|
61
|
+
|
|
62
|
+
### Table
|
|
63
|
+
- Rewrote examples using TypeScript, hooks. Row data decoupled from PF structure. Deduplicated state ([#6168](https://github.com/patternfly/patternfly-react/pull/6168))
|
|
64
|
+
|
|
65
|
+
### Other
|
|
66
|
+
- **Chore:**
|
|
67
|
+
- Made OUIA counter update for node/SSR/NextJS ([#6668](https://github.com/patternfly/patternfly-react/pull/6668))
|
|
68
|
+
- Updated react and react-dom types ([#6583](https://github.com/patternfly/patternfly-react/pull/6583))
|
|
69
|
+
- Updated to use JSDoc comments for all deprecations ([#6613](https://github.com/patternfly/patternfly-react/pull/6613))
|
|
70
|
+
- **Deps:** Update dependency theme-patternfly-org to v0.8.12 ([#6640](https://github.com/patternfly/patternfly-react/pull/6640))
|
|
71
|
+
|
|
6
72
|
## 2021.15 release notes (2021-11-17)
|
|
7
73
|
- [@patternfly/react-catalog-view-extension@4.26.4](https://www.npmjs.com/package/@patternfly/react-catalog-view-extension/v/4.26.4)
|
|
8
74
|
- [@patternfly/react-charts@6.28.4](https://www.npmjs.com/package/@patternfly/react-charts/v/6.28.4)
|
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.42.3",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "prerelease-v4"
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"test:a11y": "patternfly-a11y --config patternfly-a11y.config"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@patternfly/patternfly": "4.164.
|
|
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.
|
|
25
|
+
"@patternfly/patternfly": "4.164.2",
|
|
26
|
+
"@patternfly/react-catalog-view-extension": "^4.32.3",
|
|
27
|
+
"@patternfly/react-charts": "^6.34.3",
|
|
28
|
+
"@patternfly/react-code-editor": "^4.22.3",
|
|
29
|
+
"@patternfly/react-core": "^4.181.3",
|
|
30
|
+
"@patternfly/react-icons": "^4.32.3",
|
|
31
|
+
"@patternfly/react-inline-edit-extension": "^4.26.3",
|
|
32
|
+
"@patternfly/react-log-viewer": "^4.26.3",
|
|
33
|
+
"@patternfly/react-styles": "^4.31.3",
|
|
34
|
+
"@patternfly/react-table": "^4.50.3",
|
|
35
|
+
"@patternfly/react-tokens": "^4.33.3",
|
|
36
|
+
"@patternfly/react-topology": "^4.28.3",
|
|
37
|
+
"@patternfly/react-virtualized-extension": "^4.28.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": "d2841dead607a34e3fc178a03f3f8e19abd60966"
|
|
57
57
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|