We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbbad2e commit 1209b78Copy full SHA for 1209b78
CHANGELOG.md
@@ -2,7 +2,7 @@
2
##### Unreleased
3
- Added Rhino 1.7.14 compat data
4
- Added Deno 1.19 compat data mapping
5
-- Added iOS Safari 15.3 compat data mapping
+- Added iOS Safari 15.3 and 15.4 compat data mapping
6
7
##### 3.20.3 - 2022.01.15
8
- Detects and replaces broken third-party `Function#bind` polyfills, uses only native `Function#bind` in the internals
packages/core-js-compat/src/mapping.mjs
@@ -199,6 +199,7 @@ export default {
199
['15.1', '15.1'],
200
['15.2', '15.2'],
201
['15.3', '15.3'],
202
+ ['15.4', '15.4'],
203
],
204
SafariToPhantom: [
205
['4.1', '1.9'],
0 commit comments