Skip to content

v2.2.0-beta

Compare
Choose a tag to compare
@becem-gharbi becem-gharbi released this 31 Jul 10:43
· 240 commits to main since this release

compare changes

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