directus

Easily connect your Nuxt3 application to your directus server.

v5.4.4 by IntevelIntevel

v5.4.4

🩹 Fixes

  • 'token_expired' always 'true'. #157 (#157)

📖 Documentation

v5.4.3 by IntevelIntevel

v5.4.3

🩹 Fixes

v5.4.2 by IntevelIntevel

v5.4.2

🩹 Fixes

❤️ Contributors

v5.4.1 by IntevelIntevel

v5.4.0 by IntevelIntevel

v5.4.0

🚀 Enhancements

  • Add computed values for token expiration. (4195895)
  • Modify plugin to fetch data when needed on app/page load. (764d02e)
  • Add auto-refreshing tokens to plugin and directus handler. (570fbdf)
  • Login with provider. (50370f7)
  • Allow maxAge for the refresh token to be set. (c9fa234)
  • Remove the refresh token, if it fails to refresh. (336e3a9)
  • Add auto-refresh failure function (0e709d8)

🩹 Fixes

  • Missing uuid dependancy (cb800ce)
  • Login/logout to not use the directus handler. (43e896e)
  • Missing uuid dependancy" (71c7357)
  • Invalid key path for maxAge (25efffd)
  • Remove setting default config, for keys that no longer exist. (2b0ec0c)
  • Config defaults to public inside useTokens (ddaaa65)
  • Move after token_expired as it's used within. (9ff4c19)
  • Error throwing (26a8b0a)

❤️ Contributors

v5.3.0 by IntevelIntevel

v5.3.0

