Skip to content

Commit

Permalink
0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Nov 29, 2016
1 parent e63dabe commit 96231dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README-htmltojsx.md
Expand Up @@ -43,12 +43,16 @@ var output = converter.convert('<div>Hello world!</div>');

Changelog
=========
0.2.6 - 28th November 2016
--------------------------
- [#55](https://github.com/reactjs/react-magic/pull/55) - Handle braces in text. *Thanks to [Solar Olugebefola](https://github.com/solugebefola)*
- [#49](https://github.com/reactjs/react-magic/pull/49) - Fix quotation mark replacement. *Thanks to [Geoffrey Challen](https://github.com/gchallen)*

0.2.5 - 26th October 2015
-------------------------
- [#33](https://github.com/reactjs/react-magic/issues/33) - Correctly handle `<textarea>`s and `<pre>`s
- [#35](https://github.com/reactjs/react-magic/issues/35) - Handle internal stylesheets (`<style>` tags). *Thanks to [Trevor Copeland](https://github.com/sickslives)*


0.2.4 - 6th August 2015
-----------------------
- [#31](https://github.com/reactjs/react-magic/issues/31) - Fixed `jsdom`
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "htmltojsx",
"version": "0.2.6-dev",
"version": "0.2.6",
"description": "Converts HTML to JSX for use with React",
"main": "src/htmltojsx.js",
"bin": "src/cli.js",
Expand Down

0 comments on commit 96231dd

Please sign in to comment.