3.5 KiB
3.5 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
0.12.0 — 2020-11-17
🐛 Bug fixes
0.11.0 — 2020-08-18
🎉 New features
- Easier to follow installation instructions by moving them to the Expo documentation (#9145).
0.10.1 — 2020-05-29
📚 Library updates
- Updated dependencies to match versions included in Expo SDK38.
0.9.0
📚 Library updates
- Updated
@unimodules/react-native-adapter
to version5.2.0
.
0.8.1
🎉 New features
- Added
unimodules-app-loader
to dependencies.
0.8.0
🛠 Breaking changes
- Updated core packages, please refer to their changelogs to see the diff.
- Removed
expo-app-loader-provider
from dependencies.
🎉 New features
- Added
expo-image-loader
to dependencies.
🐛 Bug fixes
- Fix
pod install --deployment
failing due to pathname object being used instead of a string. (#96 by @tsapeta)
0.7.0
📚 Library updates
- Updated
@unimodules/react-native-adapter
to version5.0.0
.
🛠 Breaking changes
- Updated core packages, please refer to their changelogs to see the diff.
🎉 New features
- Allow passing custom pod flags to the unimodules.
0.6.0
🛠 Breaking changes
- Updated core packages, please refer to their changelogs to see the diff.
0.5.3
0.5.2
🐛 Bug fixes
- Updated
@unimodules/core
to version3.0.2
including proper ProGuard rules.
0.5.0
🛠 Breaking changes
- Updated core packages, please refer to their changelogs to see the diff
0.4.2
🐛 Bug fixes
- Fixed MainApplication.kt not being recognized correctly. (#46 by @geovannimp)
0.4.1
🐛 Bug fixes
0.4.0
🛠 Breaking changes
- Updated core packages, please refer to their changelogs to see the diff
🐛 Bug fixes
- Support version tags when adding dependencies for unimodules
0.3.1
🐛 Bug fixes
- Fixed TypeScript definitions of common unimodules not being exported. Thanks @saadq! (#24)
- Fixed automatic installation script not finding unimodules when using CocoaPods'
--project-directory
flag. (#31)
0.3.0
🎉 New features
- Automatically generated list of Android packages (#28)
As of this version, you no longer need to add new packages to your
MainApplication.java
file. Just usenew BasePackageList().getPackageList()
instead 🎉.BasePackageList
is auto-generated with a list of installed unimodules found in yournode_modules
folder during Gradle's Sync operation.