forked from WordPress/gutenberg
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge master back into fork #9
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Regression of #22460.
* Do not require FSE experiment * Remove the site editor check
* Adding scss & postcss setup * Move to using MiniExtractCssPlugin * Update newly added dependencies to the latest versions * Add @wordpress/postcss-config package * Polish configuration for CSS support in wp-scripts * Scripts: Update documentation to include notes about CSS support * Rename `@wordpress/postcss-config` to `@wordpress/postcss-plugins-preset` * Adjust the shared webpack config according to PR feedback * Docs: Add CHANGELOG entry about CSS support to `@wordpress/scripts` * Docs: Add more details about webpack config * Apply suggestions from code review Co-authored-by: Kelly Dwan <[email protected]> * Update packages/scripts/config/webpack.config.js Co-authored-by: fabiankaegy <[email protected]> Co-authored-by: Kelly Dwan <[email protected]>
* Block Editor: Move useResizeCanvas to folder by name * Block Editor: Avoid simulated media query transforms except when previewing * Block Editor: Avoid resize event listener except when previewing
* Lib: Preload pages for the site editor. * Edit Site: Don't show "All Posts" page if disabled. * Edit Site: Style page and template switchers and place them at the end of their toolbar group.
* API Fetch: Support preloading in `fetchAllMiddleware`. * API Fetch: Fix tests.
* Add explanatory text before the a11y.speak aria-live regions. * Make TypeScript happy. * Fix typo.
We removed the clipboard hook for native because we are not using it.
* optimisation of renders * fix for wrapper props * rename file and add one small fix * back to identity from loadsh * refactor memo * fix withSelect in blockListItem * more tweaks - fix deleting and inner blocks * fix scroll to the caret position iOS * fix header component * refactor and fix issue with header * Fix visual editor * revert insertBlockAfter
This update modifies the storybook:dev script to ensure that the Storybook dev environment uses a consistent port number (50240 - chosen at random). This helps streamline the Storybook dev workflow, especially if someone needs to switch branches and re-launch the dev environment multiple times per day.
`allowedBlocks` can also take a Boolean value instead of an Array
…, avoiding a display bug with the search results. (#22553)
* Packages: Resolve dependency group errors * ESLint Plugin: Fix dependency group checking for CommonJS * ESLint Plugin: Move changelog entry to Unreleased
…nk". (#22543) * Format Library: Support inline link types and IDs. * Core Data: Fix `useEntityBlockEditor` initialization. * Block Editor: Support disabling direct entries in the link control. * Edit Site: Implement post switcher and integrate with "navigate to link". * Edit Site: Change post picker placeholder. * Format Library: Don't set undefined attributes. * Entity Provider: Fix block initialization.
* Recommend adding an API docs section * Add maintaning API docs section * Update packages/README.md Co-authored-by: Chris Van Patten <[email protected]> * Update packages/README.md Co-authored-by: Chris Van Patten <[email protected]> * Add link to section Co-authored-by: Chris Van Patten <[email protected]>
…ith space(s) in it (#22513)
* Image block: use hooks * Use data hooks * Formatting * Fix e2e tests * Fix useSelect * Clean up * Fix select
Co-authored-by: Riad Benguella <[email protected]>
* Framework: Upgrade to [email protected] * Upgrade to 2.0.5-beta-4 * Format JS * Upgrade to [email protected] (latest) * Packages: Add CHANGELOG entries for Prettier 2.x upgrade Co-authored-by: Jon Surrell <[email protected]>
* Add support page=1 and perPage=-1 to getMergedItemIds * Add one more test case * short-circuit instead of looping through the data * Update test descriptions * Return a copy of nextItemIds instead of the original list * Update reducer.js * Update reducer.js * Update reducer.js
- @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected] - @wordpress/[email protected]
* Edit Site: New template creation flow. * Block Editor: Fix block sync race condition. * Block Editor: Fix tests. * Fix tests. * Edit Site: Fix error when selecting "All Posts". * Edit Site: Add home icon to page switcher.
Updating this template in light of proposed changes to pull request documentation to create more consistency and awareness around best practices: #22679 (review)
* Require at least php 5.6 * Update gutenberg.php * Update gutenberg.php
* E2E Tests: Configure Axe to ignore media modal markup * E2E Tests: Add reference to blocking accessibility markup ticket * Add an exclude rule for the actual failing element Co-authored-by: Daniel Richards <[email protected]>
This feature isn't useful for me 🙂
* Disable flakey gallery test * Remove non-functioning media modal exceptions
In light of today's core editor chat, this change aims to incorporate proposed guidelines from @youknowriad to make creating the changelog easier: https://make.wordpress.org/core/2020/05/27/editor-chat-summary-27th-may-2020/ Co-authored-by: Andrew Duthie <[email protected]>
…or slots) with just __experimentalFeatures (#22670) * Replace three experimental flags (ellipsis menu w/ min level, navigator slots) with just __experimentalFeatures * Lint
* Select the navigation block when it becomes available * Select block id instead of an entire block
* add renderFooterAppender to the extraData to re-render list * small refactor
* Add block styles. * Test merge.
* Squash * Refactor useNavigationBlocks * First version of functional batch saving * Call receiveEntityRecords with proper query * Rename /save-hierarchy to /batch * Restore the original version of create_item function * Call proper hooks and actions during batch delete and update * Cleanup batch processing code * Remove MySQL transaction for now * Add actions * Clean up naming, add a few comments * Add more documentation * sort menu items received from the API * Simplify validate functions signatures * Restore the previous version of prepare_item_for_database * Formatting * Formatting * Remove the Operation abstraction * Formatting * Remove additional input argument, use just request * Formatting * input->request * Provide information to the client about the specific input that caused WP_Error * Clean pass through phpcs * Clean pass through existing unit tests * Add initial unit test * Add a few more tests * Use the existing customizer endpoint for batch saving of menu items * Basic batch save * Revert PHP changes * Add Nonce endpoint, simplify the batch save handler * Properly fetch nonce * Simplify batchSave even further * Silence eslint in uuidv4() * Update comment in WP_Rest_Customizer_Nonces endpoint * Lint * Simplify PromiseQueue * Unshift -> shift * Correctly send information about deleted menu items * Keep track of deleted menu items in a hacky way * Update comment * Update comment * Update comments * Whitespace * Update comments and simplify * Fix re-appearing deleted menu items * Use uniq() to de-duplicate items returned from select() - due to a bug it duplicates {n} results where n is the amount of the deleted items. The underlying state is intact and we should address the root cause in a separate PR. * Remove uniq and filter * Add permissions_check to the nonce endpoint * Lint
…22716) * add renderFooterAppender to the extraData to re-render list * small refactor * Add onDeleteBlock to the extra data to re-render when it has changes * add renderFooterAppender to the extraData to re-render list * small refactor * Add onDeleteBlock to the extra data to re-render when it has changes
Use an unbounded query (per_page=-1) when fetching menus for display in the Navigation Screen. Note that fetchAllMiddleware() will translate this per_page=-1 query into several per_page=100 requests.
…defined (#22741) * add default vale to format when start and end are undefined * revert lint changes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
How has this been tested?
Screenshots
Types of changes
Checklist: