@patternfly/react-docs 6.0.0-alpha.39 → 6.0.0-alpha.40
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 +4 -0
- package/UPGRADE-GUIDE.md +0 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
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
|
+
# [6.0.0-alpha.40](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.39...@patternfly/react-docs@6.0.0-alpha.40) (2023-03-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/react-docs
|
|
9
|
+
|
|
6
10
|
# [6.0.0-alpha.39](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@6.0.0-alpha.38...@patternfly/react-docs@6.0.0-alpha.39) (2023-03-17)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @patternfly/react-docs
|
package/UPGRADE-GUIDE.md
CHANGED
|
@@ -13,7 +13,6 @@ This upgrade guide details **what** was broken and **how** to fix it. To learn *
|
|
|
13
13
|
## Global
|
|
14
14
|
- We no longer support UMD builds for individual packages. Consider using our [react-core.umd.js bundle](https://unpkg.com/@patternfly/react-core@3/dist/umd/react-core.umd.js) instead. [(#4076)](https://github.com/patternfly/patternfly-react/pull/4076)
|
|
15
15
|
- We no longer define `propTypes` for our components. Consider using our Typescript types under each package's `dist/js` folder instead. [(#4076)](https://github.com/patternfly/patternfly-react/pull/4076)
|
|
16
|
-
- We have updated our React peer dependencies so that our packages now can possibly use hooks, which requires `react@^16.8.0` instead of `react@^16.4.0`. We recommend upgrading your version of React if it is below 16.8.0.
|
|
17
16
|
|
|
18
17
|
## React core
|
|
19
18
|
- Major changes include removing the `Toolbar` layout in favor of a new `PageHeaderTools` component. `DataToolbar` has been renamed `Toolbar`. `Expandable` has been renamed `ExpandableSection`.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/react-docs",
|
|
3
3
|
"description": "PatternFly React Docs",
|
|
4
|
-
"version": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.40",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
7
7
|
"tag": "prerelease-v4"
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@patternfly/patternfly": "5.0.0-alpha.24",
|
|
27
|
-
"@patternfly/react-charts": "^7.0.0-alpha.
|
|
28
|
-
"@patternfly/react-code-editor": "^5.0.0-alpha.
|
|
29
|
-
"@patternfly/react-core": "^5.0.0-alpha.
|
|
30
|
-
"@patternfly/react-icons": "^5.0.0-alpha.
|
|
27
|
+
"@patternfly/react-charts": "^7.0.0-alpha.11",
|
|
28
|
+
"@patternfly/react-code-editor": "^5.0.0-alpha.37",
|
|
29
|
+
"@patternfly/react-core": "^5.0.0-alpha.37",
|
|
30
|
+
"@patternfly/react-icons": "^5.0.0-alpha.5",
|
|
31
31
|
"@patternfly/react-styles": "^5.0.0-alpha.4",
|
|
32
|
-
"@patternfly/react-table": "^5.0.0-alpha.
|
|
32
|
+
"@patternfly/react-table": "^5.0.0-alpha.37",
|
|
33
33
|
"@patternfly/react-tokens": "^5.0.0-alpha.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"last 2 versions",
|
|
46
46
|
"not ie <= 11"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "67f588da8b7b8858729deeb6472e63b88da4d3cc"
|
|
49
49
|
}
|