Releases: electrode-io/electrode-native
Releases · electrode-io/electrode-native
v0.43.0
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
v0.42.1
v0.42.0
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