This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mike Nikles
committed
May 2, 2016
1 parent
23d0c44
commit 7c125ab
Showing
1 changed file
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,58 @@ | ||
## 0.1.2 (January 19, 2016) | ||
# Change Log | ||
|
||
### Bug Fixes | ||
## [v1.0.0](https://github.com/mikenikles/html-to-react/tree/v1.0.0) | ||
|
||
* Fixed [\#11](https://github.com/mikenikles/html-to-react/issues/7) - Key warning | ||
* Thanks [@lithin](https://github.com/lithin) for this fix | ||
[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.1.0...v1.0.0) | ||
|
||
## 0.1.1 (June 21, 2015) | ||
**Fixed bugs:** | ||
|
||
### New Features | ||
- Travis build fails due to a ReferenceError [\#11](https://github.com/mikenikles/html-to-react/issues/11) | ||
|
||
* `npm run test-locally` runs tests and outputs the results in the console | ||
* `npm run test-html-coverage` runs test coverage and opens an HTML report with the results | ||
**Closed issues:** | ||
|
||
## 0.1.0 (June 20, 2015) | ||
- Should not insert spans into tables even if there is white space [\#30](https://github.com/mikenikles/html-to-react/issues/30) | ||
- Img, br and hr tags produce warnings [\#29](https://github.com/mikenikles/html-to-react/issues/29) | ||
- using import instead of require [\#26](https://github.com/mikenikles/html-to-react/issues/26) | ||
- Cherry pick lodash [\#22](https://github.com/mikenikles/html-to-react/issues/22) | ||
- problem with textarea [\#9](https://github.com/mikenikles/html-to-react/issues/9) | ||
- Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method [\#7](https://github.com/mikenikles/html-to-react/issues/7) | ||
- State of the library? [\#6](https://github.com/mikenikles/html-to-react/issues/6) | ||
- best way to pass callbacks? [\#5](https://github.com/mikenikles/html-to-react/issues/5) | ||
|
||
### New Features | ||
**Merged pull requests:** | ||
|
||
* `parse` function which renders any kind of DOM node | ||
* `parseWithInstructions` function to allow for custom processing of individual DOM nodes | ||
- Treat textarea as a void element [\#33](https://github.com/mikenikles/html-to-react/pull/33) ([mikenikles](https://github.com/mikenikles)) | ||
- Clean up NPM scripts [\#32](https://github.com/mikenikles/html-to-react/pull/32) ([mikenikles](https://github.com/mikenikles)) | ||
- Pass through options to parser [\#27](https://github.com/mikenikles/html-to-react/pull/27) ([benjeffery](https://github.com/benjeffery)) | ||
- Use modularized lodash [\#25](https://github.com/mikenikles/html-to-react/pull/25) ([no23reason](https://github.com/no23reason)) | ||
- Test with node 4 and 5 on travis [\#24](https://github.com/mikenikles/html-to-react/pull/24) ([thangngoc89](https://github.com/thangngoc89)) | ||
- Fix npm test [\#21](https://github.com/mikenikles/html-to-react/pull/21) ([mikenikles](https://github.com/mikenikles)) | ||
- Create element keys per sequence [\#20](https://github.com/mikenikles/html-to-react/pull/20) ([aknuds1](https://github.com/aknuds1)) | ||
- Add editorconfig [\#19](https://github.com/mikenikles/html-to-react/pull/19) ([aknuds1](https://github.com/aknuds1)) | ||
- Decode text nodes before passing to React [\#18](https://github.com/mikenikles/html-to-react/pull/18) ([aknuds1](https://github.com/aknuds1)) | ||
- Deal with void element tags [\#17](https://github.com/mikenikles/html-to-react/pull/17) ([mikenikles](https://github.com/mikenikles)) | ||
- Make sure tests fail on console warnings [\#16](https://github.com/mikenikles/html-to-react/pull/16) ([mikenikles](https://github.com/mikenikles)) | ||
- Upgrade React to the latest version [\#15](https://github.com/mikenikles/html-to-react/pull/15) ([mikenikles](https://github.com/mikenikles)) | ||
- Fix the blanket dependency for now [\#12](https://github.com/mikenikles/html-to-react/pull/12) ([mikenikles](https://github.com/mikenikles)) | ||
- Fix key warning [\#10](https://github.com/mikenikles/html-to-react/pull/10) ([lithin](https://github.com/lithin)) | ||
- Fixing parser's error message when multiple roots are found [\#1](https://github.com/mikenikles/html-to-react/pull/1) ([Yomguithereal](https://github.com/Yomguithereal)) | ||
|
||
## [v0.1.0](https://github.com/mikenikles/html-to-react/tree/v0.1.0) (2015-06-20) | ||
[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.6...v0.1.0) | ||
|
||
## [v0.0.6](https://github.com/mikenikles/html-to-react/tree/v0.0.6) (2015-06-20) | ||
[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.5...v0.0.6) | ||
|
||
## [v0.0.5](https://github.com/mikenikles/html-to-react/tree/v0.0.5) (2015-06-20) | ||
[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.4...v0.0.5) | ||
|
||
## [v0.0.4](https://github.com/mikenikles/html-to-react/tree/v0.0.4) (2015-06-20) | ||
[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.3...v0.0.4) | ||
|
||
## [v0.0.3](https://github.com/mikenikles/html-to-react/tree/v0.0.3) (2015-06-20) | ||
[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.2...v0.0.3) | ||
|
||
## [v0.0.2](https://github.com/mikenikles/html-to-react/tree/v0.0.2) (2015-06-20) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |