|
3 | 3 | All notable changes to this project will be documented in this file.
|
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5 | 5 |
|
| 6 | +## 2023-04-13 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`cloud_firestore` - `v4.5.1`](#cloud_firestore---v451) |
| 19 | + - [`cloud_firestore_web` - `v3.4.1`](#cloud_firestore_web---v341) |
| 20 | + - [`firebase_app_check` - `v0.1.2+1`](#firebase_app_check---v0121) |
| 21 | + - [`firebase_auth_web` - `v5.3.1`](#firebase_auth_web---v531) |
| 22 | + - [`firebase_ui_auth` - `v1.2.1`](#firebase_ui_auth---v121) |
| 23 | + - [`firebase_ui_database` - `v1.1.1`](#firebase_ui_database---v111) |
| 24 | + - [`firebase_ui_firestore` - `v1.3.1`](#firebase_ui_firestore---v131) |
| 25 | + - [`cloud_firestore_odm` - `v1.0.0-dev.54`](#cloud_firestore_odm---v100-dev54) |
| 26 | + - [`cloud_firestore_odm_generator` - `v1.0.0-dev.54`](#cloud_firestore_odm_generator---v100-dev54) |
| 27 | + - [`firebase_auth` - `v4.4.1`](#firebase_auth---v441) |
| 28 | + - [`firebase_ui_oauth_facebook` - `v1.1.1`](#firebase_ui_oauth_facebook---v111) |
| 29 | + - [`firebase_ui_oauth_twitter` - `v1.1.1`](#firebase_ui_oauth_twitter---v111) |
| 30 | + - [`firebase_ui_oauth` - `v1.2.1`](#firebase_ui_oauth---v121) |
| 31 | + - [`firebase_ui_oauth_google` - `v1.1.1`](#firebase_ui_oauth_google---v111) |
| 32 | + - [`firebase_ui_oauth_apple` - `v1.1.1`](#firebase_ui_oauth_apple---v111) |
| 33 | + |
| 34 | +Packages with dependency updates only: |
| 35 | + |
| 36 | +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. |
| 37 | + |
| 38 | + - `cloud_firestore_odm` - `v1.0.0-dev.54` |
| 39 | + - `cloud_firestore_odm_generator` - `v1.0.0-dev.54` |
| 40 | + - `firebase_auth` - `v4.4.1` |
| 41 | + - `firebase_ui_oauth_facebook` - `v1.1.1` |
| 42 | + - `firebase_ui_oauth_twitter` - `v1.1.1` |
| 43 | + - `firebase_ui_oauth` - `v1.2.1` |
| 44 | + - `firebase_ui_oauth_google` - `v1.1.1` |
| 45 | + - `firebase_ui_oauth_apple` - `v1.1.1` |
| 46 | + |
| 47 | +--- |
| 48 | + |
| 49 | +#### `cloud_firestore` - `v4.5.1` |
| 50 | + |
| 51 | + - **FIX**(firestore): ensure all index URLs are captured and passed to the user ([#10674](https://github.com/firebase/flutterfire/issues/10674)). ([9800435a](https://github.com/firebase/flutterfire/commit/9800435abc562fadc67a945e771591186576c34d)) |
| 52 | + |
| 53 | +#### `cloud_firestore_web` - `v3.4.1` |
| 54 | + |
| 55 | + - **REFACTOR**(firestore): Dart 3 compatibility: change _Updatable to be an actual `mixin` ([#10667](https://github.com/firebase/flutterfire/issues/10667)). ([cf7dd460](https://github.com/firebase/flutterfire/commit/cf7dd460d80c8d8c00e53e70ae93cb4695277f0c)) |
| 56 | + |
| 57 | +#### `firebase_app_check` - `v0.1.2+1` |
| 58 | + |
| 59 | + - **FIX**(app-check): fix 'Semantic Issue (Xcode): `new` is unavailable' on XCode 14.3 ([#10734](https://github.com/firebase/flutterfire/issues/10734)). ([cc6d1c28](https://github.com/firebase/flutterfire/commit/cc6d1c28193d5cdaaa564729340c380b5f632982)) |
| 60 | + |
| 61 | +#### `firebase_auth_web` - `v5.3.1` |
| 62 | + |
| 63 | + - **FIX**(auth,web): fix support for hot reload with multiple named instances when using an emulator on Web ([#10766](https://github.com/firebase/flutterfire/issues/10766)). ([b5de275d](https://github.com/firebase/flutterfire/commit/b5de275d9278e4be04d25c6f5f512fbcd53a103b)) |
| 64 | + |
| 65 | +#### `firebase_ui_auth` - `v1.2.1` |
| 66 | + |
| 67 | + - **FIX**: allow to unlink providers only in edit mode ([#10649](https://github.com/firebase/flutterfire/issues/10649)). ([c2da6c7e](https://github.com/firebase/flutterfire/commit/c2da6c7e80bbf817ddbaf6475b7b5ea53c4ac666)) |
| 68 | + - **DOCS**(ui_auth): fix typo RegisterScren -> RegisterScreen ([#10488](https://github.com/firebase/flutterfire/issues/10488)). ([47c132c8](https://github.com/firebase/flutterfire/commit/47c132c85e83415fc4335ad7be5ef63958c0c3b0)) |
| 69 | + |
| 70 | +#### `firebase_ui_database` - `v1.1.1` |
| 71 | + |
| 72 | + - **FIX**: allow to unlink providers only in edit mode ([#10649](https://github.com/firebase/flutterfire/issues/10649)). ([c2da6c7e](https://github.com/firebase/flutterfire/commit/c2da6c7e80bbf817ddbaf6475b7b5ea53c4ac666)) |
| 73 | + |
| 74 | +#### `firebase_ui_firestore` - `v1.3.1` |
| 75 | + |
| 76 | + - **FIX**: allow to unlink providers only in edit mode ([#10649](https://github.com/firebase/flutterfire/issues/10649)). ([c2da6c7e](https://github.com/firebase/flutterfire/commit/c2da6c7e80bbf817ddbaf6475b7b5ea53c4ac666)) |
| 77 | + |
| 78 | + |
6 | 79 | ## 2023-03-30
|
7 | 80 |
|
8 | 81 | ### Changes
|
|
0 commit comments