#47284 closed task (blessed) (fixed)
Editor: Update packages for WordPress 5.2.1
| Reported by: | aduth | Owned by: | aduth |
|---|---|---|---|
| Priority: | high | Milestone: | 5.2.1 |
| Component: | Editor | Version: | 5.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | javascript |
Description
Related: https://github.com/WordPress/gutenberg/pull/15650
The following bug fixes are proposed to be included for a 5.2 maintenance release:
https://github.com/WordPress/gutenberg/issues?q=label%3A%22Backport+to+WP+Core%22+is%3Aclosed
- Input Interaction: always reset initial vertical position rect
- Fix Safari Linking: Check for selection range count before calling getRangeAt
- Rich Text: Set applied format as active in applyFormats
- Remove (non-special) comment nodes when pasting content
- Proxy the code/block-editor replaceBlock action in the core/editor package
- RichText: fix RTL keyboard interactions
- Fixes #47180
- RichText: show boundary only with editable element focus
A patch will be attached once the relevant packages are published (after merge of the above-mentioned pull request).
Attachments (1)
Change History (12)
This ticket was mentioned in Slack in #core-editor by aduth. View the logs.
7 years ago
This ticket was mentioned in Slack in #core by youknowriad. View the logs.
7 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Tested the patch and it's looking good for me.