Skip to content

Commit e41dadb

Browse files
docs(readme): document Internet Explorer is no longer supported
1 parent 6eeb156 commit e41dadb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
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).

0 commit comments

Comments
 (0)