diff --git a/CHANGELOG.md b/CHANGELOG.md index ac8a13b..11170f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ + +# [3.0.7](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.6...3.0.7) (2021-03-18) +- Fix dependencies + # [3.0.6](https://github.com/nicolasbeauvais/vue-social-sharing/compare/3.0.5...3.0.6) (2021-03-18) - Add share to Messenger diff --git a/docs/iframe.html b/docs/iframe.html index 90d3e4e..4005d1c 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -4,41 +4,6 @@ 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; @@ -103,31 +68,7 @@ } catch (e) { // eslint-disable-next-line no-console console.warn('unable to connect to top frame for connecting dev tools'); - } - - 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 */ - }) - ); - };

No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

\ No newline at end of file + }

No Preview

Sorry, but you either have no stories or none are selected somehow.

If the problem persists, check the browser console, or the terminal you've run Storybook from.

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index d736992..1f6bf79 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,10 +4,6 @@ width: 100%; margin: 0; padding: 0; - } - - * { - box-sizing: border-box; }
\ No newline at end of file + }
\ No newline at end of file diff --git a/docs/main.5c949075a5b592b23b75.bundle.js b/docs/main.295b9c4b72351c907f5b.bundle.js similarity index 60% rename from docs/main.5c949075a5b592b23b75.bundle.js rename to docs/main.295b9c4b72351c907f5b.bundle.js index a4543f1..064ff36 100644 --- a/docs/main.5c949075a5b592b23b75.bundle.js +++ b/docs/main.295b9c4b72351c907f5b.bundle.js @@ -1,2 +1,2 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[0],{130:function(module,__webpack_exports__,__webpack_require__){"use strict";__webpack_exports__.a={name:"Static data",code:function code(){return{template:'\n
\n \n \n Share on Twitter\n \n
\n '}},params:{notes:'## Creating a Share Network link with static data\n\n```html\n\n\n