Skip to content

Releases: electrode-io/electrode-native

0.45.8

10 Mar 11:13
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Upgrade container to use swift5 compiler
  • Ensure composite dependencies are version limited

Full Changelog: v0.45.7...v0.45.8

0.49.2

06 Jan 01:02
Compare
Choose a tag to compare
  • Ensure compatible version of ern-navigation and ern-container-publisher-maven is used

Full Changelog: v0.49.1...v0.49.2

0.48.6

06 Jan 01:01
Compare
Choose a tag to compare
  • Ensure compatible version of ern-navigation and ern-container-publisher-maven is used

Full Changelog: v0.48.5...v0.48.6

0.47.4

06 Jan 00:06
Compare
Choose a tag to compare
  • Ensure compatible version of ern-navigation and ern-container-publisher-maven is used

Full Changelog: v0.47.3...v0.47.4

0.46.3

06 Jan 00:04
Compare
Choose a tag to compare
  • Ensure compatible version of ern-navigation and ern-container-publisher-maven is used

Full Changelog: v0.46.2...v0.46.3

0.45.7

06 Jan 00:01
Compare
Choose a tag to compare
  • Ensure compatible version of ern-navigation and ern-container-publisher-maven is used

Full Changelog: v0.45.6...v0.45.7

0.49.1

28 Mar 07:19
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Fix iOS container generation for RN 0.64+ #1860
  • Align Hermes/JSC versions for RN 0.65+ #1861

Full Changelog: v0.49.0...v0.49.1

0.49.0

31 Dec 23:14
Compare
Choose a tag to compare

What's Changed

Default version of react-native updated to 0.66.4 in manifest:

Improvements

  • Update ElectrodeReactContainer.java and regen fixtures #1815
  • Make electrode plugin delegates nullable #1816
  • Pass resolutions to runLocalCompositeGen #1818
  • Throw in case metro fails to generate the bundle silently #1821
  • Add MiniAppsConfig file to iOS container gen #1823
  • Fix yarn info generic message when package not exists #1848

Bug Fixes

  • Fix bug in createTmpDir function #1810
  • Fix babel support for RN 0.64+ #1811
  • Fix bug in code-push release #1812
  • Replace deprecated instruments commands #1835
  • Fix cauldron app name for releasing to codepush #1844
  • Prevent plugin cfg gen crash caused by g2js bug #1847
  • Fix isYarnInstalled issue on Windows OS #1852
  • Fix relative path problem when creating container #1851

New Features

  • Add support for Android dynamic feature modules #1813
  • Update plugin config gen with kotlin support #1824

Internal

  • Dedupe yarn.log and apply formatter #1809
  • Add GitHub action workflow for ern release #1814
  • Fix unit tests on Node 16 #1820
  • Format root level js files #1831
  • Update mock-fs to 5.1.1 #1830
  • Update documentation #1825
  • Move husky hooks to individual script files #1806
  • Update description of codepush tests #1833
  • Use Node.js 16 for Azure tests #1834
  • Update GitHub workflows #1819
  • Automate publishing and versioning #1841
  • Update CONTRIBUTING.md #1846
  • Run prettier --check on CI #1850
  • Update dependencies (yarn.lock/semver) #1853

New Contributors

Full Changelog: v0.48.5...v0.49.0

0.48.5

01 Dec 06:31
Compare
Choose a tag to compare

Bug Fixes

  • #1835 Replace deprecated instruments commands (fixes run-ios when using Xcode 13)

Full Changelog: v0.48.4...v0.48.5

v0.48.4

16 Jul 21:14
Compare
Choose a tag to compare

Improvements

  • #1823 Add MiniAppsConfig file to iOS container gen