Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
7.4.13 (2020-11-10)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.12 (2020-10-30)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.11 (2020-10-21)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.10 (2020-10-16)
Note: Version bump only for package @react-native-firebase/ml-vision
Note2: Ths version of MLKit depends on an updated android "BoM" (Bill of Materials). That BoM has a problem specific to ml-vision which can cause compile failures on Android. There is an example of the required workaround in the react-native-firebase/tests project, reproduced here in case you need to add any of these dependencies to compile successfully. We apologize, but it is an upstream issues in firebase-android-sdk and out of our control here:
implementation 'com.google.android.gms:play-services-vision:20.1.1'
implementation 'com.google.android.gms:play-services-vision-common:19.1.1'
implementation 'com.google.firebase:firebase-ml-vision-image-label-model:20.0.2'
implementation 'com.google.android.gms:play-services-vision-face-contour-internal:16.0.3'
implementation 'com.google.android.gms:play-services-vision-image-labeling-internal:16.0.5'
implementation 'com.google.android.gms:play-services-vision-image-label:18.0.5'
implementation 'com.google.firebase:firebase-ml-vision-face-model:20.0.2'
implementation 'com.google.firebase:firebase-ml-model-interpreter:22.0.4'
7.4.9 (2020-10-16)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.8 (2020-09-30)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.7 (2020-09-30)
Bug Fixes
- types: enable TypeScript libCheck & resolve type conflicts (#4306) (aa8ee8b)
7.4.6 (2020-09-30)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.5 (2020-09-17)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.4 (2020-09-17)
Bug Fixes
- ios, podspec: depend on React-Core instead of React (#4275) (fd1a2be)
7.4.3 (2020-09-11)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.2 (2020-08-28)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.1 (2020-08-26)
Note: Version bump only for package @react-native-firebase/ml-vision
7.4.0 (2020-08-26)
Features
- bump firebase sdk versions, add GoogleApi dep, use Android API29 (#4122) (728f418)
7.3.2 (2020-08-15)
Note: Version bump only for package @react-native-firebase/ml-vision
7.3.1 (2020-08-03)
Note: Version bump only for package @react-native-firebase/ml-vision
7.3.0 (2020-08-03)
Features
- use latest android & ios Firebase SDKs version (#3956) (e7b4bb3)
7.2.2 (2020-07-09)
Note: Version bump only for package @react-native-firebase/ml-vision
7.2.1 (2020-07-07)
Note: Version bump only for package @react-native-firebase/ml-vision
7.2.0 (2020-07-07)
Features
7.1.9 (2020-07-05)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.8 (2020-06-30)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.7 (2020-06-26)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.6 (2020-06-22)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.5 (2020-06-22)
Bug Fixes
- ml-vision: convert options to correct type (#3694) (b462be5)
7.1.4 (2020-06-10)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.3 (2020-06-03)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.2 (2020-05-29)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.1 (2020-05-29)
Note: Version bump only for package @react-native-firebase/ml-vision
7.1.0 (2020-05-22)
Features
7.0.1 (2020-05-13)
Note: Version bump only for package @react-native-firebase/ml-vision
7.0.0 (2020-05-13)
- feat!: all packages should depend on core (#3613) (252a423), closes #3613
Features
- ios: podspecs now utilize CoreOnly instead of Core (#3575) (35285f1)
BREAKING CHANGES
- breaking change to mark new internal versioning requirements.