Components
Vertical timeline changelog with color-coded glowing nodes that pulse per category (launch=green, feature=violet, improvement=blue, fix=amber, breaking=red), animated beam lines connecting entries, staggered blur-to-sharp card reveals, version badges, category pills with icons, and bullet-point highlights. Fully props-driven — pass your own entries or use the built-in demo data. Scroll-triggered animations via useInView.
Loading preview...
import { Component as Changelog } from "@/components/ui/animated-changelog-block";
export default function Demo() {
return <Changelog />;
}