Skip to content

Commit 1446beb

Browse files
authored
Merge pull request #580 from nygardk/changeset-release/master
Version Packages
2 parents a88ae97 + 5f6f277 commit 1446beb

File tree

10 files changed

+17
-41
lines changed

10 files changed

+17
-41
lines changed

.changeset/blue-chefs-care.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chubby-radios-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dirty-planes-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fair-cougars-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fuzzy-buses-battle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-rivers-joke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sixty-ants-love.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-taxis-nod.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 5.3.0
4+
5+
### Minor Changes
6+
7+
- 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.
8+
- 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.
9+
- 08358c8: Add `XShareButton` as the canonical X sharing export while keeping `TwitterShareButton` available as a deprecated backwards-compatibility alias.
10+
11+
### Patch Changes
12+
13+
- af3a338: Apply native disabled button behavior to share buttons so disabled buttons are actually non-interactive, matching the behavior requested in issue #533.
14+
- 8cc7a38: Use `api.whatsapp.com` for generated WhatsApp share links, following the behavior proposed in PR #459 and requested again in issue #575.
15+
- 0f5af18: Refresh several share icon brand colors to match current platform branding in the v5 badge set.
16+
- 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.
17+
- 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.
18+
319
## 5.2.2
420

521
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-share",
3-
"version": "5.2.2",
3+
"version": "5.3.0",
44
"description": "Social media share buttons and share counts for React.",
55
"type": "module",
66
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)