#59151 closed defect (bug) (fixed)
Update npm packages with critical bugfixes for 6.3.1
Reported by: | isabel_brison | Owned by: | audrasjb |
---|---|---|---|
Milestone: | 6.3.1 | Priority: | normal |
Severity: | normal | Version: | 6.3 |
Component: | Editor | Keywords: | gutenberg-merge has-patch commit fixed-major dev-reviewed |
Focuses: | Cc: |
Description
Includes fixes for a footnotes bug and an editor styles bug, both causing the editor to crash: https://github.com/WordPress/gutenberg/pull/53709
As well as a fix for a cut/paste issue that also causes a crash under certain circumstances: https://github.com/WordPress/gutenberg/pull/53440
Change History (11)
This ticket was mentioned in PR #5041 on WordPress/wordpress-develop by @isabel_brison.
13 months ago
#1
- Keywords has-patch added
@NekoJonez commented on PR #5041:
13 months ago
#2
After this is merged, we would need to go through Trac to clean up and close the fixed tickets...
@isabel_brison commented on PR #5041:
13 months ago
#4
Committed to trunk in https://core.trac.wordpress.org/changeset/56419. I'll open a separate PR for the release branch given the package-lock will have to be regenerated due to the difference in node versions.
This ticket was mentioned in PR #5043 on WordPress/wordpress-develop by @isabel_brison.
13 months ago
#5
Trac ticket: https://core.trac.wordpress.org/ticket/59151
Followw-up from #5041, backporting the package updates to 6.3. I'm doing the separate PR as the package-lock had to be rebuilt due to the release branch still using node 14.x.x, and some manual editing was necessary due to the unresolved floating-ui dependency issue.
#7
@
13 months ago
- Keywords dev-reviewed added
- Owner set to audrasjb
- Status changed from new to assigned
Self assigning for 6.3 backport.
@audrasjb commented on PR #5043:
13 months ago
#9
committed in https://core.trac.wordpress.org/changeset/56423
Trac ticket: https://core.trac.wordpress.org/ticket/59151
Includes fixes listed in https://github.com/WordPress/gutenberg/pull/53709, plus https://github.com/WordPress/gutenberg/pull/53440 which fixes https://github.com/WordPress/gutenberg/issues/53774.