Becem Gharbi Nuxt Starter Versions Save

Edge compatible Nuxt starter with Auth, S3 & Naive UI

v2.1.0

6 months ago

compare changes

About

This release comes with the first stable release of nuxt-s3, https://nuxt-s3.bg.tn

🚀 Enhancements

🩹 Fixes

  • AccountPassword: Add autocompletion (8813556)

💅 Refactors

  • profile: Use useNaiveForm for state (1e39096)
  • profile: Use useNaiveForm for state (a301854)
  • Navbar: Remove lazy loading dropdown (645b4eb)
  • Add missing img alt (9593c25)
  • AccountPassword: Add reset button (fe0d411)
  • app: Remove unused n-message-provider (aaf9e36)
  • app: Move notifications to default layout (6acb67f)
  • Minor refactoring (5c9f5eb)

📖 Documentation

  • Change modules urls with their docs websites (ee52df0)

🌊 Types

🏡 Chore

  • Upgrade dependencies (a26edd6)
  • deps-dev: Bump @babel/traverse from 7.23.0 to 7.23.2 (a072f28)
  • deps-dev: Bump @babel/traverse from 7.22.11 to 7.23.2 in /docs (841f71e)
  • deps-dev: Bump postcss from 8.4.28 to 8.4.31 in /docs (00c0542)
  • deps-dev: Bump undici from 5.25.4 to 5.27.0 (ecaeee9)
  • deps-dev: Bump undici from 5.23.0 to 5.27.0 in /docs (71f5266)
  • lint: Use eslint-config-typescript (9fae07f)
  • Sync lock (35348a4)
  • release: V2.0.6 (57225a0)
  • No significant change (2e608c5)
  • Upgrade nuxt-naiveui to latest (253acb1)
  • Upgrade nuxt-s3 to latest (a9eb4d4)
  • Set S3 driver to s3 (a92de3f)
  • Upgrade nuxt-naiveui to latest (84262a7)

❤️ Contributors

v2.0.6

6 months ago

v2.0.6

compare changes

🩹 Fixes

  • AccountPassword: Add autocompletion (8813556)

💅 Refactors

  • profile: Use useNaiveForm for state (1e39096)
  • profile: Use useNaiveForm for state (a301854)
  • Navbar: Remove lazy loading dropdown (645b4eb)
  • Add missing img alt (9593c25)
  • AccountPassword: Add reset button (fe0d411)
  • app: Remove unused n-message-provider (aaf9e36)
  • app: Move notifications to default layout (6acb67f)
  • Minor refactoring (5c9f5eb)

🌊 Types

🏡 Chore

  • Upgrade dependencies (a26edd6)
  • deps-dev: Bump @babel/traverse from 7.23.0 to 7.23.2 (a072f28)
  • deps-dev: Bump @babel/traverse from 7.22.11 to 7.23.2 in /docs (841f71e)
  • deps-dev: Bump postcss from 8.4.28 to 8.4.31 in /docs (00c0542)
  • deps-dev: Bump undici from 5.25.4 to 5.27.0 (ecaeee9)
  • deps-dev: Bump undici from 5.23.0 to 5.27.0 in /docs (71f5266)
  • lint: Use eslint-config-typescript (9fae07f)
  • Sync lock (35348a4)

❤️ Contributors

v2.0.5

8 months ago

compare changes

📖 Documentation

  • readme: Update content (b3647ee)
  • Add nuxt security to what is included section (2fa4a73)

🏡 Chore

❤️ Contributors

v2.0.4

8 months ago

compare changes

🔥 Performance

  • Navbar: Lazy load dropdown (2b406de)
  • default layout: Lazy load Navbar and Footer (401c78a)

💅 Refactors

  • Navbar: Move account button back to drawer content (36157da)
  • Navbar: Remove unneeded reactivity (ef5a827)

🏡 Chore

❤️ Contributors

v2.0.3

8 months ago

compare changes

About

This release comes with the needed changes on nuxt-auth and nuxt-naiveui.

🩹 Fixes

  • AccountPreferences: Update colorModePreference handling (dc1cf3e)

💅 Refactors

  • drawer: Display account button on footer (7f54839)

📖 Documentation

🏡 Chore

❤️ Contributors

v2.0.2

9 months ago

compare changes

About

Nuxt starter is now fully compatible on edge environments by migrating to nuxt-auth v2 and removing non compatible packages.

🩹 Fixes

  • Set colorMode to light on callback page (c122c4e)
  • Change profile update method to patch (0331eb0)

📖 Documentation

  • app: Update 5.s3.md (906f65b)
  • Update docs with latest changes (3194a1c)

🏡 Chore

❤️ Contributors

v2.0.1

9 months ago

compare changes

About

This patch is intended to fix issues related to nuxt-s3 migration on v2.0.0

💅 Refactors

  • Set object-fit to cover on avatar img (167f803)

🏡 Chore

  • Set nitro preset to vercel-edge (c485996)
  • Set nitro preset to netlify-edge (6b77408)
  • Upgrade dependencies (7ffa79b)

❤️ Contributors

v2.0.0

9 months ago

compare changes

About

This major release is about replacing @bg-dev/nuxt-s3 which is based on AWS SDK with a much more lighter and edge compatible package nuxt-s3.

  • No public URL, instead objects are served from app backend
  • No S3Image as a result of removing public URL, instead use <img>
  • The GET object route is changed from /api/s3/object/:bucket/:key to /api/s3/object/:key, this is in order to set route rules for caching

🔥 Performance

  • ⚠️ Migrate from @bg-dev/nuxt-s3 to nuxt-s3 (ff1f5b6)

📖 Documentation

🏡 Chore

  • Upgrade dependencies (e87b5ef)
  • ⚠️ Rename enabled to enable on bugsnag config (c43c5d0)
  • Update example.env (362c762)
  • Remove Renovate (a008161)

⚠️ Breaking Changes

  • ⚠️ Migrate from @bg-dev/nuxt-s3 to nuxt-s3 (ff1f5b6)
  • ⚠️ Rename enabled to enable on bugsnag config (c43c5d0)

❤️ Contributors

v1.0.2

9 months ago

compare changes

🩹 Fixes

  • Show password on click instead of on mousedown (fe8d6a2)

🏡 Chore

❤️ Contributors

v1.0.1

9 months ago

compare changes

💅 Refactors

  • Set min-width for Navbar's dropdown (5dc97f1)

📖 Documentation

🏡 Chore

❤️ Contributors