minor2026-04-08

Blog

v2.1.0Books, archives, related posts

Added

  • Books — group a series of posts into a long-form, paginated reading experience. New useBooks hook and BlogBook component.
  • BlogArchive — drop-in component that lists every published post grouped by year and month.
  • RelatedPosts — scored "you might also like" component based on category + tag overlap with the current slug.
  • useNeighbors hook — returns previous/next posts in publication order for a given slug.

Changed

  • BlogList now accepts searchable to render a built-in debounced search input above the grid.
  • useArchive now returns totalPosts alongside the grouped list for header counts.

Fixed

  • BlogContent no longer strips loading="lazy" from inline body images.