@patternfly/documentation-framework 6.0.0-alpha.42 → 6.0.0-alpha.44
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 +19 -0
- package/components/footer/footer.js +13 -13
- package/package.json +3 -3
- package/versions.json +5 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.44 (2024-06-06)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @patternfly/documentation-framework
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# 6.0.0-alpha.43 (2024-06-04)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* enable some extensions docs ([#4058](https://github.com/patternfly/patternfly-org/issues/4058)) ([0ef77e1](https://github.com/patternfly/patternfly-org/commit/0ef77e15727a6dced6084ca4dfb9e5a39c644e45))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
# 6.0.0-alpha.42 (2024-06-03)
|
|
7
26
|
|
|
8
27
|
|
|
@@ -30,16 +30,16 @@ export const Footer = () => (
|
|
|
30
30
|
<Link
|
|
31
31
|
className="ws-org-pfsite-footer-menu-link"
|
|
32
32
|
to={"/get-started/about-patternfly"}
|
|
33
|
-
aria-label="Get started with PatternFly
|
|
34
|
-
|
|
33
|
+
aria-label="Get started with PatternFly"
|
|
34
|
+
>
|
|
35
35
|
Get started
|
|
36
36
|
</Link>
|
|
37
37
|
</li>
|
|
38
38
|
<li className="ws-org-pfsite-footer-menu-list-item">
|
|
39
39
|
<Link
|
|
40
40
|
className="ws-org-pfsite-footer-menu-link"
|
|
41
|
-
to="/components/
|
|
42
|
-
aria-label="PatternFly
|
|
41
|
+
to="/components/all-components"
|
|
42
|
+
aria-label="PatternFly components"
|
|
43
43
|
>
|
|
44
44
|
Components
|
|
45
45
|
</Link>
|
|
@@ -47,8 +47,8 @@ export const Footer = () => (
|
|
|
47
47
|
<li className="ws-org-pfsite-footer-menu-list-item">
|
|
48
48
|
<Link
|
|
49
49
|
className="ws-org-pfsite-footer-menu-link"
|
|
50
|
-
to="/layouts/
|
|
51
|
-
aria-label="PatternFly
|
|
50
|
+
to="/layouts/about-layouts"
|
|
51
|
+
aria-label="PatternFly layouts"
|
|
52
52
|
>
|
|
53
53
|
Layouts
|
|
54
54
|
</Link>
|
|
@@ -56,8 +56,8 @@ export const Footer = () => (
|
|
|
56
56
|
<li className="ws-org-pfsite-footer-menu-list-item">
|
|
57
57
|
<Link
|
|
58
58
|
className="ws-org-pfsite-footer-menu-link"
|
|
59
|
-
to="/design-foundations/
|
|
60
|
-
aria-label="PatternFly
|
|
59
|
+
to="/design-foundations/about-design-foundations"
|
|
60
|
+
aria-label="PatternFly styles"
|
|
61
61
|
>
|
|
62
62
|
Styles
|
|
63
63
|
</Link>
|
|
@@ -98,7 +98,7 @@ export const Footer = () => (
|
|
|
98
98
|
className="ws-org-pfsite-footer-menu-link"
|
|
99
99
|
to="https://github.com/patternfly/patternfly/blob/main/CODE_OF_CONDUCT.md"
|
|
100
100
|
target="top"
|
|
101
|
-
aria-label="PatternFly
|
|
101
|
+
aria-label="PatternFly Code of Conduct"
|
|
102
102
|
>
|
|
103
103
|
Code of Conduct
|
|
104
104
|
</Link>
|
|
@@ -121,7 +121,7 @@ export const Footer = () => (
|
|
|
121
121
|
className="ws-org-pfsite-footer-menu-link"
|
|
122
122
|
to="//join.slack.com/t/patternfly/shared_invite/zt-1npmqswgk-bF2R1E2rglV8jz5DNTezMQ"
|
|
123
123
|
target="top"
|
|
124
|
-
aria-label="Join the PatternFly
|
|
124
|
+
aria-label="Join the PatternFly Slack"
|
|
125
125
|
>
|
|
126
126
|
Slack
|
|
127
127
|
</Link>
|
|
@@ -151,7 +151,7 @@ export const Footer = () => (
|
|
|
151
151
|
className="ws-org-pfsite-footer-menu-link"
|
|
152
152
|
to="//medium.com/patternfly"
|
|
153
153
|
target="top"
|
|
154
|
-
aria-label="Read the PatternFly
|
|
154
|
+
aria-label="Read the PatternFly blog"
|
|
155
155
|
>
|
|
156
156
|
PatternFly Medium
|
|
157
157
|
</Link>
|
|
@@ -194,9 +194,9 @@ export const Footer = () => (
|
|
|
194
194
|
<GithubIcon />
|
|
195
195
|
</Link>
|
|
196
196
|
<Link
|
|
197
|
-
to="//
|
|
197
|
+
to="//x.com/patternfly"
|
|
198
198
|
target="top"
|
|
199
|
-
aria-label="Link to PatternFly
|
|
199
|
+
aria-label="Link to PatternFly X page"
|
|
200
200
|
>
|
|
201
201
|
<TwitterIcon />
|
|
202
202
|
</Link>
|
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": "6.0.0-alpha.
|
|
4
|
+
"version": "6.0.0-alpha.44",
|
|
5
5
|
"author": "Red Hat",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"private": false,
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@babel/preset-env": "^7.24.3",
|
|
14
14
|
"@babel/preset-react": "^7.24.1",
|
|
15
15
|
"@mdx-js/util": "1.6.16",
|
|
16
|
-
"@patternfly/ast-helpers": "^1.4.0-alpha.
|
|
16
|
+
"@patternfly/ast-helpers": "^1.4.0-alpha.33",
|
|
17
17
|
"@reach/router": "npm:@gatsbyjs/reach-router@1.3.9",
|
|
18
18
|
"autoprefixer": "9.8.6",
|
|
19
19
|
"babel-loader": "^9.1.3",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"react": "^17.0.0 || ^18.0.0",
|
|
81
81
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "48920b655eba12749631dd5dee843720c0d9bd18"
|
|
84
84
|
}
|
package/versions.json
CHANGED
|
@@ -12,14 +12,16 @@
|
|
|
12
12
|
"@patternfly/react-core": "6.0.0-alpha.61",
|
|
13
13
|
"@patternfly/react-drag-drop": "6.0.0-alpha.43",
|
|
14
14
|
"@patternfly/react-icons": "6.0.0-alpha.23",
|
|
15
|
-
"@patternfly/react-log-viewer": "
|
|
15
|
+
"@patternfly/react-log-viewer": "6.0.0-alpha.1",
|
|
16
16
|
"@patternfly/react-styles": "6.0.0-alpha.23",
|
|
17
17
|
"@patternfly/react-table": "6.0.0-alpha.61",
|
|
18
18
|
"@patternfly/react-tokens": "6.0.0-alpha.23",
|
|
19
19
|
"@patternfly/react-topology": "5.1.0",
|
|
20
|
+
"@patternfly/react-user-feedback": "6.0.0-alpha.1",
|
|
21
|
+
"@patternfly/react-console": "6.0.0-alpha.1",
|
|
20
22
|
"@patternfly/quickstarts": "5.1.0",
|
|
21
|
-
"@patternfly/react-virtualized-extension": "
|
|
22
|
-
"@patternfly/react-templates": "
|
|
23
|
+
"@patternfly/react-virtualized-extension": "6.0.0-alpha.1",
|
|
24
|
+
"@patternfly/react-templates": "6.0.0-alpha.11"
|
|
23
25
|
}
|
|
24
26
|
},{
|
|
25
27
|
"name": "5.2.0",
|