Fixed
- Properly extract custom inline styles for
convertToRaw
- Fix internal paste behavior to better handle copied custom blocks
Added
- Export
getVisibleSelectionRect
- Export
convertFromHTML
- Export
DraftEditorBlock
Downloads
Added
- React 15 RC as peer/dev dependency, provide
suppressContentEditableWarning
Downloads
Added
- Move
white-space: pre-wrap
into inline style to resolve insertion issues -
handleDrop
prop method forEditor
to allow manual drop management -
decoratedText
prop for decorator components -
getVisibleSelectionRect
, to provide Rect for DOM selection - Export
KeyBindingUtil
andgetDefaultKeyBinding
Fixed
- Triple-clicks followed by block type changes now only affect first block
-
DraftEditorLeaf
now re-renders correctly when its styles change - Backspace behavior within empty code blocks