Skip to content

Commit

Permalink
🔖 Tag v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbeauvais committed Mar 18, 2021
1 parent 4e2a417 commit 55ee594
Show file tree
Hide file tree
Showing 29 changed files with 24,778 additions and 179 deletions.
1 change: 1 addition & 0 deletions .storybook/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ a[class^="share-network-"] {
align-items: center;
cursor: pointer;
margin: 0 10px 10px 0;
text-decoration: none;
}

a[class^="share-network-"] .fah {
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="3.0.6"></a>
# [3.0.6](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.5...3.0.6) (2021-03-18)
- Add share to Messenger

<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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Vue Social Sharing</h1>
<h4 align="center">A renderless components for sharing links on major social networks</h4>
<h5 align="center">Less than 2.5kb gzipped</h5>
<p align="center">Less than 2.5kb gzipped</p>

<p align="center">
<img width="580" src="https://user-images.githubusercontent.com/2951704/83863753-11f2af80-a724-11ea-9202-98b40cdbebe2.png">
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.

63 changes: 61 additions & 2 deletions docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@
display: none;
}

.sb-show-main.sb-main-centered {
margin: 0;
display: flex;
align-items: center;
min-height: 100vh;
}

.sb-show-main.sb-main-centered #root {
box-sizing: border-box;
margin: auto;
padding: 1rem;
max-height: 100%; /* Hack for centering correctly in IE11 */
}

/* Vertical centering fix for IE11 */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.sb-show-main.sb-main-centered:after {
content: '';
min-height: inherit;
font-size: 0;
}
}

.sb-show-main.sb-main-fullscreen {
margin: 0;
padding: 0;
display: block;
}

.sb-show-main.sb-main-padded {
margin: 0;
padding: 1rem;
display: block;
}

.sb-wrapper {
position: fixed;
top: 0;
Expand Down Expand Up @@ -68,7 +103,31 @@
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}</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],
}

window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'preview',
/* eslint-enable object-shorthand */
})
);
};</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.5d2b1b12d3ed5679972c.bundle.js"></script><script src="vendors~main.5d2b1b12d3ed5679972c.bundle.js"></script><script src="main.5d2b1b12d3ed5679972c.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>window['LOGLEVEL'] = "info";



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>
40 changes: 38 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
width: 100%;
margin: 0;
padding: 0;
}

* {
box-sizing: border-box;
}</style><script>/* globals window */
/* eslint-disable no-underscore-dangle */
try {
Expand All @@ -13,7 +17,39 @@
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to top frame for connecting dev tools');
}</script><style>#root[hidden],
}

window.onerror = function onerror(message, source, line, column, err) {
if (window.CONFIG_TYPE !== 'DEVELOPMENT') return;
// eslint-disable-next-line no-var, vars-on-top
var xhr = new window.XMLHttpRequest();
xhr.open('POST', '/runtime-error');
xhr.setRequestHeader('Content-Type', 'application/json;charset=UTF-8');
xhr.send(
JSON.stringify({
/* eslint-disable object-shorthand */
message: message,
source: source,
line: line,
column: column,
error: err && { message: err.message, name: err.name, stack: err.stack },
origin: 'manager',
/* eslint-enable object-shorthand */
})
);
};</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.a70cae47b0d915ec6f24.bundle.js"></script><script src="vendors~main.8890fa61ed7ba4819dd2.bundle.js"></script><script src="main.74304a197dc4ecfc9ab7.bundle.js"></script></body></html>
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['CONFIG_TYPE'] = "PRODUCTION";



window['LOGLEVEL'] = "info";







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>
2 changes: 2 additions & 0 deletions docs/main.5c949075a5b592b23b75.bundle.js

Large diffs are not rendered by default.

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

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

2 changes: 0 additions & 2 deletions docs/main.5d2b1b12d3ed5679972c.bundle.js

This file was deleted.

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

This file was deleted.

Loading

0 comments on commit 55ee594

Please sign in to comment.