svelte-share-buttons-component
Advanced tools
Comparing version 1.1.2 to 1.2.0
# Changelog | ||
### 1.2.0 | ||
* Updated LinkedIn button to remove deprecated parameters. LinkedIn now gets the other information from meta tags. Details can be found here: https://www.linkedin.com/help/linkedin/answer/46687/making-your-website-shareable-on-linkedin?lang=en. | ||
## 1.1.2 | ||
@@ -4,0 +8,0 @@ |
@@ -26,3 +26,3 @@ { | ||
"description": "Simple Svelte based social media share buttons component with no tracking.", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"repository": { | ||
@@ -29,0 +29,0 @@ "type": "git", |
@@ -5,2 +5,3 @@ # svelte-share-buttons-component | ||
[![version](https://img.shields.io/npm/v/svelte-share-buttons-component.svg?style=flat-square)](http://npm.im/svelte-share-buttons-component) | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/818ae4f6-3eea-41fc-8d91-db6ab2f360dd/deploy-status)](https://app.netlify.com/sites/svelte-share-buttons-component-demo/deploys) | ||
@@ -49,3 +50,3 @@ Simple Svelte based share buttons component with no tracking. Based on HTML share buttons from https://github.com/mxstbr/sharingbuttons.io. | ||
<Reddit class="share-button" {title} {url} /> | ||
<LinkedIn class="share-button" {title} {url} summary="{desc}" source={url} /> | ||
<LinkedIn class="share-button" {url} /> | ||
<Tumblr class="share-button" {title} {url} caption="{title}" /> | ||
@@ -52,0 +53,0 @@ <Pinterest class="share-button" {url} description={title} /> |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59
149002