Releases: vercel/react-tweet
Releases · vercel/react-tweet
[email protected]
- 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]
- Renamed
next-tweet
toreact-tweet
. - The whole API has changed to be more flexible and work outside of Next.js.
[email protected]
Fix default theme not loading styles
[email protected]
[email protected]
Fixed style issues with the skeleton component.
[email protected]
Updated docs and removed usage of React.FC
[email protected]
Added video support and theme switching with class
[email protected]
Now the tweet can select the theme using prefers-color-scheme
.
[email protected]
Added docs and improved theming.
[email protected]
Increased minimum Next.js version to 13.2.1 and improved types.