Skip to content

Commit

Permalink
add Electron 22 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Sep 29, 2022
1 parent 3172ef6 commit 14364db
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 a workaround of a Nashorn bug with `Function.prototype.{ call, bind }`, [#1128](https://github.com/zloirock/core-js/issues/1128)
- `Array.prototype.{ group, groupToMap }` marked as [supported from V8 ~ Chromium 108](https://chromestatus.com/feature/5714791975878656)
- Added Electron 22 compat data mapping

##### [3.25.3 - 2022.09.26](https://github.com/zloirock/core-js/releases/tag/v3.25.3)
- Forced polyfilling of `Array.prototype.groupToMap` in the pure version for returning wrapped `Map` instances
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 @@ -123,6 +123,7 @@ export default {
[102, '19.0'],
[104, '20.0'],
[106, '21.0'],
[107, '22.0'],
],
// https://medium.com/samsung-internet-dev
// https://github.com/mdn/browser-compat-data/blob/main/browsers/samsunginternet_android.json
Expand Down

0 comments on commit 14364db

Please sign in to comment.