- Initial FAQ (in progress).
- API for handling pasted content. (Aim is to have specific handling for converting Word, Markdown, Google Docs to native WordPress blocks.)
- Added support for linking to
a on image blocks.url - Navigation between blocks using arrow keys.
- Added alternate Table block with TinyMCE functionality for adding/removing rows/cells, etc. Retired previous one.
- Parse more/
noteaser comment tokens fromcore . - Re-engineer the approach for rendering embed frames.
-
First pass at adding aria-labels to blocks list. - Setting up Jest for better testing environment.
- Improve performance of server-side parsing.
- Update blocks documentation with latest API functions and clearer examples.
- Use fixed position for notices.
- Make inline mode the default for Editable.
- Add actions for plugins to register frontend and editor assets.
-
Supress gallery settings sidebar on media library when editing gallery. - Validate save and edit render when registering a block.
- Prevent media library modal from opening when loading placeholders.
- Update to sidebar design and
behaviour on mobile. - Improve font-size in inserter and latest posts block.
- Improve rendering of button block
in the front end. - Add aria-label to edit image button.
- Add aria-label to embed input
url input. - Use pointer cursor for tabs in
inserter . - Update design docs with regard to selected/unselected states.
- Improve generation of wp-block-* classes for consistency.
- Select
first cell of table block when initializing. - Fix wide and full alignment on the front-end when images have no caption.
- Fix initial state of
freeform block. - Fix ability to navigate to
resource on link viewer. - Fix clearing floats on inserter.
- Fix
loading of images inlibrary . - Fix auto-focusing
on table block being tooagressive . - Clean double reference to pegjs in dependencies.
- Include messages to ease debugging parser.
- Check for
exact match for serialized content in parser tests. - Add allow-presentation to fix
issue withsandboxed iframe in Chrome. - Declare use of
classnames module consistently. - Add translation to embed title.
- Add missing text domains and adjust PHPCS to warn about them.
- Added template for creating new issues including mentions of
version number.
Originally posted at make.wordpress.org here.