Skip to content

Commit e7af5ea

Browse files
committed
0.3.0 release
1 parent 2c7a667 commit e7af5ea

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README-htmltojsx.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ var output = converter.convert('<div>Hello world!</div>');
4343

4444
Changelog
4545
=========
46+
0.3.0 - 4th September 2017
47+
--------------------------
48+
- [#97](https://github.com/reactjs/react-magic/pull/97) - Update to React 15
49+
- [#100](https://github.com/reactjs/react-magic/pull/100) - Remove JSX class-level indention when transforming HTML into JSX
50+
- [#136](https://github.com/reactjs/react-magic/pull/136) and [#138](https://github.com/reactjs/react-magic/pull/138) - Handle SVG attributes
4651
0.2.6 - 28th November 2016
4752
--------------------------
4853
- [#55](https://github.com/reactjs/react-magic/pull/55) - Handle braces in text. *Thanks to [Solar Olugebefola](https://github.com/solugebefola)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmltojsx",
3-
"version": "0.2.7-dev",
3+
"version": "0.3.0",
44
"description": "Converts HTML to JSX for use with React",
55
"main": "src/htmltojsx.js",
66
"bin": "src/cli.js",

0 commit comments

Comments
 (0)