We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc74b9c commit eb9e519Copy full SHA for eb9e519
2 files changed
CHANGELOG.MD
@@ -1,4 +1,11 @@
1
# Changelog
2
+## 3.4.1
3
+* Fix callbacks running outside the angular zone [#85](https://github.com/RaphaelJenni/FirebaseUI-Angular/issues/85)
4
+* Fix bug introduced with 3.4.0
5
+
6
+## 3.4.0
7
+* Add forFeature module initializer [#57](https://github.com/RaphaelJenni/FirebaseUI-Angular/issues/57)
8
9
## 3.3.3
10
* Fix callbacks not getting updated [#81](https://github.com/RaphaelJenni/FirebaseUI-Angular/issues/81)
11
projects/firebaseui-angular-library/package.json
@@ -1,6 +1,6 @@
{
"name": "firebaseui-angular",
- "version": "3.4.0",
+ "version": "3.4.1",
"repository": {
"type": "git",
"url": "https://github.com/RaphaelJenni/firebaseui-angular"
0 commit comments