🚀 Enhancements

  • Add Avif type support to DirectusThumbnailFormat (#141)

🩹 Fixes

  • fix: return type for getItems (#146)

❤️ Contributors

  • Alberto
  • Cory Nelson

v5.2.1 by IntevelIntevel

v5.2.0 by IntevelIntevel

image

v5.2.0

🚀 Enhancements

  • Make auth cookie names configurable (6193e2e)
  • Integrated directus admin dashboard to devtools (#138)

🩹 Fixes

  • Missing type & incorrect usage (bf04ac3)
  • Linting (21f542d)
  • Return response on Errors, fixed linting (ac5fd4e)

📖 Documentation

  • Add new documentation (#134)

❤️ Contributors

v5.1.3 by IntevelIntevel

v5.1.3

🩹 Fixes

  • Env variable is not used in production (87f1a5e)
  • RefreshTokens is not reset after logout (35024ed)

❤️ Contributors

v5.1.2 by IntevelIntevel

v5.1.2

🩹 Fixes

  • Use createError instead of showError (#124)
  • Adapt Directus module for Nuxt 3.4 runtime config changes (#127)

❤️ Contributors

  • Matt
  • Gérard Mathiuet

v5.1.1 by IntevelIntevel

v5.1.1

🩹 Fixes

❤️ Contributors

v5.1.0 by IntevelIntevel

v5.1.0

🚀 Enhancements

  • Changelog (313a5a2)
  • Add types for DirectusUser, DirectusFile and DirectusFolders (#113)
  • Improved error management (#120)
  • Add refresh token support (2898e0e)

🩹 Fixes

  • chore: Release command (f6e02fb)
  • chore: Add push arg to changelogen (5fbda08)

🏡 Chore

  • readme: Small improvements (#117)
  • readme: Update banner (94b6900)

❤️ Contributors

v3.2.2 by IntevelIntevel

Stable release for Nuxt 3 ✨

v3.2.1 by IntevelIntevel

v3.2.0 by IntevelIntevel

What's Changed

New Contributors

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v3.1.0...v3.2.0

v3.1.0 by IntevelIntevel

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2022-10-06)

Features

  • module: implemented support for revisions (5771b0a)

Bug Fixes

v3.0.3 by IntevelIntevel

v3.0.2 by IntevelIntevel

v3.0.1 by IntevelIntevel

What's Changed

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v3.0.0...v3.0.1

v3.0.0 by IntevelIntevel

3.0.0 (2022-08-28)

⚠ BREAKING CHANGES

  • main: getItems doesnt return meta

Features

  • add token to getThumbnail url query params (361e0a5)

Bug Fixes

  • main: getItems doesnt return meta (92b268c)

v2.4.0 by IntevelIntevel

v2.3.0 by IntevelIntevel

What's Changed

New Contributors

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.2.0...v2.3.0

v2.1.0 by IntevelIntevel

What's Changed

New Contributors

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.0.2...v2.1.0

v2.0.2 by IntevelIntevel

What's Changed

New Contributors

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.0.1...v2.0.2

v2.0.1 by IntevelIntevel

What's Changed

New Contributors

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.0.0...v2.0.1

v2.0.0 by IntevelIntevel

⚠ BREAKING CHANGES

  • chore: getItemById return an array of items

Features

  • docs: created docs for notifications (afacf8a)
  • main: created notification types (f0d8719)
  • main: implement notification support (7d0c5b9)
  • main: removed error throwing (7919b63)

Bug Fixes

  • chore: getItemById return an array of items (2ef29ce), closes #29
  • docs: buildModules to module (0731e38)
  • docs: setup buildModule (291b9e7)
  • docs: setup space (8268149)

1.8.0 (2022-04-24)

Features

  • chore: add graphql support (358bbf6)

v1.8.0 by IntevelIntevel

Features

  • chore: add graphql support (358bbf6)

Bug Fixes

  • chore: useDirectusFiles 500 error (5ca7a54), closes #23

v1.7.1 by IntevelIntevel

v1.7.0 by IntevelIntevel

1.7.0 (2022-04-19)

Features

  • chore: created npmignore (a456c11)
  • module: added getFiles method (6c4b6bf)

Bug Fixes

v1.5.0 by IntevelIntevel

v1.4.0 by IntevelIntevel

Features

  • added createUser method (0444c23)
  • examples: moved to directus repository (872545c)

Bug Fixes

v.1.3.0 by IntevelIntevel

What's Changed

New Contributors

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v1.2.1...v1.3.0

v.1.2.1 by IntevelIntevel

v1.2.0 by IntevelIntevel

What's Changed

New Contributors

Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v1.1.4...v1.2.0

v1.1.4 by IntevelIntevel

v1.1.3 by IntevelIntevel

{
  "message": "You should use slots with <ContentRenderer>",
  "value": {
    "name": "v1.1.3",
    "tag_name": "v1.1.3",
    "date": "2022-03-27T09:52:40Z",
    "body": "",
    "v": 1,
    "url": "https://github.com/Intevel/nuxt-directus/releases/tag/v1.1.3",
    "tarball": "https://api.github.com/repos/Intevel/nuxt-directus/tarball/v1.1.3",
    "zipball": "https://api.github.com/repos/Intevel/nuxt-directus/zipball/v1.1.3",
    "prerelease": false,
    "author": {
      "name": "Intevel",
      "url": "https://github.com/Intevel",
      "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
    }
  },
  "excerpt": false,
  "tag": "div"
}

v1.1.2 by IntevelIntevel

{
  "message": "You should use slots with <ContentRenderer>",
  "value": {
    "name": "v1.1.2",
    "tag_name": "v1.1.2",
    "date": "2022-03-27T09:45:05Z",
    "body": "",
    "v": 1,
    "url": "https://github.com/Intevel/nuxt-directus/releases/tag/v1.1.2",
    "tarball": "https://api.github.com/repos/Intevel/nuxt-directus/tarball/v1.1.2",
    "zipball": "https://api.github.com/repos/Intevel/nuxt-directus/zipball/v1.1.2",
    "prerelease": false,
    "author": {
      "name": "Intevel",
      "url": "https://github.com/Intevel",
      "avatar": "https://avatars.githubusercontent.com/u/59223342?v=4"
    }
  },
  "excerpt": false,
  "tag": "div"
}