17 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
55.0.8 — 2026-02-26
This version does not introduce any user-facing changes.
55.0.7 — 2026-02-25
This version does not introduce any user-facing changes.
55.0.6 — 2026-02-20
This version does not introduce any user-facing changes.
55.0.5 — 2026-02-16
This version does not introduce any user-facing changes.
55.0.4 — 2026-02-08
This version does not introduce any user-facing changes.
55.0.3 — 2026-02-03
This version does not introduce any user-facing changes.
55.0.2 — 2026-01-26
This version does not introduce any user-facing changes.
55.0.1 — 2026-01-22
This version does not introduce any user-facing changes.
55.0.0 — 2026-01-21
🐛 Bug fixes
- [Android] Fix asset loading when Metro server runs over HTTPS by deriving scheme from
manifestBaseUrlinstead of hardcodinghttp://. (#42184 by @ink404)
💡 Others
12.0.11 - 2025-12-05
This version does not introduce any user-facing changes.
12.0.10 - 2025-11-17
This version does not introduce any user-facing changes.
12.0.9 - 2025-09-18
This version does not introduce any user-facing changes.
12.0.8 — 2025-09-10
This version does not introduce any user-facing changes.
12.0.7 — 2025-09-02
This version does not introduce any user-facing changes.
12.0.6 — 2025-08-31
This version does not introduce any user-facing changes.
12.0.5 — 2025-08-27
This version does not introduce any user-facing changes.
12.0.4 — 2025-08-25
This version does not introduce any user-facing changes.
12.0.3 — 2025-08-21
This version does not introduce any user-facing changes.
12.0.2 — 2025-08-16
This version does not introduce any user-facing changes.
12.0.1 — 2025-08-15
This version does not introduce any user-facing changes.
12.0.0 — 2025-08-13
🎉 New features
🐛 Bug fixes
💡 Others
- [android] throw when loading empty font file (#38229 by @vonovak)
- Update remaining
@expo/config-pluginsin config plugin toexpo/config-plugins(#38580 by @kitten)
11.1.7 - 2025-07-03
This version does not introduce any user-facing changes.
11.1.6 - 2025-07-01
💡 Others
- Remove "Please" from warnings and errors (#36862 by @brentvatne)
11.1.5 — 2025-05-03
This version does not introduce any user-facing changes.
11.1.4 — 2025-04-30
This version does not introduce any user-facing changes.
11.1.3 — 2025-04-25
This version does not introduce any user-facing changes.
11.1.2 — 2025-04-14
💡 Others
11.1.1 — 2025-04-09
This version does not introduce any user-facing changes.
11.1.0 — 2025-04-04
🛠 Breaking changes
- Bump minimum macOS version to 11.0. (#34980 by @gabrieldonadel)
🎉 New features
- Add RSC support. (#34213 by @EvanBacon)
- Add .riv to accepted media types (#35758 by @alextoudic)
🐛 Bug fixes
- [macOS] Add macOS platform support (#33505 by @hassankhan)
💡 Others
- Deprecate
expo-asset/tools/hashAssetFilesin favor of built-in hashing support inexpo/metro-config. (#34208 by @EvanBacon) - [Android] Started using expo modules gradle plugin. (#34176 by @lukmccall)
- Drop
invariantandmd5-filedependencies. (#35328 by @kitten) - [iOS] Fix warnings which will become errors in Swift 6. (#35288 by @behenate)
11.0.5 - 2025-03-20
This version does not introduce any user-facing changes.
11.0.4 - 2025-02-19
This version does not introduce any user-facing changes.
11.0.3 - 2025-01-31
This version does not introduce any user-facing changes.
11.0.2 - 2025-01-10
This version does not introduce any user-facing changes.
11.0.1 — 2024-11-10
🐛 Bug fixes
- Add support for simplified object asset format. (#32728 by @EvanBacon)
11.0.0 — 2024-10-22
🛠 Breaking changes
🐛 Bug fixes
💡 Others
- Remove unused
pathJoinfunction. (#29963 by @EvanBacon) - Replaced
@testing-library/react-hookswith@testing-library/react-native. (#30742 by @byCedric)
10.0.10 - 2024-06-20
🐛 Bug fixes
- Fixed
PlatformUtils.tsto have the correct export placeholders for react-native-web (#29791 by @Bram-dc) - Add missing
reactandreact-nativepeer dependencies for isolated modules. (#30454 by @byCedric)
10.0.9 - 2024-06-13
💡 Others
10.0.8 - 2024-06-06
This version does not introduce any user-facing changes.
10.0.7 - 2024-06-05
💡 Others
10.0.6 — 2024-05-03
🐛 Bug fixes
10.0.5 — 2024-05-02
This version does not introduce any user-facing changes.
10.0.4 — 2024-05-01
This version does not introduce any user-facing changes.
10.0.3 — 2024-04-24
🐛 Bug fixes
- Fix
TypeError: (0, _ExpoAsset.downloadAsync) is not a functionwhen loading assets using Expo Web. (#28405 by @jamiees2)
💡 Others
10.0.2 — 2024-04-23
This version does not introduce any user-facing changes.
10.0.1 — 2024-04-22
This version does not introduce any user-facing changes.
10.0.0 — 2024-04-18
🎉 New features
- Added config plugin to allow assets to be linked at build time. (#27052 by @alanjhughes)
- Add Apple TV support to the new iOS native module. (#27823 by @douglowder)
🐛 Bug fixes
💡 Others
- Create native module for iOS and Android. Migrate
downloadAsyncto a native implementation. (#27369 by @aleqsio) - Remove MD5 checksum verification for remote assets. This does not change method signatures nor require changes to your application code, and should not affect any apps in practice since this behavior was used only for apps that used Classic Updates, support for which ended with SDK 50. (#25614 by @ide)
- [expo-updates] Migrate to requireNativeModule/requireOptionalNativeModule. (#25648 by @wschurman)
- Clean up some asset stuff. (#26310 by @wschurman)
- Remove most of Constants.appOwnership. (#26313 by @wschurman)
- Remove assetUrlOverride and assetMapOverride. (#26314 by @wschurman)
- Improve updates types and clarity in expo-asset. (#26337 by @wschurman)
- Removed deprecated backward compatible Gradle settings. (#28083 by @kudo)
9.0.2 - 2024-01-05
🐛 Bug fixes
- Fix relative URLs and support for
unstable_pathin development. (#26084 by @EvanBacon)
9.0.1 — 2023-12-13
This version does not introduce any user-facing changes.
9.0.0 — 2023-12-12
🛠 Breaking changes
- Removed support for the Classic Updates service for SDK 50 (announcement). Specifically, references to the Classic Updates CDN were removed. Migrate to EAS or other service that conforms to the modern Expo Updates protocol. (#25613 by @ide)
🎉 New features
- Added support for React Native 0.73.0. (#24971, #25453 by @gabrieldonadel)
💡 Others
- Removed references to legacy
bundledAssetsconstant fromexpo-file-systemthat was used only in standalone apps. (#25484 by @tsapeta)
8.14.0 — 2023-11-14
🐛 Bug fixes
- fix URLs in development. (#25202 by @EvanBacon)
💡 Others
- Collapse re-export of
react-native/Libraries/Image/AssetRegistryto@react-native/assets-registry/registry. (#25265 by @EvanBacon) - Migrate to new standard
URLsupport on native. (#24941 by @EvanBacon) - Renamed
unimodule.jsontoexpo-module.config.json. (#25100 by @reichhartd)
8.13.0 — 2023-10-17
🐛 Bug fixes
8.12.1 — 2023-09-16
This version does not introduce any user-facing changes.
8.12.0 — 2023-09-04
🛠 Breaking changes
- Convert
../to_for the propertyhttpServerLocationinhashAssetFiles(Metro asset pre-processor) to support assets in monorepos the same everywhere. (#24090 by @EvanBacon)
8.11.0 — 2023-08-02
This version does not introduce any user-facing changes.
8.10.1 — 2023-06-24
This version does not introduce any user-facing changes.
8.10.0 — 2023-06-13
This version does not introduce any user-facing changes.
8.9.2 — 2023-05-08
🐛 Bug fixes
- Fixed monorepo asset resolution in production for Metro web. (#22094 by @EvanBacon)
8.9.1 - 2023-03-08
🐛 Bug fixes
8.9.0 — 2023-02-09
This version does not introduce any user-facing changes.
8.8.0 — 2023-02-03
🐛 Bug fixes
- Fix loading Metro web assets from origins other than
/. (#20258 by @EvanBacon)
💡 Others
- Remove unused web features. (#20258 by @EvanBacon)
8.6.2 — 2022-10-25
This version does not introduce any user-facing changes.
8.6.1 — 2022-07-19
This version does not introduce any user-facing changes.
8.6.0 — 2022-07-07
This version does not introduce any user-facing changes.
8.5.0 — 2022-04-18
💡 Others
8.4.6 - 2022-01-13
🐛 Bug fixes
8.4.5 — 2021-12-21
🐛 Bug fixes
- Fix an issue preventing the loading of assets using expo-updates manifests during local development. (#15667) by @jonsamp
8.4.4 — 2021-11-17
🐛 Bug fixes
- Fix
fromModuleon restrictive (Snack) web environments. (#14435 by @IjzerenHein)
8.4.1 — 2021-10-01
💡 Others
8.4.0 — 2021-09-08
🎉 New features
8.3.2 — 2021-04-21
🎉 New features
8.3.1 — 2021-03-23
🐛 Bug fixes
- Removed annoying yellowbox warning message in bare workflow when there's no manifest available. (#12237 by @bbarthec)
8.3.0 — 2021-03-10
🐛 Bug fixes
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)
8.2.2 — 2021-01-15
This version does not introduce any user-facing changes.
8.2.1 — 2020-11-17
This version does not introduce any user-facing changes.
8.2.0 — 2020-08-18
🎉 New features
🐛 Bug fixes
8.1.7 — 2020-05-29
This version does not introduce any user-facing changes.
8.1.6 — 2020-05-27
This version does not introduce any user-facing changes.
8.1.5
🎉 New features
asset.downloadAsync()returns the resolvedAssetwhen it resolves. (#8646 by @EvanBacon)Asset.loadAsync()returns an array of resolvedAssets when it finishes loading the resources. (#8646 by @EvanBacon)- Added support for the
expo-updatesno-publish workflow. (#8003 by @esamelson)