|
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 | +## 2022-08-01 |
| 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_web` - `v2.8.3`](#cloud_firestore_web---v283) |
| 19 | + - [`firebase_auth` - `v3.6.2`](#firebase_auth---v362) |
| 20 | + - [`firebase_auth_platform_interface` - `v6.5.2`](#firebase_auth_platform_interface---v652) |
| 21 | + - [`firebase_database` - `v9.1.0`](#firebase_database---v910) |
| 22 | + - [`firebase_database_platform_interface` - `v0.2.2`](#firebase_database_platform_interface---v022) |
| 23 | + - [`firebase_database_web` - `v0.2.1+2`](#firebase_database_web---v0212) |
| 24 | + - [`cloud_firestore` - `v3.4.3`](#cloud_firestore---v343) |
| 25 | + - [`flutterfire_ui` - `v0.4.3+4`](#flutterfire_ui---v0434) |
| 26 | + - [`cloud_firestore_odm` - `v1.0.0-dev.25`](#cloud_firestore_odm---v100-dev25) |
| 27 | + - [`cloud_firestore_odm_generator` - `v1.0.0-dev.25`](#cloud_firestore_odm_generator---v100-dev25) |
| 28 | + - [`firebase_auth_web` - `v4.2.2`](#firebase_auth_web---v422) |
| 29 | + |
| 30 | +Packages with dependency updates only: |
| 31 | + |
| 32 | +> 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. |
| 33 | +
|
| 34 | + - `cloud_firestore` - `v3.4.3` |
| 35 | + - `flutterfire_ui` - `v0.4.3+4` |
| 36 | + - `cloud_firestore_odm` - `v1.0.0-dev.25` |
| 37 | + - `cloud_firestore_odm_generator` - `v1.0.0-dev.25` |
| 38 | + - `firebase_auth_web` - `v4.2.2` |
| 39 | + |
| 40 | +--- |
| 41 | + |
| 42 | +#### `cloud_firestore_web` - `v2.8.3` |
| 43 | + |
| 44 | + - **FIX**: fix apply method for arrayRemove & arrayUnion ([#9281](https://github.com/firebase/flutterfire/issues/9281)). ([29ef7c2a](https://github.com/firebase/flutterfire/commit/29ef7c2aa4f6f9f87802806508c1b9f142a3890e)) |
| 45 | + |
| 46 | +#### `firebase_auth` - `v3.6.2` |
| 47 | + |
| 48 | + - **DOCS**: update `getIdTokenResult` inline documentation ([#9150](https://github.com/firebase/flutterfire/issues/9150)). ([519518ce](https://github.com/firebase/flutterfire/commit/519518ce3ed36580e35713e791281b251018201c)) |
| 49 | + |
| 50 | +#### `firebase_auth_platform_interface` - `v6.5.2` |
| 51 | + |
| 52 | + - **DOCS**: update `getIdTokenResult` inline documentation ([#9150](https://github.com/firebase/flutterfire/issues/9150)). ([519518ce](https://github.com/firebase/flutterfire/commit/519518ce3ed36580e35713e791281b251018201c)) |
| 53 | + |
| 54 | +#### `firebase_database` - `v9.1.0` |
| 55 | + |
| 56 | + - **FEAT**: `ServerValue.increment()` now correctly accepts a `num` to support both integers and doubles. ([#9101](https://github.com/firebase/flutterfire/issues/9101)). ([35cce5b0](https://github.com/firebase/flutterfire/commit/35cce5b03fae00b1753fc9b6ed688c7f020a5007)) |
| 57 | + |
| 58 | +#### `firebase_database_platform_interface` - `v0.2.2` |
| 59 | + |
| 60 | + - **FEAT**: `ServerValue.increment()` now correctly accepts a `num` to support both integers and doubles. ([#9101](https://github.com/firebase/flutterfire/issues/9101)). ([35cce5b0](https://github.com/firebase/flutterfire/commit/35cce5b03fae00b1753fc9b6ed688c7f020a5007)) |
| 61 | + |
| 62 | +#### `firebase_database_web` - `v0.2.1+2` |
| 63 | + |
| 64 | + - **FIX**: change the interop to fix an issue with startAt/endAt/limitTo when compilating with dart2js in release mode ([#9251](https://github.com/firebase/flutterfire/issues/9251)). ([c2771a42](https://github.com/firebase/flutterfire/commit/c2771a425bd7260b11970e9e9e77ef40a39f9f16)) |
| 65 | + |
| 66 | + |
6 | 67 | ## 2022-07-28
|
7 | 68 |
|
8 | 69 | ### Changes
|
|
0 commit comments