Skip to content

Commit

Permalink
🔖 Tag v3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed Feb 15, 2021
1 parent 382b4bb commit 8823c65
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 19 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="3.0.5"></a>
# [3.0.5](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.4...3.0.5) (2021-02-15)
- Change SocialSharing nodes href attributes to `javascript:void(0)` to support Vue-router history
- Update LinkedIn sharing URL

<a name="3.0.4"></a>
# [3.0.4](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.3...3.0.4) (2020-11-25)
- Add `href` attribute to SocialSharing nodes with `a` tag for accessibility
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-social-sharing.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@
}</script><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" integrity="sha256-h20CPZ0QyXlBuAw7A+KluUYx/3pK+c7lYEpqLTlxjYQ=" crossorigin="anonymous"><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.ae4faee24d5e5ea507cd.bundle.js"></script><script src="vendors~main.ae4faee24d5e5ea507cd.bundle.js"></script><script src="main.ae4faee24d5e5ea507cd.bundle.js"></script></body></html>
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.5d2b1b12d3ed5679972c.bundle.js"></script><script src="vendors~main.5d2b1b12d3ed5679972c.bundle.js"></script><script src="main.5d2b1b12d3ed5679972c.bundle.js"></script></body></html>

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.5d2b1b12d3ed5679972c.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/main.ae4faee24d5e5ea507cd.bundle.js.map

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/runtime~main.5d2b1b12d3ed5679972c.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/runtime~main.ae4faee24d5e5ea507cd.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/vendors~main.5d2b1b12d3ed5679972c.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/vendors~main.ae4faee24d5e5ea507cd.bundle.js.map

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-social-sharing",
"version": "3.0.4",
"version": "3.0.5",
"description": "A Vue.js component for sharing links to social networks",
"author": "Nicolas Beauvais <nicolas@bvs.email>",
"license": "MIT",
Expand Down Expand Up @@ -60,7 +60,7 @@
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"conventional-github-releaser": "^3.1.3",
"cross-env": "^5.2.0",
"cross-env": "^7.0.3",
"eslint": "^7.0.0",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-jest": "^23.11.0",
Expand Down

0 comments on commit 8823c65

Please sign in to comment.