Skip to content

Releases: auraoneai/auraglass

AuraGlass 3.4.4

10 Jun 16:48

Choose a tag to compare

Final dark-color purge. Earlier audits matched black/gray utility classes; this release hunts every remaining vector — slate/zinc palettes, gradient stops, inline hex styles, and CSS files.

Fixed

  • Converted the last dark-slab styles to the 3.4 white-frost token language: GlassCombobox dropdown (bg-slate-950/95), GlassQueryBuilder shell, GlassIntelligentFormBuilder rows, ARGlassEffects stage, CollaborativeGlassWorkspace hover state, GlassStyleTransfer inactive gradient, GlassLiveCursorPresence label fallback, and the dark gradient washes on six visualization surfaces (gesture recognizer, ecosystem simulator, molecular bonding, neuromorphic network, neural weights, quantum entanglement) — intent hues kept as tinted glass.
  • Repaired GlassPrismComparison's corrupted class list (triplicated gradient class + orphaned via-gray-900).

Intentionally still dark (by design): recipe page canvases, media letterbox/hover scrims, WebGL particle stages, native form-control fallbacks, theme-preview swatches, accessibility high-contrast modes.

Verified: typecheck, token lint, style audit, glass pipeline validation (31 checks), WCAG contrast (90 checks), Jest 432 suites / 2,373 tests.

AuraGlass 3.4.3

10 Jun 16:26

Choose a tag to compare

Deep rendering and color-correctness audit of the entire component library.

Fixed

  • CSS variable audit: defined --glass-white/--glass-black (209 fallback-less references — element shadows and tints that silently never rendered), the --glass-gray-50..900 neutral scale used by charts and theme-aware tooltips, solid --glass-color-secondary/accent/*-light/danger-dark/error tokens, missing opacity/radius/easing tokens, and legacy --aura-* aliases (font sizes, shadow elevations, overlay and surface colors) referenced by charts, speed dial, and multi-select but never emitted by the persona generator.
  • HSL channel tokens: wrapped ~375 raw consumptions of var(--glass-color-primary|success|warning|danger|info) (used directly as colors, in rgba(), or in color-mix()) in hsl() across 97 files; color-mix() weights now use valid percentages instead of number opacity vars.
  • Blur utilities: src/styles/tokens.css blur scale synced to the canonical 3.4 values (16/24/32/40/48px — was still 4–32px); added the missing .glass-backdrop-blur-md/-xl/-2xl classes (used 185× but undefined, so those surfaces rendered with no blur); removed a duplicate .glass-backdrop-blur-sm rule that overrode the small blur with the XL value; new utilities registered in all accessibility fallback blocks.
  • White-frost conversions: the last dark-slab and opaque light-theme styles converted to 3.4 frost tokens across 25 components (GlassToggle, GlassSelectCompound, GlassPagination, GlassContextMenu, GlassMenuPrimitive, GlassSidebar, GlassToast, GlassHoverCard, GlassCarousel, ToggleButton, GlassDevTools, the CMS suite, HoudiniGlassCard, GlassA11y, GlassProductRecommendations, GlassSmartShoppingCart, GlassIntelligentFormBuilder, GlassFab, GlassStepIcon, GlassNavigation, GlassAchievementSystem); over-frosted GlassSidebar hover state reduced from bg-white/65 to bg-white/15.
  • useGlassFocus no longer lets explicitly-undefined options clobber defaults (fixes --glass-focus-offset: undefinedpx).

Verified: typecheck, token lint, style audit (1,195 files), glass pipeline validation (31 checks), WCAG contrast (90 checks), Jest 432 suites / 2,373 tests.

AuraGlass 3.4.2

10 Jun 10:38

Choose a tag to compare

Patch release: refreshes the package README to the 3.4 release. The npm package page still rendered the 3.3.0 headline because the README was never updated in 3.4.0/3.4.1. No code changes from 3.4.1.

🤖 Generated with Claude Code

AuraGlass 3.4.1

10 Jun 10:21

Choose a tag to compare

Patch release: syncs the persona token source to the 3.4 blur scale. In 3.4.0, the --aura-glass-*-backdrop-blur theme variables shipped at the old 8-24px scale because tokens/personas/default.json was regenerated from a stale source during the publish build; all 30 entries now match the canonical 16/24/32/40/48px scale used by core surfaces.

🤖 Generated with Claude Code

AuraGlass 3.4.0 — SOTA Liquid Glass

10 Jun 08:51

Choose a tag to compare

Highlights

AuraGlass 3.4.0 is a visual overhaul of the entire glass system plus a library-wide audit pass.

Changed

  • Luminous white-frost surfaces: the canonical AURA_GLASS tokens were redesigned across all 6 intents × 5 elevation levels — low-alpha white gradients over a faint smoke scrim replace the old dark-slate panels, so surfaces take on the backdrop's color like real frosted glass.
  • Deeper blur scale: elevation blur raised from 8–24px to 16/24/32/40/48px; depth now comes from blur and sheen, not surface darkness.
  • Hairline borders everywhere: 2–3px high-elevation borders replaced with 1px white/tint hairlines; intent tints softened so colored surfaces read as tinted glass.
  • One backdrop filter: unified saturate(1.8) brightness(1.05) contrast(1.05) across TS utilities, generated CSS, the .glass foundation, and the dark theme (previously three layers shipped three different filters).
  • Rendered polish tokens: highlightOpacity and innerGlow now render as an inset top-edge highlight + inner glow on every token-driven surface; radius scale enlarged (sm 10 / md 16 / lg 24 / xl 32).
  • Parametric CSS generator: glass.generated.css now derives all 30 surfaces from one scale mirroring AURA_GLASS — no more divergent hand-maintained token copy.

Fixed

  • 71 invisible backgrounds from a botched codemod that left literal '/* Use createGlassStyle(...) */' strings as CSS values (toast progress bars, skeletons, slider tracks, and more).
  • 107 dead glass-glass-* double-prefixed utility classes across 63 files.
  • Removed !important dark-pill style injections from the liquid navigation components, LiquidGlassCommandSurface, and CollaborativeGlassWorkspace; tokenized LiquidGlassSearchField and GlassIntelligentSearch.
  • App-shell, workspace, AR, and error-state chrome converted from opaque dark panels to white-frost surfaces.
  • contrastGuard blur adjustments now write to the correct --glass-adaptive-blur-multiplier custom property.

