directus
Go to documentationEasily connect your Nuxt application to your directus server.
v5.5.0 by
Intevel
v5.5.0
🚀 Enhancements
- ✨ Add inviteUser and inviteAccept (
5509f7a
)
🩹 Fixes
📖 Documentation
- 📝 Add DirectusInvite types to documentation. (
115cd0d
)
🏡 Chore
- Fix publish command (
54477f7
)
❤️ Contributors
- Conner Bachmann (@Intevel)
- Craig Harman craigharman@transdigital.com.au
v5.4.4 by
Intevel
v5.4.2 by
Intevel
v5.4.1 by
Intevel
v5.4.0 by
Intevel
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
- Conner (@Intevel)
- Cory cory@codiam.co.uk
v5.3.0 by
Intevel
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
Intevel
v5.2.0 by
Intevel
v5.2.0
🚀 Enhancements
🩹 Fixes
- Missing type & incorrect usage (
bf04ac3
) - Linting (
21f542d
) - Return response on Errors, fixed linting (
ac5fd4e
)
📖 Documentation
- Add new documentation (#134)
❤️ Contributors
- Conner Bachmann (@Intevel)
- Cory Nelson (@ranseur92)
- Matt. (@casualmatt)
v5.1.3 by
Intevel
v5.1.2 by
Intevel
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
Intevel
v5.1.0 by
Intevel
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
❤️ Contributors
- Conner Bachmann (@Intevel)
- Matt
- Conner (@Intevel)
- Sébastien Chopin seb@nuxtlabs.com
v3.2.2 by
Intevel
Stable release for Nuxt 3 ✨
v3.2.1 by
Intevel
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v3.2.0...v3.2.1
v3.2.0 by
Intevel
What's Changed
- chore(deps): update all non-major dependencies to ^3.0.0-rc.11 by @renovate in Intevel#69
- feat: throw err on $fetch by @linkb15 in Intevel#78
- chore(deps): update all non-major dependencies to ^3.0.0-rc.13 by @renovate in Intevel#80
New Contributors
- @linkb15 made their first contribution in Intevel#78
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v3.1.0...v3.2.0
v3.1.0 by
Intevel
v3.0.3 by
Intevel
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v3.0.2...v3.0.3
v3.0.2 by
Intevel
What's Changed
- fix(module): autoimport hook deprecated by @Intevel in Intevel#67
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v3.0.1...v3.0.2
v3.0.1 by
Intevel
What's Changed
- chore(deps): update all non-major dependencies to ^3.0.0-rc.9 by @renovate in Intevel#64
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v3.0.0...v3.0.1
v3.0.0 by
Intevel
v2.4.0 by
Intevel
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.3.0...v2.4.0
v2.3.0 by
Intevel
What's Changed
- chore(deps): update all non-major dependencies to ^3.0.0-rc.5 by @renovate in Intevel#47
- chore(deps): update all non-major dependencies by @renovate in Intevel#53
- fix: 🐛 playground fetch collection now works by @craigharman in Intevel#55
- feat: token authentification by @Intevel in Intevel#54
New Contributors
- @Intevel made their first contribution in Intevel#54
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.2.0...v2.3.0
v2.1.0 by
Intevel
What's Changed
- fix: stringify "deep" key on get item by id by @Nainterceptor in Intevel#38
New Contributors
- @Nainterceptor made their first contribution in Intevel#38
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.0.2...v2.1.0
v2.0.2 by
Intevel
What's Changed
- feat(chore): search type to directus query params by @NMathar in Intevel#36
New Contributors
- @NMathar made their first contribution in Intevel#36
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.0.1...v2.0.2
v2.0.1 by
Intevel
What's Changed
- chore(deps): update all non-major dependencies to ^3.0.0-rc.3 by @renovate in Intevel#30
- feat(chore): created useCollections composable by @craigharman in Intevel#34
- feat(docs): runtime config note to setup by @craigharman in Intevel#32
New Contributors
- @craigharman made their first contribution in Intevel#34
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v2.0.0...v2.0.1
v2.0.0 by
Intevel
⚠ 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
Intevel
v1.7.1 by
Intevel
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v1.7.0...v1.7.1
v1.7.0 by
Intevel
v1.5.0 by
Intevel
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v1.4.0...v1.5.0
v1.4.0 by
Intevel
v.1.3.0 by
Intevel
What's Changed
- feat: add getThumbnail method by @Danielwinkelmann in Intevel#9
- feat: add typescript generics, add getSingletonItem by @Danielwinkelmann in Intevel#10
New Contributors
- @Danielwinkelmann made their first contribution in Intevel#9
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v1.2.1...v1.3.0
v.1.2.1 by
Intevel
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v1.2.0...v1.2.1
v1.2.0 by
Intevel
v1.1.4 by
Intevel
Full Changelog: https://github.com/Intevel/nuxt-directus/compare/v1.1.3...v1.1.4
v1.1.3 by
Intevel
{ "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
Intevel
{ "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" }