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

Commit 3c60e49

Browse files
🔖 Tag v3.0.7
1 parent d023224 commit 3c60e49

26 files changed

+3235
-27664
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.7"></a>
2+
# [3.0.7](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.6...3.0.7) (2021-03-18)
3+
- Fix dependencies
4+
15
<a name="3.0.6"></a>
26
# [3.0.6](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.5...3.0.6) (2021-03-18)
37
- Add share to Messenger

docs/iframe.html

Lines changed: 2 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -4,41 +4,6 @@
44
display: none;
55
}
66

7-
.sb-show-main.sb-main-centered {
8-
margin: 0;
9-
display: flex;
10-
align-items: center;
11-
min-height: 100vh;
12-
}
13-
14-
.sb-show-main.sb-main-centered #root {
15-
box-sizing: border-box;
16-
margin: auto;
17-
padding: 1rem;
18-
max-height: 100%; /* Hack for centering correctly in IE11 */
19-
}
20-
21-
/* Vertical centering fix for IE11 */
22-
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
23-
.sb-show-main.sb-main-centered:after {
24-
content: '';
25-
min-height: inherit;
26-
font-size: 0;
27-
}
28-
}
29-
30-
.sb-show-main.sb-main-fullscreen {
31-
margin: 0;
32-
padding: 0;
33-
display: block;
34-
}
35-
36-
.sb-show-main.sb-main-padded {
37-
margin: 0;
38-
padding: 1rem;
39-
display: block;
40-
}
41-
427
.sb-wrapper {
438
position: fixed;
449
top: 0;
@@ -103,31 +68,7 @@
10368
} catch (e) {
10469
// eslint-disable-next-line no-console
10570
console.warn('unable to connect to top frame for connecting dev tools');
106-
}
107-
108-
window.onerror = function onerror(message, source, line, column, err) {
109-
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
110-
// eslint-disable-next-line no-var, vars-on-top
111-
var xhr = new window.XMLHttpRequest();
112-
xhr.open('POST', '/runtime-error');
113-
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
114-
xhr.send(
115-
JSON.stringify({
116-
/* eslint-disable object-shorthand */
117-
message: message,
118-
source: source,
119-
line: line,
120-
column: column,
121-
error: err && { message: err.message, name: err.name, stack: err.stack },
122-
origin: 'preview',
123-
/* eslint-enable object-shorthand */
124-
})
125-
);
126-
};</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],
71+
}</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],
12772
#docs-root[hidden] {
12873
display: none !important;
129-
}</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>window['LOGLEVEL'] = "info";
130-
131-
132-
133-
window['FRAMEWORK_OPTIONS'] = {};</script><script src="runtime~main.5c949075a5b592b23b75.bundle.js"></script><script src="vendors~main.5c949075a5b592b23b75.bundle.js"></script><script src="main.5c949075a5b592b23b75.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.295b9c4b72351c907f5b.bundle.js"></script><script src="vendors~main.295b9c4b72351c907f5b.bundle.js"></script><script src="main.295b9c4b72351c907f5b.bundle.js"></script></body></html>

docs/index.html

Lines changed: 2 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
width: 100%;
55
margin: 0;
66
padding: 0;
7-
}
8-
9-
* {
10-
box-sizing: border-box;
117
}</style><script>/* globals window */
128
/* eslint-disable no-underscore-dangle */
139
try {
@@ -17,39 +13,7 @@
1713
} catch (e) {
1814
// eslint-disable-next-line no-console
1915
console.warn('unable to connect to top frame for connecting dev tools');
20-
}
21-
22-
window.onerror = function onerror(message, source, line, column, err) {
23-
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
24-
// eslint-disable-next-line no-var, vars-on-top
25-
var xhr = new window.XMLHttpRequest();
26-
xhr.open('POST', '/runtime-error');
27-
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
28-
xhr.send(
29-
JSON.stringify({
30-
/* eslint-disable object-shorthand */
31-
message: message,
32-
source: source,
33-
line: line,
34-
column: column,
35-
error: err && { message: err.message, name: err.name, stack: err.stack },
36-
origin: 'manager',
37-
/* eslint-enable object-shorthand */
38-
})
39-
);
40-
};</script><style>#root[hidden],
16+
}</script><style>#root[hidden],
4117
#docs-root[hidden] {
4218
display: none !important;
43-
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";
44-
45-
46-
47-
window['LOGLEVEL'] = "info";
48-
49-
50-
51-
52-
53-
54-
55-
window['DOCS_MODE'] = false;</script><script src="runtime~main.870e8ee0658e83d05c6b.bundle.js"></script><script src="vendors~main.9891fe682c4a90327d6e.bundle.js"></script><script src="main.fb4a2747400d21ab4cc2.bundle.js"></script></body></html>
19+
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.286b69a873d49f2f199c.bundle.js"></script><script src="vendors~main.1b289829739f8b9d7054.bundle.js"></script><script src="main.49d08a2c4d158a7a2f55.bundle.js"></script></body></html>

docs/main.5c949075a5b592b23b75.bundle.js renamed to docs/main.295b9c4b72351c907f5b.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.295b9c4b72351c907f5b.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.49d08a2c4d158a7a2f55.bundle.js

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.5c949075a5b592b23b75.bundle.js.map

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

docs/main.fb4a2747400d21ab4cc2.bundle.js

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

docs/runtime~main.286b69a873d49f2f199c.bundle.js

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.5c949075a5b592b23b75.bundle.js renamed to docs/runtime~main.295b9c4b72351c907f5b.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.

0 commit comments

Comments
 (0)