Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit dbede2d

Browse files
committed
v5.1.1 release notes
1 parent 2bf4c57 commit dbede2d

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

docs/release-notes.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Release Notes
22

3+
## 5.1.1
4+
5+
This patch release is mainly to fix several minor typings issues (TS & Flow).
6+
7+
Thanks to all our [contributors](https://github.com/invertase/react-native-firebase/compare/v5.1.0...v5.1.1). 💛
8+
9+
You can compare all changes between v5.1.0 and v5.1.1 [here](https://github.com/invertase/react-native-firebase/compare/v5.1.0...v5.1.1).
10+
11+
### Upgrade from v5.1.0
12+
13+
No native code or dependency version changes required. Install the latest version via NPM:
14+
15+
```bash
16+
npm install --save react-native-firebase@5.1.1
17+
```
18+
19+
----
20+
21+
### General
22+
23+
- [TYPESCRIPT] [ENHANCEMENT] [ANALYTICS] Add `setUserProperties` type definition
24+
- [TYPESCRIPT] [ENHANCEMENT] [AUTHENTICATION] Improve TS types for auth listeners
25+
- [TYPESCRIPT] [ENHANCEMENT] [STORAGE] Export storage statics (`.Native`, `.TaskState` and `.TaskEvent`) - fixes #1706
26+
- [TYPESCRIPT] [ENHANCEMENT] [FIRESTORE] Improve `onSnapshot` error type definitions - fixes #1708
27+
- [FLOW] [BUGFIX] [LINKS] Change return type to `string` literal instead of incorrect usage of `String`
28+
- [TESTS] [ENHANCEMENT] [DATABASE] Improve query test coverage
29+
30+
----
31+
32+
### Android
33+
34+
- [ANDROID] [BUGFIX] [NOTIFICATIONS] Added missing input text result field to `notificationOpen` object
35+
- [ANDROID] [ENHANCEMENT] [BUILD] Update build script to also read Android sources from `react-native` root directory - fixes #1697
36+
37+
----
38+
39+
### iOS
40+
41+
- [IOS] [BUGFIX] [AUTHENTICATION] `authStateChanged` listeners now correctly torn down between RN reloads - fixes #1677
42+
43+
----
44+
45+
----
46+
347
## 5.1.0
448

549
This release is mainly focused on bug fixes and QoL changes with only some minor enhancements added such as Firestore `arrayRemove`/`arrayUnion` support.

0 commit comments

Comments
 (0)