Directus - Package Updates
Pinned
Directus
-
Directus 10.4.0 has some release issue. I have created an issue here - https://github.com/directus/directus/issues/19016
-
[1.33.0]
- Update Directus to 10.4.0
- Full changelog
- Fixed archive status in sidebar when clicking on same collection again (#18995 by @AshishBarvaliya)
- Implemented sorting in PostgreSQL driver (#18954 by @jaads)
- Added limit and offset support for postgres driver (#18894 by @jaads)
- Implemented sort conversion in SQL middleware (#18938 by @jaads)
- Fixed display template with nested data for items in calendar layout (#19011 by @AshishBarvaliya)
- Updated list of collections for Event Hooks in Flows to not include folders (#19007 by @AshishBarvaliya)
-
[1.33.1]
- Update Directus to 10.4.3
- Full changelog
- Added Collection and Item Options to Flows Notification Operation (#19033 by @ConnorSimply)
- Fixed User Display not being an option for m2o and string (#19093 by @ConnorSimply)
- fixed editorjs icon styling (#19118 by @ConnorSimply)
- Fixed issue that would prevent Vite from hot reloading local app extensions during development (#19075 by @luochuanyuewu)
- Fixed Flow Status not saving in editor (#19092 by @ConnorSimply)
- Fixed errors processing for starts_with and ends_with filter variations (#19021 by @br41nslug)
- Fixed issue that would cause the validation rules editor to show a field selection dropdown where no fields are (#19124 by @rijkvanzanten)
- available
- Resolved issue that would allow you to save the parent Flow with a keyboard shortcut while editing an operation (#19108 by @rijkvanzanten)
- Fixed issue that would prevent changes in the raw edit dialog from showing up in the template input in flows and (#19126 by @rijkvanzanten)
- insights
- Fixed limit values in export drawer when a query limit is in place (#18731 by @paescuj)
- Fixed cleanup of unused isBatch variable to solve missing file preview in file item page (#19114 by @joselcvarela)
-
[1.34.0]
- Update Directus to 10.5.0
- Full changelog
- First release of the new SDK rocket New modular architecture, real-time support, TypeScript optimized, and tons of other goodies! (#18987 by @br41nslug)
- Add support for Supabase Storage for files (#19135 by @matt-rolley)
- Enabled zoom view on readonly image interfaces (#19221 by @AshishBarvaliya)
- Fixed issue that would cause number formatting to be wrong for certain locales in Insights (#19137 by @AshishBarvaliya)
- Add support for Supabase Storage for files (#19135 by @matt-rolley)
- Added support for setting deep in the useItems composable (#18713 by @u12206050)
- Added tsconfig for Vue & CJS (#19197 by @paescuj)
-
[1.34.2]
- Update Directus to 10.5.2
- Full changelog
- Enabled usage of Home and End keys in input fields (#19273 by @gitstart)
- Updated TinyMCE to fix issue with readonly mode (#19280 by @paescuj)
- Resolved browser freeze in field conditions by delaying the retrieving of field context (#19271 by @paescuj)
- Enhanced logic to fetch user data on user detail page (#19257 by @paescuj)
-
[1.34.3]
- Update Directus to 10.5.3
- Full changelog
- Fixed showing of detailed and improved simple Rating-Display for the Card-Layout (#19365 by @DanielBiegler)
- Fixed displaying of thumbnail in O2M/M2O/M2A interfaces (#19395 by @paescuj)
- Introduced option to control lazy loading attribute for images in WYSIWYG interface (#19353 by @Nitwel)
- Added file preview to the drawer if the relation is
directus_files
(#19374 by @DanielBiegler) - Fixed hiding of modals after failing to delete item (#19383 by @DanielBiegler)
-
[1.35.1]
- Update Directus to 10.6.2
- Full changelog
- Allow for cross-origin cookies to be sent with fetch, fixed parameter order for refresh request, introduced withOptions helper and renamed asSearch to withSearch for consistency (#19354 by @br41nslug)
- Improved the notifications tab by showing message contents, adding "Archive All" option and adding filtering and pagination (#19503 by @Nitwel)
- Added the target prop for external links on the v-button component (#19561 by @Dominic-Marcelino)
- Reset auto_increment sequence for PostgreSQL when PK is set manually (#19328 by @jaads)
- Included the response object in thrown errors and added the request object in the onResponse hook (#19539 by @br41nslug)