- Added support for font weights when using embedded font on Android. (#26082 by @jongbelegen)
- Stopped scoping font family names in Expo Go on Android. (#28797 by @lukmccall)
This version does not introduce any user-facing changes.
- Fix font name lookup when name is not the same as family. (#28407 by @brentvatne)
This version does not introduce any user-facing changes.
- drop unused web
name
property. (#27437 by @EvanBacon) - Remove most of Constants.appOwnership. (#26313 by @wschurman)
- Removed deprecated backward compatible Gradle settings. (#28083 by @kudo)
- Only include supported font files when using the plugin. (#27002 by @alanjhughes)
This version does not introduce any user-facing changes.
- Bumped iOS deployment target to 13.4. (#25063 by @gabrieldonadel)
- On
Android
bumpcompileSdkVersion
andtargetSdkVersion
to34
. (#24708 by @alanjhughes)
- Handle the case where no argument is passed to the plugin. (#25138 by @alanjhughes)
- Added config plugin to allow fonts to be linked at build time. (#24772 by @alanjhughes)
- Remove
unimodule.json
in favour ofexpo-module.config.json
. (#25099 by @reichhartd)
- Added support for Apple tvOS. (#24329 by @douglowder)
- Updated types for server functions. (#23911 by @EvanBacon)
- Added support for React Native 0.73. (#24018 by @kudo)
- Add static font extraction support with
expo-router
. (#24027 by @EvanBacon)
- Migrated
FontLoaderModule
to use Expo Modules API. (#24015 by @lukmccall)
- Change unloaded font error to a warning. (#23788 by @EvanBacon)
- Gracefully catch exceptions during font loading on web with
fontfaceobserver
. (#22954 by @bradjones1)
This version does not introduce any user-facing changes.
- Fix require cycle on web. (#21593 by @EvanBacon)
This version does not introduce any user-facing changes.
- On Android bump
compileSdkVersion
andtargetSdkVersion
to33
. (#20721 by @lukmccall)
This version does not introduce any user-facing changes.
- Added support for Metro web. (#19234 by @EvanBacon)
This version does not introduce any user-facing changes.
- On Android bump
compileSdkVersion
to31
,targetSdkVersion
to31
andJava
version to11
. (#16941 by @bbarthec)
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
- Enable kotlin in all modules. (#12716 by @wschurman)
- Migrated
unimodules-font-interface
andunimodules-constants-interface
toexpo-modules-core
. (#12949, #12876 by @tsapeta) - Build Android code using Java 8 to fix Android instrumented test build error. (#12939 by @kudo)
- Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. (#11980 by @brentvatne)
- Remove Expo.AppLoading reference in error. (#11204 by @brentvatne)
- Removed
fbjs
dependency (#11396 by @cruzach)
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
This version does not introduce any user-facing changes.
- Fixed timeout on Firefox #7420