Skip to content

Releases: react-native-community/react-native-circleci-orb

v4.2.2

23 Apr 07:25
Compare
Choose a tag to compare

4.2.2 (2020-04-23)

Bug Fixes

  • ios: Revert changes from 4.2.0 (2c3fa5e)

v4.2.1

22 Apr 13:29
Compare
Choose a tag to compare

4.2.1 (2020-04-22)

Bug Fixes

v4.2.0

21 Apr 15:29
Compare
Choose a tag to compare

4.2.0 (2020-04-21)

Features

  • ios: Ensure a simulator with the latest iOS version exists for the given name when testing (2d614fa)

v4.1.1

20 Apr 16:00
Compare
Choose a tag to compare

4.1.1 (2020-04-20)

Bug Fixes

  • ios: Possible fix for the NVM node version not carrying over between steps (#51) (ae71c53)

v4.1.0

03 Apr 16:02
Compare
Choose a tag to compare

4.1.0 (2020-04-03)

Features

v4.0.4

03 Apr 08:36
Compare
Choose a tag to compare

4.0.4 (2020-04-03)

Bug Fixes

v4.0.3

02 Apr 10:09
Compare
Choose a tag to compare

4.0.3 (2020-04-02)

Bug Fixes

  • Ensure that the publish steps works correctly (7e6c289)

v4.0.0

02 Apr 08:51
Compare
Choose a tag to compare

Features

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

03 Feb 08:36
Compare
Choose a tag to compare

3.0.1 (2020-02-03)

Bug Fixes

v3.0.0

26 Jan 17:40
Compare
Choose a tag to compare

3.0.0 (2020-01-26)

Features

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.