Releases: MurhafSousli/ngx-sharebuttons
Releases · MurhafSousli/ngx-sharebuttons
v17.0.0
What's Changed
Possible breaking changes
- refactor: Prevent
provideShareButtonsOptionsfrom being accidentally referenced in@Componentin a component injector.
Full Changelog: v16.0.0...v17.0.0
v16.0.0
What's Changed
- Upgrade to Angular 19.
- refactor(themes): Replace
@importfunctions with@use. - refactor(themes): Replace deprecated sass function with the new ones.
- feat: add
--sb-expand-button-colorCSS variable to easily change the color of the expand button in share buttons component.
Full Changelog: v15.0.6...v16.0.0
v15.0.6
What's Changed
- Add link in message body even if description was not provided, closes #697 and #610.
- Remove FontAwesome type imports from the share directive, closes #673.
- Refactor all inputs to signal inputs.
Full Changelog: v15.0.4...v15.0.6
v15.0.3
What's Changed
- enhance: Use injection factory for
SHARE_BUTTONS_CONFIGandSHARE_BUTTONS_PROPto avoid merging custom options with the default options for every share button.
Full Changelog: v15.0.2...v15.0.3
v15.0.2
What's Changed
- No Changes, just fixing the minimum Angular version to
v17.1.0and add missing fields to package.json in NPM.
New Contributors
- @robertIsaac made their first contribution in #682
Full Changelog: v15.0.1...v15.0.2
v15.0.1
What's Changed
- fix: Share directive requires icons dependencies, closes #673.
- refactor: Import
FaIconComponentinstead ofFontAwesomeModule. - refactor: Remove
CommonModuleimports. - refactor: Avoid merging default options with injected options for each share directive / component instance.
Full Changelog: v15.0.0...v15.0.1
v15.0.0
What's Changed
- feat: Upgrade to Angular 18.
- refactor: Mark the function
withIcons()as deprecated and rename it toshareIcons(), no breaking changes.
Full Changelog: v14.0.0...v15.0.0
v14.0.0
What's Changed
- feat: Update to angular 17.
- feat: Add a service for sharing links, closes #661.
- feat: Add new provider functions to easily override share buttons options.
- enhance: Update share logos colors.
- enhance: Replace Twitter with X, closes #650 and #657.
- feat: Ability to create a sharer links through the share service.
- feat: Add
argsinput to add additional custom parameters to the sharer link. - fix: Cannot override
windowObjdue tomergeDeep, closes #572. - fix: config is ignored if the module is lazy loaded, closes #579.
- fix:
openedoutput not firing, closes #633.
Breaking changes:
- Rename
ShareButtonConfigtoShareButtonsOptions. - Remove
closedoutput from share directive and components. - Remove
autoSetMetainput from share directive and components. - remove
url,title,description,image,tagsandredirectUrlfrom global options
Full Changelog: v13.0.0...v14.0.0
v13.0.0
What's Changed
- Update to Angular 16 in c677561.
- Fix types error, closes #641 in fa9d8ef.
- Update whatsapp sharer link on desktop, closes #635 in 7e3a235.
- Make messenger sharable on web (added
appIdandredirectUrlwhich is required for Messenger on desktop), closes #607 in 79f70a8.
Full Changelog: v12.0.0...v13.0.0
v12.0.0
What's Changed
- Update to Angular 15.
- The pop-up share buttons module is deprecated and will be removed in v13.0.0