Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

67 lines (37 loc) · 2.32 KB

5.3.2 (Unreleased)

Bug Fix

  • The block validator is more lenient toward equivalent encoding forms.

5.3.1 (2018-11-12)

5.3.0 (2018-11-09)

New feature

  • getBlockAttributes, getBlockTransforms, getSaveContent, getSaveElement and isValidBlockContent methods can now take also block's name as the first param (#11490). Passing a block's type object continues to work as before.
  • registerBlockStyles and unregisterBlockStyles can be triggered at any moment (before or after block registration).

5.2.0 (2018-11-09)

  • Paste: Google Docs: fix nested formatting, sub, sup and del.
  • Expose @wordpress/editor to Gutenberg mobile.
  • Separate Paste Handler.

5.1.2 (2018-11-03)

5.1.1 (2018-10-30)

5.1.0 (2018-10-30)

New features

  • isValidBlockContent function has been added (#10891).

Deprecation

  • isValidBlock function has been deprecated (#10891). Use isValidBlockContent instead.

5.0.0 (2018-10-29)

Breaking Changes

  • Attribute type coercion has been removed. Omit the source to preserve type via serialized comment demarcation.
  • setUnknownTypeHandlerName has been removed. Please use setFreeformContentHandlerName and setUnregisteredTypeHandlerName instead.
  • getUnknownTypeHandlerName has been removed. Please use getFreeformContentHandlerName and getUnregisteredTypeHandlerName instead.

New Feature

  • Added a unregisterBlockStyle() function to remove a block style variation.

4.0.4 (2018-10-19)

4.0.3 (2018-10-18)

4.0.0 (2018-09-30)

Breaking Changes

  • getDefaultBlockForPostFormat has been removed.

3.0.0 (2018-09-05)

Breaking Changes

  • The isSharedBlock function is removed. Use isReusableBlock instead.
  • Change how required built-ins are polyfilled with Babel 7 (#9171). If you're using an environment that has limited or no support for ES2015+ such as lower versions of IE then using core-js or @babel/polyfill will add support for these methods.

Deprecations

  • The getDefaultBlockForPostFormat function has been deprecated.