Releases: remarkablemark/html-react-parser
Releases · remarkablemark/html-react-parser
v3.0.10
3.0.10 (2023-03-04)
Bug Fixes
- upgrade html-dom-parser@3.1.4 to fix template parsing (7632fc0), closes #849
v3.0.9
3.0.9 (2023-02-11)
Bug Fixes
- index: fix exports for UMD build (CDN script) (6225395), closes #828
v3.0.8
3.0.8 (2023-01-17)
Bug Fixes
- package: include types in exports to support TypeScript ESM node16 (39844c4)
Build System
- package: bump html-dom-parser from 3.1.2 to 3.1.3 (bfe970a)
- package: bump style-to-js from 1.1.2 to 1.1.3 (7cf5b99)
v3.0.7
3.0.7 (2023-01-05)
Bug Fixes
- attributes-to-props: don't convert value of option tag (#790) (bb4bf49)
v3.0.6
3.0.6 (2022-12-25)
Build System
- package: bump style-to-js from 1.1.1 to 1.1.2 (019f1bc)
v3.0.5
3.0.5 (2022-12-25)
Bug Fixes
- index: don't export unused domhandler class Node (7a9c207)
- index: export domhandler classes (4fc3a73)
v3.0.4
3.0.4 (2022-08-23)
Bug Fixes
- package: upgrade html-dom-parser to fix client ES Module import (f6c982c), closes #662
v3.0.3
3.0.3 (2022-08-20)
Bug Fixes
- package: upgrade html-dom-parser to fix client ES Module export (415cb59)
v3.0.2
3.0.2 (2022-08-19)
Build System
- package: bump html-dom-parser from 3.0.1 to 3.1.0 (cf59e96), closes #655
v3.0.1
3.0.1 (2022-07-10)
Bug Fixes
- parse head/body with newline correctly (bump html-dom-parser) (d00087a)