7.8 KiB
7.8 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
2.0.0 — 2025-08-13
🎉 New features
- Add support for macOS. (#37629 by @gabrieldonadel)
1.1.0 — 2025-04-04
💡 Others
- [Android] Started using expo modules gradle plugin. (#34176 by @lukmccall)
1.0.0 — 2024-10-22
🛠 Breaking changes
🐛 Bug fixes
- Use expo-updates as source of truth for runtime version in dev client (#31453 by @wschurman)
💡 Others
- Refactor context injection (#31951 by @wschurman)
- [ios] Remove appContext property (#32103 by @wschurman)
0.16.2 — 2024-05-09
🐛 Bug fixes
- Fixed loading error when both
expo-dev-clientandexpo-updatesinstalled but noruntimeVersionconfigured. (#28662 by @kudo)
0.16.1 — 2024-04-29
This version does not introduce any user-facing changes.
0.16.0 — 2024-04-18
💡 Others
- Decouple from "bridge" in
expo-updates. (#27216 by @kudo) - Migrated expo-updates-interface to Kotlin. (#28033 by @kudo)
- Removed deprecated backward compatible Gradle settings. (#28083 by @kudo)
- Aligned
UpdatesControllerRegistrywith iOS for a better expo-updates and expo-dev-launcher interoperability. (#27996 by @kudo)
0.15.3 - 2024-01-18
This version does not introduce any user-facing changes.
0.15.2 - 2024-01-10
This version does not introduce any user-facing changes.
0.15.1 - 2023-12-19
🐛 Bug fixes
- Add relaunch to disabled and dev client controllers. (#25973 by @wschurman)
0.15.0 — 2023-11-14
🛠 Breaking changes
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
AndroidbumpcompileSdkVersionandtargetSdkVersionto34. (#24708 by @alanjhughes)
💡 Others
- Renamed
unimodule.jsontoexpo-module.config.json. (#25100 by @reichhartd) - Remove unused
storedUpdateIdsWithConfigurationmethod. (#25194 by @wschurman)
0.14.0 — 2023-10-17
🛠 Breaking changes
0.13.0 — 2023-09-15
🎉 New features
- Added support for Apple tvOS. (#24329 by @douglowder)
0.12.0 — 2023-09-04
🎉 New features
0.11.0 — 2023-07-28
This version does not introduce any user-facing changes.
0.10.1 - 2023-06-30
🐛 Bug fixes
0.10.0 — 2023-06-21
🎉 New features
🐛 Bug fixes
0.9.2 — 2023-05-08
💡 Others
- iOS: convert to swift. (#21646 by @wschurman)
0.9.1 — 2023-02-09
This version does not introduce any user-facing changes.
0.9.0 — 2023-02-03
💡 Others
- On Android bump
compileSdkVersionandtargetSdkVersionto33. (#20721 by @lukmccall)
0.8.1 — 2022-11-02
💡 Others
- Removed deprecated Android
kotlin-android-extensionsplugin (#19732 by @josephyanks)
0.8.0 — 2022-10-25
🛠 Breaking changes
0.7.0 — 2022-07-07
💡 Others
- [Android] Get downloaded update IDs. (#17933 by @douglowder)
0.6.0 — 2022-04-18
🎉 New features
- Add controller registry in order to support dev client auto-setup with updates integration on iOS. (#16230 by @esamelson)
⚠️ Notices
- On Android bump
compileSdkVersionto31,targetSdkVersionto31andJavaversion to11. (#16941 by @bbarthec)
0.5.1 - 2022-02-01
🐛 Bug fixes
0.5.0 — 2021-12-03
This version does not introduce any user-facing changes.
0.4.0 — 2021-09-28
🐛 Bug fixes
- Removed unnecessary gradle dependency on expo-modules-core. (#14464 by @esamelson)
- Fix building errors from use_frameworks! in Podfile. (#14523 by @kudo)
0.3.1 — 2021-09-16
🛠 Breaking changes
0.3.0 — 2021-09-09
This version does not introduce any user-facing changes.
0.2.2 — 2021-07-05
🐛 Bug fixes
- Remove unnecessary gradle dependency on unimodules-core. (#13481 by @esamelson)
0.2.1 — 2021-06-24
🛠 Breaking changes
- Added method to reset Updates module state. (#13346 by @esamelson)
0.1.0 — 2021-06-10
🛠 Breaking changes
- Renamed the iOS protocol to EXUpdatesExternalInterface. (#13214 by @esamelson)
0.0.2 — 2021-06-08
🎉 New features
-
- Added initial iOS protocol. (#13088 by @esamelson)
🐛 Bug fixes
- Make Update nullable in onSuccess callback (#13136 by @esamelson)
0.0.1 — 2021-05-28
🎉 New features
- Added package and initial Android interface. (#13030 by @esamelson)