Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 704 Bytes

CHANGELOG.md

File metadata and controls

19 lines (11 loc) · 704 Bytes

1.4.1 (Jan 11, 2016)

  • Bugfix: className-prop was not propagating correctly in share-buttons.

1.4.0 (Nov 23, 2015)

  • Removed Bluebird from dependencies: no need for Promises. The library has a much smaller footprint now.

1.3.0 (Nov 23, 2015)

  • TwitterShareCount removed: Since 20th of November Twitter no longer supports open count API. The service was shut down and there is currently no way to fetch the share count. Thus, TwitterShareCount was removed in version 1.3.0.

1.1.0 (Nov 3, 2015)

Changes

  • use jsonp instead of fetch API when fetching Facebook share count
  • use XHR instead of fetch API when fetching Google Plus share count
  • fixed problem with window.open on <=IE9