Added
- Full-text search on
usePosts— passsearch: "react"to filter by title and excerpt. - Sort and order parameters — sort by
publishedAt,title, orcreatedAtin either direction. BlogInfiniteList— IntersectionObserver-driven infinite scroll variant ofBlogList. Zero scroll listeners.prefetchOnHoverprop onBlogCardandBlogList— warms the post detail cache when a card is hovered.
Changed
useCategoriesanduseTagsnow return post counts alongside each entry.