Closed thucpn closed 1 week ago
Latest commit: 9d6302a89692dee4f5c757d78955cf5adfe3e2c7
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This pull request introduces a patch labeled "create-llama," which includes an update to the React version to a release candidate (19.0.0-rc). It also involves the removal of several React component files related to UI elements such as Drawer, Hover Card, and Progress. Additionally, the package.json
file reflects the removal of specific Radix UI dependencies and updates to various package versions, including those for ai
, lucide-react
, react
, and react-dom
.
File Path | Change Summary |
---|---|
.changeset/pink-maps-joke.md | Introduces patch "create-llama" and updates React version to 19.0.0-rc. |
templates/types/streaming/nextjs/app/components/ui/drawer.tsx | Removed the drawer.tsx file and all related components (Drawer , DrawerTrigger , etc.). |
templates/types/streaming/nextjs/app/components/ui/hover-card.tsx | Removed the hover-card.tsx file and all related components (HoverCard , HoverCardTrigger , etc.). |
templates/types/streaming/nextjs/app/components/ui/progress.tsx | Removed the progress.tsx file and the Progress component. |
templates/types/streaming/nextjs/package.json | Updated dependencies: removed @radix-ui/react-hover-card and @radix-ui/react-progress ; updated versions for ai , lucide-react , react , and react-dom . |
react
package, which is directly related to the main PR's update of the React version to a release candidate of version 19.🐇 In the meadow, hopping free,
A patch for llamas, oh what glee!
React's new version, bright and bold,
Out with the old, the new unfolds.
Components gone, a fresh new start,
In code we trust, with all our heart! 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Release Notes
Chores
@radix-ui/react-hover-card
and@radix-ui/react-progress
.ai
andlucide-react
packages.Bug Fixes
Drawer
,HoverCard
, andProgress
to streamline the user interface and enhance performance.