Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Releases: smooth-code/h2x

v1.2.0

05 Oct 19:01
Compare
Choose a tag to compare

Features

  • add new JSXInterpolation node (1e2c3c7)

v1.1.1

05 Oct 18:43
Compare
Choose a tag to compare

Bug Fixes

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

v1.1.0

15 Sep 16:09
Compare
Choose a tag to compare

Bug Fixes

Features

v1.0.0

14 May 09:14
Compare
Choose a tag to compare

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

07 Dec 16:00
Compare
Choose a tag to compare

Features

h2x-core

v0.1.8

30 Oct 14:41
Compare
Choose a tag to compare

Features

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

v0.1.7

16 Sep 16:23
Compare
Choose a tag to compare

Bug Fixes

  • fix JSX tagName mapping (d498f5a)

v0.1.6

16 Sep 16:21
Compare
Choose a tag to compare

Bug Fixes

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

v0.1.5

16 Sep 16:21
Compare
Choose a tag to compare

Bug Fixes

  • fix namespaced attributes (6972f9d)

v0.1.4

16 Sep 16:21
Compare
Choose a tag to compare

Bug Fixes