fix(deps): update dependency ngx-sharebuttons to v17#189
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update dependency ngx-sharebuttons to v17#189renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
❌ Deploy Preview for k9n-dev failed.
|
b614a5d to
bd7c1f2
Compare
❌ Deploy Preview for k9n-dev failed.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0Release Notes
MurhafSousli/ngx-sharebuttons (ngx-sharebuttons)
v17.0.0Compare Source
Possible breaking changes
provideShareButtonsOptionsfrom being accidentally referenced in@Componentin a component injector.16.0.0
@importfunctions with@use.--sb-expand-button-colorCSS 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_CONFIGandSHARE_BUTTONS_PROPto avoid merging custom options with the default options for every share button.15.0.2
v17.1.0and add missing fields to package.json in NPM.15.0.1
FaIconComponentinstead ofFontAwesomeModule.CommonModuleimports.15.0.0
withIcons()as deprecated and rename it toshareIcons(), no breaking changes.14.0.0
argsinput to add additional custom parameters to the sharer link.rxjsdependency.windowObjdue tomergeDeep, closes #572.openedoutput not firing, closes #633.Breaking changes:
ShareButtonConfigtoShareButtonsOptions.closedoutput from share directive and components.autoSetMetainput from share directive and components.url,title,description,image,tagsandredirectUrlfrom global options13.0.0
appIdandredirectUrlwhich is required for Messenger on desktop), closes #607 in 79f70a8.Breaking Changes
ngx-sharebuttons/popupfrom 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:
ShareIconsModuleto 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/buttonand@ngx-share/buttons.After:
ngx-sharebuttons,ngx-sharebuttons/buttonandngx-sharebuttons/buttonsngx-sharebuttons/themes/{{themeName}}7.1.4
7.1.3
7.1.2
7c77f0a.
7.1.1
debugoption to ShareButtonsConfig to log sharer URL, in 7e47bef.Email,SMS,WhatsAppbuttons, closes #361 in debed2b._metaTagsto_supportedMetaTagsinWhatsAppbutton, in 52dc70d.Copybutton, closes #360 in 4010a82.Pinterestimage parameter is undefined, in 8116614.WhatsAppsharer URL, in 6dc7414.Telegrammessage since its already supported, in f10189a.7.1.0
7.1.0-beta.1
05abd1c.
StumbUpOnbutton and replace it withMixbutton.forRootusage, usewithConfig()for custom config.Breaking changes
forRoot()has been removed from all share modules.ShareButtonConfighas been flattened.StumbUpOnshare button has been removed.7.0.0
7.0.0-beta.1
7.0.0-beta.0
Metaservice instead ofdocumentto get the meta tags content, in 9342b63.Platformservice to get the platform type, in 55b9495.[via]input fromtwitter-sitemeta tag, in 4bcd5e0.ShareButtonsservice usingprovidedIn: 'root', in b2c698f.Breaking changes:
If you use any of the following classes, they have been renamed:
ShareButtonsservice =>ShareServiceShareDirectivedirective =>ShareDirectiveShareButtonComponentcomponent =>ShareButtonShareButtonsComponentcomponent =>ShareButtonsReddit 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
HttpClientModulefromShareButtonsModule, closes #297 in a503936.6.0.0
aria-labelattribute to share buttons, closes #277.stateWorker$.complete()on component destroy.privateon variables and functions when they should be.CONTRIBUTION.mdfor plugin development."@​ngx-share/core.@fortawesome/angular-fontawesomeas a peer dependency for"@​ngx-share/button.@fortawesome/angular-fontawesomeas 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
autoSetMetais true, the meta tags inputsurl,title,descriptionandimagewill be initialized from the SEO meta tags.Breaking changes
IconPropwhich is imported from the @fortawesome icons package.Before:
style.scss
Override share button icon
After:
style.scss
Override share button icon
sbfrom the share directive inputs, closes #250.5.2.0 (has universal issue)
urlas a meta tag property to the global config.EmailOperatortourlInMessageOperatorgetOS()andgetValidUrlto utils file and remove encodeUriComponent.getValidUrlfunction 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/coreand@ngx-share/buttonGlobal 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.outlineandspecialthemes.4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
Breaking Change:
Now
HttpClientModuleandHttpClientModuleshould imported manually4.0.4
4.0.2
4.0.1
gaTrackingoption to global options4.0.0@beta
Version 4 has been rewritten from scratch
HttpClientfor 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
:rootwith:hostin style fixes #812.0.1
[shareTitle],[totalCount], deprecated.1.1.5
1.1.4
1.1.3
./distinstead of root dir, closes #221.1.2
New Feature:
Fixes Bug:
hashlocationstrategyURL, closes #161.1.1
1.1.0
New Feature:
popUpClosedfunction<share-buttons (popUpClosed)="someCallbackFunction">, closes #12Improvements:
Observable,empty,catch,mapoperators individually instead of importing the whole libraryWindowService1.0.7
Fixes Bug:
Breaking Changes:
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.0Compare Source
@importfunctions with@use.--sb-expand-button-colorCSS variable to easily change the color of the expand button in share buttons component.Breaking changes
withIcons()function, useshareIcons()instead.v15.0.6Compare Source
v15.0.5Compare Source
v15.0.4Compare Source
v15.0.3Compare Source
SHARE_BUTTONS_CONFIGandSHARE_BUTTONS_PROPto avoid merging custom options with the default options for every share button.v15.0.2Compare Source
v17.1.0and add missing fields to package.json in NPM.v15.0.1Compare Source
FaIconComponentinstead ofFontAwesomeModule.CommonModuleimports.v15.0.0Compare Source
withIcons()as deprecated and rename it toshareIcons(), no breaking changes.v14.0.0Compare Source
argsinput to add additional custom parameters to the sharer link.rxjsdependency.windowObjdue tomergeDeep, closes #572.openedoutput not firing, closes #633.Breaking changes:
ShareButtonConfigtoShareButtonsOptions.closedoutput from share directive and components.autoSetMetainput from share directive and components.url,title,description,image,tagsandredirectUrlfrom 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.