Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: patternfly/patternfly-react
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: patternfly/patternfly-react
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.4.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 30 files changed
  • 7 contributors

Commits on Jan 27, 2026

  1. fix(Wizard): Fix crash in nav when first sub-step is hidden (#12166)

    Update logic to focus on the first visible sub-step when navigating
    from a parent step.
    ochosi authored and dlabaj committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    900686d View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. chore(release): releasing packages [ci skip]

     - @patternfly/react-charts@8.4.1
     - @patternfly/react-code-editor@6.4.1
     - @patternfly/react-core@6.4.1
     - @patternfly/react-docs@7.4.1
     - @patternfly/react-drag-drop@6.4.1
     - @patternfly/react-table@6.4.1
     - @patternfly/react-templates@6.4.1
    patternfly-build committed Jan 28, 2026
    Configuration menu
    Copy the full SHA
    476782a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2026

  1. Configuration menu
    Copy the full SHA
    3945ce7 View commit details
    Browse the repository at this point in the history
  2. fix(CodeEditor): prevent focus loss (#12211) (#12212)

    * fix(CodeEditor): prevent focus loss (#12211)
    
    Remove `&& !value` from outer conditional rendering to prevent Monaco
    editor from unmounting when code transitions from empty to non-empty.
    
    * fix(CodeEditor): Account for focus loss fix
    ochosi authored and dlabaj committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    4287fec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f93022 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79ea307 View commit details
    Browse the repository at this point in the history
  5. fixed invalid yaml file.

    dlabaj committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    6676758 View commit details
    Browse the repository at this point in the history
  6. fixed block branch for 6.4.x

    dlabaj committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    3588999 View commit details
    Browse the repository at this point in the history
  7. publish patch release 6.4.1

    dlabaj committed Jan 29, 2026
    Configuration menu
    Copy the full SHA
    008ef37 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. fix(Popper): add null & connected checks for document [6.4.x patch] (#…

    …12286)
    
    * fix(Popper): add null & connected checks for document
    
    * chore: sync yarn.lock with registry metadata for react-router
    
    Yarn hardened mode on public PRs rejects a lockfile that lists stale
    dependencies for react-router@7.13.0. Refresh the lockfile so
    `yarn install --immutable` succeeds in CI.
    
    Made-with: Cursor
    
    ---------
    
    Co-authored-by: Donald Labaj <donald.labaj@gmail.com>
    kmcfaul and dlabaj authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    491fd25 View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@6.4.2
     - @patternfly/react-core@6.4.2
     - @patternfly/react-docs@7.4.2
     - @patternfly/react-drag-drop@6.4.2
     - @patternfly/react-table@6.4.2
     - @patternfly/react-templates@6.4.2
    patternfly-build committed Mar 31, 2026
    Configuration menu
    Copy the full SHA
    439b026 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2026

  1. Cherrypick 12352 (#12362)

    * fix(Toolbar filter): Fixed null exception in Toolbar filter (#12352)
    
    * fix(Toolbar filter): Fixed null exception in Toolbar filter
    
    * update from pr review
    
    * fix: cherry picked null pointer exception for toolbar filter.
    
    * chore: added checkbox select demob back.
    
    ---------
    
    Co-authored-by: Titani Labaj <39532947+tlabaj@users.noreply.github.com>
    dlabaj and tlabaj authored Apr 20, 2026
    Configuration menu
    Copy the full SHA
    da54fb1 View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@6.4.3
     - @patternfly/react-core@6.4.3
     - @patternfly/react-docs@7.4.3
     - @patternfly/react-drag-drop@6.4.3
     - @patternfly/react-table@6.4.3
     - @patternfly/react-templates@6.4.3
    patternfly-build committed Apr 20, 2026
    Configuration menu
    Copy the full SHA
    189eb78 View commit details
    Browse the repository at this point in the history
Loading