Skip to content

Commit 1dbe0c3

Browse files
author
zhouhongxuan
committed
docs(changelog): update
1 parent 4c3c5f6 commit 1dbe0c3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# CHANGELOG
22

3+
## v0.7.4
4+
5+
### Fix
6+
7+
Removing unsupported APIs to fix compatibility issues in IE11:
8+
9+
- [Array.prototype.includes](https://caniuse.com/array-includes)
10+
- [String: startsWith](https://caniuse.com/mdn-javascript_builtins_string_startswith)
11+
- [RegExp: unicode](https://caniuse.com/mdn-javascript_builtins_regexp_unicode)
12+
13+
---
14+
315
## v0.7.3
416

517
### Fix
@@ -12,6 +24,8 @@
1224
- better typings for event emitter [#81](https://github.com/alienzhou/web-highlighter/pull/81)
1325
- tsconfig path alias and npm scripts [#84](https://github.com/alienzhou/web-highlighter/pull/84)
1426

27+
---
28+
1529
## v0.7.2
1630

1731
### Fix

0 commit comments

Comments
 (0)