12 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
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-20
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-01-26
This version does not introduce any user-facing changes.
55.0.2 — 2026-01-23
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
This version does not introduce any user-facing changes.
8.0.10 - 2025-12-05
This version does not introduce any user-facing changes.
8.0.9 - 2025-11-17
This version does not introduce any user-facing changes.
8.0.8 — 2025-09-11
This version does not introduce any user-facing changes.
8.0.7 — 2025-09-03
This version does not introduce any user-facing changes.
8.0.6 — 2025-08-31
This version does not introduce any user-facing changes.
8.0.5 — 2025-08-28
This version does not introduce any user-facing changes.
8.0.4 — 2025-08-26
This version does not introduce any user-facing changes.
8.0.3 — 2025-08-21
This version does not introduce any user-facing changes.
8.0.2 — 2025-08-16
This version does not introduce any user-facing changes.
8.0.1 — 2025-08-15
This version does not introduce any user-facing changes.
8.0.0 — 2025-08-13
This version does not introduce any user-facing changes.
7.1.7 - 2025-07-03
🐛 Bug fixes
- Fix cold booting iOS apps from a universal link. (#37647 by @EvanBacon)
7.1.6 - 2025-07-01
💡 Others
- Deprecate
useURLin favor ofuseLinkingURL. (#37005 by @aleqsio) - Remove "Please" from warnings and errors (#36862 by @brentvatne)
7.1.5 — 2025-05-08
🐛 Bug fixes
- Fixed
createURLdouble-encodes URI parameters. (#36704 by @lukmccall)
7.1.4 — 2025-04-30
This version does not introduce any user-facing changes.
7.1.3 — 2025-04-25
This version does not introduce any user-facing changes.
7.1.2 — 2025-04-14
This version does not introduce any user-facing changes.
7.1.1 — 2025-04-09
This version does not introduce any user-facing changes.
7.1.0 — 2025-04-04
🎉 New features
- Add macOS support. (#35064 by @gabrieldonadel)
💡 Others
- [Android] Started using expo modules gradle plugin. (#34176 by @lukmccall)
- [apple] Migrate remaining
expo-module.config.jsonto unified platform syntax. (#34445 by @reichhartd)
7.0.5 - 2025-01-27
🎉 New features
- [iOS] Add basic support for App Clips. (#34327 by @EvanBacon)
7.0.4 - 2025-01-10
This version does not introduce any user-facing changes.
7.0.3 — 2024-11-19
🐛 Bug fixes
- [iOS] Fix
addEventListeneranduseURLhook. (#33076 by @gabrieldonadel)
7.0.2 — 2024-10-25
This version does not introduce any user-facing changes.
7.0.1 — 2024-10-24
🐛 Bug fixes
- [iOS] Add tvOS to podspec. (#32255 by @douglowder)
7.0.0 — 2024-10-22
🛠 Breaking changes
🎉 New features
- Add shims for
react-serverenvironments. (#31622 by @EvanBacon) - Add native
getLinkingURLfunction. (#29405 by @aleqsio)
🐛 Bug fixes
💡 Others
- Standardized Babel configuration to use
expo-module-scripts. (#31915 by @reichhartd)
6.3.1 — 2024-04-23
This version does not introduce any user-facing changes.
6.3.0 — 2024-04-18
This version does not introduce any user-facing changes.
6.2.2 - 2024-01-12
This version does not introduce any user-facing changes.
6.2.1 — 2023-12-12
This version does not introduce any user-facing changes.
6.2.0 — 2023-11-14
💡 Others
- Migrate to new standard
URLsupport on native. (#24941 by @EvanBacon)
6.1.1 — 2023-10-17
This version does not introduce any user-facing changes.
6.1.0 — 2023-09-15
🛠 Breaking changes
- Remove deprecated
makeUrlfunction. (#24300 by @EvanBacon)
🐛 Bug fixes
- Fix parsing web URLs with
+symbols in the pathname. (#24300 by @EvanBacon)
💡 Others
- Reduce bundle size on web. (#24300 by @EvanBacon)
6.0.0 — 2023-08-02
This version does not introduce any user-facing changes.
5.0.2 — 2023-06-24
This version does not introduce any user-facing changes.
5.0.1 — 2023-06-22
This version does not introduce any user-facing changes.
5.0.0 — 2023-06-21
🛠 Breaking changes
- Drop support for
detach.schemeschemes (ExpoKit). (#22848 by @EvanBacon)
4.1.0 — 2023-05-08
💡 Others
- Warn on use of Constants.manifest. (#22247 by @wschurman)
4.0.1 — 2023-02-09
This version does not introduce any user-facing changes.
4.0.0 — 2023-02-03
🛠 Breaking changes
💡 Others
- Fix link in README that was incorrectly pointing to to expo-asset. (#20616 by @stereoplegic)
3.3.1 — 2023-02-27
🐛 Bug fixes
- Fixed crash when calling
Linking.removeEventListenerand added warning aboutLinking.removeEventListenerbeing removed from react-native. (#21371 by @gabrieldonadel)
3.2.3 — 2022-10-25
🐛 Bug fixes
- Recognize EAS Updates (u.expo.dev) URL's as Expo-hosted so
createURLcan make a valid default URL for expo-auth-session (#19258 by @confraria) and @keith-kurak)
💡 Others
- Update docs link. (#18935 by @EvanBacon)
3.2.2 — 2022-07-25
This version does not introduce any user-facing changes.
3.2.1 — 2022-07-16
This version does not introduce any user-facing changes.
3.2.0 — 2022-07-07
🐛 Bug fixes
- Fix bug in isExpoHosted for new manifests. (#17402 by @wschurman)
- Fix
addEventListenernot returning a subscription on web. (#17925 by @EvanBacon)
3.1.0 — 2022-04-18
🎉 New features
addEventListenerreturnsEmitterSubscriptionrather thanvoid(#17014 by @frankcalise)
🐛 Bug fixes
addEventListenerandremoveEventListeneronly accept'url'astypeparam, rather thanstringuseURLhook now cleans upaddEventListenerviaremoverather thanremoveEventListener(#17014 by @frankcalise)
💡 Others
3.0.0 — 2021-12-03
🛠 Breaking changes
💡 Others
- Update
qsdependency. (#15069 by @Simek) - Extract
sendIntentmethodextrasparameter to the separate type namedSendIntentExtras. (#15226 by @Simek)
2.4.1 — 2021-10-01
This version does not introduce any user-facing changes.
2.4.0 — 2021-09-09
🎉 New features
- Update JS code to read manifest2 when manifest is not available. (#13602 by @wschurman)
2.3.0 — 2021-06-16
🐛 Bug fixes
- Fix accidental condition that caused AuthSession Google Provider to error when no scheme in Expo Go. (#12846 by @brentvatne)
- Add new manifest2 field and make existing field optional. (#12817 by @wschurman)
2.2.3 — 2021-04-13
This version does not introduce any user-facing changes.
2.2.2 — 2021-04-09
🎉 New features
- Add internal ability to skip warnings for scheme resolution. (#12464 by @EvanBacon)
2.2.1 — 2021-03-30
🐛 Bug fixes
- Replace useUrl with useURL and update documentation. (#12310 by @brentvatne)
2.2.0 — 2021-03-10
🐛 Bug fixes
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)
2.1.1 — 2021-01-21
🎉 New features
- Added bare workflow support. (#11560 by @EvanBacon)
Linking.createURLcreates URLs with two slashes in bare workflow. (#11702 by @EvanBacon)
2.1.0 — 2021-01-15
🐛 Bug fixes
2.0.0 — 2020-12-08
This version does not introduce any user-facing changes.
1.0.6 — 2020-11-17
🐛 Bug fixes
- Improved mechanism used to determine whether in bare or managed workflow. (#10993 by @esamelson)
1.0.5 — 2020-10-22
🐛 Bug fixes
- Prevent crash in bare workflow if
Constants.manifestisn't defined.
1.0.4 — 2020-08-18
This version does not introduce any user-facing changes.
1.0.3 — 2020-05-29
This version does not introduce any user-facing changes.
1.0.2 — 2020-05-27
This version does not introduce any user-facing changes.