Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 8823c65

Browse files
🔖 Tag v3.0.5
1 parent 382b4bb commit 8823c65

16 files changed

+33
-19
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="3.0.5"></a>
2+
# [3.0.5](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.4...3.0.5) (2021-02-15)
3+
- Change SocialSharing nodes href attributes to `javascript:void(0)` to support Vue-router history
4+
- Update LinkedIn sharing URL
5+
16
<a name="3.0.4"></a>
27
# [3.0.4](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.3...3.0.4) (2020-11-25)
38
- Add `href` attribute to SocialSharing nodes with `a` tag for accessibility

dist/vue-social-sharing.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@
7171
}</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],
7272
#docs-root[hidden] {
7373
display: none !important;
74-
}</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>
74+
}</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>

docs/main.ae4faee24d5e5ea507cd.bundle.js renamed to docs/main.5d2b1b12d3ed5679972c.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.5d2b1b12d3ed5679972c.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.ae4faee24d5e5ea507cd.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/runtime~main.ae4faee24d5e5ea507cd.bundle.js renamed to docs/runtime~main.5d2b1b12d3ed5679972c.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.5d2b1b12d3ed5679972c.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/runtime~main.ae4faee24d5e5ea507cd.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/vendors~main.ae4faee24d5e5ea507cd.bundle.js renamed to docs/vendors~main.5d2b1b12d3ed5679972c.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendors~main.5d2b1b12d3ed5679972c.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/vendors~main.ae4faee24d5e5ea507cd.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-social-sharing",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A Vue.js component for sharing links to social networks",
55
"author": "Nicolas Beauvais <nicolas@bvs.email>",
66
"license": "MIT",
@@ -60,7 +60,7 @@
6060
"babel-loader": "^8.0.6",
6161
"babel-preset-vue": "^2.0.2",
6262
"conventional-github-releaser": "^3.1.3",
63-
"cross-env": "^5.2.0",
63+
"cross-env": "^7.0.3",
6464
"eslint": "^7.0.0",
6565
"eslint-config-vue": "^2.0.2",
6666
"eslint-plugin-jest": "^23.11.0",

0 commit comments

Comments
 (0)