Bernhard Reiter
00401e16b3
Editor: update Wordpress npm packages.
...
Updates the wordpress npm packages and their dependencies to the latest versions, as well as auto-updates to relevant core PHP files.
Props youknowriad, joemcgill, spacedmonkey, ramonopoly, peterwilsoncc, bernhard-reiter, tyxla, dmsnell.
Fixes #58623 .
Built from https://develop.svn.wordpress.org/trunk@56065
git-svn-id: http://core.svn.wordpress.org/trunk@55577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2023-06-27 14:24:19 +00:00
youknowriad
c114304471
Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2.
...
This includes:
**Various**
- Fix multi selection for nested blocks https://github.com/WordPress/gutenberg/pull/32536
- Consistently show the drop indicator while dragging blocks https://github.com/WordPress/gutenberg/pull/31896
- Fix horizontal drop indicator https://github.com/WordPress/gutenberg/pull/32589
- Fix Safari flickering issue https://github.com/WordPress/gutenberg/pull/32581
- Silence useSelect zombie bug errors https://github.com/WordPress/gutenberg/pull/32088
**Template Editor**
- Clarify the template creation modal https://github.com/WordPress/gutenberg/pull/32427
- Only add skip links for block templates https://github.com/WordPress/gutenberg/pull/32451
**Widgets Editor**
- Add block breadcrumb https://github.com/WordPress/gutenberg/pull/32498 https://github.com/WordPress/gutenberg/pull/32528 https://github.com/WordPress/gutenberg/pull/32569
- Saved deleted and restored widgets. https://github.com/WordPress/gutenberg/pull/32534
- Fix unsaved changes detection https://github.com/WordPress/gutenberg/pull/32573
- Fix button spacing in the header https://github.com/WordPress/gutenberg/pull/32585
- Avoid extra undo levels https://github.com/WordPress/gutenberg/pull/32572
- Move Legacy Widget block to the `@wordpress/widgets` package https://github.com/WordPress/gutenberg/pull/32501
- Fix Social Links color inheritance https://github.com/WordPress/gutenberg/pull/32625
- Use Button appender https://github.com/WordPress/gutenberg/pull/32580
**Global Styles (theme.json)**
- Separate the presets per origin in the block editor settings https://github.com/WordPress/gutenberg/pull/32358 https://github.com/WordPress/gutenberg/pull/32622
- Use CSS Custom Properties for the preset styles https://github.com/WordPress/gutenberg/pull/32627
**Performance**
- Remove is-typing classname to improve typing performance https://github.com/WordPress/gutenberg/pull/32567
Props nosolosw, jorgefilipecosta, aristath, ntsekouras, peterwilsoncc, mcsf.
See #53397 .
Built from https://develop.svn.wordpress.org/trunk@51149
git-svn-id: http://core.svn.wordpress.org/trunk@50758 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-15 08:52:30 +00:00
youknowriad
1516d05128
Block Editor: Package updates for 5.8 beta 1.
...
This includes the following fixes:
Widgets Editor:
- Load widgets.php https://github.com/WordPress/gutenberg/pull/32299
- Fix Legacy Widget Preview https://github.com/WordPress/gutenberg/pull/32300
- Fix error when saving empty Legacy Widget block https://github.com/WordPress/gutenberg/pull/32359
Widget blocks in the customizer:
- Fix deselection blocks when the inspector is open https://github.com/WordPress/gutenberg/pull/32361
- Display wide widgets as popovers https://github.com/WordPress/gutenberg/pull/31736
Global Styles:
- Align classNames generation between client and server https://github.com/WordPress/gutenberg/pull/32352
- Group typography block supports https://github.com/WordPress/gutenberg/pull/32252 https://github.com/WordPress/gutenberg/pull/32444 https://github.com/WordPress/gutenberg/pull/32459
- Make theme.json syntax errors more visible to the users https://github.com/WordPress/gutenberg/pull/32404
Template Editor:
- Update the appearance of the template details https://github.com/WordPress/gutenberg/pull/32042
- Fix layout definition https://github.com/WordPress/gutenberg/pull/32425
- Fix grouping post content block https://github.com/WordPress/gutenberg/pull/32453
Miscellaneous:
- Prevent saving when the post is locked https://github.com/WordPress/gutenberg/pull/32341
- Fix allowed block patterns selector https://github.com/WordPress/gutenberg/pull/32376
- Fix wrong results in the Post Author picker https://github.com/WordPress/gutenberg/pull/32344
- Fix notices position in top toolbar mode https://github.com/WordPress/gutenberg/pull/32238
- Allow non-latin characters in post slugs https://github.com/WordPress/gutenberg/pull/32232
- Fix Random collapse of the color settings panel https://github.com/WordPress/gutenberg/pull/32388
- Fix theme logo theme mode not being removed on theme removal https://github.com/WordPress/gutenberg/pull/32370
- Fix block alignment styles in the editor https://github.com/WordPress/gutenberg/pull/32454
- Fix some block toolbar overlaps https://github.com/WordPress/gutenberg/pull/32424
- Fix content loss when switching list types https://github.com/WordPress/gutenberg/pull/32432
Performance:
- Improve the performance of buttons block https://github.com/WordPress/gutenberg/pull/32356
- Improve the performance of the container blocks https://github.com/WordPress/gutenberg/pull/32380
Props noisysocks, nosolosw, jorgefilipecosta.
See #52991 .
Built from https://develop.svn.wordpress.org/trunk@51089
git-svn-id: http://core.svn.wordpress.org/trunk@50698 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-08 08:09:53 +00:00
noisysocks
8775b69cd0
Adds the widgets block editor to widgets.php and customize.php
...
Moves the widgets block editor from Gutenberg into WordPress Core.
- Adds @wordpress/edit-widgets, @wordpress/customize-widgets and
@wordpress/widgets.
- Modifies wp-admin/widgets.php to branch between the old editor and new editor
depending on wp_use_widgets_block_editor().
- Modifies WP_Customize_Widgets to branch between the old editor control and new
editor control depending on wp_use_widgets_block_editor().
Follows [50996] which was missing these files.
See #51506 .
Props isabel_brison, TimothyBlynJacobs, andraganescu, kevin940726, talldanwp.
Built from https://develop.svn.wordpress.org/trunk@50997
git-svn-id: http://core.svn.wordpress.org/trunk@50606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-25 08:52:58 +00:00
noisysocks
81f62198c3
Adds the widgets block editor to widgets.php and customize.php
...
Moves the widgets block editor from Gutenberg into WordPress Core.
- Adds @wordpress/edit-widgets, @wordpress/customize-widgets and
@wordpress/widgets.
- Modifies wp-admin/widgets.php to branch between the old editor and new editor
depending on wp_use_widgets_block_editor().
- Modifies WP_Customize_Widgets to branch between the old editor control and new
editor control depending on wp_use_widgets_block_editor().
Fixes #51506 .
Props isabel_brison, TimothyBlynJacobs, andraganescu, kevin940726, talldanwp.
Built from https://develop.svn.wordpress.org/trunk@50996
git-svn-id: http://core.svn.wordpress.org/trunk@50605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-05-25 08:40:25 +00:00