Make WordPress Core

Changeset 52232 for trunk/package.json


Ignore:
Timestamp:
11/23/2021 05:38:45 AM (3 years ago)
Author:
noisysocks
Message:

Update @wordpress packages

Update packages to include these bug fixes from Gutenberg:

  • FSE: Add welcome guide
  • Update theme styles for the code block
  • Add feature flag to toggle the new site editor sidebar
  • Add templates list page for site editor
  • Cover Block: Fix default background dim
  • E2E: Add more Cover block tests
  • Cover Block: Fix regressions
  • Post Comments Form: ensure typography styles are applied to child elements
  • Navigation: Fix space-between
  • Fix background colours in nested submenus.
  • Fix duplicate custom classnames in navigation submenu block
  • Fix colour rendering in Navigation overlay
  • Fix: Add ability to opt out of Core color palette V2
  • Change @package to WordPress in block-library
  • Make the core color palette opt-in for themes with not theme.json
  • Remove textdomain from calendar block
  • Page List block: fix space before href attribute
  • Try: Let Featured Image block inherit dimensions, look like a placeholder
  • [Global Styles]: Add block icon next to blocks list
  • Page List: Use core entities instead of direct apiFetch
  • Site Editor: Stabilize export endpoint
  • Fix mobile horizontal scrollbar.
  • Multi-entity save: Only set site entity to pending if really saving
  • Add page list to navigation direct insert conditions
  • Implement "Add New" for templates list in Site Editor
  • Post Featured Image: Remove withNotices HOC
  • Fix page list missing button styles when set to open on click.
  • Make appender fixed position to avoid jumps in the UI
  • Color UI component: reorder palettes and update names (core by defaults, user by custom)
  • Remove the Styles link in Site Editor
  • GlobalStyles sidebar: do not show default palette if theme opts-out
  • Only render the site editor canvas when the global styles are ready.
  • Global Styles: rename core origin key to default for presets
  • Clarify i18n context for PostTemplateActions's "New" label
  • Revert erroneous native editor package version bumps
  • Try: Hide the columns inserter in pattern previews.
  • Fix site editor region navigation
  • Update navigation sidebar responsiveness
  • Add _wp_array_set and _wp_to_kebab_case to 5.8 compat
  • Make user able to change all color palette origins
  • Site Editor: Update hrefs to not specifically refer to themes.php?page=gutenberg-edit-site
  • Site Editor: Validate the postType query argument
  • Navigation: Scale submenu icon.
  • Move the theme editor under tools for FSE themes
  • Deprecate navigation areas

See #54487.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r52162 r52232  
    3030        "@wordpress/e2e-test-utils": "5.4.8",
    3131        "@wordpress/library-export-default-webpack-plugin": "2.2.0",
    32         "@wordpress/scripts": "19.2.1",
     32        "@wordpress/scripts": "19.2.2",
    3333        "autoprefixer": "^9.8.8",
    3434        "chalk": "4.1.2",
     
    8383        "@wordpress/autop": "3.2.3",
    8484        "@wordpress/blob": "3.2.2",
    85         "@wordpress/block-directory": "3.0.9",
    86         "@wordpress/block-editor": "8.0.3",
    87         "@wordpress/block-library": "6.0.7",
     85        "@wordpress/block-directory": "3.0.11",
     86        "@wordpress/block-editor": "8.0.5",
     87        "@wordpress/block-library": "6.0.9",
    8888        "@wordpress/block-serialization-default-parser": "4.2.3",
    8989        "@wordpress/blocks": "11.1.4",
    90         "@wordpress/components": "19.0.3",
     90        "@wordpress/components": "19.0.5",
    9191        "@wordpress/compose": "5.0.6",
    9292        "@wordpress/core-data": "4.0.7",
    93         "@wordpress/customize-widgets": "2.0.9",
     93        "@wordpress/customize-widgets": "2.0.11",
    9494        "@wordpress/data": "6.1.4",
    9595        "@wordpress/data-controls": "2.2.7",
     
    9898        "@wordpress/dom": "3.2.7",
    9999        "@wordpress/dom-ready": "3.2.3",
    100         "@wordpress/edit-post": "5.0.9",
    101         "@wordpress/edit-site": "3.0.9",
    102         "@wordpress/edit-widgets": "3.1.4",
    103         "@wordpress/editor": "12.0.6",
     100        "@wordpress/edit-post": "5.0.11",
     101        "@wordpress/edit-site": "3.0.11",
     102        "@wordpress/edit-widgets": "3.1.6",
     103        "@wordpress/editor": "12.0.8",
    104104        "@wordpress/element": "4.0.4",
    105105        "@wordpress/escape-html": "2.2.3",
    106         "@wordpress/format-library": "3.0.9",
     106        "@wordpress/format-library": "3.0.11",
    107107        "@wordpress/hooks": "3.2.2",
    108108        "@wordpress/html-entities": "3.2.3",
    109109        "@wordpress/i18n": "4.2.4",
    110110        "@wordpress/icons": "6.1.1",
    111         "@wordpress/interface": "4.1.5",
     111        "@wordpress/interface": "4.1.7",
    112112        "@wordpress/is-shallow-equal": "4.2.1",
    113113        "@wordpress/keyboard-shortcuts": "3.0.6",
    114114        "@wordpress/keycodes": "3.2.4",
    115         "@wordpress/list-reusable-blocks": "3.0.7",
     115        "@wordpress/list-reusable-blocks": "3.0.9",
    116116        "@wordpress/media-utils": "3.0.5",
    117117        "@wordpress/notices": "3.2.7",
    118         "@wordpress/nux": "5.0.7",
     118        "@wordpress/nux": "5.0.9",
    119119        "@wordpress/plugins": "4.0.6",
    120120        "@wordpress/primitives": "3.0.4",
    121121        "@wordpress/priority-queue": "2.2.3",
    122122        "@wordpress/redux-routine": "4.2.2",
    123         "@wordpress/reusable-blocks": "3.0.9",
     123        "@wordpress/reusable-blocks": "3.0.11",
    124124        "@wordpress/rich-text": "5.0.6",
    125         "@wordpress/server-side-render": "3.0.7",
     125        "@wordpress/server-side-render": "3.0.9",
    126126        "@wordpress/shortcode": "3.2.3",
    127127        "@wordpress/token-list": "2.2.2",
     
    129129        "@wordpress/viewport": "4.0.6",
    130130        "@wordpress/warning": "2.2.2",
    131         "@wordpress/widgets": "2.0.9",
     131        "@wordpress/widgets": "2.0.11",
    132132        "@wordpress/wordcount": "3.2.3",
    133133        "backbone": "1.4.0",
Note: See TracChangeset for help on using the changeset viewer.