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.
  • 9 commits
  • 26 files changed
  • 4 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
Loading