Skip to content

Releases: vercel/react-tweet

react-tweet@3.3.1

Choose a tag to compare

@lfades lfades released this 03 Jun 18:02
074901d
  • Fixed rendering when tweet entities data is missing or incomplete so empty/partial entity payloads no longer break rendering — #222
  • Made entity handling tolerant of missing entities and empty entity arrays — #222

react-tweet@3.3.0

Choose a tag to compare

@lfades lfades released this 03 Jun 13:08
fb5d168
  • Fixed the empty tweet state so empty objects no longer break rendering — #199
  • Replaced mentions of vercel-labs with vercel across the repo — #198
  • Fixed quoted tweet avatars so they respect custom components and rounded styles — #196
  • Exported utility functions for public use — #177
  • Removed the deprecated create-react-app example — #203
  • Added highlighted label support for X accounts that have one — #203
  • Added a "Show more" link for text links that are truncated — #203
  • Upgraded dependencies (Nextra, Next.js, Tailwind) for the docs/site — #217

react-tweet@3.2.2

Choose a tag to compare

@lfades lfades released this 24 Feb 22:10
d72b101
  • Fixed issue with video playback in mobile (#187)
  • Added React 19 to peer dependencies.

react-tweet@3.2.1

Choose a tag to compare

@lfades lfades released this 08 Apr 18:03
  • #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

Choose a tag to compare

@lfades lfades released this 18 Dec 06:55

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

Choose a tag to compare

@lfades lfades released this 14 Aug 23:02
dc5cadf
  • dc5cadf: Added missing token to API requests to Twitter's CDN

react-tweet@3.1.0

Choose a tag to compare

@lfades lfades released this 11 Aug 23:15
27d98ab
  • #117: Added support for quoted tweets
  • #118: Changed Twitter logo to X logo

react-tweet@3.0.4

Choose a tag to compare

@lfades lfades released this 03 Aug 16:16
96e539a
  • 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

Choose a tag to compare

@lfades lfades released this 10 Jul 23:36
03f4db5

42d317f: Updated Twitter theme

react-tweet@3.0.2

Choose a tag to compare

@lfades lfades released this 08 Jul 18:32
c64f717

Updated Twitter theme styles to better handle external CSS