svelte-share-buttons-component
Advanced tools
Comparing version 1.4.0 to 1.5.0
# Changelog | ||
# 1.5.0 | ||
* Added Line button | ||
* Added "quote" attribute to Facebook button | ||
* Updated dependencies | ||
## 1.4.0 | ||
@@ -4,0 +10,0 @@ |
@@ -13,6 +13,6 @@ { | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.0.4", | ||
"rollup": "^2.56.3", | ||
"@rollup/plugin-node-resolve": "^13.1.1", | ||
"rollup": "^2.61.1", | ||
"rollup-plugin-svelte": "^7.1.0", | ||
"svelte": "^3.42.6" | ||
"svelte": "^3.44.3" | ||
}, | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"description": "Simple Svelte based social media share buttons component with no tracking.", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"repository": { | ||
@@ -30,0 +30,0 @@ "type": "git", |
@@ -39,3 +39,3 @@ # svelte-share-buttons-component | ||
<script> | ||
import { Email, HackerNews, Reddit, LinkedIn, Pinterest, Telegram, Tumblr, Vk, WhatsApp, Xing, Facebook, Twitter } from 'svelte-share-buttons-component'; | ||
import { Email, HackerNews, Reddit, LinkedIn, Pinterest, Telegram, Tumblr, Vk, WhatsApp, Xing, Facebook, Twitter, Line } from 'svelte-share-buttons-component'; | ||
@@ -57,4 +57,5 @@ const url = 'https://pchynoweth.github.io/svelte-share-buttons-component/'; | ||
<Xing class="share-button" {title} {url} /> | ||
<Facebook class="share-button" {url} /> | ||
<Facebook class="share-button" quote="{title}" {url} /> | ||
<Twitter class="share-button" text="{title}" {url} hashtags="github,svelte" via="username" related="other,users" /> | ||
<Line class="share-button" {url} /> | ||
``` | ||
@@ -61,0 +62,0 @@ |
@@ -13,1 +13,2 @@ export { default as Email} from './Email.svelte'; | ||
export { default as Xing } from './Xing.svelte'; | ||
export { default as Line } from './Line.svelte'; |
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
175832
21
4222
63