Skip to content

Releases: becem-gharbi/nuxt-directus

v2.2.3

11 Mar 15:32
Compare
Choose a tag to compare

compare changes

🏡 Chore

❤️ Contributors

v2.2.2

11 Mar 11:50
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • auth: Avoid auto-logout when page not found (#79)

💅 Refactors

  • auth: Remove extra token check (c9fa3c7)

📖 Documentation

  • Mention SSO login setup for directus +v10.10 (#77)

❤️ Contributors

v2.2.1

20 Feb 16:43
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Fix failed to find "useDirectusSession" (93dcc98)

🏡 Chore

  • playground: Add GrapQL query check (79b200d)

❤️ Contributors

v2.2.0

13 Feb 13:15
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Upgrade @directus/sdk to v15 (05fef5f)

💅 Refactors

  • Avoid auto-import of useDirectusAuth useDirectusSession if auth disabled (416b483)

🌊 Types

❤️ Contributors

v2.1.11

05 Feb 07:20
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • auth: Solve failed refresh on Cloudflare workers (613f831)

❤️ Contributors

v2.1.10

08 Jan 16:26
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Use $fetch instead of fetch (b4c5870)

❤️ Contributors

v2.1.9

02 Jan 10:02
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • refresh: Wait until previous refresh call is completed (27f0631)

💅 Refactors

  • refresh: Only pass cookies on SSR (612c6fd)

❤️ Contributors

v2.1.8

25 Dec 14:40
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • Replace _loggedIn with _loggedInFlag (32b3014)
  • No significant change (e31c039)
  • auth plugin: Implement new method for initialization check (c46979e)
  • middleware: Replace user with access token to check logged in status (dcd7769)

🏡 Chore

  • Move memory-storage utility to useDirectusToken source file (3b89ce0)
  • No significant change (56448ae)

❤️ Contributors

v2.1.7

22 Dec 18:51
Compare
Choose a tag to compare

compare changes

💅 Refactors

  • composables: Create useDirectusToken (95c617b)
  • accessToken: Migrate from cookie storage to in-memory storage (#67)
  • Minor refactoring (fd5c5aa)
  • Exclude useDirectusToken from auto-import (6a07b0f)
  • Reload window when logged in from other tab (49c19d9)

📖 Documentation

  • Remove accessTokenCookieName config option (c8eda58)

🏡 Chore

  • Remove outdated design folder (e0b57cf)

❤️ Contributors

v2.1.6

06 Dec 10:46
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Sync login on multiple tabs (d69cf01)
  • Delete refresh token cookie on refresh fail on SSR (12f87bf)
  • refresh: Fix undefined setCookie (a7e14a5)

💅 Refactors

  • Verify user state on _login _logout handlers (939fee6)
  • useDirectusSession: Minor refactoring (8141262)

❤️ Contributors