Closed
Conversation
* Image editing: fix edit order * Adjust position after rotation * Update natural aspect ratio after rotation
…ns (#23219) * Block Directory: Use plugin API for installing & deleting block-plugins * Remove the install & uninstall endpoints from the block-directory * Set the endpoint for the block by using the self link property * Remove erroneous route tests The install and uninstall routes no longer exist on this controller, as they've moved to the plugin controller. * Update e2e install mock url to fix tests. Co-authored-by: tellyworth <alex@automattic.com> Co-authored-by: dufresnesteven <steve.dufresne@automattic.com>
* Use a more specific matching pattern to only affect the `<script>` tags which we're interested in. This uses the full `<script>` produced by `WP_Scripts::do_item()` ignoring the Translations and before/after inline scripts, which allows for it to exclude `<script%` tags contained within the before/after html chunks. * Rename the variable
* Remove the gutenberg-block-directory experimental flag This removes the flag and its UI, enabling the block directory by default. Note that it does not change the API namespace, which is still `__experimental`. * Remove the experiment toggle in block directory e2e. * Move e2e tests into the editor folder and out of experiments. Co-authored-by: dufresnesteven <steve.dufresne@automattic.com>
Member
Author
|
Bleh, I always forget that this step in the release process isn't possible as Travis CI won't run PRs that have merge conflicts. I'll run tests locally. |
Member
Author
|
Right. Still need to merge the version bump 🙂 |
Member
Author
|
Aha. Will need to use a |
This file contains hidden or 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
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.
Enhancements
<script>matching pattern. (23407)New APIs
register_block_type_from_metadatato handle assets. (22519)<CustomSelectControl>. (23045)onFilesPreUploadproperty toMediaPlaceholder. (23003)MediaReplaceFlow. (22995)Bug Fixes
useBlockSyncrace condition. (23292)z-indexfrom placeholder fieldset. (23152)onChangein color palette's color picker. (23136)SlotFillContext. (23108)Tooltip. (23019)__experimentalTagNamefor their inner blocks. (23016)Performance
isMultiSelectingandisNavigationModeselectors where needed. (22135)Experiments
$theme-colorerror in Template Part block. (23221)edit-navigationpackage. (23018)MenuLocationsEditorto use a card instead of a panel. (23151)Cardinstead ofPanel. (23150)@wordpress/data. (23033)Documentation
@wordpress/env: add login details to documentation. (23343)modularity.md. (23336)modularity.md. (23322)useStateinBoxControlexamples. (23243)index.mdtoreadme.md. (23242)theme-support.mdfor experimental supports. (23310)getActiveFormats(). (23160)Code Quality
@wordpress/datahooks. (23315)useLayoutEffectto compute the popover position. (23312)Buttoncomponent - removeisLargeprop. (23239)-
RichText: Rewrite with hooks. (23132)ToggleControlto use functional component. (23116)useImageSizes. (23091)Copy
Build Tooling
style.csshandling in the build and start commands. (23127)clean-webpack-plugin. (23135)wp-envdestroy. (23101)package.json. (23161)package-lock.json. (23052)Various