Skip to content

Releases: threenine/nuxstr-comments

v1.7.0

10 Mar 16:31

Choose a tag to compare

compare changes

🚀 Enhancements

  • NuxstrComments.vue: Add SignInModal component and NIP-07 browser extension support for sign-in (55855a0)
  • NuxstrComments.vue: Enhance comment subscription with query state events and improve skeleton loading display (2971750)
  • NuxstrComments.vue: Replace "No comments available" message with UEmpty component for enhanced UI consistency (cda6f63)

🏡 Chore

  • Adjust formatting in various components and configuration files for improved readability and consistency (762dd94)

❤️ Contributors

What's Changed

Full Changelog: v1.6.1...v1.7.0

v1.6.1

20 Jan 09:32

Choose a tag to compare

compare changes

💅 Refactors

  • Remove redundant ClientOnly usage in NuxstrComments.vue and fix UCard tag casing in CommentView.vue (8244cbb)
  • NuxstrComments.vue: Simplify template structure and optimize spacing/layout consistency (e6ff9b6)

❤️ Contributors

v1.6.0

19 Jan 22:02

Choose a tag to compare

compare changes

🚀 Enhancements

  • Add initial NostrManager class with basic imports from nostr-tools (f83f57e)
  • Integrate useNostr composable, replace @nostr-dev-kit/ndk with nostr-tools, and refactor comment/reply subscription logic (5a5fc6e)

💅 Refactors

  • Clean up type imports, extend global window typings, and remove unnecessary comments (6bb8c23)

🏡 Chore

  • Replace @nostr-dev-kit/ndk with nostr-tools and update profile fetch logic in useNuxstr for improved null handling (3c48c68)

❤️ Contributors

v1.5.4

17 Jan 14:36

Choose a tag to compare

compare changes

🏡 Chore

  • dependencies: Update @nuxt/ui to ^4.3.0 (ee14f9c)

❤️ Contributors

v1.5.3

07 Dec 10:47

Choose a tag to compare

compare changes

🏡 Chore

  • runtime & dependencies: Fix padding typo, enhance UI, and update dependencies (2098aca)
  • dependencies: Update @nuxt/ui to ^4.2.1 (4b90159)

❤️ Contributors

v1.5.2

22 Sep 11:46

Choose a tag to compare

compare changes

📖 Documentation

  • README: Replace npm commands with pnpm equivalents (60f1f9b)
  • README: Reorder usage instructions and fix formatting in example code (282b0c1)

🏡 Chore

  • dependencies: Update Nuxt dependencies and fix typos in README (6d81cf8)
  • runtime: Enhance markdown rendering and style updates in components (cbd48dc)
  • changelog: Cleanup historical logs and reformat for initial release (5f86a6c)
  • dependencies: Remove @nuxt/content and update nuxt.config.ts plugins list (cd420ca)

❤️ Contributors

v1.5.1

19 Sep 14:51

Choose a tag to compare

compare changes

🩹 Fixes

  • ReplyButton: Remove extra spaces in imports and computed property (8bd2dfe)

💅 Refactors

  • components: Rename CommentCommandBar to ReplyButton and improve reply UI (1f89445)
  • components: Standardize casing in ReplyButton template elements (8726305)
  • components: Update spacing and styles in reply-related components (b780258)
  • runtime: Update imports and typings for improved consistency (6933618)
  • runtime: Standardize useReplies import and improve type annotations (68fd2e2)

📖 Documentation

  • README: Update comment configuration and tagging details (73ad389)

❤️ Contributors

v1.5.0

17 Sep 20:11

Choose a tag to compare

compare changes

🚀 Enhancements

  • playground: Add new pages with nested routes and update navigation links (6976528)

🩹 Fixes

  • PostReply: Remove redundant space in ref import (ea69320)

❤️ Contributors

v1.4.0

17 Sep 18:42

Choose a tag to compare

compare changes

🚀 Enhancements

  • playground: Enhance index.vue with UContainer layout (2ae64ae)

❤️ Contributors

v1.3.0

17 Sep 17:50

Choose a tag to compare

compare changes

🚀 Enhancements

  • components: Add CommentCommandBar and update NuxstrComments (602e7dd)
  • components: Add CommentAuthor and CommentView components, refactor NuxstrComments (68b3132)
  • comments: Add reply functionality, enhance command bar, and improve component integration (163fd55)
  • comments: Enhance reply functionality and refactor components (8edd011)
  • comments: Refactor comments and replies handling, introduce new components (07cba76)
  • comments: Refactor comments and replies handling, introduce new components (6ee7039)
  • comments: Integrate reply counting and enhance UI for CommentCommandBar (7a32527)

💅 Refactors

  • components: Update NuxstrComments styles and text for improved consistency (65409af)
  • app: Restructure playground with dedicated pages and layout (f956d2c)

📖 Documentation

  • README: Add support section with donation links (e11bcfb)
  • README: Update support section and add FUNDING.yml (f7ebb1a)
  • README: Update description for Nostr support (a7fb8e3)

❤️ Contributors