Skip to content

v1.2.0

Choose a tag to compare

@sfxcode sfxcode released this 16 Jul 21:40

compare changes

🚀 Enhancements

  • auth: Add optional server proxy auth mode (1f665d1)
  • plugin: Add logoutRedirectPath module option (292f639)
  • login: Add redirectPath prop for the post-login navigation target (33b72b0)
  • i18n: Add @nuxtjs/i18n with English/German locale files (409e0eb)
  • i18n: Localize MongocampLogin (d1817d0)
  • i18n: Localize MongocampUsers (a01331c)
  • i18n: Localize MongocampRoles and MongocampRoleGrants (a185c99)
  • i18n: Localize MongocampCollections and MongocampCollectionInfos (3b1738a)
  • i18n: Localize MongocampCollectionData and MongocampBucketFiles (60ea497)
  • i18n: Localize MongocampJobs, MongocampAccount, MongocampDatabases, MongocampVersion (007a89c)
  • i18n: Localize useMongocampBucket and useMongocampAccount toasts (c140d76)

🩹 Fixes

  • login: Remove debug-data panel leaking plaintext password (e9dc005)
  • module: Harden server proxy mode and packaging (dd9a34d)
  • Surface real error messages in swallowed toast catches (1a46ecc)
  • auth: Await logout, make the logout trigger path configurable (9d80727)
  • proxy: Import API classes from the /api subpath, not the package root (c83af92)
  • playground: Add missing /logout page (47cadd1)
  • auth: Ensure correct Nuxt app context for navigateTo after login (ace20a9)

📖 Documentation

  • Document the i18n architecture in CLAUDE.md (b377086)

🏡 Chore

  • Add @iconify-json/lucide so lucide icons bundle at build time (87989dc)

✅ Tests

  • components: Add MongocampLogin and MongocampRoleGrants coverage (8ba8a87)

❤️ Contributors