Releases: becem-gharbi/nuxt-directus
Releases Β· becem-gharbi/nuxt-directus
v2.3.1-beta
π Refactors
- refresh: Reset auth states with useState (b453743)
- Always set loggedIn to localStorage on page load (e83a001)
π Documentation
- Update REadme (9d21338)
β€οΈ Contributors
- Becem Gharbi [email protected]
v2.3.0-beta
π Enhancements
- Add directus:loggedIn hook (8a6419b)
π©Ή Fixes
- refresh: Clear user state on refresh fail (d3c7fb1)
π Refactors
- Pass cookies from server-side on SSR response as suggested by docs (0fbf849)
- refresh: Some refactoring (c5b4cbc)
- Create useDirectusStorage to handle auth session (a6461c6)
- Rename useDirectusStorage to useDirectusSession (40b7b38)
- Check loggedIn status from user state on route middlewares (409738d)
π Documentation
π‘ Chore
- Add refresh flowchart (68b8253)
- Update design (f2407a0)
- Update design (6ef7e01)
- Update design (e081977)
- Set tag to latest (ab2bec9)
- Upgrade dependencies (962071f)
- release: V2.2.6-beta (8052cde)
β€οΈ Contributors
- Becem Gharbi [email protected]
v-2.2.6-beta
v2.2.6-beta
π Refactors
- Pass cookies from server-side on SSR response as suggested by docs (0fbf849)
- refresh: Some refactoring (c5b4cbc)
- Create useDirectusStorage to handle auth session (a6461c6)
π Documentation
- Update readme (732a8b1)
π‘ Chore
- Add refresh flowchart (68b8253)
- Update design (f2407a0)
- Update design (6ef7e01)
- Update design (e081977)
- Set tag to latest (ab2bec9)
- Upgrade dependencies (962071f)
β€οΈ Contributors
- Becem Gharbi [email protected]
v2.2.5-beta
v2.2.4-beta
π©Ή Fixes
π Documentation
π‘ Chore
- Add accessTokenCookieMaxAge config option (1deba60)
β€οΈ Contributors
- Becem Gharbi [email protected]
v2.2.3-beta
π Enhancements
- auth: Add userFields again in fetchUser (1ca8306)
π©Ή Fixes
- auth: Add opt input option to login (1e9bb16)
π Refactors
- auth: Set userFields default value on fetchUser (937dc4b)
- auth: Add Userfieds to default config (4917e59)
π Documentation
- Update starter URL (976227b)
- Replace npm with pnpm (e1b7359)
- Add userFields to config options (e644f4c)
π Types
π‘ Chore
- Remove demo (c910b45)
β€οΈ Contributors
- Becem Gharbi (@becem-gharbi)
- Ling (@vanling )
v2.2.2-beta
About
With this release the demo application is removed and a starter is created here
π©Ή Fixes
- auth: Fix duplicate fetchUser calls on SSO login (793e1b2)
π Documentation
- Update README (937833e)
β€οΈ Contributors
- Becem Gharbi [email protected]
v2.2.1-beta
π Refactors
π Documentation
π‘ Chore
- demo: Upgrade dependencies (1ed2666)
β€οΈ Contributors
- Becem Gharbi [email protected]
v2.2.0-beta
About
This release is a redefinition of the new module goal. It's no longer intended to be a wrapper of the new Directus SDK, although it's based on it for REST client. As for authentication it has its own implementation mainly for SSR support. As for Graphql it's based on Apollo client, this decision has been made in order to benefit the full features of Graphql (caching, devtools, codegen, community support...). As for realtime, it is omitted in favor of Graphql subscriptions.
Please check README for changes.
π Enhancements
- rest: Auto-import commonly used commands (de5149d)
- auth: Add requestPasswordReset & resetPassword methods (280a4e2)
π₯ Performance
- Conditional usage of extensions with enabled config option (b059945)
π©Ή Fixes
- auth: Redirect to logout page on refresh fail (f02d79a)
π Refactors
- Update plugins names and paths (3b39434)
- Move baseUrl & nuxtBaseUrl under rest config option (4325a1f)
- rest: Create rest client on plugin (a7db7ee)
π Types
- Set graphql & auth types based on enabled value (ddebc14)
π‘ Chore
- demo: Upgrade dependencies (2bfec36)
β€οΈ Contributors
- Becem Gharbi [email protected]
v2.1.2-beta
π Documentation
- Update README (80dab34)
π‘ Chore
- demo: Upgrade dependencies (0ca9779)
β€οΈ Contributors
- Becem Gharbi [email protected]