html-to-vdom

Converts an HTML string into a virtual DOM

Downloads
110.7K
Stars
172

Bot releases are visible (Hide)

html-to-vdom - v0.7.0 Latest Release

Published by TimBeyer over 9 years ago

HTML attribute parsing has been improved by using React's list of attributes and properties to decide what to set on the VNode.
You should experience better compatibility and full support for HTML5.
Custom attributes are no longer lower cased automatically.

html-to-vdom - v0.6.0

Published by TimBeyer over 9 years ago

Converting sibling nodes without an enclosing parent tag returns an array of type VNode instead of throwing an error

html-to-vdom - v0.5.5

Published by TimBeyer over 9 years ago

Adds <script> and <style> tag support

html-to-vdom -

Published by TimBeyer over 9 years ago

Fixes bug with text-only input.
Throws more descriptive error in case of multiple sibling input without a wrapper.