Showing
1 changed file
with
0 additions
and
6 deletions
| @@ -4,13 +4,11 @@ BREAKING CHANGES: | @@ -4,13 +4,11 @@ BREAKING CHANGES: | ||
| 4 | * [Android] Java version has been upgraded to version 17. | 4 | * [Android] Java version has been upgraded to version 17. |
| 5 | 5 | ||
| 6 | ## 3.5.7 | 6 | ## 3.5.7 |
| 7 | - | ||
| 8 | Improvements: | 7 | Improvements: |
| 9 | * Updated js dependency together with other dependencies. | 8 | * Updated js dependency together with other dependencies. |
| 10 | * Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0. | 9 | * Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0. |
| 11 | 10 | ||
| 12 | ## 3.5.6 | 11 | ## 3.5.6 |
| 13 | - | ||
| 14 | Bugs fixed: | 12 | Bugs fixed: |
| 15 | * [web] Fixed a crash with the ZXing barcode format (thanks @hazzo!) | 13 | * [web] Fixed a crash with the ZXing barcode format (thanks @hazzo!) |
| 16 | * [web] Fixed stream controller not being closed on web. | 14 | * [web] Fixed stream controller not being closed on web. |
| @@ -24,17 +22,14 @@ Improvements: | @@ -24,17 +22,14 @@ Improvements: | ||
| 24 | * [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true. | 22 | * [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true. |
| 25 | 23 | ||
| 26 | ## 3.5.5 | 24 | ## 3.5.5 |
| 27 | - | ||
| 28 | Bugs fixed: | 25 | Bugs fixed: |
| 29 | * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !) | 26 | * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !) |
| 30 | 27 | ||
| 31 | ## 3.5.4 | 28 | ## 3.5.4 |
| 32 | - | ||
| 33 | Bugs fixed: | 29 | Bugs fixed: |
| 34 | * Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !) | 30 | * Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !) |
| 35 | 31 | ||
| 36 | ## 3.5.2 | 32 | ## 3.5.2 |
| 37 | - | ||
| 38 | Improvements: | 33 | Improvements: |
| 39 | * Updated to `play-services-mlkit-barcode-scanning` version 18.3.0 | 34 | * Updated to `play-services-mlkit-barcode-scanning` version 18.3.0 |
| 40 | 35 | ||
| @@ -46,7 +41,6 @@ Bugs fixed: | @@ -46,7 +41,6 @@ Bugs fixed: | ||
| 46 | * Fixed a synchronization issue for the torch state. (thanks @navaronbracke !) | 41 | * Fixed a synchronization issue for the torch state. (thanks @navaronbracke !) |
| 47 | 42 | ||
| 48 | ## 3.5.1 | 43 | ## 3.5.1 |
| 49 | - | ||
| 50 | Improvements: | 44 | Improvements: |
| 51 | * The `type` of an `Address` is now non-null. | 45 | * The `type` of an `Address` is now non-null. |
| 52 | * The `type` of an `Email` is now non-null. | 46 | * The `type` of an `Email` is now non-null. |
-
Please register or login to post a comment