Skip to content

Releases: carrot/share-button

v0.1.1

20 Mar 14:08
Compare
Choose a tag to compare

Adds feature #67 with #71.

Allow for users to choose between the FB.ui or sharer.php implementations of the Facebook share dialog box.

NOTES:

  • When using sharer.php, the Facebook JS SDK won't be loaded.
  • When using sharer.php, you won't be able to dynamically specify attributes for Facebook as it relies directly on Open Graph meta tags.

v0.1.0

17 Mar 17:46
Compare
Choose a tag to compare

Breaking Changes

Please review readme.md as jQuery was removed in this version resulting in very large changes to both the underlying code and public interface.

Closes: #25 #31 #38 #41 #70 🎉

v0.0.6

26 Feb 19:23
Compare
Choose a tag to compare
  • Introduce a new icon CSS file which fixes cross-browser issues with font loading.
  • Introduce a paired down version of the icon font file to vastly reduce the file size and speed up loading.
  • text_font option added to allow you to toggle whether the Google Font dependency is enabled. Defaults to true
  • All external CSS and fonts are now linked in the README.

🚤

v0.0.5

12 Feb 19:16
Compare
Choose a tag to compare

Font and css assets are now loaded super-fast from cloudflare. Asset size decreased significantly. Load is now instant or nearly instant.

Look forward to some more great new features coming soon, like better integration with bower, require.js, and commonjs, dropping the jquery dependency, and pinterest/email shares!

v0.0.4

10 Feb 15:47
Compare
Choose a tag to compare

Features and Fixes

  • share can be called on multiple elements
  • additional classes allowed on share button elements without breakage
  • flyout option added
  • jquery supports noconflict
  • blank button with no text allowed
  • popup windows centered on screen

Huge thanks for @tmilewski @pasine and @brunolazzaro for their hard work on this release!

v0.0.3

09 Jan 17:08
Compare
Choose a tag to compare
  • fix issue causing incompatibility with bootstrap #13
  • fix bug causing hover color to always be purple #14
  • slimmed down css, now uses axis v2 and preprocessed with autoprefixer
  • cakefile refactor, cleaner and more efficient code