Skip to content

v2.0.0

Choose a tag to compare

@benbriggs benbriggs released this 12 Sep 20:30

Changes

  • Update Entity conversion to use new draft-js@0.10.0 Entity API (#82)
    • This change will require some changes to conversion from HTML to entities - instead of using Entity.create within htmlToEntity and textToEntity, both methods now receive createEntity, getEntity, mergeEntityData, and replaceEntityData to use for creating or modifying entities. These provided methods are compatible with both the old and new Entity APIs.