Releases: electrode-io/electrode-native
Releases · electrode-io/electrode-native
v0.46.0
Breaking Changes
Detection of Electrode Native API and API implementation dependencies is no longer based on package name.
This will only impact APIs that don't declare an ern module type in their package.json (should be very rare).
Check #1766 for additional details.
Fixes
- #1770 Fix logic for raw and regular deps in plugins cfg [Android]
- #1755 Fix API Java generated code for maps [Android]
Improvements
- #1763 Add support for configurable pod binary version [iOS]
- #1766 Remove regex name match to determine module type
- #1768 Use generalized names for paths, packages, urls
- #1765 Include dependency type in generated plugin config [Android]
Internal
Thanks @LcTwisk for contributing to this release 👍
v0.45.6
v0.45.5
v0.45.4
v0.45.3
v0.45.2
v0.45.1
v0.45.0
Improvements
- #1726 Set verbose flag for pod install command
- #1733 Update and standardize module names
- #1735 Improve error message for composite createIndexJs failure
- #1736 Improve an error message in iOS container generator
- #1737 #1739 #1741 Add support for configurable iOS deployment target
- #1738 Use extraPods array in mustache template
Internal
v0.44.1
Bug Fixes
- #1720 Fix CodePush MiniApps import ordering
- #1724 Fix issue with composite not resolving react dependency when mixing git and local miniapps (impacting composite generation and start command)
- #1724 Fix issue with podspec iOS directive (not working in 0.44.0)
- #1724 Add new iOS directive ignorePodSpec (not a fix per se but needs to be shipped for internal needs)
v0.44.0
Bug Fixes
- #1716 Fix JS API implementations injection in composite
- #1717 Fix an issue with linked registry miniapps
Improvements
- #1712 Add raw dependencies support to Android plugin configuration
- #1714 Remove strict cauldron https check
- #1715 Reorder iOS container generator steps
Internal
- #1709 Add ern-api-gen tests and update inquirer