Skip to content

Commit 8acdd6b

Browse files
chore(release): releasing packages [ci skip]
- @patternfly/react-charts@8.6.1-prerelease.0 - @patternfly/react-code-editor@6.6.1-prerelease.0 - @patternfly/react-core@6.6.1-prerelease.0 - @patternfly/react-docs@7.6.1-prerelease.0 - @patternfly/react-drag-drop@6.6.1-prerelease.0 - @patternfly/react-icons@6.6.1-prerelease.0 - @patternfly/react-integration@6.5.0-prerelease.24 - demo-app-ts@6.5.0-prerelease.119 - @patternfly/react-styles@6.6.1-prerelease.0 - @patternfly/react-table@6.6.1-prerelease.0 - @patternfly/react-templates@6.6.1-prerelease.0 - @patternfly/react-tokens@6.6.1-prerelease.0
1 parent c82a87e commit 8acdd6b

24 files changed

Lines changed: 173 additions & 12 deletions

File tree

packages/react-charts/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [8.6.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.6.0...@patternfly/react-charts@8.6.1-prerelease.0) (2026-08-03)
7+
8+
**Note:** Version bump only for package @patternfly/react-charts
9+
610
# [8.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-charts@8.6.0-prerelease.4...@patternfly/react-charts@8.6.0) (2026-07-01)
711

812
**Note:** Version bump only for package @patternfly/react-charts

