Skip to content

Commit cb435b6

Browse files
Merge pull request #602 from remarkablemark/build/html-dom-parser
build(package): bump html-dom-parser from 1.2.0 to 2.0.0
2 parents 7ef82b8 + e41dadb commit cb435b6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ parse('<p>Hello, World!</p>'); // React.createElement('p', {}, 'Hello, World!')
4141
- [htmlparser2](#htmlparser2)
4242
- [trim](#trim)
4343
- [Migration](#migration)
44+
- [v2.0.0](#v200)
4445
- [v1.0.0](#v100)
4546
- [FAQ](#faq)
4647
- [Is this XSS safe?](#is-this-xss-safe)
@@ -370,6 +371,10 @@ parse('<p> </p>', { trim: true }); // React.createElement('p')
370371

371372
## Migration
372373

374+
### v2.0.0
375+
376+
Since [v2.0.0](https://github.com/remarkablemark/html-react-parser/releases/tag/v2.0.0), Internet Explorer (IE) is no longer supported.
377+
373378
### v1.0.0
374379

375380
TypeScript projects will need to update the types in [v1.0.0](https://github.com/remarkablemark/html-react-parser/releases/tag/v1.0.0).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
],
4646
"dependencies": {
4747
"domhandler": "4.3.1",
48-
"html-dom-parser": "1.2.0",
48+
"html-dom-parser": "2.0.0",
4949
"react-property": "2.0.0",
5050
"style-to-js": "1.1.1"
5151
},

0 commit comments

Comments
 (0)