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

Commit 5c00fd8

Browse files
🔖 Tag v3.0.2
1 parent a86bd01 commit 5c00fd8

14 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<a name="3.0.2"></a>
2+
# [3.0.2](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.1...3.0.2) (2020-10-07)
3+
- Use a unique name for each network's popup window
4+
15
<a name="3.0.1"></a>
26
# [3.0.1](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.0...3.0.1) (2020-10-06)
37
- Add props for popup size customization

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.5432db3ba265fc730c4c.bundle.js"></script><script src="vendors~main.5432db3ba265fc730c4c.bundle.js"></script><script src="main.5432db3ba265fc730c4c.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.f2a7b42c6f79befe2c0a.bundle.js"></script><script src="vendors~main.f2a7b42c6f79befe2c0a.bundle.js"></script><script src="main.f2a7b42c6f79befe2c0a.bundle.js"></script></body></html>

docs/main.5432db3ba265fc730c4c.bundle.js.map

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

docs/main.5432db3ba265fc730c4c.bundle.js renamed to docs/main.f2a7b42c6f79befe2c0a.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.f2a7b42c6f79befe2c0a.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.5432db3ba265fc730c4c.bundle.js.map

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

docs/runtime~main.5432db3ba265fc730c4c.bundle.js renamed to docs/runtime~main.f2a7b42c6f79befe2c0a.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.f2a7b42c6f79befe2c0a.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.5432db3ba265fc730c4c.bundle.js.map

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

docs/vendors~main.5432db3ba265fc730c4c.bundle.js renamed to docs/vendors~main.f2a7b42c6f79befe2c0a.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.f2a7b42c6f79befe2c0a.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-social-sharing",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A Vue.js component for sharing links to social networks",
55
"author": "Nicolas Beauvais <nicolas@bvs.email>",
66
"license": "MIT",

0 commit comments

Comments
 (0)