Directus - Package Updates
- 
[2.1.2]
- Update Directus to 11.1.2
 - Full changelog
 
 - 
[2.2.0]
- Update Directus to 11.2.0
 - Full Changelog
 - Added TUS support to the Supabase storage driver (#23958 by @ComfortablyCoding)
 - Added TUS support to the Azure storage driver (#23904 by @ComfortablyCoding)
 - Added TUS support to the Cloudinary storage driver (#23943 by @ComfortablyCoding)
 - Added TUS support to the GCS storage driver (#23897 by @ComfortablyCoding)
 
 - 
[2.2.1]
- Update Directus to 11.2.1
 - Full Changelog
 
 - 
[2.2.2]
- Update directus to 11.2.2
 - Full Changelog
 - Fixed enforcing 
chunkSizewhen TUS is not enabled and updated the defaultTUS_CHUNK_SIZEto8mb(#24002 by @ComfortablyCoding) 
 - 
[2.3.0]
- Update directus to 11.3.1
 - Full Changelog
 
 - 
[2.3.1]
- Update directus to 11.3.2
 - Full Changelog
 - @directus/app
 - @directus/api
 @directus/app@13.3.6@directus/api@23.2.2
 - 
[2.3.2]
- checklist added to CloudronManifest
 - CLOUDRON_OIDC_PROVIDER_NAME implemented
 
 - 
[2.3.3]
- Update directus to 11.3.3
 - Full Changelog
 
 - 
[2.3.4]
- Update directus to 11.3.4
 - Full Changelog
 
 - 
[2.3.5]
- Update directus to 11.3.5
 - Full Changelog
 
 - 
[2.4.0]
- Update directus to 11.4.0
 - Full Changelog
 
 - 
[2.4.1]
- Update directus to 11.4.1
 - Full Changelog
 - @directus/app
 - @directus/app
 - @directus/api
 - @directus/sdk
 - @directus/themes
 - Removed invalid operation trigger API from SDK and docs (#24461 by @licitdev)
 - Patched blackbox tests for v11 (#24281 by @licitdev)
 
 - 
[2.5.0]
- Update directus to 11.5.0
 - Full Changelog
 
 - 
[2.5.1]
- Update directus to 11.5.1
 - Full Changelog
 
 - 
[2.6.0]
- Update directus to 11.6.0
 - Full Changelog
 - Fixed filter hook altered payload not passed to action hook on 
create(#24812 by @ComfortablyCoding) - Added Visual Editor Beta (#24758 by @formfcw)
 - After creating a new content version, it will become the current selected version (#24606 by @robluton)
 - Added Version support to field rules. This allows conditional rules based on an item's version (#24646 by @robluton)
 - Added the ability to map OAuth claim groups to Directus roles (#24558 by @daanh432)
 - Added 
omitKeyoption togetConfigFromEnv(#24826 by @jacobcons) - Added support for relational dynamic variables in filters (#24635 by @Nitwel)
 - Added 
files.uploadevent for resumable uploads (#24771 by @br41nslug) - Fix missing _some,_none in GQL (#24644 by @Nitwel)
 - Added QUERYSTRING_MAX_PARSE_DEPTH configuration variable (#24833 by @Nitwel)
 
 - 
[2.6.1]
- Update directus to 11.6.1
 - Full Changelog
 - Revert unneeded fixes for editorjs that were causing issues (#24987 by @AlexGaillard)
 - Fixed search applying minimum app permissions when full access is allowed (#24988 by @ComfortablyCoding)
 - Reverted adding of implicit _some in #24725 due to regressions (#24996 by @Nitwel)
 - Fixed requiring roles and/or policies for admin accountability (#24977 by @ComfortablyCoding)
 - Skipped unnecessary fetching of dynamic variables (#24975 by @licitdev)
 
 - 
[2.7.0]
- Update directus to 11.7.2
 - Full Changelog
 - Dropped support for MySQL 5.7 (#24850 by @br41nslug)
 - Improved UX & UI of the Visual Editor header bar (#25074 by @formfcw)
 - Improved interface option overwriting through conditions (#25119 by @formfcw)
 - Adds data collection and field names attribute to parent wrapper for all form elements (#24655 by @Zyles)
 - Updated 
rollup-plugin-esbuildto 6.2.1 (#25041 by @ComfortablyCoding) - Unified 
getRelation/getRelationsusage across packages (#25053 by @Nitwel) - Added an 
Error on Rejectoption to webhook flows (#25080 by @Nitwel) - Update axios to 
1.8.4(#25110 by @licitdev) - Added an 
Error on Rejectoption to manually triggered flows (#24965 by @ComfortablyCoding) - Removed displaying trigger options in flow logs. (#25116 by @Nitwel)
 
 - 
[2.8.0]
- Update directus to 11.8.0
 - Full Changelog
 - Ensured the configured display format is applied to the kanban layout (#24840 by @brunoocasali)
 - Enhanced the appearance of the flow trigger buttons in the sidebar by applying their custom colors (#25192 by @Mehdi-YC)
 - Enhanced the flow logs with color indications for success and failure, and added a new filter to view only failed logs (#25125 by @AfaqJaved)
 - Fixed permissions handling in the Files module (#25187 by @amosmurmu)
 - Added the ability to toggle a variable input for the _in and _nin filters. (#25245 by @formfcw)
 - Added new action events for extensions (#25181 by @amosmurmu)
 - Fixed a bug that prevented fields from being validated in a relational drawer with junction fields (#25152 by @formfcw)
 - Added filters to file(s) and image interface and fixed relation creation to 
directus_files(#25241 by @Nitwel) - Improved clarity for usage of the Readonly and Required options in the Advanced Field Settings (#25158 by @formfcw)
 - Made v-list-group togglable in storybook (#25166 by @Nitwel)
 
 - 
[2.8.1]
- get rid of pm2 r/o dir error
 
 - 
[2.9.0]
- Update directus to 11.9.0
 - Full Changelog
 - Added support for LDAP login and enhanced parameter consistency for refresh/logout commands. Allowed overriding the mode in refresh and logout commands to be inline with login (#25132)
 - Fixed manual flows to only trigger with appropriate permissions (#25354 by @br41nslug)
 - Added Keyboard Accessibility (#25214 by @formfcw)
 - Improved the UX of the field permissions by changing its interface to a checkbox tree (#25253 by @formfcw)
 - Added 
AUTH_.+_ISSUER_DISCOVERY_MUST_SUCCEEDandAUTH_.+_CLIENT_HTTPenv variables to theopenidprovider (#25002 by @ComfortablyCoding) - Added 
backlinkquery parameter to exclude back-relations when expanding*.*in the fields query parameter (#25284 by @Nitwel) - Added BSL license banner to display for first admin user (#25299 by @AlexGaillard)
 - Fixed system filters showing null (#25294 by @br41nslug)
 - Ensured to revert changes on error after drag & drop in kanban and calendar layout (#25329 by @formfcw)
 - Prevented table column widths from having null values (#25298 by @robluton)