Releases: react-native-community/react-native-circleci-orb
Releases · react-native-community/react-native-circleci-orb
v8.0.0
8.0.0 (2024-05-23)
Bug Fixes
-
remove _JAVA_OPTIONS parameter & environment (closes #171) (d737af9)
-
Merge pull request #172 from devnev/no-java-options-env (a7d373e), closes #172
BREAKING CHANGES
- The java_options parameter has been removed. Specify your JVM options in the gradle.properties file or in the gradle_options with -Dorg.gradle.jvmargs= instead.
v7.4.0
7.4.0 (2024-02-12)
Features
- support a custom pod install command (d15769f)
v7.3.0
7.3.0 (2023-07-12)
Bug Fixes
- yaml parsing build_image_version default as double (df23a73)
- yaml parsing build_image_version default as double (#170) (3c8cb0f)
Features
- allow specifying build image version for android build & executor (ee50537)
v7.2.0
7.2.0 (2023-07-11)
Features
- Skip Detox setup in ios_build job (3fc5c53)
v7.1.1
7.1.1 (2022-08-03)
Bug Fixes
v7.1.0
7.1.0 (2022-06-18)
Bug Fixes
- android_test: node v12 to v16 (a9956b7)
- ios_build: node v12 to v16 (f0ea6b4)
- ios_build_and_test: node v12 to v16 (6347597)
- setup_macos_executor: bump node v12 to v16 (a34ccec)
Features
- node: bump from node 12 to node 16 default (0acc6f9)
v7.0.1
7.0.1 (2022-06-10)
Bug Fixes
- 'an unexpected storage error occurred' on multiline keys (b9fb1bb)
v7.0.0
7.0.0 (2022-04-26)
Bug Fixes
BREAKING CHANGES
- cimg/node doesn't support major Node version aliases the same way circleci/node did
v6.8.1
6.8.1 (2022-02-27)
Bug Fixes
- add missing CACHE_VERSION in pod_install (b6c7e99)
- quote cache keys that start with special characters (b217d8c)
v6.8.0
6.8.0 (2022-02-15)
Features
- allow passing executor parameters to test jobs (#141) (eea6098), closes #112