diff --git a/CHANGELOG.md b/CHANGELOG.md index c334b93271bf..bc28e6bb1d04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ - Fixed and exposed [`AsyncIteratorPrototype` `core-js/configurator` option](https://github.com/zloirock/core-js#asynciterator-helpers), [#1268](https://github.com/zloirock/core-js/issues/1268) - Compat data improvements: - Sync [`Iterator` helpers proposal](https://github.com/tc39/proposal-iterator-helpers) features marked as [supported](https://chromestatus.com/feature/5102502917177344) from V8 ~ Chrome 117 + - [`Array` grouping proposal](https://github.com/tc39/proposal-array-grouping) features marked as [supported](https://chromestatus.com/feature/5714791975878656) from V8 ~ Chrome 117 - [NodeJS 20.4.0 add `Symbol.{ dispose, asyncDispose }`](https://github.com/nodejs/node/pull/48518), but [with incorrect property descriptors](https://github.com/nodejs/node/issues/48699) - Added Electron 27 compat data mapping diff --git a/packages/core-js-compat/src/data.mjs b/packages/core-js-compat/src/data.mjs index bbc859ec1f19..4ebbb6e876bf 100644 --- a/packages/core-js-compat/src/data.mjs +++ b/packages/core-js-compat/src/data.mjs @@ -2070,6 +2070,7 @@ export const data = { 'esnext.map.from': { }, 'esnext.map.group-by': { + chrome: '117', }, 'esnext.map.includes': { }, @@ -2147,6 +2148,7 @@ export const data = { 'esnext.object.iterate-values': { }, 'esnext.object.group-by': { + chrome: '117', }, // TODO: Remove this module from `core-js@4` since it's split to modules listed below 'esnext.observable': {