diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d46d90a9ab..d39da3cc5d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -2,6 +2,12 @@ The following is a curated list of changes in the Enact core module, newest changes on the top. +## [unreleased] + +### Removed + +- Windows phone from `platforms` in `core/platform` which means the list of platforms supprorted by Enact + ## [4.6.2] - 2023-03-09 No significant changes. @@ -14,7 +20,7 @@ No significant changes. ### Fixed -- `core/dispatcher` to set the default target for event listeners properly when built with the snapshot option +- `core/dispatcher` to set the default target for event listeners properly when built with the snapshot option ## [4.0.12] - 2022-09-16 diff --git a/packages/core/platform/platform.js b/packages/core/platform/platform.js index fa85abff30..f4941fa75f 100644 --- a/packages/core/platform/platform.js +++ b/packages/core/platform/platform.js @@ -48,8 +48,6 @@ const webOSVersion = { }; const platforms = [ - // Windows Phone 7 - 10 - {platform: 'windowsPhone', regex: /Windows Phone (?:OS )?(\d+)[.\d]+/}, // Android 4+ using Chrome {platform: 'androidChrome', regex: /Android .* Chrome\/(\d+)[.\d]+/}, // Android 2 - 4