Skip to content

Commit 2695db0

Browse files
committed
version bump
1 parent 702370c commit 2695db0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 4.2.0 (Jun 07, 2020)
4+
5+
- Added: `FacebookMessengerShareButton` docs are now included in the readme
6+
- Fix: Prevent `VKShareCount` from colliding with an existing `window.VK` object
7+
- Fix: Default separator in `ViberShareButton` is now `' '`
8+
- Fix: `WhatsappIcon` green color to match with WhatsApp brand
9+
- Fix: Allow `ShareButton` `beforeOnClick` to return `void`
10+
- Fix: Guard against unexpected behaviour with `OKShareCount` for the returned index parameter by adding a sensible fallback
11+
312
## 4.1.0 (Mar 14, 2020)
413

514
- Fix: `TwitterShareButton` won't have hashtags as empty string (#284, #293)

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": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Social media share buttons and share counts for React.",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)