Skip to content

Nerio Core 0.1.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@vpavlov-me vpavlov-me released this 15 Jul 18:56
· 156 commits to main since this release
v0.1.0-alpha.0
da5eae0

Nerio Core 0.1.0-alpha.0 is the first public alpha of the source-first Nerio design system.

Published packages

  • @nerio-ui/tokens
  • @nerio-ui/adapters
  • @nerio-ui/registry
  • @nerio-ui/ui
  • @nerio-ui/cli
  • @nerio-ui/mcp

All packages are published as 0.1.0-alpha.0 with the alpha dist-tag.

npm install @nerio-ui/ui@alpha @nerio-ui/tokens@alpha @nerio-ui/adapters@alpha

Highlights

  • Semantic tokens with six themes, system/light/dark modes, and comfortable/compact density.
  • Accessible Core component surface built on Base UI.
  • Editable source installation through the Nerio CLI.
  • Shared registry metadata exposed through CLI, docs, and read-only MCP discovery.
  • Public documentation and demo coverage for the Core 0.1 surface.

Verification

The release passed the full repository CI, 9 Chromium smoke scenarios, packed package contract checks, and an independent install from npm. The published CLI completed list, info, init, doctor, and representative source installs; the published MCP package returned all 41 registry items; and a clean Next.js production consumer build passed.

Alpha notes

This release is not production-stable or 1.0-compatible. Package distribution is source-first TypeScript; supported Next.js consumers must configure the documented transpilePackages entries. IconButton and documented Button aliases remain for alpha migration compatibility.

See CHANGELOG.md and the Getting started guide for details.