Skip to content

Releases: tabalinas/jssocials

v.1.5.0

30 Apr 13:57
Compare
Choose a tag to compare

Changes

  • Add RSS sharing
  • Use Telegram icon from font-awesome v4.7

Fixes

  • Fix StumbleUpon shares count fetching

v1.4.0

10 Oct 18:18
Compare
Choose a tag to compare

Changes

  • Add Viber sharing
  • Add Pocket sharing
  • Add vkontakte sharing
  • Add Facebook Messenger sharing

Fixes

  • Fix Facebook share count fetching for https sites
  • Turn off GooglePlus share count fetching to avoid JavaScript exception
  • Fix svg image source support
  • Fix alignment of share buttons for multi-row display

v1.3.1

20 Aug 18:38
Compare
Choose a tag to compare

Fixes

  • Display facebook share count #80

v1.3.0

18 Aug 11:54
Compare
Choose a tag to compare

Changes

  • Add telegram sharing

Fixes

  • Fix vertical align of count in classic & minima themes

v1.2.1

10 Apr 16:49
Compare
Choose a tag to compare

Changes

  • Set shareStrategy context to share config

Fixes

  • Fix googleplus icon for Font Awesome v1.4.5

v1.2.0

04 Apr 07:49
Compare
Choose a tag to compare

Changes

  • Introduce new option shareIn: "popup"|"blank"|"self" allowing to share in:
    • "popup" - in popup window
    • "blank" - in new browser tab
    • "self" - in the same browser tab
  • Support ability to add custom share strategies for shareIn extending jsSocials.shareStrategies registry
  • Add new shares
    • StumbleUpon
    • WhatsApp
    • LINE
  • Add to option for email share to be able to specify To field of an email

v1.1.0

19 Dec 19:48
Compare
Choose a tag to compare

Changes

  • Introduce shareOption(share, optionName, [optionValue]) method to set/get share option value
  • Support whatsapp sharing
  • Support partial shareUrl params substitution (param=static_part_{param_value} in addition to param={param_value})

Fixes

v1.0.0

16 Oct 00:12
Compare
Choose a tag to compare

Changes & Fixes

  • Support on config option to be able to handle events on share links
  • #13 Title of page coming with white space and new lines as share text

v0.2.0

17 May 19:00
Compare
Choose a tag to compare

Changes

  • Support email sharing
  • Support share count url providing non-json data

Fixes

  • #3 Sharing of https links with the Google+
  • Facebook shares count includes like and share count (as original FB like button)
  • Styling for focus and active states

v0.1.0

29 Apr 18:13
Compare
Choose a tag to compare

Initial jsSocials release.