Skip to content

Releases: FastComments/fastcomments-nextjs

v1.0.2

21 Apr 16:14
f8c463f

Choose a tag to compare

Highlights

  • Add support for Next.js 16 (peer dep range now covers 13, 14, 15, and 16).
  • Example app upgraded to Next 16.2.4 and verified against Next 13.5 for backwards compatibility.
  • FastCommentsReviewsSummary now accepts hasDarkBackground so the reviews widget can be themed consistently with the other widgets.
  • README documents supported Next.js and React versions.

Transitive

  • Picks up fastcomments-typescript@3.0.14, which adds hasDarkBackground to FastCommentsCommentCountConfig.

v1.0.1

18 Apr 04:01

Choose a tag to compare

README: document the local example app setup.

v1.0.0

18 Apr 03:35

Choose a tag to compare

Initial release.

Next.js components for FastComments:

  • FastComments (comment widget)
  • FastCommentsCommentCount
  • FastCommentsCollabChat
  • FastCommentsImageChat
  • FastCommentsLiveChat (streaming chat)
  • FastCommentsRecentComments
  • FastCommentsRecentDiscussions
  • FastCommentsReviewsSummary
  • FastCommentsTopPages
  • FastCommentsUserActivityFeed

Works with Next.js 13/14/15, React 18/19.