Skip to content

Latest commit

 

History

History
188 lines (132 loc) · 6.57 KB

CHANGELOG.MD

File metadata and controls

188 lines (132 loc) · 6.57 KB

Changelog

6.3.0

  • Add support for AngularFire 18 #209

6.2.1

  • Add support for AngularFire 17 #206 (Thanks to @garri1105)

6.2.0

  • Update dependencies
  • Remove support for legacy versions

6.1.5

  • Add support for Angular 17 #204

6.1.4

  • Add support for Angular 16 #199 (Thanks to @GeorgeSokolovsky)

6.1.3

  • Add support for Angular 15 #185

6.1.2

  • Add support for Angular 14 #179

6.1.1

  • Handle new emulator url correctly #171 (Thanks to @Mikael-Eliasson)

6.1.0

  • Support for Angular 13

6.0.0

  • See 6.0.0-beta.0 - Update to firebaseui@6.0.0

6.0.0-beta.0

  • Compatibility with @angular/fire@^7.0.0 #158
    • FirebaseUI needs to add support for firebase@9 (See #877). Use firebase@next version (0.600.0) to get support for the compat layer.
  • Change from View Engine to Ivy

5.1.3

  • Add support for Angular 12 #157

5.1.2

  • Add support for Auth Emulator #142

5.1.1

  • Add support for Angular 11

5.1.0

  • Add support for firebase@^8.0.0

5.0.1

  • Add support for uiShow Callback #133

5.0.0

  • Upgrade library to support @angular/fire@6.0.0 #121

4.1.0

  • Update to Angular 9 #113 Thanks to @l0ll098 for the PR

4.0.0

  • Dump old configurations
  • Update sample project to Angular 8
  • Update peer dependencies configuration

3.4.2

  • Fix service provided always in root instead of AngularFireAuthModule #92

3.4.1

  • Fix callbacks running outside the angular zone #85
  • Fix bug introduced with 3.4.0

3.4.0

  • Add forFeature module initializer #57

3.3.3

  • Fix callbacks not getting updated #81

3.3.2

  • Workaround for --prod build error #76

3.3.1

  • Fix #77
  • Update dependencies

3.3.0

  • (IMPORTANT) Migrate from firebaseui-angular config to firebaseui config After updating run your app and you will get the new configuration printed to the console.
  • Update dependencies
  • Fix #73
  • Fix #74

3.2.0

  • Updated dependencies #72 (Thanks to @arjunyel)

3.1.1

  • Fixed support for Angular < 6 #68

3.1.0

  • Update project to be compatible with firebaseui v3.1.0 #63 / #65
  • Update Readme with information about the sample project - Fix #64

3.0.4

  • fix (upgradeAnonymousUser): Enable display with firebaseUI for anonymous user #59

3.0.3

  • doc update #58

3.0.2

  • Added missing callbacks (error) option #53
  • Added deprecated firebaseui callback and a flag to disable it (this will be default in the future)

3.0.1

  • Added missing autoUpgradeAnonymousUsers option #53
  • Fixed npm audit

3.0.0

  • Added support for firebaseui@3 and firebase@5

2.6.2

  • Fixed "method" default not working #40

2.6.1

  • Fixed firebase imports #32
  • Updated build script and all dependencies

2.6.0

  • Fixed firebase imports - #29

2.5.3

2.5.2

  • Removed rxjs import

2.5.1

  • Updated README
  • Removed deprecated ENUM

2.5.0

  • Fixed #25
  • Updated libraries
  • Added one-tap sign-up #27

2.4.0

  • adjust the plugin version to the firebaseui version
  • updated dependency to firebaseui 2.4.0 / angularfire 25.0.0-rc.3 / firebase 4.5.2

0.4.5

  • credentialHelper #20

0.4.4

  • Lazy loading FirebaseUIModule #19

0.4.3

  • signInSuccess callback needed #14
  • added a helper file for all the classes and enums

0.4.2

  • Added README to npm

0.4.1

  • Custom configs can be set now
  • RedirectUrl can be set now
  • Changed enum name AuthProviders -> AuthProvider

Issue #8

0.4.0

  • Upgraded to Firebase 4.1.2 / FirebaseUI 2.1.1 / AngularFire 4.0.0-rc.1
  • Released version 0.4.0

Issue #7

0.3.0

  • Upgraded to Firebase 4.0.0 / FirebaseUI 2.0.0
  • Fixed modal showing bug #5
  • Updated sample and readme

0.2.0

Diff

  • Upgrade to AngularFire 4.0 / Firebase 3.9.0 / Angular 4.1.1 #2

0.1.5

  • FirebaseUI Integration into Angular