Skip to content

Tags: sliday/daub

Tags

v3.19.11

Toggle v3.19.11's commit message
chore: release v3.19.11.

v3.19.10

Toggle v3.19.10's commit message
chore: release v3.19.10.

v3.19.9

Toggle v3.19.9's commit message
chore: release v3.19.9.

v3.19.8

Toggle v3.19.8's commit message
chore: release v3.19.8.

v3.19.5

Toggle v3.19.5's commit message
fix: improve AI spec generation quality — 7 prompt and validation fix…

…es (v3.19.5)

- Strengthen Text tag/content prop guidance to prevent swapping
- Clarify Card footer (array of IDs) vs media (URL string) distinction
- Add inline-data-only warnings to Sidebar sections and CommandPalette groups
- Add "no Icon component type" guideline rule
- Add Badge "success" variant to prompt
- Add Card prop validation warnings for footer:true and media:[array]
- Remove stale Icon/Link types from Cloudflare MCP
- Sync all fixes to both local and Cloudflare MCP

v3.19.4

Toggle v3.19.4's commit message
feat: industry-aware design intelligence for AI spec generation (v3.1…

…9.4)

Add 20 industry categories (SaaS, fintech, healthcare, e-commerce, etc.)
with theme mapping, anti-pattern rules, and layout guidance. Expand theme
heuristics from 6 to 14 mappings. Add UX validation warnings (BottomNav
>5 items, multiple primary buttons, missing labels, empty components).
Add mobile design rules parity and page formulas. 36 new tests.

v3.19.3

Toggle v3.19.3's commit message
chore: release v3.19.3.

v3.19.2

Toggle v3.19.2's commit message
Bump v3.19.2: SEO & AI discoverability — keyword-rich title/meta, FAQ…

… schema, complete sitemap, 73→76 component count, llms.txt version sync.

v3.19.1

Toggle v3.19.1's commit message
Fix playground renderer: add Icon/Link, fix Field children, bump v3.19.1

- Add RENDERERS.Icon (Lucide icon with size/variant) and RENDERERS.Link
- Fix Field to render children instead of ignoring them — Input props
  (type, placeholder) now pass through correctly
- Eliminates orphan elements caused by Field not consuming its children
- Sync Icon/Link/Field across MCP server, OpenUI parser, and playground
- 135 parser tests pass

v3.19.0

Toggle v3.19.0's commit message
Bump to v3.19.0: WCAG AA, native dialog/progress, docs page, Reddit f…

…ixes.

- Fix WCAG contrast across all 40 theme variants (warm-gray, terracotta, charcoal)
- Add native <dialog> modal support with ::backdrop and open/close animations
- Add native <progress> element styling using existing tokens
- Fix navbar hover contrast for dark themes (use shadow-rgb overlay)
- Add docs.html with live component previews, search, sidebar nav
- Add classless CSS live demo section on landing page
- Add competitor comparison table (vs Pico, DaisyUI, Tailwind)
- Clean up landing page copy (remove jargon flagged on Reddit)
- Add WCAG audit scripts (scripts/wcag-audit.mjs, scripts/wcag-fix.mjs)