Skip to content

Releases: TimBeyer/html-to-vdom

v0.7.0

09 Jul 10:41
Compare
Choose a tag to compare

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.

v0.6.0

07 Jul 15:12
Compare
Choose a tag to compare

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

v0.5.5

04 Mar 17:54
Compare
Choose a tag to compare

Adds <script> and <style> tag support

v0.5.4

14 Feb 16:17
Compare
Choose a tag to compare

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