Blocks

Changelog

Release notes with a hairline spine down the left edge.

What's new

Every release of Ondine, in the order the lights came on.

  1. v2.4.0NewImproved

    Night Tide

    • Scenes: save a dashboard layout and recall it from the command bar.
    • Live cursors in shared reports, throttled to stay out of your way.
    • Charts re-render 2.3× faster on boards with more than 40 widgets.
  2. v2.3.0NewFixed

    Low Lantern

    • Audit trail: every workspace change, filterable by member and day.
    • Keyboard palette learned fuzzy matching and recent-first ordering.
    • Fixed a drift where weekly digests could arrive in yesterday's timezone.
  3. v2.2.1Fixed

    Still Water

    • Exports no longer round currency columns past two decimals.
    • Sidebar badges clear immediately after the activity feed is read.

Install

Copies the component source — plus its small internal deps — into your project. You own the code from the first minute.

terminal
npx lumora-ui@latest add changelog

Import

Using the workspace package instead? Deep imports keep cold starts lean; the barrel is fully tree-shakable either way.

app/page.tsx
import { Changelog } from "@lumora/ui/blocks/changelog";
// or from the barrel:
import { Changelog } from "@lumora/ui";

Props worth knowing

releases carry version, date, title, items and optional tags toned "new" (lumen), "improved" (dusk) or "fixed" (positive), listed newest first along the hairline spine. heading and subheading top the section. Props extend the natural HTML element, so className, event handlers, and aria attributes pass straight through.