Skip to content

Releases: HubSpot/draft-convert

v2.1.13

12 Sep 20:53
Compare
Choose a tag to compare

Changes

  • Support React 18 as a peerDependency ( #213 )

v2.1.12

04 Aug 19:29
Compare
Choose a tag to compare

Changes

  • add missing code-block default output HTML (#195)

v2.1.11

22 Apr 20:18
Compare
Choose a tag to compare

Changes

Add peerDependency for React 17 (#180)

v2.1.10

30 Apr 19:48
Compare
Choose a tag to compare
  • Fixes bug where returning the empty string from entityToHTML would result in originalText being inserted into the converted HTML

v2.1.9

15 Apr 20:56
Compare
Choose a tag to compare
  • Fixes issue where conversion of nested ordered lists did not match the styles applied in the draft-js Editor CSS

v2.1.8

05 Aug 16:48
Compare
Choose a tag to compare
  • Add ES module support (#149)

v2.1.7

24 Jul 16:16
Compare
Choose a tag to compare
  • upgrades to webpack 4 and babel 7 (#146)

v2.1.6

19 Jul 20:45
Compare
Choose a tag to compare
  • 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

05 Jun 15:50
Compare
Choose a tag to compare

Changes

  • Remove karma test suite (#145)

v2.1.4

30 Jul 18:57
Compare
Choose a tag to compare

Changes

  • Add better error message when block definition is missing (#132)