H2x Versions Save

Transform HTML into JSX or another language ?

v1.2.0

5 years ago

Features

  • add new JSXInterpolation node (1e2c3c7)

v1.1.1

5 years ago

Bug Fixes

  • handle special SVG attributes (efc529c)
  • handle style attribute (b1c70ae)

v1.1.0

5 years ago

Bug Fixes

Features

v1.0.0

6 years ago

Features

BREAKING CHANGES

  • An AST is now generate from the JSDOM tree.
  • You can still access the originalNode using node.originalNode.
  • You now have to call fromHtmlAttribute and fromHtmlElement to replace a node.

v0.1.9

6 years ago

Features

h2x-core

  • add support of state (f9ba9d066eef9a7cd15c188bf83d8645245d4ec6)

v0.1.8

6 years ago

Features

  • add support of style attribute (JSX) #3 (a562744a9de444a5e06671a1b21c6cc45982fdee)

v0.1.7

6 years ago

Bug Fixes

  • fix JSX tagName mapping (d498f5a)

v0.1.6

6 years ago

Bug Fixes

  • fix replace / remove, resync keys (4502a6b)

v0.1.5

6 years ago

Bug Fixes

  • fix namespaced attributes (6972f9d)

v0.1.4

6 years ago

Bug Fixes