fix(deps): update dependency ngx-sharebuttons to v17 #189
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^13.0.0
->^17.0.0
Release Notes
MurhafSousli/ngx-sharebuttons (ngx-sharebuttons)
v17.0.0
Compare Source
Possible breaking changes
provideShareButtonsOptions
from being accidentally referenced in@Component
in a component injector.16.0.0
@import
functions with@use
.--sb-expand-button-color
CSS variable to easily change the color of the expand button in share buttons component.Breaking changes
withIcons()
function, useshareIcons()
instead.15.0.6
15.0.4 and 15.0.5 are faulty releases
15.0.3
SHARE_BUTTONS_CONFIG
andSHARE_BUTTONS_PROP
to avoid merging custom options with the default options for every share button.15.0.2
v17.1.0
and add missing fields to package.json in NPM.15.0.1
FaIconComponent
instead ofFontAwesomeModule
.CommonModule
imports.15.0.0
withIcons()
as deprecated and rename it toshareIcons()
, no breaking changes.14.0.0
args
input to add additional custom parameters to the sharer link.rxjs
dependency.windowObj
due tomergeDeep
, closes #572.opened
output not firing, closes #633.Breaking changes:
ShareButtonConfig
toShareButtonsOptions
.closed
output from share directive and components.autoSetMeta
input from share directive and components.url
,title
,description
,image
,tags
andredirectUrl
from global options13.0.0
appId
andredirectUrl
which is required for Messenger on desktop), closes #607 in 79f70a8.Breaking Changes
ngx-sharebuttons/popup
from the library in 2cf187e.12.0.0
11.0.0
10.0.0
9.0.0
Breaking changes
[size]
has been removed from all share components and global options, you can change the size of a button using the CSS variable--sb-font-size
, in 843940e.Example:
before:
after:
8.1.0
8.0.5
8.0.4
8.0.3
8.0.2
8.0.1
Possible breaking changes:
Share pop-up component:
8.0.0
Features:
ShareIconsModule
to simplify importing the share icons.Bugs:
[include]
and[exclude]
inputs arenull
.type="button"
, so it doesn't submit forms, closes #379.Breaking changes
Before:
@ngx-share/core
,@ngx-share/button
and@ngx-share/buttons
.After:
ngx-sharebuttons
,ngx-sharebuttons/button
andngx-sharebuttons/buttons
ngx-sharebuttons/themes/{{themeName}}
7.1.4
7.1.3
7.1.2
7c77f0a.
7.1.1
debug
option to ShareButtonsConfig to log sharer URL, in 7e47bef.Email
,SMS
,WhatsApp
buttons, closes #361 in debed2b._metaTags
to_supportedMetaTags
inWhatsApp
button, in 52dc70d.Copy
button, closes #360 in 4010a82.Pinterest
image parameter is undefined, in 8116614.WhatsApp
sharer URL, in 6dc7414.Telegram
message since its already supported, in f10189a.7.1.0
7.1.0-beta.1
05abd1c.
StumbUpOn
button and replace it withMix
button.forRoot
usage, usewithConfig()
for custom config.Breaking changes
forRoot()
has been removed from all share modules.ShareButtonConfig
has been flattened.StumbUpOn
share button has been removed.7.0.0
7.0.0-beta.1
7.0.0-beta.0
Meta
service instead ofdocument
to get the meta tags content, in 9342b63.Platform
service to get the platform type, in 55b9495.[via]
input fromtwitter-site
meta tag, in 4bcd5e0.ShareButtons
service usingprovidedIn: 'root'
, in b2c698f.Breaking changes:
If you use any of the following classes, they have been renamed:
ShareButtons
service =>ShareService
ShareDirective
directive =>ShareDirective
ShareButtonComponent
component =>ShareButton
ShareButtonsComponent
component =>ShareButtons
Reddit share count API seems to be deprecated from their side, therefore share count has been removed from Reddit share button.
For
<share-buttons>
and<share-button>
components, no need to import the default styles anymore.Also note that the path to themes directory has been flattened (
/styles/
directory has been removed)Before
After
6.0.1
HttpClientModule
fromShareButtonsModule
, closes #297 in a503936.6.0.0
aria-label
attribute to share buttons, closes #277.stateWorker$.complete()
on component destroy.private
on variables and functions when they should be.CONTRIBUTION.md
for plugin development."@​ngx-share/core
.@fortawesome/angular-fontawesome
as a peer dependency for"@​ngx-share/button
.@fortawesome/angular-fontawesome
as a peer dependency for"@​ngx-share/buttons
.copyToClipboard()
.Breaking changes:
Before:
The plugin used to load the default icons from FontAwesome.
After:
The plugin does not load FontAwesome icons out of the box. The user will have to import them manually
Example:
NOTE: Use the deep link to import the icon to keep the package size to the minimum, see @robbaman comment in @angular-fontawesome/34.
5.3.1
5.3.0 (has a build issue)
Features:
[icon]
input.[autoSetMeta]
input to all components and global config.When
autoSetMeta
is true, the meta tags inputsurl
,title
,description
andimage
will be initialized from the SEO meta tags.Breaking changes
IconProp
which is imported from the @fortawesome icons package.Before:
style.scss
Override share button icon
After:
style.scss
Override share button icon
sb
from the share directive inputs, closes #250.5.2.0 (has universal issue)
url
as a meta tag property to the global config.EmailOperator
tourlInMessageOperator
getOS()
andgetValidUrl
to utils file and remove encodeUriComponent.getValidUrl
function since the url becomes a meta tag.Note:
Now the meta tags are initialized from document head meta tags (og:title, og:description, og:image, og:url) if they exist, This means that if you use SSR you don't need to set them manually.
No breaking changes
5.1.0
Breaking changes:
registerButton()
toaddButton()
.Notes:
5.0.1
5.0.0
5.0.0-beta.3
Features:
Improvements:
Bugs Fixes:
Breaking Changes:
Main
The package is now divided into 3 new subpackages from the scope
@ngx-share
@ngx-share/core
@ngx-share/button
, depends on the@ngx-share/core
@ngx-share/buttons
, depends on the@ngx-share/core
and@ngx-share/button
Global options and button properties are now passed as one object
ShareButtonsModule.forRoot(options, prop)
ShareButtonsModule.forRoot({ options, prop })
ShareButton
<share-button>
:[showName]
input is renamed to[showText]
in<share-button>
and<share-buttons>
<share-button>
, you can now set custom text using the input[text]
Styles & Themes:
@ngx-share/button/styles/
package.outline
andspecial
themes.4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
Breaking Change:
Now
HttpClientModule
andHttpClientModule
should imported manually4.0.4
4.0.2
4.0.1
gaTracking
option to global options4.0.0@beta
Version 4 has been rewritten from scratch
HttpClient
for fetching share counts instead ofHttp
, (requires Angular +4.3)Version 3 is no longer supported
3.0.0
ngx-sharebuttons
.2.1.2
2.1.0
:root
with:host
in style fixes #812.0.1
[shareTitle]
,[totalCount]
, deprecated.1.1.5
1.1.4
1.1.3
./dist
instead of root dir, closes #221.1.2
New Feature:
Fixes Bug:
hashlocationstrategy
URL, closes #161.1.1
1.1.0
New Feature:
popUpClosed
function<share-buttons (popUpClosed)="someCallbackFunction">
, closes #12Improvements:
Observable
,empty
,catch
,map
operators individually instead of importing the whole libraryWindowService
1.0.7
Fixes Bug:
Breaking Changes:
twitter tags are now seperated by comma as a string instead of string[]:
1.0.6
New Feature:
[title]
,[description]
and[image]
if you don't want to use the meta tags, check full list of inputs in the docs, closes #7.Fixes Bug:
[url]
is valid.Breaking Changes:
[text]
, After:[description]
.[hashtags]
, After:[tags]
.1.0.5
ChangeDetectionStrategy.OnPush
.1.0.1
New Feature: Set global twitter account to add "Via @twitterAccount" to user tweet.
New Feature: New optional inputs
[text]
,[image]
and[hastags]
for twitter and pinterest.Fixes Bug: Pinterest share link.
1.0.0
Stable release
v16.0.0
Compare Source
@import
functions with@use
.--sb-expand-button-color
CSS variable to easily change the color of the expand button in share buttons component.Breaking changes
withIcons()
function, useshareIcons()
instead.v15.0.6
Compare Source
v15.0.5
Compare Source
v15.0.4
Compare Source
v15.0.3
Compare Source
SHARE_BUTTONS_CONFIG
andSHARE_BUTTONS_PROP
to avoid merging custom options with the default options for every share button.v15.0.2
Compare Source
v17.1.0
and add missing fields to package.json in NPM.v15.0.1
Compare Source
FaIconComponent
instead ofFontAwesomeModule
.CommonModule
imports.v15.0.0
Compare Source
withIcons()
as deprecated and rename it toshareIcons()
, no breaking changes.v14.0.0
Compare Source
args
input to add additional custom parameters to the sharer link.rxjs
dependency.windowObj
due tomergeDeep
, closes #572.opened
output not firing, closes #633.Breaking changes:
ShareButtonConfig
toShareButtonsOptions
.closed
output from share directive and components.autoSetMeta
input from share directive and components.url
,title
,description
,image
,tags
andredirectUrl
from global optionsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.