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: 6729ca60593ba02eed5a69bb9da638fc830f7ba6
Choose a base ref
...
head repository: WordPress/gutenberg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21b3a2b32ec78cfb21d6aa05cdbbdc73fb80a8ae
Choose a head ref
  • 20 commits
  • 54 files changed
  • 12 contributors

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    00cfeee View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    892f9a6 View commit details
    Browse the repository at this point in the history
  3. Fix react-dropdown-menu version to avoid breaking change from one of … (

    #52356)
    
    * Fix react-dropdown-menu version to avoid breaking change from one if its dependencies.
    
    * Changelog update
    
    * move changelog entry to the right place
    
    * Update package-lock
    tellthemachines authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9e1f637 View commit details
    Browse the repository at this point in the history
  4. [RNMobile] Fix a crash related to Reanimated when closing the editor (#…

    …52320)
    
    * Update block drop position using Reanimated's shared value
    
    Seems there's some kind of incompatibility on calling a JS function from a worklet invoked from a gesture handler. For this reason, the logic to set the dropping insertion point has been updated. It now uses a Reanimated's shared value to keep the dragging over position and  `useDerivedValue` hook to listen for changes.
    
    * Update `react-native-editor` changelog
    fluiddot authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cea0afd View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    e72a740 View commit details
    Browse the repository at this point in the history
  6. 1 Configuration menu
    Copy the full SHA
    bc663f6 View commit details
    Browse the repository at this point in the history
  7. Migrate Adding Inline Token test to Playwright (#52020)

    * Migrate Adding Inline Token test to Playwright
    
    * Address feedback
    
    * Address Feedbacks
    pooja-muchandikar authored Jul 6, 2023
    1 Configuration menu
    Copy the full SHA
    4baf207 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ade4ec View commit details
    Browse the repository at this point in the history
  9. [RNMobile] Add media inserter blocks to toolbar (#51827)

    * Add media button to native header toolbar
    
    * Add other media button types
    
    * Display media inserter buttons when no block is selected
    
    * Add insertBlocks function to Header Toolbar
    
    * Use const instead of function for renderMediaButtons
    
    * Remove inline function for onInsertBlock
    
    * Update header toolbar media block insertion method
    
    * Update media toolbar insertion tests
    
    * Update media toolbar insertion tests
    
    * Update visual-editor test with Media Toolbar insertion tests
    
    * Fix typo in Gallery block test
    
    * Update visual editor tests to use toBeVisible when selecting Media Toolbar buttons
    
    * Update Visual Editor gallery block selector
    
    * Wrap Media Inserter toolbar buttons in ToolbarGroup
    
    * Remove iOS ActionSheet conditional from Visual Editor test
    
    * Update CHANGELOG
    
    ---------
    
    Co-authored-by: Gerardo <gerardo.pacheco@automattic.com>
    derekblank and Gerardo authored Jul 6, 2023
    1 Configuration menu
    Copy the full SHA
    1b82cbf View commit details
    Browse the repository at this point in the history
  10. Migrate site editor multi-entity save flow tests (#52372)

    * Migrate site editor multi-entity save flow tests
    * Remove old tests
    * Add cleanup
    Mamaduka authored Jul 6, 2023
    1 Configuration menu
    Copy the full SHA
    b48472e View commit details
    Browse the repository at this point in the history
  11. Mobile Release v1.99.0 (#52368)

    * Release script: Update react-native-editor version to 1.99.0
    
    * Release script: Update with changes from 'npm run core preios'
    
    * Update `react-native-editor` changelog
    fluiddot authored Jul 6, 2023
    1 Configuration menu
    Copy the full SHA
    dbc146a View commit details
    Browse the repository at this point in the history
  12. [Mobile] Moves block settings and more button to the toolbar (#52289)

    * Remove BlockMobileToolbar
    
    * Refactor BlockSettingsButton
    
    * Update BlockToolbar with new order for buttons
    
    * Clean up BlockMobileToolbar refactor
    
    * Update EditorPage with new swipeToolbarToElement and updates removeBlock, toggleFormatting and addBlock helpers
    
    * Update E2E Tests
    
    * Update BlockList to remove inline block settings options
    
    * Update Gallery test
    
    * Update BlockDraggable test
    
    * Update BlockMover
    
    * EditorPage utils - Update swipeToolbarToElement to take into account swiping to the right
    Gerardo Pacheco authored Jul 6, 2023
    1 Configuration menu
    Copy the full SHA
    eaf6715 View commit details
    Browse the repository at this point in the history
  13. Revert phpcs back to PHP 5.6 (#52384)

    Reverts phpcs PHP compatibility version back to 5.6.
    hellofromtonya authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f4c1046 View commit details
    Browse the repository at this point in the history
  14. 1 Configuration menu
    Copy the full SHA
    d72aad0 View commit details
    Browse the repository at this point in the history
  15. 1 Configuration menu
    Copy the full SHA
    5977e3d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5b0011f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. This commit:

    - links the posts page to the homepage template when a post page is set
    - abstracts logic to get page item props
    ramonjd committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fee814d View commit details
    Browse the repository at this point in the history
  2. The Posts Page resolves to display the Home or Index template only. A…

    …dding a check to skip the Front Page
    ramonjd committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d8272c7 View commit details
    Browse the repository at this point in the history
  3. Showing homepage settings for posts pages that are set as the post pa…

    …ge in reading settings
    ramonjd committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a5d38a1 View commit details
    Browse the repository at this point in the history
  4. Post pages that have been set to display posts will redirect to first…

    … the home template, then the index template. The fallback is the post id of the page.
    ramonjd committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    21b3a2b View commit details
    Browse the repository at this point in the history
Loading