Releases: smooth-code/h2x
Releases · smooth-code/h2x
v1.2.0
Features
- add new JSXInterpolation node (1e2c3c7)
v1.1.1
Bug Fixes
- handle special SVG attributes (efc529c)
- handle style attribute (b1c70ae)
v1.0.0
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.8
Features
- add support of style attribute (JSX) #3 (a562744)
v0.1.6
Bug Fixes
- fix replace / remove, resync keys (4502a6b)
v0.1.5
Bug Fixes
- fix namespaced attributes (6972f9d)