import { ReleaseNote } from "@/lib/release-notes"; import { ExclamationTriangleIcon } from "@radix-ui/react-icons"; import { CheckCheckIcon, StarIcon } from "lucide-react"; import { Button } from "./ui/button"; import Link from "next/link"; export default function ReleaseNoteElement({ data }: { data: ReleaseNote }) { return (
{data.date}
If you encounter any issues, please report them on the issues page. Thanks everyone for your feedback! ❤️
{data.extra && ( ")}}> )} {data.breakingChanges && ( <>The following changes may break existing functionality:
The following features have been added:
The following issues have been fixed: