Skip to content

Commit

Permalink
Bump the version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
borodean committed Feb 25, 2017
1 parent fd453f2 commit 3279600
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.0

Support Odnoklassniki and Vkontakte.

## 1.2.0

Support Weibo.
Expand Down
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
A lightweight and modular social sharing library:

- a toolkit to build your own share buttons;
- supports 10 sharing platforms;
- gzipped size is 1.24 KB;
- supports 12 sharing platforms;
- gzipped size is 1.51 KB;
- you can cherry-pick which sharing platforms to use to make it even smaller.

Here how it looks when you want Sharon to open a tweet popup:
Expand Down Expand Up @@ -74,7 +74,7 @@ var twitter = require('sharon/twitter');

For the `sharon.js` file check the `dist` directory of the installed module or directly download it:

- [Production version][download] – 1.24 KB, minified and gzipped
- [Production version][download] – 1.51 KB, minified and gzipped
- [Source map][download-map]

## API
Expand All @@ -87,12 +87,14 @@ Each sharing platform has its own endpoint under the Sharon API:
|------------------|--------------------|---------------------|-------------------------------|
| Buffer | `sharon.buffer` | Yes | [Reference][params-buffer] |
| Facebook | `sharon.facebook` | Yes | |
| Google+ | `sharon.plus` | Yes | [Reference][params-plus] |
| Gmail | `sharon.gmail` | | |
| Google+ | `sharon.plus` | Yes | [Reference][params-plus] |
| LinkedIn | `sharon.linkedin` | Yes | [Reference][params-linkedin] |
| Odnoklassniki | `sharon.ok` | Yes | |
| Pinterest | `sharon.pinterest` | Yes | [Reference][params-pinterest] |
| Tumblr | `sharon.tumblr` | Yes | [Reference][params-tumblr] |
| Twitter | `sharon.twitter` | | [Reference][params-twitter] |
| Vkontakte | `sharon.vk` | Yes | [Reference][params-vk] |
| Weibo | `sharon.weibo` | | |
| XING | `sharon.xing` | | [Reference][params-xing] |

Expand Down Expand Up @@ -274,17 +276,18 @@ class LinkedInShareButton extends React.Component {

![:heart:][media-heart]

[download]: https://github.com/borodean/sharon/releases/download/1.2.0/sharon-1.2.0.min.js
[download-map]: https://github.com/borodean/sharon/releases/download/1.2.0/sharon-1.2.0.min.js.map
[download]: https://github.com/borodean/sharon/releases/download/1.3.0/sharon-1.3.0.min.js
[download-map]: https://github.com/borodean/sharon/releases/download/1.3.0/sharon-1.3.0.min.js.map
[media-example]: media/example.png
[media-heart]: https://cdn.rawgit.com/borodean/sharon/1.2.0/media/heart.svg
[media-sharon]: https://cdn.rawgit.com/borodean/sharon/1.2.0/media/sharon.svg
[media-heart]: https://cdn.rawgit.com/borodean/sharon/1.3.0/media/heart.svg
[media-sharon]: https://cdn.rawgit.com/borodean/sharon/1.3.0/media/sharon.svg
[params-buffer]: https://buffer.com/extras/button
[params-linkedin]: https://developer.linkedin.com/docs/share-on-linkedin
[params-pinterest]: https://developers.pinterest.com/docs/widgets/save
[params-plus]: https://developers.google.com/+/web/share/#sharelink-endpoint
[params-tumblr]: https://www.tumblr.com/docs/en/share_button
[params-twitter]: https://dev.twitter.com/web/tweet-button/web-intent
[params-vk]: https://vk.com/dev/share_details
[params-xing]: https://dev.xing.com/plugins/share_button/docs
[saucelabs]: https://saucelabs.com/u/borodean-sharon
[saucelabs-badge]: https://saucelabs.com/browser-matrix/borodean-sharon.svg
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharon",
"version": "1.2.0",
"version": "1.3.0",
"description": "A lightweight and modular social sharing library",
"keywords": [
"share-counts",
Expand All @@ -10,9 +10,11 @@
"gmail",
"google-plus",
"linkedin",
"odnoklassniki",
"pinterest",
"tumblr",
"twitter",
"vkontakte",
"weibo",
"xing"
],
Expand Down

0 comments on commit 3279600

Please sign in to comment.