A Metro config for running React Native projects with the Metro bundler
Last release today
26 Aug 2026
Ships on a steady schedule
a new release about every 9 days
Rarely documented
notes for 4 of 292 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
445 releases ยท first in 2020
Release timeline
445 releases since 2020Releases
- 54.0.1218 Dec 2025
Nothing published for this version
- 54.0.1111 Dec 2025
Nothing published for this version
- 54.0.104 Dec 2025
Nothing published for this version
- 54.0.97 Nov 2025
Nothing published for this version
- 54.0.9-canary-20251031-b135dff31 Oct 2025pre-release
Nothing published for this version
- 54.0.828 Oct 2025
Nothing published for this version
- 54.0.8-canary-20251023-4c86f9523 Oct 2025pre-release
Nothing published for this version
- 54.0.720 Oct 2025
Nothing published for this version
- 54.0.7-canary-20251015-a6a127215 Oct 2025pre-release
Nothing published for this version
- 54.0.7-canary-20251013-623c5a613 Oct 2025pre-release
Nothing published for this version
- 54.0.7-canary-20251009-9919e089 Oct 2025pre-release
Nothing published for this version
- 54.0.7-canary-20251008-f2d1b4a8 Oct 2025pre-release
Nothing published for this version
- 54.0.7-canary-20251008-6acbc1c8 Oct 2025pre-release
Nothing published for this version
- 54.0.7-canary-20251003-7b9d7ff3 Oct 2025pre-release
Nothing published for this version
- 54.0.61 Oct 2025
Nothing published for this version
- 54.0.6-canary-20250930-9dc59d330 Sept 2025pre-release
Nothing published for this version
- 54.0.522 Sept 2025
Nothing published for this version
- 54.0.5-canary-20250919-7a31b9619 Sept 2025pre-release
Nothing published for this version
- 54.0.418 Sept 2025
Nothing published for this version
- 54.0.312 Sept 2025
Nothing published for this version
- 54.0.3-canary-20250912-b5ce2a812 Sept 2025pre-release
Nothing published for this version
- 54.0.211 Sept 2025
Nothing published for this version
- 54.0.110 Sept 2025
Nothing published for this version
- 54.0.010 Sept 2025
Release notes
Open source โ๐ 3rd party library updates
expo-sqliteexpo-camera
๐ Breaking changes
expo-notificationsexpo-media-libraryexpo-intent-launcherexpo-image-picker- [Web] Changed web
urito use blob URLs instead of base64 data URLs for better performance. Theuriproperty will now be a blob URL instead of a base64 data URL, while thebase64property behavior remains unchanged. (#37447 by @hirbod) - [ios] The default for
preferredAssetRepresentationModeis now.currentinstead of.automatic. This keeps the asset in its original container/codec (e.g. HEIC instead of JPEG) and is required for the new fast-path. Apps that relied on.automaticre-encoded output can passpreferredAssetRepresentationMode: '.automatic'to restore the old behaviour. (#37569 by @hirbod)
- [Web] Changed web
expo-fontexpo-file-systemexpo-document-picker- [Web] getDocumentAsync() no longer returns base64 by default. The uri on web now always points to a Blob created via URL.createObjectURL(), which can be used for previews or appended to FormData for uploads. Selecting large files on web is now almost instant, since thereโs no base64 conversion by default. If you still need base64, you can pass base64: true in the options. A new base64 field will then be included in the result. (#37443 by @hirbod)
๐ New features
unimodules-app-loader- [iOS] Add Apple TV support. (#38513 by @douglowder)
expo-web-browser- Add experimental macOS support (#37352 by @gabrieldonadel)
expo-video-thumbnails- [iOS] Add Apple TV support. (#38513 by @douglowder)
expo-task-manager- [iOS] Add Apple TV support. (#38513 by @douglowder)
expo-sqlite- [iOS] Support Apple TV. (#38475 by @douglowder)
- Added
loadExtensionAsync/loadExtensionSyncAPIs and pre-bundled sqlite-vec extension. (#38693 by @kudo) - Added
expo-sqlite/localStorage/installforlocalStoragedrop-in replacement API. (#38699 by @kudo)
expo-speechexpo-screen-capture- Implemented
useScreenshotListenerhook. (#37411 by @hryhoriiK97) - Implemented screenshot prevention on iOS. (#37874 by @hryhoriiK97)
- Implement App Switcher protection on iOS. (#38192 by @hryhoriiK97)
- Implemented
expo-modules-core- [iOS] Add module registry encoder for JSON. (#36677 by @aleqsio)
- [Android] New custom Type Converter API (#36823 by @jakex7)
- [iOS] Natively support
rgbcolor conversions. (#36914 by @alanjhughes) - Add default values to prop definition. (#37011, #37013 by @jakex7)
- [iOS] Support cast from JavaScriptValue in DynamicArrayType. (#37891 by @jakex7)
- Added support for expo modules written using TurboModules (#36996 by @acoates-ms)
- [Android] Add Array converter and handle nullable values. (#37220 by @jakex7)
- [Android] Support object arrays in type converters. (#37276 by @jakex7)
- [Android] Add
testIDsupport toExpoComposeView. (#38005 by @mateoguzmana) - [iOS] Return proper dynamic type for AnyEither. (#38072 by @jakex7)
- [Android] Add VRUtilities for VR-related values and utils (#37744 by @behenate)
- [Andorid] Start using experimental converters in properties. (#38597 by @lukmccall)
- [Android] Rethrow pending Jni exceptions. (#38625 by @jakex7)
- [iOS] Add new type -
ValueOrUndefined. (#38620 by @lukmccall) - [Android] Add new type -
ValueOrUndefined. (#39116 by @lukmccall) - Add
disableForceFlattenprop to control flattening of display contents views. (#39262 by @nishan) (#39262 by @intergalacticspacehighway) - Add logging from native to JS, compliant with the Logger interface, via
appContext.jsLogger. (#39159 by @behenate)
expo-media-libraryexpo-localization- Add
supportedLocalesoption to set app language from settings (#37232 by @alextoudic)
- Add
expo-local-authentication- [Android] Added
promptSubtitleandpromptDescriptionparameters toauthenticateAsync. (#35335 by @filipejuan)
- [Android] Added
expo-image-manipulator- [iOS] Add Apple TV support. (#38513 by @douglowder)
expo-intent-launcherexpo-image-picker- [android] Introduce customizable cropping UI with light and dark theme support (#37573 by @hirbod)
- [android] Add new
shapeoption to customize the shape of the crop zone (#38148) by @janicduplessis (#38148 by @janicduplessis)
expo-fontexpo-image-loader- [iOS] Add Apple TV support. (#38513 by @douglowder)
expo-file-system- [android] Add file and directory pickers. (#38455 by @aleqsio)
- Add support for asset uris. (#38785 by @aleqsio)
- Make file implement blob interface directly. (#38160 by @aleqsio)
- Add directory info function (#37910 by @Wenszel)
- Add total and available sizes, directory sizes. (#37594 by @aleqsio)
- Add info method, modificationTime and creationTime properties to file-system/next. (#37505 by @Wenszel)
- Add support for custom headers in downloadFileAsync (#36108 by @leonhh)
- [next] Add limited support for SAF Uris. (#38075 by @aleqsio)
- [next] Add full support for SAF Uris. (#38075 by @aleqsio)
- Add
renamemethod for files and directories (#39138 by @kosmydel) - Add
idempotentoption for creating directories (#39121 by @kosmydel) - [iOS] Add
pickFileAsyncsupport (#39173 by @kosmydel) - Add stubs for legacy methods imported from "expo-file-system". (#39244 by @aleqsio)
- [iOS] Add
pickDirectoryAsyncsupport (#39210 by @kosmydel)
expo-document-pickerexpo-contacts- Added
addContactsChangeListener()to detect contact changes with platform-specific behavior. . (#39434 by @hryhoriiK97)
- Added
expo-calendar- [iOS] Added support for allโday reminders (#39028) by @dominik-miskovic (#39028 by)
expo-cameraexpo-auth-session- Added
rawResponsetoTokenResponse, allows reading fields that are not part of RFC 6749. (#20284 by @stefan-schweiger)
- Added
expo-asset
๐ Bug fixes
expo-task-managerexpo-sqlite- Fixed parallel issue for
Statement.executeAsync. (#36674 by @kudo) - Fixed exceptions when SQLite session API returns empty buffer. (#37246 by @kudo)
- Fixed minimum OS version support for libsql.xcframework. (#37130 by @kudo)
- Added Android 16KB page size support. (#37446 by @kudo)
- Fixed unnecessary database reopen from
SQLiteProviderwith same options. (#37872 by @kudo) - [Android] Fix nullability of binding params. (#37200 by @lukmccall)
- Fixed
:memory:path issue when building on Xcode 26. (#39511 by @kudo)
- Fixed parallel issue for
expo-speechexpo-secure-storeexpo-screen-orientation- [iOS] Fix the app becoming unresponsive when the orientation listener is used in
Split Viewon iPad. (#36667 by @alanjhughes) - [iOS] Call
createRootViewControllerfrom theExpoReactNativeFactoryDelegate. (#36787 by @alanjhughes)
- [iOS] Fix the app becoming unresponsive when the orientation listener is used in
expo-screen-capture- [Android] Fix permissions on Android 13.
- [iOS] Fix issue with header flickering on screenshot prevention. (#38384 by @hryhoriiK97)
- [Android] Prevent hard crash when we cannot access the event emitter. (#38869 by @alanjhughes)
expo-printexpo-notifications- [ios] ensure
getLastNotificationResponseAsyncdoes not return null when no response listener added (#36930 by @jmysliv) - [android] add missing proguard-rules for
expo-notifications(#37833 by @chrfalch) - [iOS] Rethrow obj-c exception as swift error. (#38714 by @jakex7)
- [ios] fix
setBadgeCountAsync(0)also cleared notifications (#39009 by @vonovak) - refactor ExpoPushTokenManager promise handling (#39179 by @vonovak)
- [android] do not send faulty duplicate
TextInputNotificationResponseevents (#39356 by @vonovak) - fix text response not present on some Android versions (#39350 by @vonovak)
- [ios] fix race condition in
setNotificationCategoryAsync(#39306 by @vonovak)
- [ios] ensure
expo-modules-core- Fixed
extraMavenReposnot applied on Gradle subprojects. (#36500 by @lukmccall) - [Android] Fix
getSharedObjectIdfor devices running android 7 and below. (#36698 by @lukmccall) - [iOS] Fixed missing upload progress from
XMLHttpRequestwhen network inspector is enabled. (#36715 by @kudo) - [iOS] Call
createRootViewControllerfrom theExpoReactNativeFactoryDelegate. (#36787 by @alanjhughes) - [iOS] Prevent crash on failed networked requests (#36896 by @adrum)
- Added Android 16KB page size support. (#37446 by @kudo)
- [Android] Fix
Value is undefined, expected an Objectin theJNIUtils::emitEventOnJSIObject. (#37778 by @lukmccall) - [Android] Mark either converters as non-trivial. (#37836 by @aleqsio)
- [iOS] Fix view functions for SwiftUI views. (#38275 by @aleqsio)
- [iOS] Fix missing CDP headers when using static frameworks. (#37448 by @alanjhughes)
- [android] Fix android build without coreFeatures compose (#38153 by @Ubax)
- [iOS] Fix
ExpoRequestInterceptorProtocolto properly notify client about HTTP redirects. (#38078 by @kudo) - [Android] Conditionally register
RuntimeHolderbindings. (#38345 by @alanjhughes) - [iOS] Fix null string conversion. (#38284 by @jakex7)
- [Android] Fix invalid array buffer offset in typed arrays. (#38958 by @aleqsio)
- [Android] Fix ErrorManager not receiving error/warning events on the JS side. (#39126 by @behenate)
- [ios] Bring back correct scoping for Expo Go. (#39186 by @aleqsio)
- Fix Color extension on macOS. (#39280 by @gabrieldonadel)
- Fix ErrorManager not receiving events. (#39290 by @behenate)
- [Android] Fix type check in the
SharedRefconverter. (#39446 by @lukmccall) - [Android] Fixes
JNI detected error in application: obj == nullinExpoModulesHostObject::get. (#39523 by @lukmccall)
- Fixed
expo-media-library- [Android] Fix
deleteAssetsAsyncnot working on android 11 or above (#33211 by @Zeeshan404) - [iOS] Fix tvOS compilation errors. (#38085 by @douglowder)
- [Android] Fix
expo-location- [Android] Fix
shouldUseForegroundServicebeing alwaystrue. (#35875 by @filipef101)
- [Android] Fix
expo-linking- Fixed
createURLdouble-encodes URI parameters. (#36704 by @lukmccall) - Fix cold booting iOS apps from a universal link. (#37647 by @EvanBacon)
- Fixed
expo-mail-composerexpo-image-manipulatorexpo-image-picker- Prevent external applications from accessing the CropImageActivity (#37223 by @aladine)
- [Web] Corrected camera capture attributes on web where front camera was using 'environment' and back camera was using 'user'. Reversed the values to ensure proper camera selection. (#37447 by @hirbod)
- [ios]: Enhance image reading logic to prioritize cropped images and improve orientation handling (#37846 by @hirbod)
- [android] Adjust video metadata extraction to account for rotation (#37849 by @hirbod)
- [iOS] Fix wrong dimensions reported for portrait images (#39230 by @hirbod)
- [ios] Avoid transcoding for .avif and .tiff like it works for .heic. This keeps the asset in its original container/codec (e.g. TIFF instead of JPEG) and is required for the new fast-path. Apps that relied on .automatic re-encoded output can pass preferredAssetRepresentationMode: '.automatic' to restore the old behaviour.(#39398 by @chocky335)
expo-font- Bail out early when
getLoadedFontsreturns an empty array. (#36586 by @brentvatne)
- Bail out early when
expo-glexpo-file-system- Fix the
UploadTask.uploadAsyncmethod's return type did not indicate that the method could resolve tonull. (#36476 by @DoctorJohn) - Update exists logic to align with documentation (#37692 by @Wenszel)
- Fix memory usage issue in getInfoAsync (#37417 by @Wenszel)
- Improved type safety in the FileSystem module to support tsconfig setups with stricter rules than the default. (#37107 by @hirbod)
- Added required modifiers in the FileSystem module to support tsconfig setups with stricter rules than the default. (#37467 (#37467 by)
- Fixed type definition for
textSync()to returnstringinstead ofPromise<string>(#38898 by @LeonDvlpmnt) - [iOS] Fix tvOS compile error. (#39345 by @douglowder)
- Add minimal web stub to fix broken imports on web (#39400 by @LeonDvlpmnt)
- Fix the
expo-document-pickerexpo-contacts- Make
Contact.idrequired forupdateContactAsync(#36603 by @NorseGaud) - [Android] fixed
updateContactAsync()removing contact rawDates / birthday (#37054 by @NorseGaud - fix
CNContactViewControllerpresentation (#39004 by @vonovak) - [iOS] Fixed undefined labels for emails in contacts. (#39222 by @NorseGaud (#39222 by @hryhoriiK97)
- [iOS] Fixed issue with missing
instantMessageAddresseson iOS (#38985 by @hryhoriiK97) - [iOS] Added handling for optional labels. (#38985 by @hryhoriiK97) (#39247 by @hryhoriiK97)
- Make
expo-constants- Remove invalid import from expo-dev-launcher. (#37558 by @douglowder)
- Fix check-packages warning. (#37570 by @douglowder)
expo-calendarexpo-camera- [Android] Fix the scenario where switching apps results in the loss of the recording video by throwing an error. (#36854 by @ladeira1)
- [Android] Fix barcode scanner coordinates to UI mapping. (#37198 by @alanjhughes)
- [iOS] Fixes returning
PictureRefobjects.(#37393 by @alanjhughes) - Fix barcode options to correctly handle empty barcodeTypes (#38100 by @LeonDvlpmnt)
- [Android] Add dismissScanner to module to prevent undefined error. (#38129 by @LeonDvlpmnt)
- [Android] Correctly handle errors when using
launchScanner. (#38322 by @alanjhughes) - [iOS] Fix
videoQualityandpictureSizeaffecting modes they don't apply too. (#38757 by @alanjhughes) - [Android] Fix early tear down from
onDetachedFromWindow. (#39119 by @alanjhughes) - [Android] Fix errors on devices that do not have Google Play Services installed. (#39455 by @alanjhughes)
expo-blurexpo-background-fetchexpo-avexpo-auth-sessionexpo-asset
๐ก Others
expo-video-thumbnailsexpo-task-manager- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- [Android] Change Constants to Constant/Property. (#38926 by @jakex7)
expo-sqlite- Avoided synchronous API calls for
kv-store. (#36669 by @kudo) - Improved synchronous APIs on web. (#36670 by @kudo)
- Prevent
maybeFinalizeAllStatementsthrowing exceptions. (#36843 by @kudo) - Apply #36674 change to SQLiteModuleLibSQL.swift. (#36850 by @kudo) (#36674, #36850 by @kudo) (#36674, #36850, #36674, #36850 by @kudo, @kudo)
- Updated API doc for
loadExtensionAsync()andloadExtensionSync(). (#38905 by @kudo) - Change Constants to Constant/Property. (#38926 by @jakex7)
- Avoided synchronous API calls for
expo-speechexpo-sharingexpo-secure-storeexpo-sensorsexpo-screen-capture- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- [iOS] Replaced deprecated keyWindow usage. (#38207 by @hryhoriiK97)
expo-printexpo-notifications- improve test environment condition to avoid warning (#33982 by @PiotrBorowski)
- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- Update typings for
[email protected](#38833 by @kitten) - deprecate two async functions in favor of their sync variants (#39174 by @vonovak)
expo-modules-core- Improved
@expo/ui/swift-ui-primitivesintegrations. (#36937 by @kudo) - [iOS] Use dynamic type for AsyncFunction result conversion (#36986 by @jakex7)
- Add package exports support. (#37302 by @EvanBacon)
- [iOS] Cleaned up iOS header files for precompilation (#38441 by @chrfalch)
- [Android] RN 0.81.0: patched some reflection issues after kotlin upgrade (#38451 by @chrfalch)
- Restructure Jest polyfills to not import forbidden platform extension directly. (#37588 by @EvanBacon)
- [Android] Improve time to retrieve the Expo module. (#37082 by @lukmccall)
- [Android] Reduce the memory footprint of calling function from the native module. (#37080 by @lukmccall)
- [Android] Changed how nullable types are converted. (#37055 by @lukmccall)
- [Android] Reduce the number of conversions needed to call a function from the native module. (#37099 by @lukmccall)
- Updated
ExpoComposeViewto support virtual view. (#36255 by @kudo) - [iOS] Support throwing errors in shared object constructor. (#37618 by @alanjhughes)
- [iOS] Remove boilerplate from function factories. (#37884 by @alanjhughes)
- [Android] Remove react-native 0.74 support files (#38216 by @gabrieldonadel)
- Add missing peer dependencies for
reactandreact-native(#38528 by @kitten) - Deprecate
Constantsin favor ofConstantandProperty. (#38748 by @jakex7) - Refactor typings to replace
ExpoGlobalwith namespace and to preserve type+value overlay on re-exported core globals (#38649 by @kitten) - Fixed internal
JavaScriptValueand addedprops.globalEventDispatcherfor expo-ui. (#38542 by @kudo) - [ios] Wrap system color references for dev client. (#38912 by @douglowder)
- [Android] Update min, target, and compile SDK versions. (#38938 by @alanjhughes)
- Fix JavaScriptRuntimeSpec tests (#39281 by @gabrieldonadel)
- Added
appContexttoExpoSwiftUI.ViewProps. (#39231 by @kudo) requireOptionalNativeModulewill now catch errors which occur while requiring a module. (#39290 by @behenate)- Use new LongLivedObject.h and CallbackWrapper.h headers namespace (#39344 by @gabrieldonadel)
- [iOS] Added
Colorconvertible support without passingAppContext. (#39183 by @aleqsio) - Extracted the read permission check from
FileSystemUtilities(#39210 by @kosmydel) - [Android] Remove some usage of
kotlin.reflect.full.*. (#39385 by @lukmccall) - improve startup performance by not relying on kotlin reflection. (#39389 by @ACHP)
- Improved
expo-media-libraryexpo-local-authentication- Remove "Please" from warnings and errors (#36862 by @brentvatne)
expo-keep-awake- Migrate to package exports (#37298 by @EvanBacon)
expo-location- Remove "Please" from warnings and errors (#36862 by @brentvatne)
expo-linking- Deprecate
useURLin favor ofuseLinkingURL. (#37005 by @aleqsio) - Remove "Please" from warnings and errors (#36862 by @brentvatne)
- Deprecate
expo-image-manipulatorexpo-image-picker- [ios] Images now use a fast-path if possible: the original file is copied once and its size is read from the header (no full decode / re-encode). This requires
quality: 1,allowsEditing: falseandpreferredAssetRepresentationMode: .current(new default) (#37569 by @hirbod) - [ios] Videos picked with
VideoExportPreset.Passthroughare no longer transcoded and are copied only once. (#37569 by @hirbod)
- [ios] Images now use a fast-path if possible: the original file is copied once and its size is read from the header (no full decode / re-encode). This requires
expo-fontexpo-gl- Use pointerEvents style instead of prop for components on web. (#38023 by @EvanBacon)
- Add missing optional
react-domandreact-native-reanimatedpeer dependencies (#38569 by @kitten) - [Web] Remove
findDOMNodeusage. (#38800 by @alanjhughes)
expo-file-system- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- Update typings for
[email protected](#38833 by @kitten) - Change Constants to Constant/Property. (#38926 by @jakex7)
expo-document-pickerexpo-deviceexpo-clipboard- [iOS] Refactor deprecated code (#36714 by @hirbod)
- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- [Android] Obfuscate clipped image filenames (#39124 by @kretkiewicz)
expo-contacts- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- Improved type safety with NewContact and ExistingContact types. (#39269 by @hryhoriiK97)
- Extracted the read permission check from
FileSystemUtilities(#39210 by @kosmydel)
expo-cellular- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- Change Constants to Constant/Property. (#38926 by @jakex7)
expo-constants- [iOS] forward PROJECT_ROOT env var to app config script (#38208 by @gabrieldonadel)
expo-camera- [Android] Make
createCameraa suspend function. (#37038 by @alanjhughes) - Use pointerEvents style instead of prop for components on web. (#38023 by @EvanBacon)
- Update typings for
[email protected](#38833 by @kitten)
- [Android] Make
expo-batteryexpo-background-fetch- Remove "Please" from warnings and errors (#36862 by @brentvatne)
expo-av- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- Change Constants to Constant/Property. (#38926 by @jakex7)
expo-auth-session- Remove "Please" from warnings and errors (#36862 by @brentvatne)
expo-assetexpo-application- Remove "Please" from warnings and errors (#36862 by @brentvatne)
- Change Constants to Constant/Property. (#38926 by @jakex7)
- 1.0.0-canary-20241021-c4b5a9321 Oct 2024pre-release
Nothing published for this version
- 1.0.0-canary-20241021-7aba81321 Oct 2024pre-release
Nothing published for this version
- 1.0.0-canary-20241018-ebd377a18 Oct 2024pre-release
Nothing published for this version
- 1.0.0-canary-20241018-75a0b2518 Oct 2024pre-release
Nothing published for this version
- 1.0.0-canary-20241018-4f8243a18 Oct 2024pre-release
Nothing published for this version
- 1.0.0-canary-20241018-2a482e318 Oct 2024pre-release
Nothing published for this version
- 0.21.118 Sept 2025
Nothing published for this version
- 0.21.104 Sept 2025
Nothing published for this version
- 0.21.93 Sept 2025
Nothing published for this version
- 0.21.82 Sept 2025
Nothing published for this version
- 0.21.731 Aug 2025
Nothing published for this version
- 0.21.7-canary-20250830-81bb19930 Aug 2025pre-release
Nothing published for this version
- 0.21.627 Aug 2025
Nothing published for this version
- 0.21.6-canary-20250826-f47516626 Aug 2025pre-release
Nothing published for this version
- 0.21.525 Aug 2025
Nothing published for this version
- 0.21.421 Aug 2025
Nothing published for this version
- 0.21.319 Aug 2025
Nothing published for this version
- 0.21.217 Aug 2025
Nothing published for this version
- 0.21.115 Aug 2025
Nothing published for this version
- 0.21.013 Aug 2025
Nothing published for this version
- 0.21.0-canary-20250729-d8899ae29 Jul 2025pre-release
Nothing published for this version
- 0.21.0-canary-20250722-599a28f22 Jul 2025pre-release
Nothing published for this version
- 0.21.0-canary-20250713-8f814f813 Jul 2025pre-release
Nothing published for this version
- 0.21.0-canary-20250709-136b77f9 Jul 2025pre-release
Nothing published for this version
- 0.21.0-canary-20250701-6a945c51 Jul 2025pre-release
Nothing published for this version
- 0.21.0-canary-20250630-547cd8230 Jun 2025pre-release
Nothing published for this version
- 0.20.1811 Dec 2025
Nothing published for this version
- 0.20.173 Jul 2025
Nothing published for this version
- 0.20.162 Jul 2025
Nothing published for this version
- 0.20.1518 Jun 2025
Nothing published for this version
- 0.20.15-canary-20250613-b29d67613 Jun 2025pre-release
Nothing published for this version
- 0.20.15-canary-20250612-338ef5512 Jun 2025pre-release
Nothing published for this version
- 0.20.15-canary-20250611-f0afe8011 Jun 2025pre-release
Nothing published for this version
- 0.20.146 May 2025
Nothing published for this version
- 0.20.133 May 2025
Nothing published for this version
- 0.20.121 May 2025
Nothing published for this version