Opened 6 years ago
Closed 6 years ago
#45814 closed task (blessed) (fixed)
Update the WordPress packages for 5.0.3
Reported by: | youknowriad | Owned by: | youknowriad |
---|---|---|---|
Milestone: | 5.0.3 | Priority: | normal |
Severity: | normal | Version: | 5.0.2 |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description
Here's the full list of the fixes and performance improvements included in this patch
Performance
- optimizing the addHook function
- optimizing the viewport state initialization.
- splitting the state tree for more performant selectors.
- partial application of runSelector.
- optimize selector calls.
- avoid rendering DropZone children if not necessary.
- avoid initializing variables if not necessary.
Bug Fixes
- Fix RTL support for the DatePicker component.
- Change the header level in the BlockCompare component.
- Show all the taxonomies in the sidebar.
- Fix the latest posts date className.
- Fix the “align center” button in Latest Posts block in the backend.
- Fix block height when DropCap is used.
- Fix converting caption shortcode with link.
- Fix edge case in addQueryArgs function.
- Don’t return the permalink if the CPT is not publicly viewable.
- Fix error when saving non public CPTs.
- Properly disable the Publish button when saving is disabled.
Chore
- Code style fixes and expand the phpcs coverage.
Attachments (2)
Change History (14)
This ticket was mentioned in Slack in #core-editor by youknowriad. View the logs.
6 years ago
#3
@
6 years ago
- Summary changed from Update the WordPress packages for 5.0.2 to Update the WordPress packages for 5.0.3
#5
@
6 years ago
Because trunk
is open for business, we should go back to using the traditional flow for committing and backporting (commit to trunk
first, then backport the commit).
45814-trunk.diff applies cleanly to trunk
for this.
This ticket was mentioned in Slack in #core-editor by desrosj. View the logs.
6 years ago
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
6 years ago
#9
@
6 years ago
I reviewed and tested patch for trunk
. Everything looks good and works as expected. It looks like we should apply new patch also to the 5.0
branch as it contains some coding style fixes for the list of versions of packages in PHP file.
Code changes look good. In my very shallow testing, everything works properly.