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
args
input to add additional custom parameters to the sharer link. - fix: Cannot override
windowObj
due tomergeDeep
, closes #572. - fix: config is ignored if the module is lazy loaded, closes #579.
- fix:
opened
output not firing, closes #633.
Breaking changes:
- Rename
ShareButtonConfig
toShareButtonsOptions
. - Remove
closed
output from share directive and components. - Remove
autoSetMeta
input from share directive and components. - remove
url
,title
,description
,image
,tags
andredirectUrl
from global options
Full Changelog: v13.0.0...v14.0.0