Skip to content

Commit

Permalink
Tag v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed Feb 20, 2017
1 parent ba145e5 commit 9c1d5b1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="2.0.0"></a>
# [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

<a name="1.1.2"></a>
# [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
Expand Down
37 changes: 17 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
&nbsp;
##[Demo](https://nicolasbeauvais.github.io/vue-social-sharing/)
&nbsp;
Expand Down Expand Up @@ -68,33 +71,27 @@ Vue.use(SocialSharing);
```html
<social-sharing url="https://vuejs.org/" inline-template>
<div>
<facebook>
<network network="facebook">
<i class="fa fa-facebook"></i> Facebook
</facebook>

<twitter>
</network>
<network network="twitter">
<i class="fa fa-twitter"></i> Twitter
</twitter>

<googleplus>
</network>
<network network="googleplus">
<i class="fa fa-google-plus"></i> Google +
</googleplus>

<pinterest>
</network>
<network network="pinterest">
<i class="fa fa-pinterest"></i> Pinterest
</pinterest>

<reddit>
</network>
<network network="reddit">
<i class="fa fa-reddit"></i> Reddit
</reddit>

<linkedin>
</network>
<network network="linkedin">
<i class="fa fa-linkedin"></i> LinkedIn
</linkedin>

<whatsapp>
</network>
<network network="whatsapp">
<i class="fa fa-whatsapp"></i> Whatsapp
</whatsapp>
</network>
</div>
</social-sharing>
```
Expand Down

0 comments on commit 9c1d5b1

Please sign in to comment.