Skip to content

Latest commit

 

History

History
1145 lines (646 loc) · 42.2 KB

CHANGELOG.md

File metadata and controls

1145 lines (646 loc) · 42.2 KB

Changelog

v3.0.1

compare changes

🔥 Performance

  • Upgrade nuxt-naiveui to V2 (7ffa3b7)

💅 Refactors

  • Remove extra auth on page meta (f2e6c79)

🏡 Chore

❤️ Contributors

v3.0.0

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

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

compare changes

🔥 Performance

💅 Refactors

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

🏡 Chore

  • Add prisma migrations to ignore (5895b27)
  • No significant change (cb458a7)

❤️ Contributors

v2.2.1

compare changes

🔥 Performance

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

💅 Refactors

📖 Documentation

🏡 Chore

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

❤️ Contributors

v2.2.0

compare changes

🚀 Enhancements

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

🩹 Fixes

  • Use custom naiveui theme on error page (e6dbabb)

🏡 Chore

  • No significant change (3a8c113)
  • Download icons (0233928)
  • Add prisma generate to build and postinstall scripts (c932ef5)
  • deps-dev: Bump vite from 4.5.1 to 4.5.2 in /docs (5a60fb3)
  • deps-dev: Bump undici from 5.27.0 to 5.28.3 in /docs (bde12e7)

❤️ Contributors

v2.1.6

compare changes

🩹 Fixes

💅 Refactors

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

🏡 Chore

❤️ Contributors

v2.1.5

compare changes

💅 Refactors

🏡 Chore

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

❤️ Contributors

v2.1.4

compare changes

💅 Refactors

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

🏡 Chore

  • Try token memory storage (589e11e)
  • No significant change (e8fa2fa)
  • config: Set access token max age to default (3c955b5)

❤️ Contributors

v2.1.3

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

v2.1.2

compare changes

💅 Refactors

  • Replace useAuthFetch with useNuxtApp()..fetch (3e24ee6)
  • Use NTime component instead of dayjs for relative time (822df59)
  • forms: Reverse btns order (245ae04)
  • Optimize accessibility score (24f53a1)
  • Use named inport for ua-parser-js (6df2f3f)
  • Render NTime client-side only (e44c333)

📦 Build

  • Update prisma generate cmd (ed71836)

🏡 Chore

❤️ Contributors

v2.1.1

compare changes

💅 Refactors

  • AccountPreference: Remove reactivity (6613292)

🏡 Chore

❤️ Contributors

v2.1.0

compare changes

🚀 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

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

compare changes

📖 Documentation

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

🏡 Chore

❤️ Contributors

v2.0.4

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

compare changes

🩹 Fixes

  • AccountPreferences: Update colorModePreference handling (dc1cf3e)

💅 Refactors

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

📖 Documentation

🏡 Chore

❤️ Contributors

v2.0.2

compare changes

🩹 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

compare changes

💅 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

compare changes

🔥 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

compare changes

🩹 Fixes

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

🏡 Chore

❤️ Contributors

v1.0.1

compare changes

💅 Refactors

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

📖 Documentation

🏡 Chore

❤️ Contributors

v0.5.5

compare changes

🚀 Enhancements

🩹 Fixes

  • Add missing client side email validations (d165006)

💅 Refactors

  • Add missing autocomplete form attribute (4631e19)
  • Create layout for landing page (f83d704)
  • Update �uth layout (705c5fc)
  • Remove cards on auth pages (b777a8c)
  • Add Footer to default layout (82c3ce9)
  • Set home path to / (bd6a851)

📖 Documentation

  • app: Upgrade dependencies (78321ce)
  • app: Update landing page (d251f9b)
  • app: Update modules readme (3142027)

🏡 Chore

❤️ Contributors

v0.5.4

compare changes

🩹 Fixes

💅 Refactors

  • Create default layout (2333407)
  • tailwind.config: Use ESM export (0e205ec)
  • Apply minor ui refactoring (c96f8cd)

📖 Documentation

  • app: Update auth content (20838b7)

🏡 Chore

❤️ Contributors

v0.5.3

compare changes

🩹 Fixes

  • Wait for handleError to resolve (ef39593)

💅 Refactors

  • Move default layout to app.vue (3f656e1)

