mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Update @wordpress packages
Update packages to include these bug fixes from Gutenberg: - Stop keypresses being caught by other elements when they happen in a CustomSelectControl - Remove color, spacing, and layout options for Template Part block - Try: parse shortcode blocks outside the content - Fix aria-modal attribution with multiple navs on page - Gallery block: Remove warning notice about mobile version required - Fix Home template description typo - Fix enqueueing additional styles for blocks only when rendered - fix typo (hanle -> handle) - SelectControl: mark the children prop as optional - Remove warning for enqueued styles in Editor - Add context to font style and font weight related translation strings - Temporarily remove text decoration from Nav block - Fix empty secondary sidebar overlapping widget editor content on mobile viewports - Fix hiding the bottom of tablet/mobile preview in Site Editor See #54487. Props isabel_brison. git-svn-id: https://develop.svn.wordpress.org/trunk@52595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
1132
package-lock.json
generated
1132
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@@ -29,7 +29,7 @@
|
||||
"@wordpress/dependency-extraction-webpack-plugin": "3.2.1",
|
||||
"@wordpress/e2e-test-utils": "5.4.10",
|
||||
"@wordpress/library-export-default-webpack-plugin": "2.2.0",
|
||||
"@wordpress/scripts": "19.2.2",
|
||||
"@wordpress/scripts": "19.2.4",
|
||||
"autoprefixer": "^9.8.8",
|
||||
"chalk": "4.1.2",
|
||||
"check-node-version": "4.1.0",
|
||||
@@ -82,53 +82,53 @@
|
||||
"@wordpress/api-fetch": "5.2.6",
|
||||
"@wordpress/autop": "3.2.3",
|
||||
"@wordpress/blob": "3.2.2",
|
||||
"@wordpress/block-directory": "3.0.21",
|
||||
"@wordpress/block-editor": "8.0.14",
|
||||
"@wordpress/block-library": "6.0.19",
|
||||
"@wordpress/block-directory": "3.0.22",
|
||||
"@wordpress/block-editor": "8.0.15",
|
||||
"@wordpress/block-library": "6.0.20",
|
||||
"@wordpress/block-serialization-default-parser": "4.2.3",
|
||||
"@wordpress/blocks": "11.1.5",
|
||||
"@wordpress/components": "19.2.1",
|
||||
"@wordpress/components": "19.2.2",
|
||||
"@wordpress/compose": "5.0.7",
|
||||
"@wordpress/core-data": "4.0.9",
|
||||
"@wordpress/customize-widgets": "2.0.21",
|
||||
"@wordpress/customize-widgets": "2.0.22",
|
||||
"@wordpress/data": "6.1.5",
|
||||
"@wordpress/data-controls": "2.2.8",
|
||||
"@wordpress/date": "4.2.3",
|
||||
"@wordpress/deprecated": "3.2.3",
|
||||
"@wordpress/dom": "3.2.7",
|
||||
"@wordpress/dom-ready": "3.2.3",
|
||||
"@wordpress/edit-post": "5.0.21",
|
||||
"@wordpress/edit-site": "3.0.21",
|
||||
"@wordpress/edit-widgets": "3.1.16",
|
||||
"@wordpress/editor": "12.0.17",
|
||||
"@wordpress/edit-post": "5.0.22",
|
||||
"@wordpress/edit-site": "3.0.22",
|
||||
"@wordpress/edit-widgets": "3.1.17",
|
||||
"@wordpress/editor": "12.0.18",
|
||||
"@wordpress/element": "4.0.4",
|
||||
"@wordpress/escape-html": "2.2.3",
|
||||
"@wordpress/format-library": "3.0.20",
|
||||
"@wordpress/format-library": "3.0.21",
|
||||
"@wordpress/hooks": "3.2.2",
|
||||
"@wordpress/html-entities": "3.2.3",
|
||||
"@wordpress/i18n": "4.2.4",
|
||||
"@wordpress/icons": "6.1.1",
|
||||
"@wordpress/interface": "4.1.16",
|
||||
"@wordpress/interface": "4.1.17",
|
||||
"@wordpress/is-shallow-equal": "4.2.1",
|
||||
"@wordpress/keyboard-shortcuts": "3.0.7",
|
||||
"@wordpress/keycodes": "3.2.4",
|
||||
"@wordpress/list-reusable-blocks": "3.0.18",
|
||||
"@wordpress/list-reusable-blocks": "3.0.19",
|
||||
"@wordpress/media-utils": "3.0.5",
|
||||
"@wordpress/notices": "3.2.8",
|
||||
"@wordpress/nux": "5.0.18",
|
||||
"@wordpress/nux": "5.0.19",
|
||||
"@wordpress/plugins": "4.0.7",
|
||||
"@wordpress/primitives": "3.0.4",
|
||||
"@wordpress/priority-queue": "2.2.3",
|
||||
"@wordpress/redux-routine": "4.2.2",
|
||||
"@wordpress/reusable-blocks": "3.0.20",
|
||||
"@wordpress/reusable-blocks": "3.0.21",
|
||||
"@wordpress/rich-text": "5.0.8",
|
||||
"@wordpress/server-side-render": "3.0.18",
|
||||
"@wordpress/server-side-render": "3.0.19",
|
||||
"@wordpress/shortcode": "3.2.3",
|
||||
"@wordpress/token-list": "2.2.2",
|
||||
"@wordpress/url": "3.3.1",
|
||||
"@wordpress/viewport": "4.0.7",
|
||||
"@wordpress/warning": "2.2.2",
|
||||
"@wordpress/widgets": "2.0.20",
|
||||
"@wordpress/widgets": "2.0.21",
|
||||
"@wordpress/wordcount": "3.2.3",
|
||||
"backbone": "1.4.0",
|
||||
"clipboard": "2.0.8",
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -235,7 +235,10 @@ function get_the_block_template_html() {
|
||||
$content = $wp_embed->autoembed( $content );
|
||||
$content = do_blocks( $content );
|
||||
$content = wptexturize( $content );
|
||||
$content = convert_smilies( $content );
|
||||
$content = shortcode_unautop( $content );
|
||||
$content = wp_filter_content_tags( $content );
|
||||
$content = do_shortcode( $content );
|
||||
$content = str_replace( ']]>', ']]>', $content );
|
||||
|
||||
// Wrap block template in .wp-site-blocks to allow for specific descendant styles
|
||||
|
||||
@@ -92,7 +92,6 @@
|
||||
"__experimentalFontWeight": true,
|
||||
"__experimentalTextTransform": true,
|
||||
"__experimentalFontFamily": true,
|
||||
"__experimentalTextDecoration": true,
|
||||
"__experimentalDefaultControls": {
|
||||
"fontSize": true
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => 'aab949d40a5a929e8c972550b42730a8');
|
||||
<?php return array('dependencies' => array(), 'version' => '49bd3949750c5172758e1b3058f0c72a');
|
||||
@@ -1 +1 @@
|
||||
<?php return array('dependencies' => array(), 'version' => 'fb15026c86328593809ad0e2e073f64f');
|
||||
<?php return array('dependencies' => array(), 'version' => '3776ea67846b3bb10fe8f7cdd486b0ba');
|
||||
@@ -22,14 +22,6 @@
|
||||
"supports": {
|
||||
"align": true,
|
||||
"html": false,
|
||||
"color": {
|
||||
"gradients": true,
|
||||
"link": true
|
||||
},
|
||||
"spacing": {
|
||||
"padding": true
|
||||
},
|
||||
"__experimentalLayout": true,
|
||||
"reusable": false
|
||||
},
|
||||
"editorStyle": "wp-block-template-part-editor"
|
||||
|
||||
Reference in New Issue
Block a user