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