Verification

typecheck · token lint · style lint · glass pipeline 31/31 · WCAG AA contrast 90/90 · jest 432 suites / 2373 tests / 339 snapshots — all green.

🤖 Generated with Claude Code

AuraGlass 3.3.0

05 Jun 08:07

Choose a tag to compare

AuraGlass 3.3.0

AuraGlass 3.3.0 is the Hosted AI Runtime And Product Trust release.

Highlights

  • Focused package subpaths for forms, data, navigation, overlays, workflows, marketing, and selected optional AI service entrypoints.
  • 28 package registry recipes, including eight new 3.3 starters for AI operations, semantic search, vision review, collaboration readiness, support triage, release operations, docs portals, and marketing launch pages.
  • Optional hosted runtime contracts for the real TypeScript API server, WebSocket server, canonical API/WebSocket ports, provider-unconfigured responses, Redis/cache/rate/cost behavior, and Docker Compose smoke coverage.
  • 3.3 evidence under reports/3.3-release/, including hosted-runtime, security, AI cost/cache, recipe render, app-chrome visual, marketing, theme, and accessibility certification evidence.

npm

Published as aura-glass@3.3.0 with latest.

Verification

  • npm run release:dry-run
  • npm run test:deployment:compose
  • npx jest tests/hosted-runtime --runInBand --no-cache
  • npm run test:deployment
  • npm run test:docs:links
  • npm pack --dry-run --json
  • git diff --check

Manual screen-reader and physical phone/tablet touch certification remain external evidence and are tracked in reports/3.3-release/accessibility-certification.md and reports/3.3-release/manual-certification-runbook.md.

AuraGlass by AuraOne 3.2.0

14 May 07:31

Choose a tag to compare

AuraGlass by AuraOne 3.2.0

AuraGlass 3.2 is the Native App Chrome release: a dependency-sovereign Liquid Glass app-surface system for React and Next.js.

Highlights

  • First-party AuraGlass icon entrypoints under aura-glass/icons plus action, navigation, status, media, data, commerce, collaboration, and AI subpaths.
  • Native AuraGlass primitive entrypoints under aura-glass/primitives for slot composition, portals, focus scope, dismissable layers, roving focus, and positioning.
  • First-party app-shell and workspace entrypoints under aura-glass/app-shell and aura-glass/workspace.
  • Theme Engine 2.0 under aura-glass/theme with brand themes, density, motion policy, contrast helpers, CSS variables, and GlassThemeProvider.
  • 20 registry recipes, including ten new 3.2 app-surface starters.
  • CLI audit and migration commands for Lucide, Radix, and MUI replacement work.
  • Shared GlassMenuPrimitive layer plus hardened dropdown, select, multiselect, and data-table behavior coverage.

Package

  • npm: aura-glass@3.2.0
  • Install: npm install aura-glass
  • Public latest verified: 3.2.0
  • Packed entries: 2,361
  • Packed size: 8,870,548 bytes
  • Unpacked size: 46,900,821 bytes
  • Shasum: e3c7ed590ec671b24b7dee219e92ffcbe5215fb5

