Releases: remarkablemark/html-react-parser
Releases Β· remarkablemark/html-react-parser
v0.10.5
0.10.5 (2020-05-26)
Tests
- html-to-react: tidy and organize tests in html-to-react.js (8dfbfe0)
Build System
- package: add missing peerDependency
typescript
(91fb693)
- package: upgrade devDependencies (b2dc83b)
- rollup: upgrade rollup, consolidate config, remove cross-env (55b2b4e)
v0.10.4
0.10.4 (2020-05-25)
Tests
- attributes-to-props: test that CSS comment is not parsed (0c27987)
- dom-to-react: tidy tests and add case for single node replace (452f6be)
- tidy tests, replace
assert.equal
with assert.strictEqual
(ef04eff)
v0.10.2
0.10.2 (2020-03-13)
Bug Fixes
Tests
v0.10.1
0.10.1 (2020-02-08)
Bug Fixes
- index: make
replace
property optional in index.d.ts
(801512b), closes #134
v0.10.0
0.10.0 (2019-11-09)
Build System
- package: upgrade dependency style-to-object@0.3.0 (87a0486)
- package: upgrade devDependencies (aaddf1b)
Features
Tests
- types: move TypeScript tests from
lint
to test
directory (7c9ab9d)
v0.9.2
0.9.2 (2019-11-04)
Bug Fixes
- refactor TypeScript declaration file for
index.d.ts
(f1fc00b)
Build System
- package: remove
opencollective-postinstall
(6e0b870)
- package: upgrade dependency html-dom-parser@0.2.3 (891eda4), closes #126
v0.9.1
0.9.1 (2019-07-09)
Build System
- replace
webpack
with rollup
in order to optimize bundle (a04ef27)
- index: fix rollup error of mixing named and default exports (230de70)
v0.9.0
0.9.0 (2019-07-09)
Bug Fixes
- attributes-to-props: handle attr named after Object properties (3f857bb)
Build System
- package: update
react-property
to 1.0.1 (26ebef9)
Features
- attributes-to-props: check for overloaded boolean values (1151cfb)
- attributes-to-props: replace
react-dom
with react-property
(d6274b9), closes #107
Tests
- attributes-to-props: improve test names (17fbdfd)
v0.8.1
0.8.1 (2019-07-03)
Tests
- html-to-react: update variable name to fix test (73237dd)