share-api-polyfill
share-api-polyfill copied to clipboard
A polyfill for the sharing that can be used in the desktop, too, so your users can share in their Twitter, Facebook, Messenger, LinkedIn, SMS, e-mail, print, Telegram or WhatsApp.
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.5 to 9.1.2. Release notes Sourced from babel-loader's releases. v9.1.2 9.1.1 was a broken release, it didn't include all the commits. Dependencies updates Bump qs from 6.5.2...
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.18.9 to 7.20.7. Release notes Sourced from @babel/plugin-proposal-object-rest-spread's releases. v7.20.7 (2022-12-22) Thanks @wsypower for your first PR! :eyeglasses: Spec Compliance babel-helper-member-expression-to-functions, babel-helper-replace-supers, babel-plugin-proposal-class-properties, babel-plugin-transform-classes #15223 fix: Deleting...
Currently the background and the share sheet appends to the body. While it probably works for most users, but in our legacy CMS, we have smaller "apps" on the same...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.3 to 7.20.2. Release notes Sourced from @babel/preset-env's releases. v7.20.2 (2022-11-04) :bug: Bug Fix babel-core, babel-helper-create-class-features-plugin, babel-helper-module-transforms, babel-helper-plugin-utils, babel-helper-simple-access, babel-node, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-react-constant-elements, babel-preset-env, babel-standalone, babel-types #15124...
I hope you don't mind, I fixed some spacing between others, for clean looking. Issue #146
Upgraded CodeQL Action from v1 to v2 https://github.com/on2-dev/share-api-polyfill/issues/141
"Now, it will use the native share panel if it is available (only available on mobile devices) and, if not, it will enable an HTML structure in your page showing...
In https://developer.mozilla.org/en-US/docs/Web/API/Navigator/share it is not required to add text or title. But when using this polyfill we get an error invalid params. https://github.com/on2-dev/share-api-polyfill/blob/68dc907d96cc92999c99360f428e9f4da8f43591/src/share.js#L259 Looks like this check shouldn't be here.