-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Release/8.4 #23410
Closed
Closed
Release/8.4 #23410
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
* 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>
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. |
Right. Still need to merge the version bump 🙂 |
Aha. Will need to use a |
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_metadata
to handle assets. (22519)<CustomSelectControl>
. (23045)onFilesPreUpload
property toMediaPlaceholder
. (23003)MediaReplaceFlow
. (22995)Bug Fixes
useBlockSync
race condition. (23292)z-index
from placeholder fieldset. (23152)onChange
in color palette's color picker. (23136)SlotFillContext
. (23108)Tooltip
. (23019)__experimentalTagName
for their inner blocks. (23016)Performance
isMultiSelecting
andisNavigationMode
selectors where needed. (22135)Experiments
$theme-color
error in Template Part block. (23221)edit-navigation
package. (23018)MenuLocationsEditor
to use a card instead of a panel. (23151)Card
instead ofPanel
. (23150)@wordpress/data
. (23033)Documentation
@wordpress/env
: add login details to documentation. (23343)modularity.md
. (23336)modularity.md
. (23322)useState
inBoxControl
examples. (23243)index.md
toreadme.md
. (23242)theme-support.md
for experimental supports. (23310)getActiveFormats()
. (23160)Code Quality
@wordpress/data
hooks. (23315)useLayoutEffect
to compute the popover position. (23312)Button
component - removeisLarge
prop. (23239)-
RichText
: Rewrite with hooks. (23132)ToggleControl
to use functional component. (23116)useImageSizes
. (23091)Copy
Build Tooling
style.css
handling in the build and start commands. (23127)clean-webpack-plugin
. (23135)wp-env
destroy. (23101)package.json
. (23161)package-lock.json
. (23052)Various