Skip to content

Commit 1209b78

Browse files
committed
add iOS Safari 15.4 compat data mapping
1 parent cbbad2e commit 1209b78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
##### Unreleased
33
- Added Rhino 1.7.14 compat data
44
- Added Deno 1.19 compat data mapping
5-
- Added iOS Safari 15.3 compat data mapping
5+
- Added iOS Safari 15.3 and 15.4 compat data mapping
66

77
##### 3.20.3 - 2022.01.15
88
- Detects and replaces broken third-party `Function#bind` polyfills, uses only native `Function#bind` in the internals

packages/core-js-compat/src/mapping.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ export default {
199199
['15.1', '15.1'],
200200
['15.2', '15.2'],
201201
['15.3', '15.3'],
202+
['15.4', '15.4'],
202203
],
203204
SafariToPhantom: [
204205
['4.1', '1.9'],

0 commit comments

Comments
 (0)