packages/react-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-charts",
3-
"version": "8.6.0",
3+
"version": "8.6.1-prerelease.0",
44
"description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-code-editor/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.6.0...@patternfly/react-code-editor@6.6.1-prerelease.0) (2026-08-03)
7+
8+
### Bug Fixes
9+
10+
- **CodeEditor:** Adjust sizeToFit height bug ([#12529](https://github.com/patternfly/patternfly-react/issues/12529)) ([e4e15d3](https://github.com/patternfly/patternfly-react/commit/e4e15d319083f7c83af126d8133ea3202b5ba341))
11+
- **HelpIcon:** Replace HelpIcon with RhUiQuestionMarkCircleIcon ([#12507](https://github.com/patternfly/patternfly-react/issues/12507)) ([389b3d2](https://github.com/patternfly/patternfly-react/commit/389b3d21caae2b56cff41d647467a710054b337d))
12+
- **InfrastructureIcons:** replaced with RH brand icons part 4 ([#12504](https://github.com/patternfly/patternfly-react/issues/12504)) ([4cc476a](https://github.com/patternfly/patternfly-react/commit/4cc476a36b7fb93835fba30881ca0b88c31f01f3))
13+
- **PlayIcon:** Replace PlayIcon with RhUiPlayFillIcon ([#12499](https://github.com/patternfly/patternfly-react/issues/12499)) ([a859511](https://github.com/patternfly/patternfly-react/commit/a8595111abfc4736799edfc750bd8c13a0c9f78f))
14+
615
# [6.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@6.6.0-prerelease.10...@patternfly/react-code-editor@6.6.0) (2026-07-01)
716

817
**Note:** Version bump only for package @patternfly/react-code-editor

packages/react-code-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-code-editor",
3-
"version": "6.6.0",
3+
"version": "6.6.1-prerelease.0",
44
"description": "This package provides a PatternFly wrapper for the Monaco code editor\n",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-core/CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,56 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.6.0...@patternfly/react-core@6.6.1-prerelease.0) (2026-08-03)
7+
8+
### Bug Fixes
9+
10+
- **AngleDoubleRightIcon:** Replace AngleDoubleRightIcon with RhMicronsDoubleCaretRightIcon ([#12493](https://github.com/patternfly/patternfly-react/issues/12493)) ([a9bd226](https://github.com/patternfly/patternfly-react/commit/a9bd226cfa9183e5893cd8d74302934f98aaa51c))
11+
- **AngleLeftIcon:** Replace AngleLeftIcon with RhMicronsCaretLeftIcon ([#12495](https://github.com/patternfly/patternfly-react/issues/12495)) ([bd9932f](https://github.com/patternfly/patternfly-react/commit/bd9932f123fc5f94598ce555f8166052eaecb95c))
12+
- **AngleRightIcon:** Replace AngleRightIcon with RhMicronsCaretRightIcon ([#12496](https://github.com/patternfly/patternfly-react/issues/12496)) ([4f70020](https://github.com/patternfly/patternfly-react/commit/4f700201a3b4e9bee30dc7c5f2dc9798b1f58474))
13+
- **AngleUpIcon:** Replace AngleUpIcon with RhMicronsCaretUpIcon ([#12497](https://github.com/patternfly/patternfly-react/issues/12497)) ([a7d4365](https://github.com/patternfly/patternfly-react/commit/a7d43656b92795ee8792ad91ec7e828ce1c1fd27))
14+
- **CheckIcon:** Replace CheckIcon with RhMicronsCheckmarkIcon ([#12518](https://github.com/patternfly/patternfly-react/issues/12518)) ([b811f9f](https://github.com/patternfly/patternfly-react/commit/b811f9f9711197496b7b0498d76ffe218804c598))
15+
- **ExpandIcon:** Replace ExpandIcon with RhUiExpandIcon ([#12523](https://github.com/patternfly/patternfly-react/issues/12523)) ([31e7ee7](https://github.com/patternfly/patternfly-react/commit/31e7ee76d15e331cc299b88fdae4c704fa4731df))
16+
- **FilterIcon:** Replace FilterIcon with RhUiFilterFillIcon ([#12524](https://github.com/patternfly/patternfly-react/issues/12524)) ([f8bcd7c](https://github.com/patternfly/patternfly-react/commit/f8bcd7cc8b14d03706efe384b06ad3fe7701df30))
17+
- **HelpIcon:** Replace HelpIcon with RhUiQuestionMarkCircleIcon ([#12507](https://github.com/patternfly/patternfly-react/issues/12507)) ([389b3d2](https://github.com/patternfly/patternfly-react/commit/389b3d21caae2b56cff41d647467a710054b337d))
18+
- **InfrastructureIcons:** replaced with RH brand icons part 2 ([#12502](https://github.com/patternfly/patternfly-react/issues/12502)) ([80f6ca0](https://github.com/patternfly/patternfly-react/commit/80f6ca081487c175bd6b336c256a426e1ef37bdc))
19+
- **InfrastructureIcons:** replaced with RH brand icons part 3 ([#12503](https://github.com/patternfly/patternfly-react/issues/12503)) ([eb80455](https://github.com/patternfly/patternfly-react/commit/eb8045502918af553015eb0cb0fa6f17443a2ced))
20+
- **InfrastructureIcons:** replaced with RH brand icons part 4 ([#12504](https://github.com/patternfly/patternfly-react/issues/12504)) ([4cc476a](https://github.com/patternfly/patternfly-react/commit/4cc476a36b7fb93835fba30881ca0b88c31f01f3))
21+
- **InfrastructureIcons:** replaced with RH brand icons part 5 ([#12505](https://github.com/patternfly/patternfly-react/issues/12505)) ([6c94470](https://github.com/patternfly/patternfly-react/commit/6c94470cc0cd255ee8d0e657a710893c46f7a804))
22+
- **JumpLinks:** updated demo code for active item ([#12590](https://github.com/patternfly/patternfly-react/issues/12590)) ([7385d3f](https://github.com/patternfly/patternfly-react/commit/7385d3fb3b665100b3f96cd61562bc4623d3670f))
23+
- **LoginForm:** Adjust wrapper for submit button ([#12605](https://github.com/patternfly/patternfly-react/issues/12605)) ([5822e05](https://github.com/patternfly/patternfly-react/commit/5822e0519d2d8f823bafe95f0409a5bc23d4d51e))
24+
- **LongArrowAltDownIcon/UpIcon:** Replace with microns versions ([#12517](https://github.com/patternfly/patternfly-react/issues/12517)) ([a868ac1](https://github.com/patternfly/patternfly-react/commit/a868ac1a7a8908b1bf2479e2978735ea046767a9))
25+
- **MinusIcon:** Replace MinusIcon with RhUiMinusIcon ([#12522](https://github.com/patternfly/patternfly-react/issues/12522)) ([a31f244](https://github.com/patternfly/patternfly-react/commit/a31f244a770d85ca19bebb3ad867a0f82bc85700))
26+
- **Modal:** exclude Poppers in aria-hidden change ([#12424](https://github.com/patternfly/patternfly-react/issues/12424)) ([b6b7838](https://github.com/patternfly/patternfly-react/commit/b6b7838f28d38977069481e8985a13dc1f2ea903))
27+
- **OutlinedPlusSquare:** Replace OutlinedPlusSquare with RhUiAddSquareIcon ([#12521](https://github.com/patternfly/patternfly-react/issues/12521)) ([8064cbe](https://github.com/patternfly/patternfly-react/commit/8064cbeba0bf94cc0bb0b973673677f5a9d06fe6))
28+
- **PauseIcon:** Replace PauseIcon with RhUiPauseFillIcon ([#12514](https://github.com/patternfly/patternfly-react/issues/12514)) ([949fd2d](https://github.com/patternfly/patternfly-react/commit/949fd2d9584f5bdc098be798110b6413e8527973))
29+
- **PlayIcon:** Replace PlayIcon with RhUiPlayFillIcon ([#12499](https://github.com/patternfly/patternfly-react/issues/12499)) ([a859511](https://github.com/patternfly/patternfly-react/commit/a8595111abfc4736799edfc750bd8c13a0c9f78f))
30+
- **PlusIcon:** Replace PlusIcon with RhUiAddIcon ([#12520](https://github.com/patternfly/patternfly-react/issues/12520)) ([b933d5a](https://github.com/patternfly/patternfly-react/commit/b933d5af6e2b93bfdbff357efef59732e4188e4f))
31+
- **Popover:** fixed focus trapped on hoverable trigger ([#12591](https://github.com/patternfly/patternfly-react/issues/12591)) ([e86fa5d](https://github.com/patternfly/patternfly-react/commit/e86fa5d6610f996ae9067e35fd4e49dd80957335))
32+
- **QuestionIcon:** Replace QuestionIcon with RhUiQuestionMarkIcon ([#12509](https://github.com/patternfly/patternfly-react/issues/12509)) ([075bb72](https://github.com/patternfly/patternfly-react/commit/075bb72c3504de88c9dd7e0784a84ce53d03e5f9))
33+
- **RedoIcon:** Replace RedoIcon with RhUiRedoIcon ([#12516](https://github.com/patternfly/patternfly-react/issues/12516)) ([3b85ca2](https://github.com/patternfly/patternfly-react/commit/3b85ca21d74d116ca72817517fc9cb544310a89e))
34+
- **SearchIcon:** Replace SearchIcon with RhMicronsSearchIcon ([#12525](https://github.com/patternfly/patternfly-react/issues/12525)) ([930a34b](https://github.com/patternfly/patternfly-react/commit/930a34b12f4daf243757cb14b4b772d02e5c471a))
35+
- **Spinner:** define default aria-label via destructuring ([#12420](https://github.com/patternfly/patternfly-react/issues/12420)) ([9169658](https://github.com/patternfly/patternfly-react/commit/916965815ec43349d5ca721458d916d95daab6cc)), closes [#11750](https://github.com/patternfly/patternfly-react/issues/11750) [#11750](https://github.com/patternfly/patternfly-react/issues/11750)
36+
- **SyncIcon:** Replace SyncIcon with RhUiSyncIcon ([#12512](https://github.com/patternfly/patternfly-react/issues/12512)) ([9829852](https://github.com/patternfly/patternfly-react/commit/982985213b6dce21a815e5b60703e97e916402be))
37+
- **tabs:** honor hash-linked nav tabs ([#12303](https://github.com/patternfly/patternfly-react/issues/12303)) ([ae72908](https://github.com/patternfly/patternfly-react/commit/ae729088d7300a78c45cd239158751dd9a3e4a8a))
38+
- **TimesCircleIcon:** Replace TimesCircleIcon with RhUiCloseCircleFillIcon ([#12513](https://github.com/patternfly/patternfly-react/issues/12513)) ([0240437](https://github.com/patternfly/patternfly-react/commit/02404376398f966939c8409054aa646535cebc34))
39+
- **ToolbarFilter:** Clear filters on unmount ([#12266](https://github.com/patternfly/patternfly-react/issues/12266)) ([4e13e7c](https://github.com/patternfly/patternfly-react/commit/4e13e7ce4c2abf74030926f20fbf0c6b984eadd7))
40+
- **TrashIcon:** Replace TrashIcon with RhUiTrashFillIcon ([#12510](https://github.com/patternfly/patternfly-react/issues/12510)) ([720b166](https://github.com/patternfly/patternfly-react/commit/720b16661923d55bbb18618bdcdeae8f4d35e588))
41+
- **TreeView:** pass id,inert to TreeViewList ([#12548](https://github.com/patternfly/patternfly-react/issues/12548)) ([ee13546](https://github.com/patternfly/patternfly-react/commit/ee13546a59f1a8303e8c438a6cd7af8db24688a6))
42+
- **UndoIcon:** Replace UndoIcon with RhUiUndoIcon ([#12515](https://github.com/patternfly/patternfly-react/issues/12515)) ([77ad416](https://github.com/patternfly/patternfly-react/commit/77ad416134772c099e9c1feafe5cf67ba3462eb0))
43+
- update tree pattern expand icon direction ([#12554](https://github.com/patternfly/patternfly-react/issues/12554)) ([8c89c01](https://github.com/patternfly/patternfly-react/commit/8c89c01501b2db096a23267b585cb46cf438aaea))
44+
- **various:** inert react 19 support ([#12315](https://github.com/patternfly/patternfly-react/issues/12315)) ([8fd7fdb](https://github.com/patternfly/patternfly-react/commit/8fd7fdb7bd551cae2bdb08912e16675b24924813))
45+
- **WarningTriangleIcon:** Replace WarningTriangleIcon with RhUiWarningIcon ([#12508](https://github.com/patternfly/patternfly-react/issues/12508)) ([f45904d](https://github.com/patternfly/patternfly-react/commit/f45904df01d6e8af1d9826de6c78f76117b0f40e))
46+
- **Wizard:** add useEffect import ([#12538](https://github.com/patternfly/patternfly-react/issues/12538)) ([592ec73](https://github.com/patternfly/patternfly-react/commit/592ec73b9deea472aebadef6d83049d0cd66c42a))
47+
48+
### Features
49+
50+
- **MenuToggle:** add aria-haspopup prop ([#12549](https://github.com/patternfly/patternfly-react/issues/12549)) ([c5ad5f8](https://github.com/patternfly/patternfly-react/commit/c5ad5f8dd7570eda090c2dd02b9b6fd2fafc986f)), closes [#11792](https://github.com/patternfly/patternfly-react/issues/11792)
51+
- **Page:** add ref prop for main element ([#12588](https://github.com/patternfly/patternfly-react/issues/12588)) ([d31ee88](https://github.com/patternfly/patternfly-react/commit/d31ee88192c3fe7ea4f8975299d4febf23e45e91))
52+
- **Slider:** add support for custom tooltip content ([#12531](https://github.com/patternfly/patternfly-react/issues/12531)) ([ad3b35b](https://github.com/patternfly/patternfly-react/commit/ad3b35bb98140aba2b05f065d617707a73a2fa8b))
53+
- **Slider:** add support for dynamic updates with input ([#12539](https://github.com/patternfly/patternfly-react/issues/12539)) ([bcdd2a8](https://github.com/patternfly/patternfly-react/commit/bcdd2a86d69b12d594ab0b52be972c3995406c6b))
54+
- **Toolbar:** add flexGrow and widths props to ToolbarItem and Toolb… ([#12237](https://github.com/patternfly/patternfly-react/issues/12237)) ([8e610ef](https://github.com/patternfly/patternfly-react/commit/8e610ef3d750b9a0bdae3a39244d7525aa307beb)), closes [#11910](https://github.com/patternfly/patternfly-react/issues/11910)
55+
656
# [6.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.6.0-prerelease.9...@patternfly/react-core@6.6.0) (2026-07-01)
757

858
### Bug Fixes

packages/react-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-core",
3-
"version": "6.6.0",
3+
"version": "6.6.1-prerelease.0",
44
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

packages/react-docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [7.6.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.6.0...@patternfly/react-docs@7.6.1-prerelease.0) (2026-08-03)
7+
8+
### Bug Fixes
9+
10+
- **a11y:** ignore target-size rule to allow WCAG 2.2 bump ([#12560](https://github.com/patternfly/patternfly-react/issues/12560)) ([49b6fb5](https://github.com/patternfly/patternfly-react/commit/49b6fb5d5b894f053140d292eaab504cf7fbabc5))
11+
- update tree pattern expand icon direction ([#12554](https://github.com/patternfly/patternfly-react/issues/12554)) ([8c89c01](https://github.com/patternfly/patternfly-react/commit/8c89c01501b2db096a23267b585cb46cf438aaea))
12+
613
# [7.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-docs@7.6.0-prerelease.10...@patternfly/react-docs@7.6.0) (2026-07-01)
714

815
**Note:** Version bump only for package @patternfly/react-docs

packages/react-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@patternfly/react-docs",
33
"description": "PatternFly React Docs",
4-
"version": "7.6.0",
4+
"version": "7.6.1-prerelease.0",
55
"publishConfig": {
66
"access": "public",
77
"tag": "prerelease"

packages/react-drag-drop/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.6.1-prerelease.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.6.0...@patternfly/react-drag-drop@6.6.1-prerelease.0) (2026-08-03)
7+
8+
### Bug Fixes
9+
10+
- **AngleDoubleRightIcon:** Replace AngleDoubleRightIcon with RhMicronsDoubleCaretRightIcon ([#12493](https://github.com/patternfly/patternfly-react/issues/12493)) ([a9bd226](https://github.com/patternfly/patternfly-react/commit/a9bd226cfa9183e5893cd8d74302934f98aaa51c))
11+
- **AngleLeftIcon:** Replace AngleLeftIcon with RhMicronsCaretLeftIcon ([#12495](https://github.com/patternfly/patternfly-react/issues/12495)) ([bd9932f](https://github.com/patternfly/patternfly-react/commit/bd9932f123fc5f94598ce555f8166052eaecb95c))
12+
- **AngleRightIcon:** Replace AngleRightIcon with RhMicronsCaretRightIcon ([#12496](https://github.com/patternfly/patternfly-react/issues/12496)) ([4f70020](https://github.com/patternfly/patternfly-react/commit/4f700201a3b4e9bee30dc7c5f2dc9798b1f58474))
13+
- **DragDropSort:** enable mobile drag-and-drop support ([#12418](https://github.com/patternfly/patternfly-react/issues/12418)) ([c9faa23](https://github.com/patternfly/patternfly-react/commit/c9faa23f1f339734d57a6647f645d7b8afe04b6d))
14+
615
# [6.6.0](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-drag-drop@6.6.0-prerelease.9...@patternfly/react-drag-drop@6.6.0) (2026-07-01)
716

817
**Note:** Version bump only for package @patternfly/react-drag-drop

packages/react-drag-drop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternfly/react-drag-drop",
3-
"version": "6.6.0",
3+
"version": "6.6.1-prerelease.0",
44
"description": "PatternFly drag and drop solution",
55
"main": "dist/js/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)