Skip to content

Commit

Permalink
add iOS Safari 15.3 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 28, 2022
1 parent b440519 commit 93ea957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
##### Unreleased
- Added Rhino 1.7.14 compat data
- Added Deno 1.19 compat data mapping
- Added iOS Safari 15.3 compat data mapping

##### 3.20.3 - 2022.01.15
- Detects and replaces broken third-party `Function#bind` polyfills, uses only native `Function#bind` in the internals
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export default {
['15.0', '15.0'],
['15.1', '15.1'],
['15.2', '15.2'],
['15.3', '15.3'],
],
SafariToPhantom: [
['4.1', '1.9'],
Expand Down

0 comments on commit 93ea957

Please sign in to comment.