Skip to content

Releases: electrode-io/electrode-native

v0.46.0

04 Mar 22:06
Compare
Choose a tag to compare

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

  • #1769 Replace doesThrow with rejects
  • #1767 Clean up utils and tests

Thanks @LcTwisk for contributing to this release 👍

v0.45.6

17 Feb 00:15
Compare
Choose a tag to compare

Fixes

  • #1758 Add missing fs-extra dependency to ern-core

New Features

  • #1761 Add extraPodspecsSources manifest directive for iOS
  • #1762 Add new extraPodfileStatements manifest directive for iOS

v0.45.5

22 Dec 16:27
Compare
Choose a tag to compare

Improvements

  • #1752 Pass extraNodeModules to compositeGen in runner

v0.45.4

07 Dec 16:50
Compare
Choose a tag to compare

Bug Fixes

  • #1747 Fix cauldron requirement for create-container command

v0.45.3

02 Dec 04:23
Compare
Choose a tag to compare

Bug Fixes

  • #1746 Fix default iOS deployment target for RN<0.61

v0.45.2

25 Nov 00:44
Compare
Choose a tag to compare

Improvements

  • #1745 Align composite generator config parameters

v0.45.1

17 Nov 00:02
Compare
Choose a tag to compare

Improvements

  • #1743 Add custom Metro config extraNodeModules support

v0.45.0

20 Oct 19:49
Compare
Choose a tag to compare

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

  • #1722 Update dot-prop to 4.2.1
  • #1727 Update yarn and dependencies of lerna
  • #1728 Update kax to 3.0.0

v0.44.1

04 Sep 17:31
Compare
Choose a tag to compare

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

19 Aug 01:41
Compare
Choose a tag to compare

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