Skip to content

Latest commit

 

History

History
146 lines (113 loc) · 5.63 KB

CHANGELOG.md

File metadata and controls

146 lines (113 loc) · 5.63 KB

2.4.3 (2019-04-09)

  • Fix IE11 popup.window bug

2.4.2 (2019-02-21)

  • Fix build

2.4.1 (2019-02-20)

  • Fix issue #123

2.4.0 (2019-02-19)

  • Fix facebook hashtags
  • Move rollup-plugin-json to devDependencies
  • Improve readme

2.3.4 (2019-02-11)

  • Add support for facebook hashtags (PR #120)

2.3.3 (2017-12-11)

  • Tag 2.3.3

2.3.2 (2017-12-04)

  • Add Viber

2.3.1 (2017-12-03)

  • Possibility to add custom networks or override existing ones

2.2.11 (2017-12-03)

  • Merge #61 - Add local events
  • Silently fail when trying to use a nonexistent network

2.2.10 (2017-10-09)

  • Fix dist

2.2.9 (2017-10-09)

  • Allow v-bind usage for classes and styles on the network component

2.2.8 (2017-10-05)

  • Revert fix twitter sharing

2.2.7 (2017-10-03)

  • Add link to SMS and Email sharing
  • Fix twitter sharing (missing "via=")

2.2.6 (2017-09-29)

  • Add SMS

2.2.5 (2017-08-30)

  • Add Email

2.2.4 (2017-08-26)

  • Add Odnoklassniki

2.2.3 (2017-06-21)

  • Fix telegram sharing

2.2.2 (2017-06-19)

  • Add Skype & Line

2.2.1 (2017-06-17)

  • Add telegram

2.2.0 (2017-03-29)

  • Internal methods refactor
  • Rename social_shares_click event to social_shares_open
  • Add social_shares_change and social_shares_close event

2.1.5 (2017-03-18)

  • Vue 2.2.4 compatibility

2.1.4 (2017-03-18)

  • Center popup on dual screen

2.1.3 (2017-03-18)

  • Add Weibo and VK
  • Refactor unit tests using loops
  • Convert networks.js to json format (network.json)

2.1.2 (2017-03-18)

  • Encode title / description / code to allow use of special chars

2.1.1 (2017-02-21)

  • Update version

2.1.0 (2017-02-21)

  • Use of span tag instead of a to prevent history change
  • Fix event emission on $root instance

2.0.0 (2017-02-20)

  • Add support for server side rendering

1.1.2 (2017-02-18)

  • Add media option for pinterest

1.1.1 (2017-01-18)

  • Twitter parameter via is now optional

1.1.0 (2017-01-18)

  • Fix development build to avoid loading 2 vuejs instance on users production env
  • Improve the use of the vue.js 2 API to respect the same component syntax used in v0.0.4

1.0.0 (2017-01-12)

  • Migrate the package to Vue.js v2

0.0.4 (2016-11-03)

  • Add twitter hashtag property
  • Add title description and quote parameters for facebook share

0.0.3 (2016-11-01)

  • Add property to fill twitter content

0.0.2 (2016-10-21)

  • Small fixes