From 9c1d5b17cf8ad937325bcc362bf95aa929c67d8c Mon Sep 17 00:00:00 2001 From: nicolasbeauvais Date: Mon, 20 Feb 2017 12:14:20 +0100 Subject: [PATCH] Tag v2.0.0 --- CHANGELOG.md | 4 ++++ README.md | 37 +++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f7bf4..a643604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +# [2.0.0](https://github.com/nicolasbeauvais/vue-social-sharing/compare/1.1.2...2.0.0) (2017-02-20) +- Add support for server side rendering + # [1.1.2](https://github.com/nicolasbeauvais/vue-social-sharing/compare/1.1.1...1.1.2) (2017-02-18) - Add media option for pinterest diff --git a/README.md b/README.md index 5fa5f0f..23fff4a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ A Vue.js component for sharing links to social networks ##### For Vue.js prior to < V2 use vue-social-sharing v0.x ##### For Vue.js V2 use vue-social-sharing v1.x + +>Server side rendering support has been added on vue-social-sharing v2.0.0 +   ##[Demo](https://nicolasbeauvais.github.io/vue-social-sharing/)   @@ -68,33 +71,27 @@ Vue.use(SocialSharing); ```html
- + Facebook - - - + + Twitter - - - + + Google + - - - + + Pinterest - - - + + Reddit - - - + + LinkedIn - - - + + Whatsapp - +
```