Make WordPress Core

Changeset 55475 for trunk/package.json


Ignore:
Timestamp:
03/07/2023 03:29:47 PM (21 months ago)
Author:
hellofromTonya
Message:

Editor: Update @wordpress packages for 6.2 Beta 5.

Updates the @wordpress packages to include the following changes:

  • Add border radius to off canvas navigation menu items
  • Remove border from quick inserter child elements
  • Show variant patterns even if there are no patterns for the Query Loop block
  • Order initial block items in Navigation with PrivateInserter
  • Update: Add descriptions to all panels in the Site Editor's dark side
  • Fix typo in template parts description
  • Fix: Browse mode descriptions margin
  • Fix: Show creation popover on empty page links in the navigation sidebar
  • Make sure the directly inserted block in the Nav block is a Page link
  • Fix browser history when synchronising state with urls
  • Navigation Sidebar: Change the logic about which navigation gets selected for the sidebar
  • Fixes extra UI in navigation block inspector
  • Renames parent selection boolean param and improves docs
  • Widget Importer: Fix Widget Group block imports
  • Don't add Post Content layout styles to title in the post editor
  • Site editor: Add hover animation to site editor canvas
  • Prevent the saving button from showing when renaming templates
  • Navigation Block: Fix big spinner
  • Navigation: Don't save the level of the link in an attribute
  • Focus 1st parent block on block remove, if no previous block is available
  • Navigation: Performance: improve params in block_core_navigation_get_most_recently_published_navigation()
  • Navigation Block inspector: fix link UI popover opening on links that have a url
  • Fix for WP_Theme_JSON_Resolver::get_merged_data()
  • Site Editor: Add page details when viewing a specific page.
  • Fix site editor sidebar scrollbars
  • Fix: Custom link UI does appears outside canvas on the sidebar navigation
  • Fix: Make navigation page list load its items on navigation sidebar

References:

Follow-up to [55441], [55440].

Props ntsekouras, mamaduka, gziolo, costdev, hellofromTonya.
See #57471.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r55459 r55475  
    8383        "@wordpress/autop": "3.26.1",
    8484        "@wordpress/blob": "3.26.1",
    85         "@wordpress/block-directory": "4.3.6",
    86         "@wordpress/block-editor": "11.3.6",
    87         "@wordpress/block-library": "8.3.6",
     85        "@wordpress/block-directory": "4.3.7",
     86        "@wordpress/block-editor": "11.3.7",
     87        "@wordpress/block-library": "8.3.7",
    8888        "@wordpress/block-serialization-default-parser": "4.26.1",
    8989        "@wordpress/blocks": "12.3.3",
     
    9191        "@wordpress/compose": "6.3.3",
    9292        "@wordpress/core-data": "6.3.3",
    93         "@wordpress/customize-widgets": "4.3.6",
     93        "@wordpress/customize-widgets": "4.3.7",
    9494        "@wordpress/data": "8.3.3",
    9595        "@wordpress/data-controls": "2.26.3",
     
    9898        "@wordpress/dom": "3.26.1",
    9999        "@wordpress/dom-ready": "3.26.1",
    100         "@wordpress/edit-post": "7.3.6",
    101         "@wordpress/edit-site": "5.3.6",
    102         "@wordpress/edit-widgets": "5.3.6",
    103         "@wordpress/editor": "13.3.6",
     100        "@wordpress/edit-post": "7.3.7",
     101        "@wordpress/edit-site": "5.3.7",
     102        "@wordpress/edit-widgets": "5.3.7",
     103        "@wordpress/editor": "13.3.7",
    104104        "@wordpress/element": "5.3.2",
    105105        "@wordpress/escape-html": "2.26.1",
    106         "@wordpress/format-library": "4.3.6",
     106        "@wordpress/format-library": "4.3.7",
    107107        "@wordpress/hooks": "3.26.1",
    108108        "@wordpress/html-entities": "3.26.1",
     
    124124        "@wordpress/private-apis": "0.8.1",
    125125        "@wordpress/redux-routine": "4.26.1",
    126         "@wordpress/reusable-blocks": "4.3.6",
     126        "@wordpress/reusable-blocks": "4.3.7",
    127127        "@wordpress/rich-text": "6.3.3",
    128128        "@wordpress/server-side-render": "4.3.5",
     
    133133        "@wordpress/viewport": "5.3.3",
    134134        "@wordpress/warning": "2.26.1",
    135         "@wordpress/widgets": "3.3.6",
     135        "@wordpress/widgets": "3.3.7",
    136136        "@wordpress/wordcount": "3.26.1",
    137137        "backbone": "1.4.1",
Note: See TracChangeset for help on using the changeset viewer.