From 1dbe0c3a61acff3d116731b0ab406211320fc5aa Mon Sep 17 00:00:00 2001 From: zhouhongxuan Date: Thu, 24 Jun 2021 12:52:27 +0800 Subject: [PATCH] docs(changelog): update --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8992f5..684fe70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # CHANGELOG +## v0.7.4 + +### Fix + +Removing unsupported APIs to fix compatibility issues in IE11: + +- [Array.prototype.includes](https://caniuse.com/array-includes) +- [String: startsWith](https://caniuse.com/mdn-javascript_builtins_string_startswith) +- [RegExp: unicode](https://caniuse.com/mdn-javascript_builtins_regexp_unicode) + +--- + ## v0.7.3 ### Fix @@ -12,6 +24,8 @@ - better typings for event emitter [#81](https://github.com/alienzhou/web-highlighter/pull/81) - tsconfig path alias and npm scripts [#84](https://github.com/alienzhou/web-highlighter/pull/84) +--- + ## v0.7.2 ### Fix