wordpress-develop/tests/phpunit/tests/theme
Riad Benguella 0068f2646c 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.


git-svn-id: https://develop.svn.wordpress.org/trunk@51149 602fd350-edb4-49c9-b593-d223f7449a82
2021-06-15 08:50:26 +00:00
..
customHeader.php Tests: Rename some classes in phpunit/tests/theme/ per the naming conventions. 2021-05-24 13:31:15 +00:00
getThemeStarterContent.php Tests: Rename some classes in phpunit/tests/theme/ per the naming conventions. 2021-05-24 13:31:15 +00:00
support.php Themes: Move the test for post-formats theme support to a more appropriate place. 2020-10-28 15:12:40 +00:00
themeDir.php Editor: Fix failing unit test for i18n support in theme.json 2021-05-24 09:49:48 +00:00
wpTheme.php Docs: Some documentation and test improvements for WP_Theme_JSON and WP_Theme_JSON_Resolver classes: 2021-05-24 13:24:05 +00:00
wpThemeGetAllowedFilters.php Tests: Rename some classes in phpunit/tests/theme/ per the naming conventions. 2021-05-24 13:31:15 +00:00
wpThemeJson.php Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2. 2021-06-15 08:50:26 +00:00
wpThemeJsonResolver.php Block Editor: Update the WordPress packages with the fixes for 5.8 beta 2. 2021-06-15 08:50:26 +00:00