html-react-parser

📝 HTML to React parser.

MIT License

Downloads
6.7M
Stars
2K
Committers
36

Bot releases are visible (Hide)

html-react-parser -

Published by remarkablemark over 4 years ago

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)
html-react-parser -

Published by remarkablemark over 4 years ago

0.3.2 (2017-01-26)

Fixed

  • Decode HTML entities by default on node (#34)
html-react-parser -

Published by remarkablemark over 4 years ago

0.3.1 (2017-01-10)

Changed

  • Updated README by fixing CDN installation instructions and adding JSFiddle
html-react-parser -

Published by remarkablemark over 4 years ago

0.3.0 (2016-11-18)

Changed

  • Upgrade react and react-dom to >15.4
html-react-parser -

Published by remarkablemark over 4 years ago

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
html-react-parser -

Published by remarkablemark over 4 years ago

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
html-react-parser -

Published by remarkablemark over 4 years ago

0.1.0 (2016-10-14)

Changed

  • Replace HTML to DOM converter with html-dom-parser (#28)
    • Save html-dom-parser
    • Remove domhandler and htmlparser2
  • Update tests and README
html-react-parser -

Published by remarkablemark over 4 years ago

0.0.7 (2016-09-27)

Added

  • Examples of using the parser with script tag and RequireJS (#26)

Changed

  • Update build (#25)
  • Update README description, instructions, and examples (#27)
html-react-parser -

Published by remarkablemark over 4 years ago

0.0.6 (2016-09-27)

Added

  • README example with advanced usage of replace option from @poacher2k (#17)
  • Contributors section to README (#21)

Changed

  • Use webpack to build UMD bundle (#22)

Fixed

  • Regex bug on client parser (#24)
html-react-parser -

Published by remarkablemark over 4 years ago

0.0.5 (2016-08-30)

Changed

  • Remove key parameter from replace and use React.cloneElement (#18)

Fixed

  • Parsing of <script> and <style> tags (#20)
html-react-parser -

Published by remarkablemark over 4 years ago

0.0.4 (2016-08-29)

Added

  • Send coverage report generated by istanbul to coveralls (#12)
  • Display badges in README (#13, #15)
  • Update parser's replace option with additional 2nd parameter key (#16)

Fixed

  • Void elements (e.g., <img />) should not have children (#16)
  • Set default key parameter for sibling elements due to keys warning (#16)
html-react-parser -

Published by remarkablemark over 4 years ago

0.0.3 (2016-08-24)

Added

  • Make package UMD compatible (#9)
  • Throw an error if first argument is not a string (#10)

Changed

  • Differentiate between node and browser environments for parser (#5)

Fixed

  • HTML to DOM conversion on the client (#10)
html-react-parser -

Published by remarkablemark over 4 years ago

0.0.2 (2016-08-23)

Added

Fixed

  • package.json peerDependencies for react and react-dom
html-react-parser -

Published by remarkablemark over 4 years ago

0.0.1 (2016-08-23)

Added

  • HTML to React parser which consists of:
    • HTML string to DOM object converter
    • DOM object to React nodes converter
  • Tests
  • README
html-react-parser -

Published by remarkablemark almost 5 years ago

0.10.0 (2019-11-09)

Build System

Features

  • dom-to-react: support Preact (c3e77bb)

Tests

  • types: move TypeScript tests from lint to test directory (7c9ab9d)
html-react-parser -

Published by remarkablemark almost 5 years ago

0.9.2 (2019-11-04)

Bug Fixes

  • refactor TypeScript declaration file for index.d.ts (f1fc00b)

Build System

Package Rankings
Top 0.89% on Npmjs.org
Badges
Extracted from project README
NPM NPM version Bundlephobia minified + gzip Build Status codecov NPM downloads Discord Code Contributors Financial Contributors - Individuals Financial Contributors - Organization 0 Financial Contributors - Organization 1 Financial Contributors - Organization 2 Financial Contributors - Organization 3 Financial Contributors - Organization 4 Financial Contributors - Organization 5 Financial Contributors - Organization 6 Financial Contributors - Organization 7 Financial Contributors - Organization 8 Financial Contributors - Organization 9
Related Projects