Releases: daviddarnes/share-button
Releases · daviddarnes/share-button
v1.1.3
- Fixes sharing URLs from Firefox mobile #3, thanks @rg-wood
v1.1.2
- Fix documentation version referencing
v1.1.1
- Catch errors when the native share UI is dismissed, fixes #2
v1.1.0
- The component will now gracefully fail to get defined if the browser doesn't have
window.navigator.share
, allowing you to utilise fallbacks in conjunction with share-button:not(:defined)
CSS selector
- Expanded examples, and demos, showing more fallbacks (thanks @zachleat!)