Skip to content

Latest commit

 

History

History
113 lines (64 loc) · 4 KB

CHANGELOG.md

File metadata and controls

113 lines (64 loc) · 4 KB

v1.6.0

  • Support jQuery 3 through migrating deprecated .bind to .on (#84)

v1.5.2

v1.5.1

  • Bump bower version

v1.5.0

v1.4.4

  • Fix intialization error when xfbml: false parameter is given (#66)

v1.4.3

v1.4.2

  • Update main configuration of package.json (#63)

v1.4.1

  • Update main configuration of bower.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

  • Support 100% literal of width setting of Comments. (#53)

v1.3.1

  • Refine social plugin directives parsing process for plugins with adaptive width (fb-page for now) (#45)
  • Add Embedded Video Player support

v1.3.0

  • Change default FB.init version from v1.0 to v2.0
  • Add Page plugin support (#45)

v1.2.1

  • Add API support: Canvas.getPageInfo (#40)

v1.2.0

v1.1.0

v1.0.1

v1.0.0

  • Rename service $FB to ezfb
  • 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-xfbml directive is now deprecated
  • Add unit tests for $FB and all directives

v0.2.3

v0.2.2

  • setInitFunction() in configuration phase for initialization customization
  • Make $FB.Event.unsubscribe unsubscribes events properly

v0.2.1

  • setLocale() in configuration phase
  • Configure FB.init parameters with $FB.init in run block

v0.2.0

  • AngularJS $q promise support
  • Fix minified code run-time error

v0.1.0

First release!