File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ var output = converter.convert('<div>Hello world!</div>');
43
43
44
44
Changelog
45
45
=========
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
46
51
0.2.6 - 28th November 2016
47
52
--------------------------
48
53
- [ #55 ] ( https://github.com/reactjs/react-magic/pull/55 ) - Handle braces in text. * Thanks to [ Solar Olugebefola] ( https://github.com/solugebefola ) *
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " htmltojsx" ,
3
- "version" : " 0.2.7-dev " ,
3
+ "version" : " 0.3.0 " ,
4
4
"description" : " Converts HTML to JSX for use with React" ,
5
5
"main" : " src/htmltojsx.js" ,
6
6
"bin" : " src/cli.js" ,
You can’t perform that action at this time.
0 commit comments