Releases: react-native-community/react-native-circleci-orb
Releases · react-native-community/react-native-circleci-orb
v4.2.2
v4.2.1
v4.2.0
v4.1.1
v4.1.0
v4.0.4
v4.0.3
v4.0.0
Features
- ios: Upgrading Xcode to 11.0 (#45 by @springcoil) (78aad72)
BREAKING CHANGES
- ios: You should confirm that your app is able to build on Xcode 11 before upgrade, however, most app will already support this.
v3.0.1
3.0.1 (2020-02-03)
Bug Fixes
- Fix errors when installing NodeJS on MacOS executor (#40 by @roni-castro) (19ac8f7)
v3.0.0
3.0.0 (2020-01-26)
Features
- Use Node 10 by default (#37 by @roni-castro) (3e7efc6)
BREAKING CHANGES
- Node 10 is now the default version. The previous default of Node 8 is now end-of-life. Most users will have no issues with upgrading unless they use modules which rely on Node 8 behaviour. You can also now use the
node_version
parameter to set the Node version you require.