What's new in ONONC
A reverse-chronological log of releases — new backgrounds, text effects, interactive components, section blocks, the component playground, and machine-readable support for AI coding agents. The same history is kept in CHANGELOG.md at the repository root.
v1.14
DocsDocumentation section + footer refresh
- New /docs documentation section with a collapsible left sidebar: Getting Started, Installation, Theming, and Usage.
- The footer's 'Contact' column is now 'Support' with a link to the docs, and the contact email moved to the footer's bottom bar.
- For AI agents, Resources, and Changelog moved under /docs (now /docs/ai-agents, /docs/resources, /docs/changelog) so they share the docs sidebar.
v1.13
DocsFriendlier design-token guidance + footer contact
- Every component detail page now shows an always-visible design-tokens hint linking to the Design tokens guide, so styling setup is one click away.
- The Code/Usage tabs and the /blocks Code tab link 'design tokens' to that guide; the Copy-for-AI prompt now tells agents the install writes ONONC's tokens + keyframes into globals.css (with a hand-copy /r/ononc-theme.json fallback).
- Surfaced the contact email ([email protected]) in the footer.
- Brought the on-site changelog back in sync with CHANGELOG.md (v1.11 and v1.12 were missing).
v1.12
RegistryRegistry ships design tokens (consumer styling fix)
- Every /r/<id>.json now carries ONONC's design tokens via shadcn cssVars (@theme / :root / .dark) and css (@keyframes + @utility), so npx shadcn add writes the tokens into your globals.css alongside the component — components render styled with no manual token copy.
- Fixes the gap where ~231/336 components compiled but rendered unstyled in consumer projects.
- New standalone /r/ononc-theme.json (registry:theme) installs just the design tokens.
- Verified on the real shadcn CLI in a Next.js + Tailwind v4 project; the consumer build stays green.
v1.11
SiteAll non-block components now have detail pages
- Every non-block component (Backgrounds 72 + Text 58 + Components 87 = 217) now has its own /[category]/[id] detail page, so its full source is always viewable on the Code tab.
- The Customizable badge is decoupled from detail-page links — it now marks only components with live Customize controls.
- Sitemap now emits 227 URLs.
v1.10
Components8 premium interactive components (React Bits–inspired)
- Added Profile Card, Scroll Stack, Card Stack, Magnet, Flowing Menu, Elastic Slider, Star Border, and Glare Hover.
- Each ships 4–6 grouped Customize controls, a Props table, a detail page, and a shadcn registry entry at /r/<id>.json.
- Full keyboard accessibility and prefers-reduced-motion support across all eight.
- Registry now totals 336 components — Backgrounds 72 · Text 58 · Components 87 · Blocks 119.
v1.9
SiteRecommended resources board
- New /resources page: a curated board of 10 third-party design systems and component libraries, each with a description, tags, and outbound link.
- BreadcrumbList + ItemList JSON-LD for SEO; linked from the footer and added to the sitemap.
v1.8
BackgroundsStrands, Liquid Chrome & Dither backgrounds
- Strands — a luminous bundle of threads that flow like windblown hair and part around the cursor.
- Liquid Chrome — a sheet of molten, mirror-bright metal that folds and drags beneath the pointer.
- Dither — an animated plasma resolved into crisp retro bands through an ordered Bayer matrix.
- Each with grouped Customize + Props + detail page + shadcn registry JSON; reduced-motion single-frame and off-screen pause.
v1.7
ComponentsInteractive showcase components
- Added Circular Gallery, Rolling Gallery, Card Swap, Chroma Grid, and Pixel Card.
- Each with grouped Customize + Props + a live Usage playground; keyboard and reduced-motion aware, with rAF loops that pause off-screen.
v1.6
BackgroundsSilk, Squares, Letter Glitch & Ballpit backgrounds
- Silk — flowing folds of satin catching the light as they drift.
- Squares — an endlessly drifting grid that lights up under the cursor.
- Letter Glitch — a dense grid of monospace glyphs flickering through letters and colors.
- Ballpit — colorful balls under gravity that collide and scatter away from the cursor.
v1.5
BackgroundsFerrofluid background
- A magnetic liquid-metal blob with metaball spikes that reaches a tendril toward the cursor.
- 15 grouped Customize controls (Form, Motion, Magnet, Appearance) plus a Props table and detail page.
v1.4
AI agentsAI coding agents support — Phase 2
- shadcn-compatible static registry: /r/<id>.json for every component, bundling full source plus every internal file it imports.
- One-command install — npx shadcn@latest add https://dev.ononc.com/r/<id>.json — verified against the real shadcn CLI.
- Per-component “Copy for AI” button, plus robots.txt and sitemap.xml.
v1.3
AI agentsAI coding agents support — Phase 1
- Machine-readable /llms.txt and /llms-full.txt indexes generated at build time.
- New /ai-agents docs page explaining why ONONC suits coding agents.
- Site configuration (SITE_URL, absoluteUrl) and 404-safe component URLs.
v1.2
FeatureComponent detail playground
- New /[category]/[id] detail routes with Preview/Code tabs, viewport presets, a draggable/keyboard-resizable handle, a live Customize panel, and a Props table.
- Blocks are listed inline (no detail page) with a shared ViewportToggle next to their Preview/Code tabs.
v1.1
Components12 new components
- Backgrounds: Ripple, Matrix Rain. Text: Flip Text, Gradient Underline.
- Components: Combobox, Pagination, Toggle Group, Tag Input, File Dropzone, Progress Bar.
- Blocks: Banner, Team Grid — all with full ARIA and reduced-motion support.
v1.0
ReleaseRelease candidate
- First stable showcase: dark-first design tokens and motion-first components across Backgrounds, Text, Components, and Blocks.
- Resolved command-palette focus restoration, reduced-motion JS gaps, modal/drawer effect stability, tooltip Escape, progress-ring ARIA, showcase tabs ARIA, and segmented-control IDs.
Versions are date-stamped development batches; each entry summarizes the notable changes shipped to the registry and showcase.