๐ŸŽ‰ Zoomment Widget Release Notes
Published on December 26, 2025 by Tigran S.

New Features


โœจ Comment Sorting

Users can now sort comments by Newest or Oldest order. A clean sort toggle appears in the header next to the comment count, allowing visitors to browse comments in their preferred order.

๐Ÿ‘ Voting System (Upvote/Downvote)


Added a complete voting system for comments and replies:
  • Users can upvote or downvote comments
  • Vote counts are displayed on each comment
  • Votes persist and are fetched automatically when comments load

๐Ÿ“„ Comments Pagination

  • Added "Load more" button for paginated comment loading
  • Added "Show replies" functionality to lazy-load nested replies
  • Added "Load more replies" for comments with many responses

๐Ÿ‘๏ธ Visitors Count

Display view count for pages/posts

๐ŸŒ Spanish Language Support

Added full Spanish (es) localization thanks to community contribution

Improvements


๐Ÿ”ง Technical Upgrades

  • React 19 - Upgraded to the latest React version
  • Redux Toolkit - Migrated state management to @reduxjs/toolkit for better performance and developer experience
  • Updated dependencies (axios, js-yaml, form-data, babel helpers)

๐Ÿ› Bug Fixes

  • Various stability improvements and bug fixes