Skip to content

v2.15.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 17:10
a38d04c

UI UX Pro Max v2.15.0

This release is a broad search, data-quality, and agent-guidance upgrade. It keeps the existing CLI/install contract while improving how agents retrieve, reason about, and apply UI/UX guidance.

Search and reasoning

  • Reworked BM25 routing, query rewriting, abstention, typo recovery, suggestions, and cache safety.
  • Added a 90-case graded relevance corpus covering 12 domains, 22 stacks, hard negatives, routing, and design-system coherence.
  • Added deterministic current-versus-legacy framework routing so old-version queries return labeled legacy guidance or abstain instead of mixing generations.
  • Strengthened exact style, landing-pattern, palette, and product-reasoning identity resolution.
  • Completed exact reasoning coverage for all 192 product types and made generated source identities traceable.

Curated UI/UX data

  • Refreshed the style taxonomy: 79 searchable styles, including 50 active and 29 supplemental styles; 9 legacy entries remain deprecated and redirect to supported replacements.
  • Expanded the catalog to 119 UX guidelines and 1,260 stack-specific guidelines across 22 stacks.
  • Updated accessibility guidance for contrast roles, focus indicators, icons, charts, error summaries, reduced motion, loading states, and interaction feedback.
  • Added resilient text-layout guidance for heading balance, long tokens, reflow, text scaling, essential text, chips, tags, badges, live counts, and cancellable micro-interactions.
  • Refreshed current and legacy guidance for React, Next.js, Vue, Nuxt, Nuxt UI, Svelte, Astro, Tailwind CSS, shadcn/ui, Flutter, React Native, SwiftUI, Three.js, Laravel, JavaFX, WPF, WinUI, UWP, Avalonia, and Uno Platform.

Catalog provenance and refresh

  • Added fail-closed provenance and freshness contracts with applicability, status, verification date, and official-source validation.
  • Approved 1,934 Google Fonts with 8 explicitly reviewed exclusions.
  • Kept 105 curated icon-guidance rows while validating 1,512 upstream Phosphor icons separately.
  • Added deterministic offline refresh tools and a read-only scheduled workflow that produces review artifacts without committing or opening pull requests.

Agent and CLI experience

  • Corrected generated script paths for local and global installations across supported assistants.
  • Updated agent instructions to search by semantic outcome first, then stack and implementation detail.
  • Clarified persistence behavior, safe no-overwrite semantics, and master/page override usage.
  • Updated English and Chinese documentation with accurate catalog counts, installation guidance, legacy-package warnings, and resilient text/compact-control examples.
  • Improved the style gallery with taxonomy metadata, status filtering, accessible filter state, and compact metadata badges.

Release quality

  • Added semantic validators, provenance checks, relevance thresholds, domain/stack smoke tests, agent-query E2E tests, gallery tests, and source/mirror synchronization gates.
  • The release pipeline passed 153 Python tests, relevance evaluation, 12/12 domain smokes, 22/22 stack smokes, CLI build and E2E tests, gallery tests/build, and asset-sync verification.

Upgrade

npm install -g ui-ux-pro-max-cli@latest
uipro update

For a new installation:

npx ui-ux-pro-max-cli init --ai claude

The npm package remains ui-ux-pro-max-cli, and the installed command remains uipro.

Full changelog: v2.14.2...v2.15.0