Skip to content

Releases: vercel/react-tweet

react-tweet@3.2.1

08 Apr 18:03
Compare
Choose a tag to compare
  • #163: Removed the date-fns dependency and made the time component a server component.
  • #161: Updated media buttons to use X instead of Twitter.
  • #142: Added Hexagon to the API types.
  • #138: Add nofollow to tweet links.

react-tweet@3.2.0

18 Dec 06:55
Compare
Choose a tag to compare

react-tweet should better private tweets now:

  • When a private tweet is found using getTweet it will log to console and return `undefined``.
  • fetchTweet was added and it returns the tweet alongside some metadata of the tweet that can be used for caching tweets.

react-tweet@3.1.1

14 Aug 23:02
dc5cadf
Compare
Choose a tag to compare
  • dc5cadf: Added missing token to API requests to Twitter's CDN

react-tweet@3.1.0

11 Aug 23:15
27d98ab
Compare
Choose a tag to compare
  • #117: Added support for quoted tweets
  • #118: Changed Twitter logo to X logo

react-tweet@3.0.4

03 Aug 16:16
96e539a
Compare
Choose a tag to compare
  • Fix: position twitter icon for dir=rtl (#102)
  • Fix: bump author padding (#106)
  • Fix: regression in media layout with multiple images (#103)

react-tweet@3.0.3

10 Jul 23:36
03f4db5
Compare
Choose a tag to compare

42d317f: Updated Twitter theme

react-tweet@3.0.2

08 Jul 18:32
c64f717
Compare
Choose a tag to compare

Updated Twitter theme styles to better handle external CSS

react-tweet@3.0.1

04 Jul 17:35
561f1b9
Compare
Choose a tag to compare

Allow fetch options to be customized

react-tweet@3.0.0

04 Jul 17:35
7a92646
Compare
Choose a tag to compare

Theme support

react-tweet@2.0.2

21 Jun 14:49
d3cf679
Compare
Choose a tag to compare

Check for default export in swr import