Skip to content

Commit 4a88713

Browse files
Update patternfly-doc-core to 1.22.0
1 parent 442be1e commit 4a88713

11 files changed

Lines changed: 10 additions & 385 deletions

File tree

packages/documentation-framework/components/sectionGallery/TextSummary.js renamed to packages/documentation-framework/components/sectionGallery/TextSummary.jsx

File renamed without changes.

packages/documentation-framework/components/sectionGallery/sectionDataListLayout.js renamed to packages/documentation-framework/components/sectionGallery/sectionDataListLayout.jsx

File renamed without changes.

packages/documentation-framework/components/sectionGallery/sectionGallery.js renamed to packages/documentation-framework/components/sectionGallery/sectionGallery.jsx

File renamed without changes.

packages/documentation-framework/components/sectionGallery/sectionGalleryLayout.js renamed to packages/documentation-framework/components/sectionGallery/sectionGalleryLayout.jsx

File renamed without changes.

packages/documentation-framework/components/sectionGallery/sectionGalleryToolbar.js renamed to packages/documentation-framework/components/sectionGallery/sectionGalleryToolbar.jsx

File renamed without changes.

packages/documentation-framework/components/sectionGallery/sectionGalleryWrapper.js renamed to packages/documentation-framework/components/sectionGallery/sectionGalleryWrapper.jsx

File renamed without changes.

packages/site/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88
"clean": "rm -rf src/generated",
99
"generate:content": "rm -rf src/content && cp -r ../documentation-site/patternfly-docs/content src/content",
1010
"dev": "patternfly-doc-core start",
11-
"build": "patternfly-doc-core build --props",
11+
"build": "patternfly-doc-core build --props --api-only",
1212
"serve": "patternfly-doc-core serve",
1313
"sync": "patternfly-doc-core sync",
1414
"init:docs": "patternfly-doc-core init",
15-
"wrangler:preview": "wrangler pages dev"
15+
"wrangler:preview": "wrangler pages dev",
16+
"wrangler:deploy": "wrangler pages deploy"
1617
},
1718
"dependencies": {
18-
"@patternfly/patternfly-doc-core": "^1.20.0",
19+
"@patternfly/patternfly-doc-core": "^1.22.0",
1920
"@patternfly/react-icons": "^6.5.0-prerelease.14",
2021
"astro": "^5.18.0"
2122
},

packages/site/src/content/get-started/develop.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In order to develop with PatternFly, you will need to:
2020
## Develop with React
2121

2222
<Alert title="Version support" variant="info" isInline>
23-
PatternFly supports the 2 most recent versions of React at a time. PatternFly 6 currently supports React 17 and 18, [with support for React 19 coming soon](https://github.com/orgs/patternfly/projects/16/views/23?pane=issue&itemId=83947829&issue=patternfly%7Cpf-roadmap%7C201).
23+
PatternFly supports the 2 most recent versions of React at a time. PatternFly 6 currently supports React 17, 18, and 19.
2424
</Alert>
2525

2626
[PatternFly's React library](https://github.com/patternfly/patternfly-react) contains a collection of components that you can use to build interfaces with consistent markup, styling, and behavior. It is composed of a number of React packages, which are published in the following npm packages:

0 commit comments

Comments
 (0)