Skip to content

Releases: vercel/react-tweet

[email protected]

16 Mar 19:44
f621e96
Compare
Choose a tag to compare
  • Use text-overflow: ellipsis to truncate the user name when the width is small
  • Updated components type for EmbeddedTweet to exclude not found.
  • Added docs for CSS imports fix when importing the components in Next.js pages.
  • Use custom MediaImg component if provided.

[email protected]

11 Mar 17:43
5304f12
Compare
Choose a tag to compare
  • Renamed next-tweet to react-tweet.
  • The whole API has changed to be more flexible and work outside of Next.js.

[email protected]

08 Mar 06:01
32bb32c
Compare
Choose a tag to compare

Fix default theme not loading styles

[email protected]

07 Mar 07:05
810c4a1
Compare
Choose a tag to compare
  • Improved accessibility
  • added support for symbols
  • Properly decode ascii in the tweet text
  • Improved theming.

Thank you to all the people that have contributed so far! 🙌 @tywayne @joulev 🙌

[email protected]

04 Mar 13:23
af34679
Compare
Choose a tag to compare

Fixed style issues with the skeleton component.

[email protected]

03 Mar 17:59
7ed9bdf
Compare
Choose a tag to compare

Updated docs and removed usage of React.FC

[email protected]

28 Feb 16:24
41c4cdf
Compare
Choose a tag to compare

Added video support and theme switching with class

[email protected]

27 Feb 17:50
d21d4af
Compare
Choose a tag to compare

Now the tweet can select the theme using prefers-color-scheme.

[email protected]

26 Feb 18:30
b70d6e2
Compare
Choose a tag to compare

Added docs and improved theming.

[email protected]

25 Feb 17:18
f8fefe3
Compare
Choose a tag to compare

Increased minimum Next.js version to 13.2.1 and improved types.