Draft.js v0.10.1 Release Notes

Release Date: 2017-05-09 // almost 7 years ago
  • โž• Added

    • ๐Ÿ‘Œ Support UMD in dist output format (#1090)
    • ๐Ÿ”ฆ Expose textDirectionality prop
    • ๐Ÿ”ฆ Expose props disabling auto-correct, auto-complete, auto-capitalize
    • โž• Add editorKey prop for SSR
    • ๐Ÿ’… Pass block to customStyleFn callback
    • โž• Added moveAtomicBlock to AtomicBlockUtils

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix some cases of "Failed to execute 'setStart' on 'Range" bug (#1162)
    • ๐Ÿ›  Fix Chrome text deletion bug (#1155)
    • Pass fresh editorState to edit handlers (#1112 and #1113)
    • ๐Ÿ›  Fix for text insertion bugs in Android 5.1
    • Correctly delete immutable and segmented entity content when at the edge of a
      selection