From 655e162255ec808a906e53098555a6968583a559 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:11:39 +0000 Subject: [PATCH] docs: add June 5 changelog entry for v0.2.2 --- docs/changelog.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 8e794be..f9a005d 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -3,6 +3,21 @@ title: Changelog description: "Product updates and improvements to elorm/ui." --- + + +## New + +- **`benchmark-grid` block** — a responsive leaderboard grid for product and AI eval scorecards. Drop in the defaults or pass your own benchmarks for model comparisons and launch claims. Install with `elorm add benchmark-grid`. +- **`prompt-composer` block** — an AI prompt input with action shortcuts, attachment control, and suggestion chips. Use it as a hero prompt box, agent command bar, or chat launcher and wire `onPromptSubmit` to your endpoint. Install with `elorm add prompt-composer`. +- **Blocks showcase on the homepage** — the marketing site now previews the new blocks alongside the primitive compare, so you can see what ships before running `elorm init`. + +## Improved + +- **`elorm init` merges your existing CSS** — if your Tailwind CSS file already exists, `init` now merges elorm's theme tokens in place instead of warning you to do it by hand. New projects still get a fresh file. See the [CLI reference](/get-started/cli). +- **Marketing analytics** — Vercel Analytics and Speed Insights are now enabled on the marketing site for better visibility into usage and performance. + + + ## New