Skip to content

Commit

Permalink
add Electron 17.0 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Nov 27, 2021
1 parent 8aaad88 commit 28f30d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
##### Unreleased
- Added a workaround for a UC Browser specific version bug with unobservable `RegExp#sticky` flag, [#1008](https://github.com/zloirock/core-js/issues/1008), [#1015](https://github.com/zloirock/core-js/issues/1015)
- Added handling of comments and specific spaces to `Function#name` polyfill, [#1010](https://github.com/zloirock/core-js/issues/1010), thanks [@ildar-shaimordanov](https://github.com/ildar-shaimordanov)
- Updated Deno compat data mapping
- Added iOS Safari 15.2 compat data mapping
- Added Electron 17.0 compat data mapping
- Updated Deno compat data mapping

##### 3.19.1 - 2021.11.03
- Added a workaround for FF26- bug where `ArrayBuffer`s are non-extensible, but `Object.isExtensible` does not report it:
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 @@ -110,6 +110,7 @@ export default {
[93, '14.0'],
[94, '15.0'],
[96, '16.0'],
[98, '17.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/samsunginternet_android.json
ChromeToSamsung: [
Expand Down

0 comments on commit 28f30d3

Please sign in to comment.