Releases: HubSpot/draft-convert
Releases · HubSpot/draft-convert
v2.1.13
Changes
- Support React 18 as a
peerDependency
( #213 )
v2.1.12
Changes
- add missing
code-block
default output HTML (#195)
v2.1.11
Changes
Add peerDependency
for React 17 (#180)
v2.1.10
- Fixes bug where returning the empty string from
entityToHTML
would result in originalText
being inserted into the converted HTML
v2.1.9
- Fixes issue where conversion of nested ordered lists did not match the styles applied in the
draft-js
Editor CSS
v2.1.8
- Add ES module support (#149)
v2.1.7
- upgrades to webpack 4 and babel 7 (#146)
v2.1.6
- Fixes an issue where middleware
htmlToStyle
functions were causing nested inline styles to be handled incorrectly, omitting all but the innermost style (#147)
v2.1.5
Changes
- Remove
karma
test suite (#145)
v2.1.4
Changes
- Add better error message when block definition is missing (#132)