Verification

  • npm run build
  • npm run typecheck -- --pretty false
  • npm run test -- --runInBand
  • npm run test:exports:cjs
  • npm run test:exports:esm
  • npm run test:cli
  • node scripts/ci/verify-no-core-ui-deps.js --json
  • node scripts/ci/verify-tree-shaking.js --strict --json
  • npm run verify:pack
  • npm run prepublishOnly
  • npm run test:a11y:app-chrome
  • npm run test:visual:app-chrome
  • npm run build-storybook -- --quiet

Certification Notes

Automated app-chrome, a11y, visual, mobile viewport, export, pack, Next, React 19, Vite, and recipe gates are recorded under reports/3.2-release/.

Manual screen-reader certification and physical-device mobile/touch certification remain documented follow-up work before describing the full replacement surface as manually accessibility certified.

AuraGlass 3.1.1

13 May 04:46

Choose a tag to compare

Docs-only patch release for AuraGlass by AuraOne 3.1 package-surface cleanup.\n\n- Published npm package aura-glass@3.1.1.\n- Updated README, docs indexes, install notes, release notes, and report indexes to use verified 3.1 package-surface language.\n- Added reports/3.1-release/package-surface-audit.md as the canonical docs source for package counts.\n- Clarified that 356-entry references are historical 3.0 certification/audit evidence, not the current 3.1 package export count.\n\nCanonical 3.1 counts: 804 runtime exports, 439 component-like value exports, 317 Glass-prefixed component-like exports, 121 hook exports, 29 provider exports, 10 launch recipes, one CLI binary, 19 functional sub-entrypoints, six token formats, and a complete Liquid Glass stylesheet.\n\nVerification: npm run verify:pack, React 18 and React 19 Next.js integration smokes during npm publish, git diff --check, and npm registry verification for shasum b191208591340278faa431e829acec6ff4d50a89.

AuraGlass 3.1.0

13 May 02:28

Choose a tag to compare

AuraGlass by AuraOne 3.1.0

AuraGlass 3.1 is the package launch for the React and Next.js Liquid Glass component library. The npm package is published as aura-glass@3.1.0.

Package Highlights

  • Added the aura-glass CLI with list, info, and add commands for launch recipes, including --json, --dry-run, --force, --cwd, and --out support.
  • Added the public aura-glass/registry export for package-level recipe metadata and scaffolding workflows.
  • Hardened flagship app-surface components for constrained production layouts, including GlassDashboard, GlassCommandPalette, GlassModal, GlassDrawer, GlassSidebar, GlassImageViewer, GlassFileUpload, and GlassKanbanBoard.
  • Added public compatibility aliases for 3.1 launch naming: GlassNavbar, GlassMediaControls, LiquidGlassSourceTransition, and SmartShoppingCart.
  • Added install-smoke coverage for root imports, registry recipes, CLI bin, styles export, and useGlassProbes subpath.
  • Updated README and package docs branding to AuraGlass by AuraOne.

Verification

  • Published npm package: aura-glass@3.1.0.
  • Package build completed before publish.
  • npm run verify:pack passed for install smoke and packaged exports.
  • React 18 / Next.js integration smoke passed.
  • React 19 / Next 15 integration smoke passed.
  • PR workflow reporting permissions were fixed so successful package/build checks are not blocked by GitHub comment permissions.

AuraGlass 3.0.2

08 May 08:42

Choose a tag to compare

AuraGlass 3.0.2

AuraGlass 3.0.2 is a Storybook screenshot certification patch for the 3.0 release line. It hardens default Storybook previews that previously mounted successfully but produced blank, hidden, clipped, or low-contrast screenshots in the final visual evidence set.

Highlights

  • Revalidated the 356-component Storybook inventory with desktop and mobile screenshots for every certified component.
  • Regenerated 712 screenshots and 89 manual QA contact sheets for the final evidence set.
  • Added deterministic Storybook preview data for collaborative cursor stories.
  • Added Storybook-only visibility hooks for cookie consent previews so persisted consent state cannot hide the default stories.
  • Reworked weak generated default stories for late controls/input coverage so default screenshots contain visible sample content.
  • Constrained and recolored GlassAlert and glass-panel default previews so mobile screenshots are readable and not clipped.
  • Added a manual screenshot QA report covering the final contact-sheet review.

Verified Release Gates

  • npm run typecheck -- --pretty false
  • npm run build-storybook
  • STORYBOOK_URL=http://127.0.0.1:6018 CERT_CONCURRENCY=8 CERT_RENDER_TIMEOUT_MS=20000 CERT_ROOT_WAIT_TIMEOUT_MS=8000 CERT_SETTLE_WAIT_MS=350 node scripts/audit/storybook-visual-certification.mjs

Current Evidence

  • Certified component inventory: 356.
  • Storybook visual certification: 356/356 passed.
  • Screenshot count: 712/712.
  • Manual contact sheets: 89.
  • Manual QA report: reports/component-screenshot-manual-qa/manual-qa-report.md.

Install

npm install aura-glass
import { GlassButton, GlassCard, OptimizedGlass } from 'aura-glass';
import 'aura-glass/styles';