nygardk/react-share (react-share)
### [`v5.1.0`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#510)
[Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.4...v5.1.0)
##### Minor Changes
- [`4e74597`](https://redirect.github.com/nygardk/react-share/commit/4e74597): Added `htmlTitle` prop for the share button. This prop will be passed as the native `title` attribute for the `button` element.
### [`v5.0.4`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#504)
[Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.3...v5.0.4)
##### Patch Changes
- [`1c50111`](https://redirect.github.com/nygardk/react-share/commit/1c50111): Fixed `exports` in package.json to comply with the `publint` and `attw` tools. May solve issues when your project uses CommonJS modules and Node.js v16 or newer.
### [`v5.0.3`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#503)
[Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.2...v5.0.3)
##### Patch Changes
- [`ddcf9c8`](https://redirect.github.com/nygardk/react-share/commit/ddcf9c8): Fixed invalid `exports` configuration (reference to `dist/index.cjs`).
### [`v5.0.2`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#502)
[Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.1...v5.0.2)
##### Patch Changes
- [`b1da2d9`](https://redirect.github.com/nygardk/react-share/commit/b1da2d9): Fix Reddit logo in `RedditIcon`.
- [`2588f97`](https://redirect.github.com/nygardk/react-share/commit/2588f97): Fixed colors for: `FacebookIcon`, `LinkedinIcon`, `OKIcon`, `PinterestIcon`, `RedditIcon`, `TelegramIcon`, `TumblrIcon`, `VKIcon`, `ViberIcon`, `WeiboIcon`, `WorkplaceIcon`.
- [`6a43137`](https://redirect.github.com/nygardk/react-share/commit/6a43137): Fixed WhatsApp sharring issue on Android described [here](https://redirect.github.com/nygardk/react-share/issues/484).
### [`v5.0.1`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#501)
[Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.0...v5.0.1)
##### Patch Changes
- [`8dd0134`](https://redirect.github.com/nygardk/react-share/commit/8dd0134): `@changesets/cli` was accidentally added in `dependencies`. It is now moved to `devDependencies`.
### [`v5.0.0`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#500)
[Compare Source](https://redirect.github.com/nygardk/react-share/compare/v4.4.1...v5.0.0)
##### Major Changes
- [`c04c694`](https://redirect.github.com/nygardk/react-share/commit/c04c694): Removed the `quote` prop from `FacebookShareButton` as it has been deprecated by Meta. See https://developers.facebook.com/support/bugs/734680371318112/?comment_id=743056360480513.
- [`043faa3`](https://redirect.github.com/nygardk/react-share/commit/043faa3): Removed default `aria-label` prop from `ShareButtons`. Before it defaulted to the name of the "network name" (e.g. "facebook" for Facebook). Issue explained [here](https://redirect.github.com/nygardk/react-share/issues/397).
- [`d4c192a`](https://redirect.github.com/nygardk/react-share/commit/d4c192a): Compilation target is now ES2017 instead of ES5. The distributed files are built with Vite instead of TypeScript compiler.
- [`471510a`](https://redirect.github.com/nygardk/react-share/commit/471510a): Dropped support for React 16.
##### Minor Changes
- [`2c0ab57`](https://redirect.github.com/nygardk/react-share/commit/2c0ab57): Added `GabShareButton` and `GabIcon` to share on [gab.com](https://gab.com). Originally implemented [here](https://redirect.github.com/nygardk/react-share/pull/425).
- [`18f2de2`](https://redirect.github.com/nygardk/react-share/commit/18f2de2): Added `XIcon`.
- [`77ecaa7`](https://redirect.github.com/nygardk/react-share/commit/77ecaa7): Share counts are now created as function components instead of class components.
- [`15fd50d`](https://redirect.github.com/nygardk/react-share/commit/15fd50d): Added `pinId` prop for `PinterestShareButton`.
- [`44c672f`](https://redirect.github.com/nygardk/react-share/commit/44c672f): Share buttons are now created as function components instead of class components.
##### Patch Changes
- [`65b53c5`](https://redirect.github.com/nygardk/react-share/commit/65b53c5): Fix `HatenaShareCount` to show also `0`. Originally fixed [here](https://redirect.github.com/nygardk/react-share/pull/429).
- [`14bbffa`](https://redirect.github.com/nygardk/react-share/commit/14bbffa): Fixed `createIcon` defaultProps warning with React 18.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^4.4.1
->^5.0.0
Release Notes
nygardk/react-share (react-share)
### [`v5.1.0`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#510) [Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.4...v5.1.0) ##### Minor Changes - [`4e74597`](https://redirect.github.com/nygardk/react-share/commit/4e74597): Added `htmlTitle` prop for the share button. This prop will be passed as the native `title` attribute for the `button` element. ### [`v5.0.4`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#504) [Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.3...v5.0.4) ##### Patch Changes - [`1c50111`](https://redirect.github.com/nygardk/react-share/commit/1c50111): Fixed `exports` in package.json to comply with the `publint` and `attw` tools. May solve issues when your project uses CommonJS modules and Node.js v16 or newer. ### [`v5.0.3`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#503) [Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.2...v5.0.3) ##### Patch Changes - [`ddcf9c8`](https://redirect.github.com/nygardk/react-share/commit/ddcf9c8): Fixed invalid `exports` configuration (reference to `dist/index.cjs`). ### [`v5.0.2`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#502) [Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.1...v5.0.2) ##### Patch Changes - [`b1da2d9`](https://redirect.github.com/nygardk/react-share/commit/b1da2d9): Fix Reddit logo in `RedditIcon`. - [`2588f97`](https://redirect.github.com/nygardk/react-share/commit/2588f97): Fixed colors for: `FacebookIcon`, `LinkedinIcon`, `OKIcon`, `PinterestIcon`, `RedditIcon`, `TelegramIcon`, `TumblrIcon`, `VKIcon`, `ViberIcon`, `WeiboIcon`, `WorkplaceIcon`. - [`6a43137`](https://redirect.github.com/nygardk/react-share/commit/6a43137): Fixed WhatsApp sharring issue on Android described [here](https://redirect.github.com/nygardk/react-share/issues/484). ### [`v5.0.1`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#501) [Compare Source](https://redirect.github.com/nygardk/react-share/compare/v5.0.0...v5.0.1) ##### Patch Changes - [`8dd0134`](https://redirect.github.com/nygardk/react-share/commit/8dd0134): `@changesets/cli` was accidentally added in `dependencies`. It is now moved to `devDependencies`. ### [`v5.0.0`](https://redirect.github.com/nygardk/react-share/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://redirect.github.com/nygardk/react-share/compare/v4.4.1...v5.0.0) ##### Major Changes - [`c04c694`](https://redirect.github.com/nygardk/react-share/commit/c04c694): Removed the `quote` prop from `FacebookShareButton` as it has been deprecated by Meta. See https://developers.facebook.com/support/bugs/734680371318112/?comment_id=743056360480513. - [`043faa3`](https://redirect.github.com/nygardk/react-share/commit/043faa3): Removed default `aria-label` prop from `ShareButtons`. Before it defaulted to the name of the "network name" (e.g. "facebook" for Facebook). Issue explained [here](https://redirect.github.com/nygardk/react-share/issues/397). - [`d4c192a`](https://redirect.github.com/nygardk/react-share/commit/d4c192a): Compilation target is now ES2017 instead of ES5. The distributed files are built with Vite instead of TypeScript compiler. - [`471510a`](https://redirect.github.com/nygardk/react-share/commit/471510a): Dropped support for React 16. ##### Minor Changes - [`2c0ab57`](https://redirect.github.com/nygardk/react-share/commit/2c0ab57): Added `GabShareButton` and `GabIcon` to share on [gab.com](https://gab.com). Originally implemented [here](https://redirect.github.com/nygardk/react-share/pull/425). - [`18f2de2`](https://redirect.github.com/nygardk/react-share/commit/18f2de2): Added `XIcon`. - [`77ecaa7`](https://redirect.github.com/nygardk/react-share/commit/77ecaa7): Share counts are now created as function components instead of class components. - [`15fd50d`](https://redirect.github.com/nygardk/react-share/commit/15fd50d): Added `pinId` prop for `PinterestShareButton`. - [`44c672f`](https://redirect.github.com/nygardk/react-share/commit/44c672f): Share buttons are now created as function components instead of class components. ##### Patch Changes - [`65b53c5`](https://redirect.github.com/nygardk/react-share/commit/65b53c5): Fix `HatenaShareCount` to show also `0`. Originally fixed [here](https://redirect.github.com/nygardk/react-share/pull/429). - [`14bbffa`](https://redirect.github.com/nygardk/react-share/commit/14bbffa): Fixed `createIcon` defaultProps warning with React 18.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.