Skip to content

UISpec v1.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Mar 22:38
· 8 commits to main since this release

Changelog

Features

  • 3d6151d feat: add CI and release workflows, implement catalog loading from bytes, and enhance README with installation instructions
  • 0375f15 feat: add Storybook CSF parser worker and integrate @storybook/csf-tools
  • ec1b022 feat: add docgen-worker for prop extraction using react-docgen-typescript
  • bd3eef9 feat: add macOS cross-compilation using goreleaser-cross container
  • 04d5aa8 feat: add setup command for AI agent configuration, including detection and setup logic
  • 09cbde1 feat: add token extraction functionality with PostCSS
  • 428f388 feat: added logging functionality to MCP server with structured JSONL entries
  • 7137ebe feat: enhance error handling and resource management across multiple files
  • 7a775db feat: implement CVA variant extraction and integrate with prop extraction
  • b493b8f feat: implement QueryService for catalog querying and enhanced MCP server with catalog query tools
  • 87e93bc feat: implement category rules for component categorization and enhance scan configuration
  • 9285164 feat: implemented JSX extraction and validation for components
  • f10a4b2 feat: implemented README and init project structure with catalog support
  • 914fed6 feat: implemented a pool size utility to determine optimal concurrency settings based on CPU count and created a validator structure to check source code against a design system catalog, including definitions for validation results and violations.
  • ead7f58 feat: refactor CLI configuration check and added integration tests
  • 8fbdbb2 feat: update Go version to 1.24.12 and enhance test assertions for symbol indexing

Bug Fixes

  • d8fd7e7 fix: drop Zig cross-compilation, build linux/amd64 natively for initial release
  • 680be53 fix: resolve Zig cross-compilation issues in release workflow
  • 070c2f7 fix: restore git state before GoReleaser to avoid dirty tree error
  • 350ce34 fix: serialize GoReleaser builds to prevent Zig cache conflicts
  • 886783e fix: set Zig cache dirs in GoReleaser build env to fix AccessDenied
  • 3a5c09f fix: update Zig to 0.13.0 and fix macOS cross-compilation targets
  • f1e5340 fix: update Zig to 0.14.1 and fix macOS cross-compilation targets
  • 96993c4 fix: use Docker Hub goreleaser-cross image (v1.24.6) instead of non-existent ghcr.io tag