Skip to content

Commit

Permalink
add Samsung Internet 26 compat data mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 30, 2024
1 parent 22bd526 commit e863c48
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 @@ -6,6 +6,7 @@
- Added [NodeJS 22.0](https://nodejs.org/en/blog/release/v22.0.0) compat data mapping
- Added Electron 31 compat data mapping
- Updated Opera Android 82 compat data mapping
- Added Samsung Internet 26 compat data mapping
- Added Oculus Quest Browser 33 compat data mapping

##### [3.37.0 - 2024.04.17](https://github.com/zloirock/core-js/releases/tag/v3.37.0)
Expand Down
1 change: 1 addition & 0 deletions packages/core-js-compat/src/mapping.mjs
Expand Up @@ -210,6 +210,7 @@ export default {
[115, '23.0'],
[117, '24.0'],
[121, '25.0'],
[122, '26.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 e863c48

Please sign in to comment.