Skip to content

Releases: davidchang/angular-facebook-utils

Joey

29 Jan 06:33
Compare
Choose a tag to compare

Massive refactor, should be much more reliable and modular (split up a single monolithic Angular service into separate FacebookSDK and FacebookUser providers).

Should be a pretty major improvement over 1.0.*

Billy

27 Oct 03:48
Compare
Choose a tag to compare

Addresses several big fixes:

  • Fix Terribly Inconsistent/Broken Login Logic - needs to initialize Facebook app immediately
  • Introduce non-backwards compatible changes to move to Angular Values for providing configuration like App ID or Firebase URL, as opposed to passing these values as directive element attributes

And introduces new features:

  • Introduce Routing to enforce Facebook Login to view "private" pages
  • Configuration works for both firebase and non firebase versions

1.0.2

14 Oct 07:34
Compare
Choose a tag to compare
  • Update default channel file path from "channel.html" to "bower_components/angular-facebook-utils/channel.html"
  • Documentation improvements

1.0.1

14 Oct 07:07
Compare
Choose a tag to compare

Initial Release

11 Oct 08:02
Compare
Choose a tag to compare
v1.0.0

docs fixes and bower related changes