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: WordPress/gutenberg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d0a49cdf50fe
Choose a base ref
...
head repository: WordPress/gutenberg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e9abf86f9df2
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Mar 4, 2026

  1. Configuration menu
    Copy the full SHA
    1ed7347 View commit details
    Browse the repository at this point in the history
  2. Refactor GlobalStylesUIWrapper to accept editorSettings prop

    Remove the direct dependency on the core/editor store from
    GlobalStylesUIWrapper by accepting an editorSettings prop.
    Each usage site now provides settings from its own context:
    - Editor sidebar: reads from core/editor store
    - Edit-site styles page: reads from edit-site store
    - New styles route: uses useEditorSettings from lazy-editor
    
    A fallback to the editor store is kept for backwards compatibility.
    
    Also revert the workaround of dispatching updateEditorSettings
    in the edit-site initializer.
    Copons committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    538afa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ae806 View commit details
    Browse the repository at this point in the history
  4. Commit package-lock changes

    Copons committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    e9abf86 View commit details
    Browse the repository at this point in the history
Loading