CHANGELOG.md
August 20, 2019 ยท View on GitHub
v1.6.0
- Support jQuery 3 through migrating deprecated
.bindto.on(#84)
v1.5.2
- Support Login Button (#78)
- Support Save Button and Embedded Comments
v1.5.1
- Bump bower version
v1.5.0
- Add Send-to-Messenger Plugin and Message-Us Plugin
- Change default FB JS SDK platform version to
v2.6
v1.4.4
- Fix intialization error when
xfbml: falseparameter is given (#66)
v1.4.3
- Fix the "childNodes error" caused by Google Analytics Opt-out Add-on (Ben Nadel's article) (#65)
v1.4.2
- Update
mainconfiguration ofpackage.json(#63)
v1.4.1
- Update
mainconfiguration ofbower.json(#56)
v1.4.0
- Add Ad Preview Plugin support
- In order to support Ad Preview Plugin, default platform version is now
2.4
v1.3.2
v1.3.1
- Refine social plugin directives parsing process for plugins with adaptive width (
fb-pagefor now) (#45) - Add Embedded Video Player support
v1.3.0
- Change default
FB.initversion fromv1.0tov2.0 - Add Page plugin support (#45)
v1.2.1
- Add API support:
Canvas.getPageInfo(#40)
v1.2.0
- Add App Events for Canvas support. (#39)
v1.1.0
- Upgrade Facebook JS SDK loading function to support Facebook Platform versioning
- Default version is
v1.0
- Default version is
v1.0.1
- Add fb:comments-count directive
v1.0.0
- Rename service
$FBtoezfb - Local DIs get renamed.
$fbInitParams->ezfbInitParams$fbAsyncInit->ezfbAsyncInit$fbLocale->ezfbLocale
v0.3.1
- Social plugin directivs now support interpolated attributes
v0.3.0
setLoadSDKFunction()in configuration phase for sdk loading customization- Support Facebook Social Plugins with built-in directives
ezfb-xfbmldirective is now deprecated- Add unit tests for
$FBand all directives
v0.2.3
- Implement
$FB.getAuthResponse()which maps toFB.getAuthResponse()
v0.2.2
setInitFunction()in configuration phase for initialization customization- Make
$FB.Event.unsubscribeunsubscribes events properly
v0.2.1
setLocale()in configuration phase- Configure
FB.initparameters with$FB.initin run block
v0.2.0
- AngularJS $q promise support
- Fix minified code run-time error
v0.1.0
First release!