Releases: threenine/nuxstr-comments
Releases · threenine/nuxstr-comments
v1.7.0
🚀 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
- Gary Woodfine lnb0l9dc@duck.com
What's Changed
- feature/ux improvements by @garywoodfine in #12
- develop by @garywoodfine in #13
Full Changelog: v1.6.1...v1.7.0
v1.6.1
💅 Refactors
- Remove redundant
ClientOnlyusage in NuxstrComments.vue and fix UCard tag casing in CommentView.vue (8244cbb) - NuxstrComments.vue: Simplify template structure and optimize spacing/layout consistency (e6ff9b6)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.6.0
🚀 Enhancements
- Add initial NostrManager class with basic imports from
nostr-tools(f83f57e) - Integrate
useNostrcomposable, replace@nostr-dev-kit/ndkwithnostr-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/ndkwithnostr-toolsand update profile fetch logic inuseNuxstrfor improved null handling (3c48c68)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.5.4
🏡 Chore
- dependencies: Update
@nuxt/uito^4.3.0(ee14f9c)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.5.3
🏡 Chore
- runtime & dependencies: Fix padding typo, enhance UI, and update dependencies (2098aca)
- dependencies: Update
@nuxt/uito^4.2.1(4b90159)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.5.2
📖 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/contentand updatenuxt.config.tsplugins list (cd420ca)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.5.1
🩹 Fixes
- ReplyButton: Remove extra spaces in imports and computed property (8bd2dfe)
💅 Refactors
- components: Rename
CommentCommandBartoReplyButtonand improve reply UI (1f89445) - components: Standardize casing in
ReplyButtontemplate elements (8726305) - components: Update spacing and styles in reply-related components (b780258)
- runtime: Update imports and typings for improved consistency (6933618)
- runtime: Standardize
useRepliesimport and improve type annotations (68fd2e2)
📖 Documentation
- README: Update comment configuration and tagging details (73ad389)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.5.0
🚀 Enhancements
- playground: Add new pages with nested routes and update navigation links (6976528)
🩹 Fixes
- PostReply: Remove redundant space in
refimport (ea69320)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.4.0
🚀 Enhancements
- playground: Enhance
index.vuewithUContainerlayout (2ae64ae)
❤️ Contributors
- Gary Woodfine lnb0l9dc@duck.com
v1.3.0
🚀 Enhancements
- components: Add
CommentCommandBarand updateNuxstrComments(602e7dd) - components: Add
CommentAuthorandCommentViewcomponents, refactorNuxstrComments(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
NuxstrCommentsstyles 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
- Gary Woodfine lnb0l9dc@duck.com