Releases: HubSpot/draft-convert
Releases · HubSpot/draft-convert
v1.3.3
Changes
- Add blockquote as a default block HTML output (#19)
- Fix
immutable
dependency version to match draft.js (#29)
v1.3.2
Changes
- Render children of block in React elements when converting to HTML (#32)
v1.3.1
Changes
- Fix
react
and react-dom
externals (#23)
- Fix
getBlockTypeForTag
to include all basic block tags and default to null
(#24)
v1.3.0
Changes
- Added support for
ReactElement
s as return values for convertToHTML
options (#20)
- Changed default values for conversion of styles and blocks to HTML to use
ReactElement
s (#20)
- Added support for middleware functions for all configuration options (#20)
v1.2.3
Changes
Remove built-in link conversion from convertFromHTML
(#16)
v1.2.2
Changes
- Fixes issues with escaping text adjacent to other mutations (#14)
v1.2.1
Changes
- Fixes
convertFromHTML
when handling nested blocks with types not defined by htmlToBlock
(#11)
v1.2.0
Changes
- Add support for block metadata (#10)
- Move
draft-js
to be a peer dependency of version >=0.7.0
v1.1.3
Changes
- Check
htmlToBlock
result when adding newline separators for nested blocks (#8)
v1.1.2
Changes
Update Draft dependency to 0.7.0 (#7)