Opened 8 years ago
Closed 8 years ago
#45814 closed task (blessed) (fixed)
Update the WordPress packages for 5.0.3
| Reported by: | youknowriad | Owned by: | youknowriad |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.3 |
| Component: | Editor | Version: | 5.0.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
8 years ago
#3
@
8 years ago
- Summary Update the WordPress packages for 5.0.2 → Update the WordPress packages for 5.0.3
#5
@
8 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Code changes look good. In my very shallow testing, everything works properly.