Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-chefs-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chubby-radios-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dirty-planes-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fair-cougars-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-buses-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-rivers-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-ants-love.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-taxis-nod.md

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 5.3.0

### Minor Changes

- 1625ede: Mark all share count exports as deprecated in the public types and README, noting that they will be removed in v6 while remaining available as best-effort compatibility in v5.
- d040ae7: Clarify the share button API surface in v5 by documenting `htmlTitle` as the native button `title` attribute and marking the legacy `ThreadsShareButton` `hashtags`, `related`, and `via` props as deprecated no-ops ahead of their planned v6 removal.
- 08358c8: Add `XShareButton` as the canonical X sharing export while keeping `TwitterShareButton` available as a deprecated backwards-compatibility alias.

### Patch Changes

- af3a338: Apply native disabled button behavior to share buttons so disabled buttons are actually non-interactive, matching the behavior requested in issue #533.
- 8cc7a38: Use `api.whatsapp.com` for generated WhatsApp share links, following the behavior proposed in PR #459 and requested again in issue #575.
- 0f5af18: Refresh several share icon brand colors to match current platform branding in the v5 badge set.
- c17f650: Render reset share buttons as `inline-flex` so icon-only buttons do not include extra bottom space from the inline baseline gap, and match the button focus outline radius to round and rounded bundled icons with a `2px` outline offset.
- 2afa235: Fix Reddit sharing to use the current `/submit` endpoint instead of `/web/submit`, which was causing "Page not found" failures reported in issues like #571 and addressed in PR #572.

## 5.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-share",
"version": "5.2.2",
"version": "5.3.0",
"description": "Social media share buttons and share counts for React.",
"type": "module",
"main": "./dist/index.cjs",
Expand Down