Commit 489be8c
authored
v3.0.0
All changes from v3.0.0 pre-release versions including:
* [X] Hooks (`useFirebase`, `useFirebaseConnect`, `useFirestore`, `useFirestoreConnect`)
* [X] Rebuild on stable React Context API
* [X] Support react-redux v6 - [#581](#581)
* [X] Support for react strict mode - [#564](#564)
* [X] Improved bundle size support (should include way to audit size) - [#573](#573)
* [X] Support/Docs for stable react context API
* [X] Switch `firebaseConnect` and `firestoreConnect` to using `componentDidMount` in place of `componentWillMount` which is deprecated in newer react versions (as [described here](https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#fetching-external-data))
More details available in [the v3.0.0 roadmap](https://github.com/prescottprue/react-redux-firebase/wiki/v3.0.0-Roadmap)File tree
223 files changed
+65943
-29493
lines changed- bin
- docs
- api
- integrations
- recipes
- examples/complete
- firestore
- src
- material
- public
- src
- components
- FormTextField
- LoadingSpinner
- containers
- App
- layouts/CoreLayout
- modules/notification
- components
- routes
- Account/components
- AccountForm
- AccountPage
- ProviderDataForm
- Home/components/HomePage
- Login/components
- LoginForm
- LoginPage
- NotFound/components/NotFoundPage
- Projects
- components
- NewProjectDialog
- NewProjectTile
- ProjectTile
- ProjectsPage
- routes/Project/components/ProjectPage
- Signup/components
- SignupForm
- SignupPage
- store
- utils
- react-native-firebase/src
- simple
- src
- typescript
- public
- src
- src
- actions
- utils
- test
- unit
- actions
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
223 files changed
+65943
-29493
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 4 | + | |
| 5 | + | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | | - | |
15 | 11 | | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
19 | | - | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
| 18 | + | |
| 19 | + | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments