4.0 KiB
4.0 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
💡 Others
6.3.5 — 2021-07-28
This version does not introduce any user-facing changes.
6.3.4 — 2021-07-09
🐛 Bug fixes
- Changed generateExpoModulesPackageList for preBuild.dependsOn with quotes in build.gradle. (#13568 by @wbroek)
6.3.3 — 2021-07-08
This version does not introduce any user-facing changes.
6.3.2 — 2021-07-06
🐛 Bug fixes
6.3.1 — 2021-06-22
This version does not introduce any user-facing changes.
6.3.0 — 2021-05-25
- Include missing
UMPermissionsInterface
dependency in the podspec. (#12862 by @budiTjendra)
🎉 New features
- Added CocoaPods & Gradle scripts to use new autolinking implementation (opt-in feature). (#11593 by @tsapeta)
💡 Others
6.2.2 — 2021-04-13
🎉 New features
- Removed
lodash
(#12507 by @EvanBacon)
6.2.1 — 2021-03-30
This version does not introduce any user-facing changes.
6.2.0 — 2021-03-10
🎉 New features
- Updated Android build configuration to target Android 11 (added support for Android SDK 30). (#11647 by @bbarthec)
6.1.0 — 2021-01-15
🎉 New features
6.0.0 — 2020-12-15
⚠️ Notices
- The package is now shipped with prebuilt binaries on iOS. You can read more about it on expo.fyi/prebuilt-modules. (#11224 by @tsapeta)
🛠 Breaking changes
5.7.0 — 2020-11-17
🐛 Bug fixes
- Fixed invalid numbers of listeners being considered unregistered on iOS, resulting in Attempted to remove more '{ModuleName}' listeners than added. errors. (#10771 by @sjchmiela)
5.6.0 — 2020-08-18
This version does not introduce any user-facing changes.
5.5.0 — 2020-08-11
🛠 Breaking changes
- Deprecate
RCTDeviceEventEmitter
in favor of the renamedDeviceEventEmitter
. (#8826 by @EvanBacon)
🎉 New features
- Remove
prop-types
(#8681 by @EvanBacon) - Add
Platform.isDOMAvailable
to detect web browser environments. (#8645 by @EvanBacon) - Add
Platform.select()
method to switch values between platforms. (#8645 by @EvanBacon) - Upgrade to
react-native-web@~0.12
. (#9023 by @EvanBacon)
5.4.0 — 2020-05-29
🐛 Bug fixes
- Made it possible for SSR (node) environments that don't bundle using platform extensions to work without resolving native code. (#8502 by @EvanBacon)
5.3.0 — 2020-05-27
This version does not introduce any user-facing changes.