Skip to content

Commit

Permalink
add Electron 16.0 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 23, 2021
1 parent 958ebe4 commit 84b1520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@
- Removed mistakenly added `.forEach` from prototypes of some DOM collections where it shouldn't be, [#988](https://github.com/zloirock/core-js/issues/988), [#987](https://github.com/zloirock/core-js/issues/987), thanks [@moorejs](https://github.com/moorejs)
- Added `cause` to `AggregateError` constructor implementation (still without adding to the feature detection)
- Families of `.at` and `.findLast` methods marked as supported in Safari TP
- Added Electron 16.0 compat data mapping

##### 3.18.0 - 2021.09.20
- Added [`Array.fromAsync` stage 1 proposal](https://github.com/tc39/proposal-array-from-async):
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Expand Up @@ -106,6 +106,7 @@ export default {
[91, '13.0'],
[93, '14.0'],
[94, '15.0'],
[95, '16.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/samsunginternet_android.json
ChromeToSamsung: [
Expand Down

0 comments on commit 84b1520

Please sign in to comment.