@patternfly/documentation-framework 5.5.1 → 5.7.0
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 +22 -0
- package/layouts/sideNavLayout/sideNavLayout.js +17 -3
- package/package.json +6 -6
- package/templates/mdx.css +1 -1
- package/versions.json +25 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,28 @@
|
|
|
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.7.0 (2024-03-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* add pf 6 alpha banner to home page and version switcher ([#3896](https://github.com/patternfly/patternfly-org/issues/3896)) ([f7aaa22](https://github.com/patternfly/patternfly-org/commit/f7aaa22d12310aa62533de4169e1fa70a49a20d9))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 5.6.0 (2024-03-13)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* **deps:** version bump and release notes for 5.2.2 patch release ([#3919](https://github.com/patternfly/patternfly-org/issues/3919)) ([94d3654](https://github.com/patternfly/patternfly-org/commit/94d3654768f42f2ae7b3c0734d1e5f211cd33ff6))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
6
28
|
## 5.5.1 (2024-03-12)
|
|
7
29
|
|
|
8
30
|
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
@@ -163,12 +163,26 @@ const HeaderTools = ({
|
|
|
163
163
|
</DropdownList>
|
|
164
164
|
</DropdownGroup>
|
|
165
165
|
)}
|
|
166
|
-
<Divider key="
|
|
166
|
+
<Divider key="divider1" className="ws-switcher-divider"/>
|
|
167
|
+
<DropdownGroup key="Alpha preview version" label="Alpha preview version">
|
|
168
|
+
<DropdownList>
|
|
169
|
+
<DropdownItem
|
|
170
|
+
key="PatternFly 6"
|
|
171
|
+
className="ws-patternfly-versions"
|
|
172
|
+
isExternalLink
|
|
173
|
+
to="https://staging-v6.patternfly.org/"
|
|
174
|
+
itemId="patternfly-6"
|
|
175
|
+
>
|
|
176
|
+
PatternFly 6
|
|
177
|
+
</DropdownItem>
|
|
178
|
+
</DropdownList>
|
|
179
|
+
</DropdownGroup>
|
|
180
|
+
<Divider key="divider2" className="ws-switcher-divider"/>
|
|
167
181
|
<DropdownGroup key="Previous versions" label="Previous versions">
|
|
168
182
|
<DropdownList>
|
|
169
183
|
<DropdownItem
|
|
170
184
|
key="PatternFly 4"
|
|
171
|
-
className="ws-patternfly-
|
|
185
|
+
className="ws-patternfly-versions"
|
|
172
186
|
isExternalLink
|
|
173
187
|
to="http://v4-archive.patternfly.org/v4/"
|
|
174
188
|
itemId="patternfly-4"
|
|
@@ -177,7 +191,7 @@ const HeaderTools = ({
|
|
|
177
191
|
</DropdownItem>
|
|
178
192
|
<DropdownItem
|
|
179
193
|
key="PatternFly 3"
|
|
180
|
-
className="ws-patternfly-
|
|
194
|
+
className="ws-patternfly-versions"
|
|
181
195
|
isExternalLink
|
|
182
196
|
to="https://pf3.patternfly.org/"
|
|
183
197
|
itemId="patternfly-3"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@patternfly/documentation-framework",
|
|
3
3
|
"description": "A framework to build documentation for PatternFly.",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.7.0",
|
|
5
5
|
"author": "Red Hat",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@babel/plugin-transform-react-jsx": "7.17.12",
|
|
18
18
|
"@babel/preset-env": "7.18.2",
|
|
19
19
|
"@mdx-js/util": "1.6.16",
|
|
20
|
-
"@patternfly/ast-helpers": "^1.
|
|
20
|
+
"@patternfly/ast-helpers": "^1.7.0",
|
|
21
21
|
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
|
|
22
22
|
"autoprefixer": "9.8.6",
|
|
23
23
|
"babel-loader": "9.1.2",
|
|
@@ -78,11 +78,11 @@
|
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@patternfly/patternfly": "5.2.1",
|
|
81
|
-
"@patternfly/react-code-editor": "5.2.
|
|
82
|
-
"@patternfly/react-core": "5.2.
|
|
83
|
-
"@patternfly/react-table": "5.2.
|
|
81
|
+
"@patternfly/react-code-editor": "5.2.2",
|
|
82
|
+
"@patternfly/react-core": "5.2.2",
|
|
83
|
+
"@patternfly/react-table": "5.2.2",
|
|
84
84
|
"react": "^17.0.0 || ^18.0.0",
|
|
85
85
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "ca7814ac7c546185383c2e9c99a8d3f2273e396a"
|
|
88
88
|
}
|
package/templates/mdx.css
CHANGED
package/versions.json
CHANGED
|
@@ -1,9 +1,33 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Releases": [
|
|
3
|
+
{
|
|
4
|
+
"name": "5.2.2",
|
|
5
|
+
"date": "2024-03-12",
|
|
6
|
+
"latest": true,
|
|
7
|
+
"versions": {
|
|
8
|
+
"@patternfly/patternfly": "5.2.1",
|
|
9
|
+
"@patternfly/react-charts": "7.2.2",
|
|
10
|
+
"@patternfly/react-code-editor": "5.2.2",
|
|
11
|
+
"@patternfly/react-core": "5.2.2",
|
|
12
|
+
"@patternfly/react-icons": "5.2.1",
|
|
13
|
+
"@patternfly/react-styles": "5.2.1",
|
|
14
|
+
"@patternfly/react-table": "5.2.2",
|
|
15
|
+
"@patternfly/react-drag-drop": "5.2.2",
|
|
16
|
+
"@patternfly/react-tokens": "5.2.1",
|
|
17
|
+
"@patternfly/react-catalog-view-extension": "5.0.0",
|
|
18
|
+
"@patternfly/react-component-groups": "5.1.0",
|
|
19
|
+
"@patternfly/react-console": "5.0.0",
|
|
20
|
+
"@patternfly/react-log-viewer": "5.2.0",
|
|
21
|
+
"@patternfly/react-topology": "5.2.1",
|
|
22
|
+
"@patternfly/react-user-feedback": "5.0.0",
|
|
23
|
+
"@patternfly/react-virtualized-extension": "5.0.0",
|
|
24
|
+
"@patternfly/quickstarts": "5.0.0"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
3
27
|
{
|
|
4
28
|
"name": "5.2.1",
|
|
5
29
|
"date": "2024-03-01",
|
|
6
|
-
"
|
|
30
|
+
"hidden": true,
|
|
7
31
|
"versions": {
|
|
8
32
|
"@patternfly/patternfly": "5.2.1",
|
|
9
33
|
"@patternfly/react-charts": "7.2.2",
|