Skip to content

Releases: remarkablemark/html-react-parser

v0.4.0

07 Jun 21:32
Compare
Choose a tag to compare

0.4.0 (2017-10-01)

Added

  • react-dom-core to dependencies (closes #43)
    • react-dom 16 no longer exposes lib, which includes the DOM property configs
    • Upgrade devDependencies of react and react-dom to 16
    • Update README and examples

v0.3.6

07 Jun 21:31
Compare
Choose a tag to compare

0.3.6 (2017-09-30)

Changed

  • Dependencies
    • [email protected]
      • Fixes IE9 client parser bug
    • Set react and react-dom versions to ^15.4
      • Version 16 no longer exposes HTMLDOMPropertyConfig and SVGDOMPropertyConfig

v0.3.5

07 Jun 21:31
Compare
Choose a tag to compare

0.3.5 (2017-06-26)

Changed

v0.3.4

07 Jun 21:31
Compare
Choose a tag to compare

0.3.4 (2017-06-17)

Changed

Removed

  • Dependencies:
    • jsdomify

v0.3.3

07 Jun 21:30
Compare
Choose a tag to compare

0.3.3 (2017-01-27)

Added

  • Created CHANGELOG with details on each version release (#37)

Changed

  • Update examples to load parser from relative dist/ directory (#36)
  • Removed unnecessary field "browser" in package.json (#36)

v0.3.2

07 Jun 21:30
Compare
Choose a tag to compare

0.3.2 (2017-01-26)

Fixed

  • Decode HTML entities by default on node (#34)

v0.3.1

07 Jun 21:29
Compare
Choose a tag to compare

0.3.1 (2017-01-10)

Changed

  • Updated README by fixing CDN installation instructions and adding JSFiddle

v0.3.0

07 Jun 21:29
Compare
Choose a tag to compare

0.3.0 (2016-11-18)

Changed

  • Upgrade react and react-dom to >15.4

v0.2.0

07 Jun 21:28
Compare
Choose a tag to compare

0.2.0 (2016-11-18)

Added

  • Create npm script clean that removes dist/ directory

Fixed

  • Silence webpack warning by keeping react <15.4 in this version

v0.1.1

07 Jun 21:28
Compare
Choose a tag to compare

0.1.1 (2016-11-17)

Fixed

  • HTMLDOMPropertyConfig.js and SVGDOMPropertyConfig.js have been moved from react/lib/ to react-dom/lib/ in v15.4