Releases: MurhafSousli/ngx-sharebuttons
Releases · MurhafSousli/ngx-sharebuttons
v15.0.6
v15.0.3
What's Changed
- enhance: Use injection factory for
SHARE_BUTTONS_CONFIG
andSHARE_BUTTONS_PROP
to 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.0
and 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
FaIconComponent
instead ofFontAwesomeModule
. - refactor: Remove
CommonModule
imports. - 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
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
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
appId
andredirectUrl
which 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