v1.3.2 — AI-agent tooling, generated API reference, and core upgrades
NGXSMK 1.3.2 makes the kit first-class for AI-assisted development, ships a generated API reference, and upgrades core form controls, theming, and CI.
✨ Highlights
AI-agent tooling
@ngxsmk/mcpnow covers all 214 components (up from 3 hand-written entries) — powersngxsmk_search_components,ngxsmk_explain_api, andngxsmk_recommend_layout.- Generated
llms.txt/llms-full.txtcomponent API references at the repo root and served from the demo site. - Claude Code plugin + skill (
.claude/skills/using-ngxsmk) and MCP registry manifest so agents learn the kit's import paths, signal APIs, and theming rules. AGENTS.md/CLAUDE.mdcontributor guidance and atools/scripts/generate-ai-docs.mjsgenerator that keeps everything in sync with component sources.
Generated API Reference page (/api)
- Full API reference for every component/directive — search, category filter, scroll-spy sidebar, sticky headers, copy-selector/import buttons, and
kind/required/two-waybadges. Fully translatable across all 10 locales.
Core
- New form-field component, select family upgrades with proper CVA + overlay behavior, OKLCH color support, and developer-tooling improvements.
Demo consistency
- Unified dotted-grid backgrounds and
ngxsmk-headingusage across docs, API, explorer, templates, themes, and playground pages (token-driven, dark-mode aware).
🐛 Fixes
- GitHub Pages deep links — added a
404.htmlSPA fallback and correctedbase-hrefhandling so routes like/showcase/explorerload directly. - Relative translation loader path for custom base-href subpaths.
- Replaced
ngxsmk.devURLs with the GitHub Pages deploy URL.
🔧 CI / Tooling
- Bundle-size budgets, zoneless guard, axe accessibility audit, and Linux-rendered visual regression baselines.
Full changelog: 1.3.1...1.3.2