ONONC
Changelog
Changelog

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.

  1. v1.14

    Docs

    Documentation 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.
  2. v1.13

    Docs

    Friendlier 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).
  3. v1.12

    Registry

    Registry 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.
  4. v1.11

    Site

    All 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.
  5. v1.10

    Components

    8 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.
  6. v1.9

    Site

    Recommended 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.
  7. v1.8

    Backgrounds

    Strands, 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.
  8. v1.7

    Components

    Interactive 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.
  9. v1.6

    Backgrounds

    Silk, 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.
  10. v1.5

    Backgrounds

    Ferrofluid 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.
  11. v1.4

    AI agents

    AI 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.
  12. v1.3

    AI agents

    AI 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.
  13. v1.2

    Feature

    Component 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.
  14. v1.1

    Components

    12 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.
  15. v1.0

    Release

    Release 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.