Skip to content

Commit

Permalink
add Samsung Internet 27 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Aug 4, 2024
1 parent e70d418 commit 3dec7dd
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 @@ -45,6 +45,7 @@
- `self` descriptor [is broken in Deno 1.45.3](https://github.com/denoland/deno/issues/24683) (again)
- Added Electron 32 and 33 compat data mapping
- Added [Opera Android 83](https://forums.opera.com/topic/72570/opera-for-android-83) compat data mapping
- Added Samsung Internet 27 compat data mapping
- Added Oculus Quest Browser 34 compat data mapping

##### [3.37.1 - 2024.05.14](https://github.com/zloirock/core-js/releases/tag/v3.37.1)
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 @@ -216,6 +216,7 @@ export default {
[117, '24.0'],
[121, '25.0'],
[122, '26.0'],
[125, '27.0'],
],
// https://github.com/mdn/browser-compat-data/blob/main/browsers/opera_android.json
// https://forums.opera.com/category/20/opera-for-android
Expand Down

0 comments on commit 3dec7dd

Please sign in to comment.