Skip to content

v0.20.0

Choose a tag to compare

@belemaire belemaire released this 19 Jun 07:54
· 1633 commits to master since this release

Bug fixes

  • #805 Fix Babel module-resolver plugin handling when used by multiple MiniApps.

Improvements

  • #801 The optional bridge version passed to the regen-api command will now be checked for validity / availability.

  • #802 Extract iOS Container build settings from the Container XCode project (pbxproj) file, into dedicated xcconfig files. This is mostly prep-work toward a future improvement for build settings customization, to be released in Electrode Native v0.21.

  • #808 Handle Container versions in Cauldron more properly in case of a native application copy over, to avoid going back to a previous Container version which would then result in Container version conflict when trying to publish the Container.

  • electrode-io/electrode-native-manifest#46 iOS : The packager launched by React Native during React project build (when building Runner or own native application) is not launched any longer. It was of no use for Electrode Native flow and was leading to confusion with some users.

  • #813 Add new option addAsTargetDependency to iOS addProject plugin directive

Documentation

  • #799 Update Electrode Native Bridge hyperlinks.

  • #806 Fix minor typo.

  • #812 Fix Minor typo and casing.

  • #810 Update some deprecated content in Container documentation.

Internals

  • #800 Pursuing Electrode Native code base modularization and extensibility. Following publishers modularization, this PR splits ern-container-gen into dedicated platform generators (android/ios).

  • #792 Extract ern-container-gen utilities into dedicated modules.

  • #795 Move common package.json file access code to dedicated module packageJsonFileUtils.

  • #798 Remove ern-container-gen dependency from ern-runner-gen.

  • #809 Extract Container Publishers types into dedicated files.

Thanks @gmusick and @vasanthk for contributing to this release !