🏡 Chore

❤️ Contributors

v0.5.2

compare changes

📖 Documentation

  • app: Update auth section (8b57029)

❤️ Contributors

v0.5.1

compare changes

💅 Refactors

  • Change border radius to 6px (87d8154)

📖 Documentation

  • app: Remove body unusable note on naiveui section (631e6b4)

🏡 Chore

❤️ Contributors

v0.4.22

compare changes

🩹 Fixes

  • Disable xssValidator on api/s3/object/create endpoint (3b1234e)

📖 Documentation

🏡 Chore

  • Rename S3_PUBLIC_BUCKET env to S3_BUCKET (70170be)

❤️ Contributors

v0.4.21

compare changes

🩹 Fixes

  • navbar: Show dropdown divider (3b1241c)

🏡 Chore

❤️ Contributors

v0.4.20

compare changes

📖 Documentation

  • app: Update auth section (6398416)

🏡 Chore

🤖 CI

  • Add prisma generate prior to project build (1ae2098)

❤️ Contributors

  • Becem-gharbi

v0.4.19

compare changes

💅 Refactors

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.18

compare changes

🩹 Fixes

  • Enable xssValidator in nuxt-security (fd6830f)

💅 Refactors

  • Replace nuxt-bugsnag with official bugsnag/js module (eaff60e)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.17

compare changes

🚀 Enhancements

  • Add network status notification (0c6ab71)

🩹 Fixes

  • styles: Provide fallback for 100dvh (425904c)

💅 Refactors

  • Rename component MessagingGlobal to NotificationMessaging (e01eae1)
  • Use naive notification in NotificationMessaging (8b10b25)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.16

compare changes

📖 Documentation

❤️ Contributors

  • Becem-gharbi

v0.4.15

compare changes

🩹 Fixes

  • fcm: Allow only authenticated users to subscribe/unsubscribe (027cae1)

💅 Refactors

  • Move global styles to assets (5b54c9a)

❤️ Contributors

  • Becem-gharbi

v0.4.14

compare changes

🚀 Enhancements

  • Add custom error page (e5b4efd)
  • Add Bugsnag for error monitoring (7d6f72d)

📖 Documentation

❤️ Contributors

  • Becem-gharbi

v0.4.13

compare changes

🚀 Enhancements

  • Add custom error page (e5b4efd)
  • Add Bugsnag for error monitoring (7d6f72d)

📖 Documentation

❤️ Contributors

  • Becem-gharbi

v0.4.12

compare changes

🩹 Fixes

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.11

compare changes

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.10

compare changes

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.9

compare changes

🚀 Enhancements

🩹 Fixes

  • Set topic send permission to admin only (9251f7e)
  • Fix package version (a6b786a)

💅 Refactors

  • Remove auto subscription (19e4177)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.6

compare changes

🚀 Enhancements

🩹 Fixes

  • Set topic send permission to admin only (9251f7e)
  • Fix package version (a6b786a)

💅 Refactors

  • Remove auto subscription (19e4177)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.6

compare changes

🚀 Enhancements

🩹 Fixes

  • Set topic send permission to admin only (9251f7e)
  • Fix package version (a6b786a)

💅 Refactors

  • Remove auto subscription (19e4177)

📖 Documentation

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.5

compare changes

💅 Refactors

  • Handle layout change from root (7f17c3e)
  • Remove layout transition (553448c)
  • Remove page transition (ef8c6b3)

📖 Documentation

❤️ Contributors

  • Becem-gharbi

v0.4.4

compare changes

🩹 Fixes

  • Use column type for user registration graph (3bdf6eb)
  • Set object read permission to public (65d43cf)

💅 Refactors

  • Change AccountInfo sizes (ce7c091)
  • Rename S3_PUBLIC_BUCKET env to S3_BUCKET (620dd8a)

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.4.3

compare changes

💅 Refactors

  • Remove extra S3 permissions (130eee6)

🏡 Chore

❤️ Contributors

  • Becem-gharbi

v0.0.1

compare changes

💅 Refactors

  • Add NuxtLoadingIndicator (6839d38)
  • Increase AccountInfo avatar size (f6a5062)

📖 Documentation

🏡 Chore

🤖 CI

❤️ Contributors

  • Becem-gharbi