v2.2.0-beta
becem-gharbi
released this
31 Jul 10:43
·
240 commits
to main
since this release
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]