Skip to content

Releases: becem-gharbi/nuxt-starter

v3.0.1

19 Aug 12:24
Compare
Choose a tag to compare

compare changes

🔥 Performance

  • Upgrade nuxt-naiveui to V2 (7ffa3b7)

💅 Refactors

  • Remove extra auth on page meta (f2e6c79)

❤️ Contributors

v3.0.0

09 Jun 09:42
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • ⚠️ Upgrade nuxt-auth to v3 (e921dae)
  • Show session updatedAt time (cc3ec07)

🏡 Chore

  • lint: Migrate to @nuxt/eslint (43a3f67)

⚠️ Breaking Changes

  • ⚠️ Upgrade nuxt-auth to v3 (e921dae)

❤️ Contributors

v2.2.3

05 May 14:42
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • registration: Resend email verification when account not verified (54f1428)

💅 Refactors

  • Reduce Result title font size (a9d80fd)

📖 Documentation

  • Remove Nuxt version specification (06cc312)

🏡 Chore

  • Replace nuxt-s3 with @bg-dev/nuxt-s3 (67f44f9)

❤️ Contributors

v2.2.2

04 Apr 12:10
Compare
Choose a tag to compare

compare changes

🔥 Performance

💅 Refactors

  • Use auto-generated naiveui color themes (ec79ef2)
  • Apply nuxt-auth v2.5 changes (a6975f6)

🏡 Chore

  • Add prisma migrations to gitignore (5895b27)

❤️ Contributors

v2.2.1

27 Mar 14:05
Compare
Choose a tag to compare

compare changes

🔥 Performance

  • Lazy load user's photo (87d129a)
  • Avoid duplicate sessions fetch (42254e5)

📖 Documentation

🏡 Chore

  • Add typecheck script (1090cbb)
  • Respect deprecation of MenuLinkRoute (5554529)
  • Run prisma generate later on postinstall (9bcb15e)

❤️ Contributors

v2.2.0

28 Feb 18:44
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Use @nuxt/fonts for font download (7a8fefe)

🩹 Fixes

  • Use custom naiveui theme on error page (e6dbabb)

🏡 Chore

  • Download icons (0233928)
  • Add prisma generate to build and postinstall scripts (c932ef5)

❤️ Contributors

v2.1.6

31 Jan 18:20
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Solve blocking navigation (>vue@3.4.8) (d3dbe0f)

💅 Refactors

  • Move naive themeConfig to app.config (2351b73)

🏡 Chore

❤️ Contributors

v2.1.5

08 Jan 18:59
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Change login form layout (9a8fdf4)

🏡 Chore

  • Use matching env variables (ee92bf3)
  • Add process.env for Cloudflare deployment (a3e924b)
  • Update example.env (e4ff950)

❤️ Contributors

v2.1.4

27 Dec 18:37
Compare
Choose a tag to compare

compare changes

About

This release introduced new changes

  • Authentication: the access token is stored in memory instead of a non http-only cookie. check nuxt-auth.
  • Object storage: custom metadata can be set on upload which allows storing user related info for authorization. check nuxt-s3.
  • UI: use naive-layout-navbar as root the component for the default layout. check nuxt-naiveui.

💅 Refactors

  • s3: Use metadata in authorization (eff6d8a)
  • ui: Use naive-layout-navbar as default layout (5d2a643)

❤️ Contributors

v2.1.3

14 Dec 18:36
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • auth layout: Minor refactoring (98d1a3a)
  • AccountSessions: Minor refactoring (4fe27da)
  • default layout: Always display Navbar (1f5065d)

🏡 Chore

  • deps-dev: Bump vite from 4.4.9 to 4.5.1 in /docs (7659e21)
  • deps-dev: Bump vite from 4.5.0 to 4.5.1 (60c85b2)

❤️ Contributors