Skip to content

Releases: nguyenvanduocit/andy-note-nuxt

v0.14.2

15 Jun 09:47
a976932

Choose a tag to compare

0.14.2 (2026-06-15)

Bug Fixes

  • sit the column scrollbar on the divider instead of beside it (f9840d4)

Documentation

  • document Firebase reader-comments setup in the README (49d0eaa)

v0.14.1

15 Jun 03:56
9ccb730

Choose a tag to compare

0.14.1 (2026-06-15)

Bug Fixes

  • drive comment auth via firebase/auth, not nuxt-vuefire's auth module (d2764a6)

v0.14.0

15 Jun 03:48
d44609a

Choose a tag to compare

0.14.0 (2026-06-15)

⚠ BREAKING CHANGES

  • consumers using comments must wire Firebase instead of the Cloudflare Pages Function + KV. Remove functions/api/comments.ts and the COMMENTS / COMMENTS_RESOLVE_SECRET bindings; add nuxt-vuefire to modules with a vuefire.config, set site.comments.owners, and deploy the reference firestore.rules. See the "Reader comments" section in CLAUDE.md.

Features

  • move reader comments to Firebase (Google auth + Firestore) (16fcf3d)

v0.13.1

15 Jun 03:16
6b484e1

Choose a tag to compare

0.13.1 (2026-06-15)

Bug Fixes

  • keep comment popover anchored to the selection while the column scrolls (9379a86)

v0.13.0

15 Jun 02:53
8959e5e

Choose a tag to compare

0.13.0 (2026-06-15)

Features

  • scope reader comments to text selections (8263876)

v0.12.0

14 Jun 11:13
d69ced3

Choose a tag to compare

0.12.0 (2026-06-14)

Features

  • add reader comments (inline + whole-page, code-review style) (da79def)

v0.11.1

14 Jun 09:39
c45664f

Choose a tag to compare

0.11.1 (2026-06-14)

Bug Fixes

  • ignore dot-prefixed folders in content listings (d4e0938)

v0.11.0

12 Jun 13:44
ffe81dd

Choose a tag to compare

0.11.0 (2026-06-12)

Features

  • show 20 articles per listing page (2f83a3f)

v0.10.1

12 Jun 12:09
1016315

Choose a tag to compare

0.10.1 (2026-06-12)

Bug Fixes

  • drop the Results heading from search results (04f22f4)

v0.10.0

12 Jun 12:04
60371c6

Choose a tag to compare

0.10.0 (2026-06-12)

⚠ BREAKING CHANGES

  • the @nuxtjs/algolia module is removed from the layer. Built-in content search replaces it; a consumer that calls Algolia composables must wire the module in its own nuxt.config.ts.

Features

  • ship built-in site search in the home column header (2f45adb)