Commit Graph

4 Commits

Author SHA1 Message Date
WK bb9c4b5582 V3.2.4 (#6758)
* fix(tabs): clamp ListContainer chevron scrolling to the scrollable range (#6749)

* chore(deps): bump react-aria dependencies (#6752)

* chore(deps): bump tailwind-variants to v3.3.1 (#6760)

* chore(docs): release note for 3.2.4

* test(react): behavioral testing infra (#6754)

* fix(link): expose data-slot on link root

* fix(react): put style export condition before default

* test(react): behavioral testing infra and suites

* chore(testing): own vitest-browser-react and clarify coverage gates

* chore: remove pinned version

* fix(autocomplete): prevent popover from clipping the last options (#6766)

* chore(docs): update release note

* fix(styles): prevent subpixel border overflow on badge (#6768)

* chore(docs): update release note

* fix(styles): allow backdrop click to dismiss modal with scroll outside (#6770)

* chore(docs): update release note

* fix(tooltip): restore exit animation when swapping between tooltips (#6772)

* chore(docs): update release note

---------

Co-authored-by: Tyler <56234978+runnerboy22@users.noreply.github.com>
Co-authored-by: Tianen Pang <32772271+tianenpang@users.noreply.github.com>
2026-08-07 06:19:12 -07:00
WK e14820abaf chore(docs): refresh agent guidance files (#6731)
* docs(agents): update AGENTS.md component list & postinstall note

* docs(agents): update CLAUDE.md tech stack versions, structure, and component list
2026-07-26 17:02:12 +08:00
Junior Garcia ebb2517bf6 feat(docs): SEO improvements, blog content rebalancing, and AI discoverability (#6536)
* docs: add 12 copy-edited blog posts for SEO and AI discoverability

De-templated repetitive boilerplate across all posts, rewrote tutorial
openings with pain-point hooks, and made "Why HeroUI" closing sections
contextually unique per article. Removed 4 duplicate/unpolished posts
(two dashboard duplicates, e-commerce, landing page, SaaS app tutorials)
to keep the initial launch set focused and high-quality.

Made-with: Cursor

* feat(docs): add SEO, blog, JSON-LD, and AI discoverability improvements

Adds blog pages, JSON-LD structured data, enhanced metadata, sitemap
normalization, component/example counts, why-heroui page, AI prompts,
and SEO-optimized README.

Made-with: Cursor

* feat(docs): blog content rebalancing, SEO improvements, and blog UI polish

- Rebalance all 7 comparison/listicle blog posts: remove self-undermining
  trade-offs, star count comparisons, and competitor endorsements; replace
  with HeroUI-forward conclusions and brief "when X might work" sections
- Optimize blog post descriptions using Ahrefs keyword data
- Add BreadcrumbList JSON-LD to blog post pages
- Add OG images to Chakra and Mantine comparison posts
- Extract PostCard into shared component with image support and onError fallback
- Redesign blog post header: Linear-inspired layout with title, hero image,
  author name + date below image, avatar on hover
- Add DocsImage support to blog posts with light/dark mode switching
- Add darkImage frontmatter field to blog data layer
- Fix mobile overflow on blog post pages
- Add hero images to "Why Choose HeroUI" and "12 Best" posts
- Enhance "Why Choose HeroUI" post: add YC backing, community metrics,
  "Ready in Two Steps" section, AGENTS.md docs, theme builder link
- Remove "Updated April 2026" from all posts
- Sort related posts by newest first
- Truncate card titles to 2 lines
- Fix Draft badge visibility on light backgrounds

Co-authored-by: Cursor <cursoragent@cursor.com>

* fix(docs): wrap BlogContent in Suspense boundary for useSearchParams

Next.js requires useSearchParams (used by nuqs) to be wrapped in a
Suspense boundary during static generation.

Co-authored-by: Cursor <cursoragent@cursor.com>

* docs(blog): publish 12 best react UI component libraries post

Remove draft state so the post is publicly visible.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-17 13:16:50 -07:00
Cursor Agent 523c94b8e3 chore: add AGENTS.md and configure pnpm onlyBuiltDependencies 2026-05-01 13:39:02 +00:00