- Support jQuery 3 through migrating deprecated
.bind
to.on
(#84)
- Support Login Button (#78)
- Support Save Button and Embedded Comments
- Bump bower version
- Add Send-to-Messenger Plugin and Message-Us Plugin
- Change default FB JS SDK platform version to
v2.6
- Fix intialization error when
xfbml: false
parameter is given (#66)
- Fix the "childNodes error" caused by Google Analytics Opt-out Add-on (Ben Nadel's article) (#65)
- Update
main
configuration ofpackage.json
(#63)
- Update
main
configuration ofbower.json
(#56)
- Add Ad Preview Plugin support
- In order to support Ad Preview Plugin, default platform version is now
2.4
- Refine social plugin directives parsing process for plugins with adaptive width (
fb-page
for now) (#45) - Add Embedded Video Player support
- Change default
FB.init
version fromv1.0
tov2.0
- Add Page plugin support (#45)
- Add API support:
Canvas.getPageInfo
(#40)
- Add App Events for Canvas support. (#39)
- Upgrade Facebook JS SDK loading function to support Facebook Platform versioning
- Default version is
v1.0
- Default version is
- Add fb:comments-count directive
- Rename service
$FB
toezfb
- Local DIs get renamed.
$fbInitParams
->ezfbInitParams
$fbAsyncInit
->ezfbAsyncInit
$fbLocale
->ezfbLocale
- Social plugin directivs now support interpolated attributes
setLoadSDKFunction()
in configuration phase for sdk loading customization- Support Facebook Social Plugins with built-in directives
ezfb-xfbml
directive is now deprecated- Add unit tests for
$FB
and all directives
- Implement
$FB.getAuthResponse()
which maps toFB.getAuthResponse()
setInitFunction()
in configuration phase for initialization customization- Make
$FB.Event.unsubscribe
unsubscribes events properly
setLocale()
in configuration phase- Configure
FB.init
parameters with$FB.init
in run block
- AngularJS $q promise support
- Fix minified code run-time error
First release!