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

Latest commit

 

History

History
59 lines (24 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

59 lines (24 loc) · 1.47 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.0 (2018-10-05)

Features

  • add new JSXInterpolation node (1e2c3c7)

1.1.1 (2018-10-05)

Bug Fixes

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

1.1.0 (2018-09-15)

Bug Fixes

Features

1.0.0 (2018-05-14)

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.