11.3.0 RC1
Pre-release
Pre-release
github-actions
released this
11 Aug 18:15
·
7 commits
to release/11.3
since this release
Enhancements
- Block Library
- Block Patterns
- Add translation context on titles. (33734)
- Block Editor
- Enable rich previews for internal links. (33086)
- Components
- CSS & Styling
- Reduce specificity of reset & classic styles. (32659)
- Document Settings
- Disable spellcheck and autocomplete in permalink slug field. (33708)
- Global Styles
- Dimensions Panel: Add new ToolsPanel component and update spacing supports. (32392)
- REST API
- Improve the likelihood of getting rich link previews by modifying UA string for URL Details REST API endpoint. (33747)
- Site Editor
- Add error boundary. (33921)
- Template Editor
- Template Mode: Add busy state to template creation modal. (33076)
- Widgets Editor
- Add error boundaries to widget screens. (33771)
Bug Fixes
- Accessibility
- Fix some JAWS bugs. (33627)
- Block Library
- Block Editor
- Closing the block inserter decrements block type impressions. (33906)
- Fix block appender position in classic themes. (33895)
- Fix positioning discrepancy with draggable chip. (33893)
- Force link text to wrap in the Link UI when encountering extra long link text. (33753)
- Improve display of LinkURL menu and fix spacing. (33652)
- Only show rich preview for image and description if data is available. (33660)
- URL Details: Avoid PHP notice when parsing protocol-relative icon URLs. (33779)
- Components
- CSS & Styling
- Fix navigation block placeholder preview markup. (33963)
- Global Styles
- Meta Boxes
- Fix Safari 13 metaboxes from overlapping the content. (33817)
- Navigation Editor
- Site Editor
- Fix the site editor breaking in firefox. (33896)
- Post Editor
- Editor: Safer isPreviewingPost check. (33840)
- Template Editor
- Only show post template actions to users with correct capabilities. (33392)
Performance
- Block Library
- Block Editor
- Parsing
- Improve the performance of the parser by removing the automatic custom classnames handling. (33903)
- Post Editor
- Refactor the HierarchicalTermSelector so that it does not cause unnecessary loading of terms. (33418)
- Template Editor
- Template Mode: Remove 'per_page' argument from the template data selector. (33742)
Experiments
- Full Site Editing
- Navigation Block
Documentation
- Handbook
- Add documentation to disable remote calls for block patterns. (33930)
- Add missing comma. (33764)
- Add more details about block attributes. (33880)
- Add spaces in add_theme_support documentation code. (33796)
- Correct spelling and grammar in documentation. (33860)
- fix:
supports.color.gradients
is plural. (33781) - fix: Broken link in documentation to block support mechanism. (33780)
- Update documentation to reflect new automated process for feature grouping. (33573)
- link fix: Block editor Sidebar Tutorial. (33308)
- Library
- Packages
- Example for rest_endpoints filter in PHP. (33738)
Code Quality
- Block Library
- Components
- Core Data
- Deprecate getAuthors in favor of getUsers. (33725)
- Global Styles
- Post Editor
- Refactor MetaBoxesArea to to functional components using hooks. (30542)
- Scripts
- Fix typo in format change message. (33945)
Tools
- Testing
- Build Tooling
- ESLint
- Include .jsx extenstion when linting import statements. (33746)
- GitHub Contributor Templates
- Plugin