Releases: HubSpot/draft-convert
Releases · HubSpot/draft-convert
v1.4.7
Changes
- Better support for emoji/unicode in
convertToHTML
(#13)
v1.4.6
Changes
- Fix
updateMutations
changes to correctly handle overlapping of prefix/suffix (#67)
- Add ability to return
false
in htmlToBlock
to a block level node and its contents (#62 and #64)
v1.4.5
Changes
- Fix webpack build with json-loader (#61)
v1.4.4
Changes
- Fix handle intersecting styles/entities by splitting one into two parts (#57)
- Add version to exports (#60)
- Handle void ReactElements when converting to HTML (#51)
v1.4.3
Changes
- Omit whitespace in HTML input (#42)
- Fix argument to
checkBlockType
for blocks inside blocks (#50)
v1.4.2
Changes
- Support styles nested within entities converted to
ReactElement
s (#45)
- Add installation instructions (#40)
v1.4.1
Changes
- Add jest & travis CI (#39)
- Fix styles nested within tag-based entities (#43)
v1.4.0
Changes
- Handle nested blocks by default, move previous behavior to
flat
mode (#36)
v1.3.5
Changes
- Fixed yarn lockfile to resolve with yarnpkg URLs (7128725)
v1.3.4
Changes
- Upgrade build scripts and linting (#31)
- Add yarn lockfile (36bf388)