Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57631, comment 14


Ignore:
Timestamp:
03/02/2023 02:37:43 PM (2 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57631, comment 14

    initial v1  
    1 In [changeset:"55440" 55440]:
     1In [changeset:"55392" 55392]:
    22{{{
    3 Update the WP packages with fixes prior to WP 6.2 beta 4
     3Update the WP packages with fixes prior to WP 6.2 beta 3
    44
    5 This updated the packages to the latest versions with the latest fixes.
     5Includes the following changes:
    66
    7 Gutenberg changes: https://github.com/WordPress/gutenberg/commit/35f10c183655e9196d4ea12b8fa499a8ecbb7b6a
     7- Upgrade Playwright to 1.30.0
     8- [Block Editor - Inserter]: preload media categories empty check - client side
     9- Navigation: Fixes undo and redo for nesting operations in the navigation block's inspector
     10- Fix: OffCanvasEditor does not inserts submenu on collapsed items.
     11- OffCanvasEditor: Only allow some blocks to be converted to submenus
     12- Navigation: Updates "Add Submenu item" text to "Add Submenu link"
     13- Update: Make OffCanvasEditor use LeafMoreMenu by default.
     14- Template Part: Performance: Replace usage of wp_get_theme()->get_stylesheet() with get_stylesheet()
     15- Widget Editor: Fix a problem with 'Move to Widget Area' button not working
     16- Reusable Blocks: Use React 18 rendering for import dropdown
     17- useAsyncList: flush state updates when processing queue
     18- Refactor the site editor URLs for better backward compatibility
     19- Template editor: only disable the save button if no changes rather than hiding it
     20- [Quote]: Fix deprectated large style specificity rule
     21- Style Book: Allow button text labels for style book icon
     22- List View: Scroll selected block into view when single block selection changes
     23- Post editor: revert iframed editor for WP core only
     24- Fix the Publish region position and focus style.
     25- Remove "& Shadow" from the Border ScreenHeader title
     26- Site editor: specify focus state color for template navigation button
    827
    9 Includes the following bug fixes:
     28References: [https://github.com/WordPress/gutenberg/commit/1e2b2f680c6378f789d6660bc04b30e35e3a33a3 Gutenberg's commit for publishing the packages]
    1029
    11 - Only add layout classes to inner wrapper if block is a container.
    12 - Revert dynamic block anchor support
    13 - [Inserter - Media tab]: Upload Openverse images when inserted
    14 - SpacingSizesControl: Fix white dot on thumb
    15 - Site Editor: update the edit button
    16 - Change "Browse all templates" to "Manage all templates" in template details popover
    17 - Remove TemplateAreas from template details
    18 - Add support for orientation-based block movers to core/social-links
    19 - Site Editor: polish add template modal style
    20 - Match color of the focus template view with site dark material
    21 - Site Editor: Fix routing for Classic themes using block-based template parts
    22 - Remove broken site editor redirect
    23 - Make the template customized info accessible
    24 - Sort templates and template parts by slug
    25 - Prevent distracting focused back button on site editor load
    26 - Fix: Content only CPT template locking.
    27 - Pin floating-ui/react-dom version
    28 - Widget Importer: Don't render controls when there's nothing to import
    29 - Post Editor: Update postContentBlock check to see if the block is valid
    30 - Site Tagline: Add example so that it will display in style book
    31 - Remove copy for managing a block's style variations
    32 - Fix the site editor home page loading when installed in a subdirectory
    33 - Global Styles: Display preset names via the tooltip
    34 - [Query Loop] Fix top border in pattern selection modal
    35 - Site Editor: Fix the 'Browse all' link in the template details modal
    36 - Site Editor: Fix the tooltip and shortcut for the global save button
    37 - Make the Site Logo block placeholder state smaller
    38 - Site Editor Sidebar: Add line-height for template/parts name and update width for edit button
    39 - Style Book: Focus the Style Book when opened, and enable ESCAPE key to close
    40 - [Site Editor]: Set html block as freeform fallback block
    41 - Make the performance tests more stable
    42 - Adds all allowed innerblocks to the inspector animation experiment
    43 - Revert Link control UX changes for WP 6.2
    44 - Fix Site Editor perf tests
    45 - Playwright: fix request utils for non Docker envs
    46 
     30Props ntsekouras, ellatrix.
    4731See #57471.
    48 Props Mamaduka, ntsekouras.
    4932}}}
    5033
    5134Changes include:
    52 * Prevent distracting focused back button on site editor load (See Gutenberg [https://github.com/WordPress/gutenberg/issues/48561 Issue 48561] | [https://github.com/WordPress/gutenberg/pull/48472 PR 48472])
    53 * Site Editor Sidebar: Add line-height for template/parts name and update width for edit button (See Gutenberg [https://github.com/WordPress/gutenberg/issues/48155 Issue 48155] | [https://github.com/WordPress/gutenberg/pull/48160 PR 48160])
     35* Template editor: only disable the save button if no changes rather than hiding it  (See Gutenberg [https://github.com/WordPress/gutenberg/issues/47882 Issue 47882] | [https://github.com/WordPress/gutenberg/pull/47895 PR  47895])