Skip to content

Releases: MurhafSousli/ngx-sharebuttons

v14.0.0-beta.1

24 May 02:31
db878fc
Compare
Choose a tag to compare
v14.0.0-beta.1 Pre-release
Pre-release

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 to mergeDeep, 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 to ShareButtonsOptions.
  • Remove closed output from share directive and components.
  • Remove autoSetMeta input from share directive and components.
  • remove url ,title, description ,image ,tags and redirectUrl from global options

Full Changelog: v13.0.0...v14.0.0-beta.1

v13.0.0

21 May 19:43
32aa9fc
Compare
Choose a tag to compare

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 and redirectUrl which is required for Messenger on desktop), closes #607 in 79f70a8.

Full Changelog: v12.0.0...v13.0.0

v12.0.0

26 Mar 03:39
3aee8d9
Compare
Choose a tag to compare

What's Changed

  • Update to Angular 15.
  • The pop-up share buttons module is deprecated and will be removed in v13.0.0

v11.0.0

07 Jun 13:18
402a40f
Compare
Choose a tag to compare

v10.0.0

15 Jan 18:52
8109e6a
Compare
Choose a tag to compare
  • Update to Angular 13.
  • Fix Error logs on SSR, closes #320 in 22a064b.
  • Should not display Ivy library warning, closes #571 in ba9bea3.
  • fix(popup): Remove FontAwesome imports in share pop up, closes #574 in 42d94a2.

v9.0.0

26 Aug 03:22
4734dac
Compare
Choose a tag to compare
Merge pull request #559 from MurhafSousli/dev

Utilise CSS variable and simplify themes structure

v8.1.0

22 Aug 03:46
865c926
Compare
Choose a tag to compare
Merge pull request #554 from MurhafSousli/dev

Upgrade to Angular 12

v8.0.5

14 Dec 23:30
6abe1ab
Compare
Choose a tag to compare
v8.0.5 Pre-release
Pre-release

Possible issue with IVY #523 (comment)

Use 8.0.4 if you get an issue with IVY

v8.0.4

06 Nov 02:51
de69629
Compare
Choose a tag to compare
Merge pull request #507 from rodrigokamada/viber-support

Viber support

v8.0.3

04 Nov 01:38
0349393
Compare
Choose a tag to compare
Merge pull request #510 from MurhafSousli/cdk-clipboard

feat: Use the CDK Clipboard