Skip to content

Shareable 1.0.0 Release

Compare
Choose a tag to compare
@hermango hermango released this 03 Jun 02:59
· 65 commits to master since this release

Major Release Version 1.0.0

Additions

  • New social buttons for Tumblr and StumbleUpon. These buttons are configured to be off by default.
  • Option to render static html-only links. Use configuration option static_link.
  • Option to render only button code and omit initializing javascript. Good for rolling your own scripts for customizing button behavior or fixing dynamic loading (from Turbolinks or pjax). Use option button_only.
  • Ability to wrap buttons or static links in html/erb. To apply your own wrapper: overwrite views _parent_wrapper and _button_wrapper in your local views/shareable/partials directory.
  • Facebook button now uses HTML 5 version of button (Thanks to Rick Fletcher @rfletcher).
  • Data-share option (Thanks to Kenny Chan Zhi Yao @zhiyao) and kid friendly site option added to Facebook button configuration.

Fixes

  • Update to control logging on rendering of a partial (Thanks to Trung Pham @trungpham).
  • Google+ configuration options can now be overridden when passed to the render_shareable method.
  • Various corrections to button code syntax: Thanks to Milan Kubin @milankubin and Big Thanks to Trung Pham @trungpham and Rick Fletcher @rfletcher.