Skip to content

Commit

Permalink
add mapping for Samsung up to 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 11, 2019
1 parent 70eb230 commit 8c5b62b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -43,7 +43,7 @@
- Added a workaround for iOS Safari MessageChannel + bfcache bug, [#624](https://github.com/zloirock/core-js/issues/624)
- Added a workaround for Chrome 33 / Android 4.4.4 `Promise` bug, [#640](https://github.com/zloirock/core-js/issues/640)
- Replaced broken `URL` constructor in Safari and `URLSearchParams` in Chrome 66-, [#656](https://github.com/zloirock/core-js/issues/656)
- Added compat data for Node to 12.11, FF 69 and Phantom 1.9
- Added compat data for Node up to 12.11, FF 69, Samsung up to 10.2 and Phantom 1.9
- `Math.hypot` marked as not supported in Chrome 77 since [a bug in this method](https://bugs.chromium.org/p/v8/issues/detail?id=9546) was not fixed before the stable Chrome 77 release
- Fixed unnecessary exposing on `Symbol.matchAll` in `esnext.string.match-all`, [#626](https://github.com/zloirock/core-js/issues/626)
- Fixed missed cases [access the `.next` method once, at the beginning, of the iteration protocol](https://github.com/tc39/ecma262/issues/976)
Expand Down
2 changes: 2 additions & 0 deletions packages/core-js-compat/src/mapping.js
Expand Up @@ -36,6 +36,8 @@ module.exports = {
[56, '6.2'],
[59, '7.2'],
[63, '8.2'],
[67, '9.2'],
[71, '10.2'],
],
ChromeToAndroid: [
[30, '4.4'],
Expand Down

0 comments on commit 8c5b62b

Please sign in to comment.