1# Change Log
2## [v1.4.2](https://github.com/aknuds1/html-to-react/tree/v1.4.2)
3
4- Support onclick attribute of HTML elements
5
6## [v1.4.1](https://github.com/aknuds1/html-to-react/tree/v1.4.1)
7
8- Allow nodes to be preprocessed [\#99](https://github.com/aknuds1/html-to-react/pull/99) ([aknuds1](https://github.com/aknuds1))
9
10## [v1.4.0](https://github.com/aknuds1/html-to-react/tree/v1.4.0)
11
12- Allow nodes to be preprocessed [\#90](https://github.com/aknuds1/html-to-react/pull/90) ([manixate](https://github.com/manixate))
13
14## [v1.3.4](https://github.com/aknuds1/html-to-react/tree/v1.3.4)
15
16- Use lodash.camelcase instead of underscore.string.fp [\#76](https://github.com/aknuds1/html-to-react/pull/76) ([codepunkt](https://github.com/codepunkt))
17
18## [v1.3.3](https://github.com/aknuds1/html-to-react/tree/v1.3.3)
19
20- Handle free-standing text nodes in HTML
21
22[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.3.2...v1.3.3)
23
24## [v1.3.2](https://github.com/aknuds1/html-to-react/tree/v1.3.2)
25
26- Handle directives in HTML
27
28[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.3.1...v1.3.2)
29
30## [v1.3.1](https://github.com/aknuds1/html-to-react/tree/v1.3.1)
31
32- Handle invalid inline styles
33
34[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.3.0...v1.3.1)
35
36**Merged pull requests:**
37
38- Handle invalid inline styles [\#52](https://github.com/aknuds1/html-to-react/pull/52) ([nickpalmer](https://github.com/nickpalmer))
39
40## [v1.3.0](https://github.com/aknuds1/html-to-react/tree/v1.3.0)
41
42- Upgrade to React 16
43
44[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.12...v1.3.0)
45
46## [v1.2.12](https://github.com/aknuds1/html-to-react/tree/v1.2.12)
47
48- Trim inline style props values
49
50[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.11...v1.2.12)
51
52**Merged pull requests:**
53
54- Trim inline style props values [\#47](https://github.com/aknuds1/html-to-react/pull/47) ([gycianka](https://github.com/gycianka))
55
56## [v1.2.11](https://github.com/aknuds1/html-to-react/tree/v1.2.11)
57
58- Handle base64 inlined images
59
60[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.10...v1.2.11)
61
62**Merged pull requests:**
63
64- Fix for base64 inlined images [\#33](https://github.com/aknuds1/html-to-react/pull/33) ([aleemb](https://github.com/aleemb))
65
66## [v1.2.10](https://github.com/aknuds1/html-to-react/tree/v1.2.10)
67
68- Handle background-image styles
69
70[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.9...v1.2.10)
71
72**Merged pull requests:**
73
74- Handle background-image styles [\#31](https://github.com/aknuds1/html-to-react/pull/31) ([brett-nuske-alliancesoftware](https://github.com/brett-nuske-alliancesoftware))
75
76## [v1.2.9](https://github.com/aknuds1/html-to-react/tree/v1.2.9)
77
78- Handle `for` attribute
79
80[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.8...v1.2.9)
81
82## [v1.2.8](https://github.com/aknuds1/html-to-react/tree/v1.2.8)
83
84- Handle xmlns:xlink
85
86[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.7...v1.2.8)
87
88**Merged pull requests:**
89
90- Converting for to htmlFor [\#30](https://github.com/aknuds1/html-to-react/pull/30) ([nathanfriemel](https://github.com/nathanfriemel))
91
92## [v1.2.7](https://github.com/aknuds1/html-to-react/tree/v1.2.7)
93
94- Depend directly on domhandler, for compatibility with older Node.js
95
96[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.6...v1.2.7)
97
98## [v1.2.6](https://github.com/aknuds1/html-to-react/tree/v1.2.6)
99
100- Make library smaller
101
102[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.5...v1.2.6)
103
104## [v1.2.5](https://github.com/aknuds1/html-to-react/tree/v1.2.5)
105
106[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.4...v1.2.5)
107
108**Merged pull requests:**
109
110- Test of inline style with characters entities. [\#21](https://github.com/aknuds1/html-to-react/pull/21) ([Gycianka](https://github.com/Gycianka))
111
112## [v1.2.4](https://github.com/aknuds1/html-to-react/tree/v1.2.4)
113
114[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.3...v1.2.4)
115
116**Merged pull requests:**
117
118- parsing multiple root elements [\#17](https://github.com/aknuds1/html-to-react/pull/17) ([oroce](https://github.com/oroce))
119
120## [v1.2.3](https://github.com/aknuds1/html-to-react/tree/v1.2.3)
121
122[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.2...v1.2.3)
123
124**Merged pull requests:**
125
126- Occurrence of ampersand in attributes are decoded to `&` to avoid ano… [\#15](https://github.com/aknuds1/html-to-react/pull/15) ([gerhardsletten](https://github.com/gerhardsletten))
127
128## [v1.2.2](https://github.com/aknuds1/html-to-react/tree/v1.2.2)
129
130[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.1...v1.2.2)
131
132**Merged pull requests:**
133
134- handle xmlns attributes (e.g. xlink:href) [\#9](https://github.com/aknuds1/html-to-react/pull/9) ([gfx](https://github.com/gfx))
135
136## [v1.2.1](https://github.com/aknuds1/html-to-react/tree/v1.2.1)
137
138[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.2.0...v1.2.1)
139
140## [v1.2.0](https://github.com/aknuds1/html-to-react/tree/v1.2.0)
141
142[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.1.2...v1.2.0)
143
144**Merged pull requests:**
145
146- Replace element children [\#2](https://github.com/aknuds1/html-to-react/pull/3) ([hirefrederick](https://github.com/hirefrederick))
147
148## [v1.1.2](https://github.com/aknuds1/html-to-react/tree/v1.1.2)
149
150[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.1.1...v1.1.2)
151
152## [v1.1.1](https://github.com/aknuds1/html-to-react/tree/v1.1.1)
153
154[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.1.0...v1.1.1)
155
156## [v1.1.0](https://github.com/aknuds1/html-to-react/tree/v1.1.0)
157
158[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.0.0...v1.1.0)
159
160## [v1.0.0](https://github.com/mikenikles/html-to-react/tree/v1.0.0)
161
162[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.1.0...v1.0.0)
163
164**Fixed bugs:**
165
166- Travis build fails due to a ReferenceError [\#11](https://github.com/mikenikles/html-to-react/issues/11)
167
168**Closed issues:**
169
170- Should not insert spans into tables even if there is white space [\#30](https://github.com/mikenikles/html-to-react/issues/30)
171- Img, br and hr tags produce warnings [\#29](https://github.com/mikenikles/html-to-react/issues/29)
172- using import instead of require [\#26](https://github.com/mikenikles/html-to-react/issues/26)
173- Cherry pick lodash [\#22](https://github.com/mikenikles/html-to-react/issues/22)
174- problem with textarea [\#9](https://github.com/mikenikles/html-to-react/issues/9)
175- 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)
176- State of the library? [\#6](https://github.com/mikenikles/html-to-react/issues/6)
177- best way to pass callbacks? [\#5](https://github.com/mikenikles/html-to-react/issues/5)
178
179**Merged pull requests:**
180
181- Treat textarea as a void element [\#33](https://github.com/mikenikles/html-to-react/pull/33) ([mikenikles](https://github.com/mikenikles))
182- Clean up NPM scripts [\#32](https://github.com/mikenikles/html-to-react/pull/32) ([mikenikles](https://github.com/mikenikles))
183- Pass through options to parser [\#27](https://github.com/mikenikles/html-to-react/pull/27) ([benjeffery](https://github.com/benjeffery))
184- Use modularized lodash [\#25](https://github.com/mikenikles/html-to-react/pull/25) ([no23reason](https://github.com/no23reason))
185- Test with node 4 and 5 on travis [\#24](https://github.com/mikenikles/html-to-react/pull/24) ([thangngoc89](https://github.com/thangngoc89))
186- Fix npm test [\#21](https://github.com/mikenikles/html-to-react/pull/21) ([mikenikles](https://github.com/mikenikles))
187- Create element keys per sequence [\#20](https://github.com/mikenikles/html-to-react/pull/20) ([aknuds1](https://github.com/aknuds1))
188- Add editorconfig [\#19](https://github.com/mikenikles/html-to-react/pull/19) ([aknuds1](https://github.com/aknuds1))
189- Decode text nodes before passing to React [\#18](https://github.com/mikenikles/html-to-react/pull/18) ([aknuds1](https://github.com/aknuds1))
190- Deal with void element tags [\#17](https://github.com/mikenikles/html-to-react/pull/17) ([mikenikles](https://github.com/mikenikles))
191- Make sure tests fail on console warnings [\#16](https://github.com/mikenikles/html-to-react/pull/16) ([mikenikles](https://github.com/mikenikles))
192- Upgrade React to the latest version [\#15](https://github.com/mikenikles/html-to-react/pull/15) ([mikenikles](https://github.com/mikenikles))
193- Fix the blanket dependency for now [\#12](https://github.com/mikenikles/html-to-react/pull/12) ([mikenikles](https://github.com/mikenikles))
194- Fix key warning [\#10](https://github.com/mikenikles/html-to-react/pull/10) ([lithin](https://github.com/lithin))
195- 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))
196
197## [v0.1.0](https://github.com/mikenikles/html-to-react/tree/v0.1.0) (2015-06-20)
198[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.6...v0.1.0)
199
200## [v0.0.6](https://github.com/mikenikles/html-to-react/tree/v0.0.6) (2015-06-20)
201[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.5...v0.0.6)
202
203## [v0.0.5](https://github.com/mikenikles/html-to-react/tree/v0.0.5) (2015-06-20)
204[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.4...v0.0.5)
205
206## [v0.0.4](https://github.com/mikenikles/html-to-react/tree/v0.0.4) (2015-06-20)
207[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.3...v0.0.4)
208
209## [v0.0.3](https://github.com/mikenikles/html-to-react/tree/v0.0.3) (2015-06-20)
210[Full Changelog](https://github.com/mikenikles/html-to-react/compare/v0.0.2...v0.0.3)
211
212## [v0.0.2](https://github.com/mikenikles/html-to-react/tree/v0.0.2) (2015-06-20)
213
214
215\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
216