Skip to content

Tags: TimBeyer/html-to-vdom

Tags

v0.7.0

Toggle v0.7.0's commit message
HTML attribute parsing has been improved by using React's list of att…

…ributes and properties to decide what to set on the VNode. This means that you should experience better compatibility and full support for HTML5. Custom attributes are also no longer lower cased automatically.

v0.6.0

Toggle v0.6.0's commit message
Converting sibling nodes without an enclosing parent tag returns an a…

…rray of type VNode instead of throwing an error

v0.5.5

Toggle v0.5.5's commit message
adds script and style tag support

v0.5.4

Toggle v0.5.4's commit message
bump version to 0.5.4

v0.5.3

Toggle v0.5.3's commit message
throw when either dependency is missing

v0.5.2

Toggle v0.5.2's commit message
data attributes are now converted to a dataset according to the speci…

…fication, turning hyphenated attributes into camelcase

v0.5.1

Toggle v0.5.1's commit message
removed lodash dependency. Full ES5 support is now required in the br…

…owser.

v0.5.0

Toggle v0.5.0's commit message
Added support for specifying a VNode key based on the VNode attributes

v0.4.0

Toggle v0.4.0's commit message
Added style attribute parsing and conversion

v0.3.0

Toggle v0.3.0's commit message
bump version to 0.3.0