#48884 closed defect (bug) (fixed)
Update WordPress packages with fixes targeted for 5.3.1
Reported by: | youknowriad | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3.1 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
- Edge scrolling issues https://core.trac.wordpress.org/ticket/48649 https://github.com/WordPress/gutenberg/pull/17707
- Intermittent JavaScript issues https://github.com/WordPress/gutenberg/pull/18559
- Remove embed CollegeHumor https://github.com/WordPress/gutenberg/pull/18591
Updated packages:
- @wordpress/block-directory@1.0.6
- @wordpress/block-editor@3.2.5
- @wordpress/block-library@2.9.6
- @wordpress/core-data@2.7.5
- @wordpress/edit-post@3.8.6
- @wordpress/editor@9.7.6
- @wordpress/format-library@1.9.5
Attachments (2)
Change History (12)
#2
@
5 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from assigned to closed
In 46860:
This ticket was mentioned in Slack in #core by sergey. View the logs.
5 years ago
#5
@
5 years ago
In Slack, there were some errors reported which I believe to be related to this changeset.
In update-packages-5.3.1.diff, the changes in package-lock.json
which resolve @wordpress/block-directory
seem unexpected, since there's nothing which depends on block-directory@1.1.0
, only at ^1.0.6
. I'm not sure why it would suddenly start failing when using the latest version, but I expect it could be related to changes at Gutenberg#17576 (cc @gziolo).
In any case, when testing to see whether it helps to restore the resolved @wordpress/block-directory
to an expected version (1.0.6), it appears to resolve the errors.
#7
@
5 years ago
- Keywords commit added
Myself, @azaozz & @audrasjb confirmed via Slack the patch applies and fixes the issue.
#10
@
5 years ago
It's weird that @wordpress/block-directory@1.0.6
is not listed in the package.json
in the first place. It would prevent this issue to be introduced.
I also think that we should consider using legacy
tag for updated packages:
"@wordpress/block-editor": "3.2.5@legacy",
to avoid pulling in more recent packages.
#48649 was marked as a duplicate.