Directus - Package Updates
-
[2.10.2]
- Update directus to 11.10.2
- Full Changelog
- Fixed focus trap issue in TinyMCE dialogs within the WYSIWYG editor (#25678 by @formfcw)
- Fixed failed Directus startup caused by additional arguments to the
startcommand (#25675 by @hanneskuettner)
-
[2.11.0]
- Update directus to 11.11.0
- Full Changelog
- Fixed
Content Versioningto correctly merge relational data and support all query parameter functionality (#25437 by @Nitwel) - Fixed links in WYSIWYG missing underline and pointer cursor styling (#25739 by @Abdallah-Awwad)
- Added a new field to conditions for clearing hidden fields on save (#25646 by @robluton)
- Fixed timestamp fields being incorrectly marked as changed due to timezone mismatch (#25718 by @khanahmad4527)
- Fixed code button state not updating when exiting code mode in WYSIWYG (#25741 by @Abdallah-Awwad)
- Added currentItem id check to prevent in-flight api call from returning stale data (#25660 by @robluton)
- Added RTL support for popper context menu (#25697 by @AlexGaillard)
- Fixed an issue with focus trap in TinyMCE dialogs within the WYSIWYG editor (#25746 by @formfcw)
- Upgraded esbuild and Vite (#25737 by @ComfortablyCoding)
- Updated nodemailer to us AWS SESv2 (#25730 by @br41nslug)
-
[2.12.0]
- Update directus to 11.12.0
- Full Changelog
- Fixed
USER_CREATED,USER_UPDATED,DATE_CREATED, andDATE_UPDATEDvalues in content versioning. These fields now correctly reflect the actual user and timestamp of creation or last update, rather than the user and date of promotion. (#25744) - Requesting a non-existent version will now return a Forbidden error.
- The
USER_CREATED,USER_UPDATED,DATE_CREATED, andDATE_UPDATEDfields will now represent the last actual changes, not the promotion metadata. - Add MCP support (#25578 by @ComfortablyCoding)
- Fixed OAuth flow to allow for 2FA setup (#25695 by @robluton)
- Added description and primary key copy option to the policy page sidebar (#25755 by @khanahmad4527)
- Ensured that custom validation messages are displayed in the drawer (#25786 by @formfcw)
- Added cache-busting to image asset URLs in the studio to ensure updated images are always loaded (#25833 by @formfcw)
- Fixed issue causing incorrect relationships to be used in custom interfaces (#25638 by @robluton)
- Ensured that M2M fields in the directus_files collection use the correct interface (#25602 by @robluton)
-
[2.13.0]
- Update directus to 11.13.0
- Full Changelog
- Removed non-relational types from
RELATIONAL_TYPESconstant (#25964) - Fixed
<scope>.deletefilter hook running after permission check. Fixed keys returned by the hook not being used in place of the original keys. (#26034) - Restricted system collection fields to only allow indexing (#24820)
- Use node exportConditions when building api extensions. See #25591 (#25591)
- Introduced the Content Comparison Modal for side-by-side review of version and revision changes. (#25782)
- Added interface config option to control indicator appearance (#26086)
- Added schema snapshot download button to the admin view of the studio (#25903)
- Added setup flow and license agreement banner (#25983)
- Added comparison indicators for group interfaces (#26086)
- Improved error reporting for data imports (#25862)
-
[2.13.1]
- Update directus to 11.13.1
- Full Changelog
- Fixed layout display dependant on item count request (#26045 by @ComfortablyCoding)
- Added loading indicator when saving setup forms (#26130 by @licitdev)
- Fixed system owner interface behaving unexpectedly (#26132 by @Nitwel)
- Amended file imports to disallow importing multiple records into singleton collections (#26120 by @gaetansenn)
- Removed defunct accepted_terms settings field (#26135 by @u12206050)
- Fixed accounts with minimum access permissions unable to add 2fa (#26059 by @br41nslug)
-
[2.13.2]
- Update directus to 11.13.2
- Full Changelog
- Fixed tabular view loading items after delay (#26154 by @ComfortablyCoding)
-
[2.13.3]
- Update directus to 11.13.3
- Full Changelog
- Added a new interface to select multiple items from a collection in JSON format (#26106 by @Dominic-Marcelino)
- Added support for CSV files export in UTF-8 encoding (Excel format) (#26177 by @gaetansenn)
- Added non-editable mode allowing fields to display as read-only (#26147 by @robluton)
- Added multi-domain OAuth/OpenID support (#26074 by @gaetansenn)
- Ensured that the direction prop is passed down to the interfaces (#26159 by @robluton)
- Fixed merge behavior during validation for nested drawer forms (#25965 by @formfcw)
- Added trigger manual flow functionality to buttons interface (#26022 by @AlexGaillard)
- Fixed notification emails failing due to transaction race condition (#26213 by @ComfortablyCoding)
- Optimized the MCP tool descriptions to resolve issues when using ChatGPT (#26221 by @bryantgillespie)
- Fixed aliases on GQL M2A filters (#26148 by @ComfortablyCoding)
-
[2.13.4]
- Update directus to 11.13.4
- Full Changelog
- Ensured that flows open in a new tab by pressing Ctrl/Cmd+click or the middle mouse button (#26181 by @dstockton)
- Fixed error messages mismatch when creating content items (#26229 by @johnson-jnr)
- Reverted add multi-domain OAuth/OpenID support #23879 (#26239 by @ComfortablyCoding)
- Reverted add multi-domain OAuth/OpenID support #23879 (#26239 by @ComfortablyCoding)
- Fixed
_by_idquerying with M2A filters in GraphQL (#26233 by @ComfortablyCoding) - Fixed telemetry reporting when visual editor urls are set (#26228 by @connorwinston)
-
[2.14.0]
- Update directus to 11.14.0
- Full Changelog
- @directus/stores Removed sidebar states from app store (#26259 by @rijkvanzanten)
- @directus/app Added support for downloading multiple files and entire folder trees (#26006 by @Nitwel)
- @directus/app Added AI chat sidebar (#26259 by @rijkvanzanten)
- @directus/app Added support for float intervals and min/max warnings for number inputs (#26190 by @gaetansenn)
- @directus/app Made both sidebars resizable (#26259 by @rijkvanzanten)
- @directus/app Added header interface (#26302 by @AlexGaillard)
- @directus/api Added support for downloading multiple files and entire folder trees (#26006 by @Nitwel)
- @directus/api Added AI chat sidebar (#26259 by @rijkvanzanten)
- @directus/types Added support for downloading multiple files and entire folder trees (#26006 by @Nitwel)
- @directus/types Added AI chat sidebar (#26259 by @rijkvanzanten)
-
[2.14.1]
- Update directus to 11.14.1
- Full Changelog
- Added multi-domain support for OAuth/OpenID (#26312)
- Removed the deprecated
/webhooksfunctionality across the stack. This includes the API route and its related tests, (#26311 by @mobml) - Removed the "Comment" tab from the activities page (#26440 by @Abdallah-Awwad)
- Fixed
getAssetreturning all file fields instead of only those allowed by the users permissions (#25905 by @gaetansenn) - Added a new
AI_ENABLEDenvironment variable to allow opting out of our AI chat feature (#26458 by @bryantgillespie) - Added concurrency control for file uploads via a new
FILES_MAX_UPLOAD_CONCURRENCYenv variable (#26424 by @thomas-svrts) - Added nested validation rules to validation error notice (#26389 by @robluton)
- Added Comparison modal wysiwyg diff highlighting (#26301 by @robluton)
- Fixed an issue that would cause some drawer header icons from being displayed too large (#26442 by @kekekuli)
- Added support for specifying a KMS Key ID in S3 storage when using
aws:kmsServer Side Encryption (#26377 by @Joey92)
-
[2.15.2]
- Update directus to 11.15.2
- Full Changelog
- Added Netlify as a deployment provider (#26594 by @yassilah)
- Added Netlify as a deployment provider (#26594 by @yassilah)
- Added Netlify as a deployment provider (#26594 by @yassilah)
- Fixed only focusing on fields that have a schema (#26622 by @Nitwel)
- Fixed nested group fields losing values when a condition toggles the group's readonly property (#26563 by @HZooly)
- Fixed useStores, useApi, and useSdk not working inside Pinia stores in extensions (#26438 by @kekekuli)
-
[2.15.3]
- Update directus to 11.15.3
- Full Changelog
- @directus/app
- @directus/api
- @directus/constants
- @directus/app
- @directus/api
-
[2.16.0]
- Update directus to 11.16.0
- Full Changelog
- Added support for a global draft version that is automatically available for all items when versioning is enabled (#26772 by @formfcw)
- Persisted table column widths to localStorage (#26767 by @HZooly)
- Implemented RBAC for deployment module (#26683 by @gaetansenn)
- Added field permission and version access checks to Visual Editor (#26772 by @formfcw)
- Added image and PDF upload support to Directus AI Assistant with a provider adapter pattern for 3 major providers (#26722 by @bryantgillespie)
- Added version support for visual editing in live preview (#26772 by @formfcw)
- Supported provider webhooks for deployment real-time updates (#26683 by @gaetansenn)
- Added version support to Visual Editor (#26772 by @formfcw)
- Fixed v-select group click handler to respect item-level selectable property (#26650 by @alvarosabu)
- Fixed datetime picker not closing after selecting a date (#26719 by @alvarosabu)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login