|
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- # Change Log
-
- All notable changes to this project will be documented in this file.
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
-
- # [1.2.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v1.1.1...v1.2.0) (2018-10-05)
-
-
- ### Features
-
- * add new JSXInterpolation node ([1e2c3c7](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/1e2c3c7))
-
-
-
-
-
- ## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v1.1.0...v1.1.1) (2018-10-05)
-
-
- ### Bug Fixes
-
- * handle special SVG attributes ([efc529c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/efc529c))
- * handle style attribute ([b1c70ae](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/b1c70ae))
-
-
-
-
-
- <a name="1.1.0"></a>
- # [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v1.0.0...v1.1.0) (2018-09-15)
-
-
- ### Bug Fixes
-
- * JSXAttribute generation typo ([#13](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/issues/13)) ([cc03a02](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/cc03a02))
-
-
- ### Features
-
- * upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/949a80c))
-
-
-
-
-
- <a name="1.0.0"></a>
- # [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v0.1.9...v1.0.0) (2018-05-14)
-
-
-
-
- **Note:** Version bump only for package h2x-plugin-jsx
|