You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.