Make WordPress Core

Changeset 52324 for trunk/package.json


Ignore:
Timestamp:
12/06/2021 06:18:27 AM (3 years ago)
Author:
noisysocks
Message:

Update @wordpress packages

Update packages to include these bug fixes from Gutenberg:

  • Gallery block: turn on auto-migration of v1 Gallery blocks to v2 format when edited
  • Add accessible labelling to submenu buttons.
  • Improve performance of wp_navigation lookup.
  • Various inline docblock corrections
  • Use core version of template and template part post types and REST endpoints for WP 5.9, with back compat for 5.8
  • Gradients: Enable adding custom gradient when gradients are disabled
  • Custom color palette: add default color name
  • Color Picker: Re-instate debounce and controlled value to fix issue with gradient picker
  • Add aria-current="page" to active navigation item
  • Site Editor: Templat list fallback to slug
  • Fix: Custom color picker popover position
  • Fix: php 5.6 error in theme JSON class.
  • Update the WP_Theme_JSON_Gutenberg class to be like the core one
  • Update the WP_Theme_JSON_Resolver_Gutenberg class to be like the core one
  • Move Global Styles code to lib/compat/wordpress-5.9 folder
  • E2E Tests: Fix failing image e2e test by waiting for required element
  • Navigation: Try removing absorb toolbar prop.
  • Navigation: Fix navigation justifications.
  • Fix wordbreak for URLs
  • Polish unset color indicator.
  • Template revert flow: Make label description source agnostic
  • [Block Library - Navigation]: Fix vertical layout
  • Add: Corners to custom color picker popover
  • Add: Missing margin to the color picker clear button
  • Gradient: Fix clearing a custom gradient from throwing a React warning
  • [Block Library]: Rename Query Pagination blocks
  • PHP Unit Tests: Use global transients
  • Remove CSS that causes conflict with theme.json
  • Add actions which fire during the loading process of block template parts
  • Fix usage of useSetting('color.palette')
  • Update micromodal, include click-through fix
  • Site Editor: Remove unused PHP code
  • Don't try and render unstable location if Nav block has ID
  • Fix gutenberg prefixed function references in core
  • Card: support the extraSmall option for the size prop
  • Gallery block: enable the new gallery block by default if running in core
  • Block fixtures: Change port to 8889 to placate KSES
  • Full Site Editing: Remove block template resolution unit tests
  • Site Editor: Sync export API

See #54487.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r52277 r52324  
    2828        "@wordpress/custom-templated-path-webpack-plugin": "2.1.0",
    2929        "@wordpress/dependency-extraction-webpack-plugin": "3.2.1",
    30         "@wordpress/e2e-test-utils": "5.4.8",
     30        "@wordpress/e2e-test-utils": "5.4.9",
    3131        "@wordpress/library-export-default-webpack-plugin": "2.2.0",
    3232        "@wordpress/scripts": "19.2.2",
     
    8383        "@wordpress/autop": "3.2.3",
    8484        "@wordpress/blob": "3.2.2",
    85         "@wordpress/block-directory": "3.0.13",
    86         "@wordpress/block-editor": "8.0.7",
    87         "@wordpress/block-library": "6.0.11",
     85        "@wordpress/block-directory": "3.0.14",
     86        "@wordpress/block-editor": "8.0.8",
     87        "@wordpress/block-library": "6.0.12",
    8888        "@wordpress/block-serialization-default-parser": "4.2.3",
    8989        "@wordpress/blocks": "11.1.4",
    90         "@wordpress/components": "19.1.1",
     90        "@wordpress/components": "19.1.2",
    9191        "@wordpress/compose": "5.0.6",
    9292        "@wordpress/core-data": "4.0.8",
    93         "@wordpress/customize-widgets": "2.0.13",
     93        "@wordpress/customize-widgets": "2.0.14",
    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.13",
    101         "@wordpress/edit-site": "3.0.13",
    102         "@wordpress/edit-widgets": "3.1.8",
    103         "@wordpress/editor": "12.0.10",
     100        "@wordpress/edit-post": "5.0.14",
     101        "@wordpress/edit-site": "3.0.14",
     102        "@wordpress/edit-widgets": "3.1.9",
     103        "@wordpress/editor": "12.0.11",
    104104        "@wordpress/element": "4.0.4",
    105105        "@wordpress/escape-html": "2.2.3",
    106         "@wordpress/format-library": "3.0.13",
     106        "@wordpress/format-library": "3.0.14",
    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.9",
     111        "@wordpress/interface": "4.1.10",
    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.11",
     115        "@wordpress/list-reusable-blocks": "3.0.12",
    116116        "@wordpress/media-utils": "3.0.5",
    117117        "@wordpress/notices": "3.2.7",
    118         "@wordpress/nux": "5.0.11",
     118        "@wordpress/nux": "5.0.12",
    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.13",
     123        "@wordpress/reusable-blocks": "3.0.14",
    124124        "@wordpress/rich-text": "5.0.6",
    125         "@wordpress/server-side-render": "3.0.11",
     125        "@wordpress/server-side-render": "3.0.12",
    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.13",
     131        "@wordpress/widgets": "2.0.14",
    132132        "@wordpress/wordcount": "3.2.3",
    133133        "backbone": "1.4.0",
Note: See TracChangeset for help on using the changeset viewer.