Skip to content

Releases: electrode-io/electrode-native

v0.43.0

24 Jul 04:43
Compare
Choose a tag to compare

This release supports React Native up to 0.63.2

Bug Fixes

  • #1693 Fix RN 0.61+ issue with scoped native module packages (iOS container)
  • #1699 Fix RN 0.61+ fringe case issue with assets copy (iOS container)
  • #1706 Fix start command on Windows
  • #1707 Fix iOS API generator for arrays of primitives

Improvements

  • #1688 #1690 #1691 a89f0bd #1703 React Native 0.63 support
  • #1686 Keep cauldron repositories sorted
  • #1689 Remove strong references on delegates (iOS container)
  • #1696 #1697 Add overlay option to miniapp view init method (iOS container)
  • #1701 Update dependencies versions.
  • #1704 Improve error message of extra option
  • #1705 Remove mkdirp dependency

Internal

  • #1678 Increase mocha test timeout

v0.42.2

07 Jul 22:39
Compare
Choose a tag to compare

Bug Fixes

  • #1687 Guarantee miniapps import order in composite

v0.42.1

30 Jun 23:03
Compare
Choose a tag to compare

Bug Fixes

  • #1682 Revert "Set Android container Gradle plugin to 3.5.2"
  • #1685 Fix a bug causing local miniapps to be included twice in container
  • #1684 Fix "platform config set" command for object values
  • #1683 Add svg files import support

v0.42.0

24 Jun 23:12
Compare
Choose a tag to compare

Deprecations

  • #1646 Deprecate --packageManager flag of create-miniapp

Improvements

  • #1617 Add missing self properties to iOS API generated sources
  • #1627 Show error message if no Android emulator is configured
  • #1628 Throw error if Android emulator fails to start
  • #1629 Update Android container hull
  • #1600 Update API implementation hulls
  • #1664 Update Android runner hull
  • #1643 Improve initial installation process
  • #1659 Add support for http_proxy env variables
  • #1660 Allow "cauldron repo add" to overwrite alias
  • #1670 Reuse yarn lock files instead of creating new ones
  • #1662 #1672 Add option to skip install of iOS container
  • #1673 Add --skipInstall option to create-miniapp
  • #1674 Use yarn add instead of upgrade when reusing yarn.lock

Documentation

Internal

  • #1607 Update ern-local-cli postinstall script
  • #1615 Replace bugsnag library
  • #1621 #1650 #1665 Lerna updates
  • #1620 Add build step and more platforms to CI
  • #1622 Update Mustache and add support for partials
  • #1634 Process all resource files with mustache
  • #1637 Remove unused hasErnNavigation variable
  • #1644 Update .gitattributes
  • #1645 Update global-cli dependencies
  • #1647 Update shelljs to 0.8.4
  • #1649 Optimize imports
  • #1651 Remove istanbul and improve coverage logic
  • #1652 Use files array in global-cli package.json
  • #1655 Set node engine restriction in global-cli to >=8
  • #1653 Sort scripts in package.json
  • #1671 Remove CauldronApi unused method setYarnLockId
  • #1677 Update Prettier configuration and dependency

v0.41.9

20 Jun 02:06
Compare
Choose a tag to compare

Bug Fixes

  • #1668 Add packagingOptions to android runner build
  • #1669 Fix metro config blacklistRe generation on Windows

v0.41.8

17 Jun 19:28
Compare
Choose a tag to compare

Bug Fixes

  • #1666 Fix watch folder path escaping on Windows
  • #1667 Fix scoped local package path on Windows

v0.41.7

08 Jun 22:48
Compare
Choose a tag to compare

Bug Fixes

  • #1657 Fix iOS podspec manifest directive
  • #1658 Fix two bugs in resolveNativeDependenciesVersions

v0.41.6

27 May 05:07
Compare
Choose a tag to compare

Bug Fixes

  • #1641 Patch metro to fix a bug with assets resolution
  • #1642 Fix composite issue impacting react hooks

v0.41.5

21 May 17:18
Compare
Choose a tag to compare

Bug Fixes

  • #1631 Fix export duplication
  • #1632 Fix Bugsnag upload issue

v0.41.4

14 May 21:47
Compare
Choose a tag to compare

Bug Fixes

  • #1623 Fix an issue with container generation with local miniapp(s) using a version of React Native < 0.60.