Skip to content

Latest commit

 

History

History
44 lines (23 loc) · 989 Bytes

CHANGELOG.md

File metadata and controls

44 lines (23 loc) · 989 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v2.0.3 2019-08-08

  • Remove draft-js-utils dependency (was unused)

v2.0.2 2019-07-22

v2.0.1 2018-08-01

  • Match version range for immutable to the same as draft-js

v2.0.0 2017-04-20

  • Add support for drat-js 0.10.0 entity API changes.

v1.0.0 2017-02-23

  • Releasing as v1.0.0 for better semver compatibility.

v0.0.4 2016-12-19

Added

  • Include support for importing block metadata from the AST. Thanks to @corbanbrook!

v0.0.3 2016-10-17

  • Ensure we return a valid ContentState object whether or not there’s any content.

v0.0.2 2016-10-08

Fixed

  • Fix depth handling. Thanks to @corbanbrook!

v0.0.1 2016-05-17

First public release