This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
2021-04-02 02:24:13 +03:00

3.5 KiB

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

0.12.0 — 2020-11-17

🐛 Bug fixes

  • Fixed resolving Gradle module path when a symlink is provided. (#10007 by @barthap)

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 version 5.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 version 5.0.0.

🛠 Breaking changes

🎉 New features

  • Allow passing custom pod flags to the unimodules.

0.6.0

🛠 Breaking changes

0.5.3

0.5.2

🐛 Bug fixes

  • Updated @unimodules/core to version 3.0.2 including proper ProGuard rules.

0.5.0

🛠 Breaking changes

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

🐛 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 use new BasePackageList().getPackageList() instead 🎉. BasePackageList is auto-generated with a list of installed unimodules found in your node_modules folder during Gradle's Sync operation.