Releases: Intevel/nuxt-directus
Releases · Intevel/nuxt-directus
v5.7.0
v5.7.0
🚀 Enhancements
- Add file upload and deletion functionality (f805a9e)
🩹 Fixes
- Add runtime types to type exports (429554c)
📖 Documentation
- Use new
nuxi module add
command in installation (2ea7888)
🏡 Chore
❤️ Contributors
- Conner Bachmann github@conner-bachmann.de
- Yavuz Yildirim yvzyldrm@gmail.com
- Till Davin till@zaubar.com
- Daniel Roe (@danielroe)
v5.6.1
v5.6.1
🩹 Fixes
- CreateUser documentation (5b207b4)
- Add types to package.json exports (ce3b141)
- Opt in to
import.meta.*
properties (bb24196)
🏡 Chore
- Update ci.yml (0144c6a)
❤️ Contributors
- Conner Bachmann bac@christmann.info
- Daniel Roe (@danielroe)
- Till Davin till.davin@gmx.de
- Florian
v5.5.0
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
v5.4.3
v5.4.2
v5.4.1
v5.4.0
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