Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
},
"devDependencies": {
"@octokit/rest": "^19.0.13",
"@patternfly/patternfly": "^6.6.1",
"@patternfly/react-code-editor": "^6.6.1",
"@patternfly/react-core": "^6.6.1",
"@patternfly/react-table": "^6.6.1",
"@patternfly/patternfly": "^6.6.0-prerelease.39",
"@patternfly/react-code-editor": "^6.6.2",
"@patternfly/react-core": "^6.6.2",
"@patternfly/react-table": "^6.6.2",
"glob": "^8.1.0",
"lerna": "^9.0.5",
"monaco-editor": "0.54.0",
Expand Down Expand Up @@ -74,9 +74,9 @@
"ajv": ">=6.14.0",
"qs": ">=6.15.0",
"@isaacs/brace-expansion": ">=5.0.1",
"@patternfly/react-code-editor": "^6.6.1",
"@patternfly/react-core": "^6.6.1",
"@patternfly/react-table": "^6.6.1",
"@patternfly/react-code-editor": "^6.6.2",
"@patternfly/react-core": "^6.6.2",
"@patternfly/react-table": "^6.6.2",
"@project-felt/ai-guidelines": "github:project-felt/ai-guidelines#main",
"monaco-editor": "0.54.0"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/documentation-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"webpack-merge": "5.10.0"
},
"peerDependencies": {
"@patternfly/patternfly": "^6.6.1",
"@patternfly/react-code-editor": "^6.6.1",
"@patternfly/react-core": "^6.6.1",
"@patternfly/react-icons": "^6.6.1",
"@patternfly/react-table": "^6.6.1",
"@patternfly/patternfly": "^6.6.0-prerelease.39",
"@patternfly/react-code-editor": "^6.6.2",
"@patternfly/react-core": "^6.6.2",
"@patternfly/react-icons": "^6.6.1-prerelease.0",
"@patternfly/react-table": "^6.6.2",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/documentation-framework/scripts/writeScreenshots.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ async function writeScreenshot({ page, data: { url, urlPrefix } }) {
// hide theme switcher
await page.addStyleTag({content: '.ws-full-page-utils { display: none !important; }'});
await page.waitForSelector('.pf-v6-u-h-100');
// Reset any auto-scrolled chatbot message boxes to the top so screenshots are consistent
await page.evaluate(() => {
document.querySelectorAll('.pf-chatbot__messagebox').forEach(el => {
el.scrollTop = 0;
});
});
const outfile = path.join(
screenshotBase,
url.replace(`${urlPrefix}/`, '') + '.png'
Expand Down
29 changes: 28 additions & 1 deletion packages/documentation-framework/versions.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,36 @@
{
"Releases": [
{
"name": "6.6.2",
"date": "2026-08-31",
"latest": true,
"versions": {
"@patternfly/chatbot": "6.7.1",
"@patternfly/patternfly": "6.6.0-prerelease.39",
"@patternfly/quickstarts": "6.6.0-prerelease.1",
"@patternfly/react-catalog-view-extension": "6.4.0-prerelease.1",
"@patternfly/react-charts": "8.6.1-prerelease.0",
"@patternfly/react-code-editor": "6.6.2",
"@patternfly/react-component-groups": "6.5.0-prerelease.1",
"@patternfly/react-console": "6.2.0-prerelease.1",
"@patternfly/react-core": "6.6.2",
"@patternfly/react-data-view": "6.6.0-prerelease.2",
"@patternfly/react-drag-drop": "6.6.1-prerelease.4",
"@patternfly/react-icons": "6.6.1-prerelease.0",
"@patternfly/react-log-viewer": "6.4.0-prerelease.2",
"@patternfly/react-styles": "6.6.1-prerelease.0",
"@patternfly/react-table": "6.6.2",
"@patternfly/react-templates": "6.6.2",
"@patternfly/react-tokens": "6.6.1-prerelease.0",
"@patternfly/react-topology": "6.6.0-prerelease.3",
"@patternfly/react-user-feedback": "6.4.0-prerelease.2",
"@patternfly/react-virtualized-extension": "6.2.0"
}
},
{
"name": "6.6.1",
"date": "2026-08-03",
"latest": true,
"hidden": true,
"versions": {
"@patternfly/chatbot": "6.7.1",
"@patternfly/patternfly": "6.6.1",
Expand Down
24 changes: 12 additions & 12 deletions packages/documentation-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
"screenshots": "pf-docs-framework screenshots"
},
"dependencies": {
"@patternfly/chatbot": "6.7.1",
"@patternfly/chatbot": "6.9.0-prerelease.2",
"@patternfly/design-tokens": "1.16.2",
"@patternfly/documentation-framework": "workspace:*",
"@patternfly/quickstarts": "6.6.0",
"@patternfly/react-catalog-view-extension": "6.4.0",
"@patternfly/react-charts": "8.6.1",
"@patternfly/react-component-groups": "6.5.0",
"@patternfly/react-console": "6.3.0",
"@patternfly/react-data-view": "6.5.0",
"@patternfly/react-docs": "7.6.1",
"@patternfly/react-icons": "6.6.1",
"@patternfly/react-log-viewer": "6.5.0",
"@patternfly/react-topology": "6.6.0",
"@patternfly/react-user-feedback": "6.4.0",
"@patternfly/quickstarts": "6.6.0-prerelease.1",
"@patternfly/react-catalog-view-extension": "6.4.0-prerelease.1",
"@patternfly/react-charts": "8.6.1-prerelease.0",
"@patternfly/react-component-groups": "6.5.0-prerelease.1",
"@patternfly/react-console": "6.2.0-prerelease.1",
"@patternfly/react-data-view": "6.6.0-prerelease.2",
"@patternfly/react-docs": "7.6.2",
"@patternfly/react-icons": "6.6.1-prerelease.0",
"@patternfly/react-log-viewer": "6.4.0-prerelease.2",
"@patternfly/react-topology": "6.6.0-prerelease.3",
"@patternfly/react-user-feedback": "6.4.0-prerelease.2",
"@patternfly/react-virtualized-extension": "6.2.0",
"@xyflow/react": "^12.10.1",
"echarts": "^5.6.0",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -202,11 +202,10 @@ module.exports = (sourceMD, sourceProps, sourceFunctionDocs) => {
);

// Chatbot
const virtualAssistantPath = require.resolve('@patternfly/chatbot/package.json').replace('package.json', 'src');
const chatbotRoot = require.resolve('@patternfly/chatbot').replace(/\/dist\/.*$/, '');
const virtualAssistantPath = path.join(chatbotRoot, 'src');

const virtualAssistantBase = require
.resolve('@patternfly/chatbot/package.json')
.replace('package.json', 'patternfly-docs/content/extensions/chatbot');
const virtualAssistantBase = path.join(chatbotRoot, 'patternfly-docs/content/extensions/chatbot');

sourceProps(
path.join(virtualAssistantPath, "/**/*.tsx"),
Expand Down
Loading
Loading