Directus Versions Save

The Modern Data Stack ๐Ÿฐ โ€” Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

v10.10.7

1 week ago

๐Ÿ› Bug Fixes & Optimizations

  • @directus/api
    • Fixed an issue that would cause the project to hang in an unavailable state if an unexpected external error caused the (#22230 by @joselcvarela) schema retrieval to fail in a high load environment
    • Reverted cache-control header change to prevent cache inconsistencies in-app (#22235 by @rijkvanzanten)
    • Fixed an issue that could cause errors happening during schema retrieval to exit the process rather than return a 500 (#22231 by @joselcvarela)
    • Updated the cache clear endpoint to allow for clearing cache, system, or both (#22234 by @joselcvarela)
  • @directus/env
    • Fixed an issue that would cause the project to hang in an unavailable state if an unexpected external error caused the (#22230 by @joselcvarela) schema retrieval to fail in a high load environment

๐Ÿ“ Documentation

  • Updated the cache clear endpoint to allow for clearing cache, system, or both (#22234 by @joselcvarela)

๐Ÿงช Blackbox Tests

  • Fixed an issue that would cause the project to hang in an unavailable state if an unexpected external error caused the (#22230 by @joselcvarela) schema retrieval to fail in a high load environment

๐Ÿ“ฆ Published Versions

v10.10.6

1 week ago

โœจ New Features & Improvements

  • @directus/types
    • Added Alterations type (#22027 by @paescuj)

๐Ÿ› Bug Fixes & Optimizations

  • @directus/app
    • Fixed race condition in loading images with default fallback (#22222 by @hanneskuettner)
    • Ensured that the search input in the navigation bar matches the background color of the navigation bar (#22204 by @formfcw)
    • Prevented creation of unrelated collection when creating relational field with custom relation name, fixed selection of related collections for M2A fields (#22090 by @joselcvarela)
    • Fixed an issue in the WYSIWYG editor that could cause generated non-new-tab links to behave unexpectedly in SPA (#22134 by @jonaskohl) frameworks
    • Updated TinyMCE (used for the WYSIWYG interface) to v7 (#22123 by @paescuj)
    • Fixed "Save As Copy" functionality to include existing values of relational items (#22028 by @paescuj)
    • Updated Editor.js (used for Block Interface) to 2.29, introducing the Slash key as a shortcut for opening the toolbox and the Tab key to navigate through blocks (#22112 by @paescuj)
    • Fixed visual inconsistency in filter interface for list of values (#22209 by @hanneskuettner)
    • Fixed pagination alignment in the M2A builder interface (#22208 by @hanneskuettner)
  • @directus/api
    • Ensured streaming of files to client is properly backpressured, preventing out of memory issues with large files (#22175 by @joselcvarela)
    • Ensured the CACHE_AUTO_PURGE config doesn't influence the Cache-Control header (#22203 by @hanneskuettner)
    • Added missing version argument to singleton GraphQL queries (#22184 by @joselcvarela)
    • Fixed an issue where nested items would not be returned with default query limit of unlimited (#22049 by @paescuj)
    • Fixed various transaction related issues in CockroachDB by preventing transactions from being nested (#22023 by @rijkvanzanten)
    • Changed init default EMAIL_FROM to [email protected] (#22162 by @rijkvanzanten)

๐Ÿ“ Documentation

  • Added support to for configuring PM2_LOG_ERROR_FILE and PM2_LOG_OUT_FILE (#22155 by @the-other-dev)

๐Ÿ“ฆ Published Versions

v10.10.5

3 weeks ago

โš ๏ธ Potential Breaking Changes

  • @directus/api
    • Deprecated Webhooks and auto-migrated existing ones to Flows (#21808 by @DanielBiegler)

โœจ New Features & Improvements

  • @directus/app
    • Migrated the App authentication handling to use the SDK (#21938 by @br41nslug)
    • Introduced ability to reinstall & remove missing extensions (#21969 by @br41nslug)
  • @directus/api
    • Introduced ability to reinstall & remove missing extensions (#21969 by @br41nslug)
    • Added report URL configuration support (#21174 by @ComfortablyCoding)
  • @directus/sdk
    • Migrated the App authentication handling to use the SDK (#21938 by @br41nslug)

๐Ÿ› Bug Fixes & Optimizations

  • @directus/app
    • Fixes issue where public pages didn't have the correct tab titles (#21827 by @rijkvanzanten)
    • Deprecated Webhooks and auto-migrated existing ones to Flows (#21808 by @DanielBiegler)
    • Simplified v-image component (#21904 by @br41nslug)
    • Moved @directus/format-title into the monorepo (#21847 by @paescuj) Notable changes since the last release:
      • Added AI and SDK to the list of acronyms
      • Fixed the RegExp used to detect separators
    • Fixed active state for Collections in navigation menu with Content Versions and Bookmarks (#21786 by @paescuj)
    • Fixed an issue where images in the file library can hit the rate limiter (#21894 by @br41nslug)
    • Fixed the search filter to show the input in collapsed state and use the correct border color in expanded state (#21840 by @paescuj)
    • Fixed an issue where duplicating an item (Save as Copy) with many relational items could fail (#22053 by @DanielBiegler)
    • Added autocomplete attribute to 2FA input (#21986 by @vamsii777)
    • Fixed "Save As Copy" functionality for M2M/O2M root fields (#21896 by @joselcvarela)
    • Ensured "Auto Refresh" is paused when the app is not in use (#22024 by @paescuj)
    • Ensured the search interface applies the correct initial value for boolean filter operators (like "Is null") (#22050 by @paescuj)
    • Fixed marketplace pagination not allowing partial pages and corrected TS type errors for search and type query parameters. (#22034 by @ComfortablyCoding)
  • @directus/api
    • Moved @directus/format-title into the monorepo (#21847 by @paescuj) Notable changes since the last release:
      • Added AI and SDK to the list of acronyms
      • Fixed the RegExp used to detect separators
    • Added WebSocket Session Authentication (#21837 by @br41nslug)
    • Fixed state of extensions after enabling/disabling in multiple instances setups (#21908 by @joselcvarela)
    • Ensured "ON UPDATE" constraints are considered in schema snapshots (#21190 by @u12206050)
    • Fixed the extensions migration for sub extensions of module bundles (#21857 by @paescuj)
    • Optimised updating of multiple fields by clearing caches and regenerating schema only once at the end (#21818 by @licitdev)
    • Hidden non session SSO providers from the app (#21874 by @br41nslug)
    • Fixed an issue where requests with long User-Agent headers could fail (#21687 by @connorwinston)
    • Improved schema retrieval performance by locking the generation of the cached value (#21824 by @rijkvanzanten)
    • Fixed an issue preventing MSSQL and CRDB from initializing system tables on bootstrap (#22019 by @rijkvanzanten)
  • @directus/system-data
    • Deprecated Webhooks and auto-migrated existing ones to Flows (#21808 by @DanielBiegler)
  • @directus/format-title
    • Moved @directus/format-title into the monorepo (#21847 by @paescuj) Notable changes since the last release:
      • Added AI and SDK to the list of acronyms
      • Fixed the RegExp used to detect separators
    • Added new acronyms and cleaned-up duplicates (#21935 by @licitdev)
  • @directus/types
    • Added report URL configuration support (#21174 by @ComfortablyCoding)
  • @directus/sdk
    • Added report URL configuration support (#21174 by @ComfortablyCoding)
    • Fixed SDK websocket handshake messages not being emitted (#21956 by @br41nslug)
    • Fixed SDK relational field type validation issue (#21803 by @br41nslug)
    • Added SDK Custom Endpoint Helper (#21850 by @br41nslug)
  • @directus/utils
    • Fixed "contains" operators (used for validation / conditions) to work with arrays and "icontains" to respect case insensitivity (#22002 by @DanielBiegler)

๐Ÿ“ Documentation

  • Moved @directus/format-title into the monorepo (#21847 by @paescuj) Notable changes since the last release:
    • Added AI and SDK to the list of acronyms
    • Fixed the RegExp used to detect separators
  • Added report URL configuration support (#21174 by @ComfortablyCoding)
  • Added SDK Custom Endpoint Helper (#21850 by @br41nslug)

๐Ÿ“ฆ Published Versions

v10.10.4

1 month ago

๐Ÿ› Bug Fixes & Optimizations

  • @directus/api
    • Fixed an issue that could cause the graphql system endpoint to use the wrong schema (#21821 by @rijkvanzanten)
  • @directus/specs
    • Corrected the type of the filter query parameter in OpenAPI specs (#21802 by @paescuj)

๐Ÿ“ฆ Published Versions

v10.10.3

1 month ago

โœจ New Features & Improvements

  • @directus/api
    • Added a new REDIS_ENABLED env var (#21809 by @rijkvanzanten)
  • @directus/env
    • Added a new REDIS_ENABLED env var (#21809 by @rijkvanzanten)

๐Ÿ› Bug Fixes & Optimizations

  • @directus/api
    • Improved the performance of repeat calls to graphql endpoint by caching the graphql schema in an lru cache (#21783 by @rijkvanzanten)
    • Fixed sandboxed operation extensions to return the payload (#21789 by @paescuj)
  • @directus/sdk
    • Fixed logout SDK auth composable to include auth mode in request (#21793 by @paescuj)

๐Ÿ“ Documentation

  • Added a new REDIS_ENABLED env var (#21809 by @rijkvanzanten)

๐Ÿ“ฆ Published Versions

v10.10.2

1 month ago

๐Ÿ› Bug Fixes & Optimizations

  • @directus/app
    • Prevented leaving the edit mode of a Flow via save shortcut while editing the trigger or adding a new operation (#21736 by @fanmingfei)
    • Fixed the height of list items which do have thumbnails (#21756 by @formfcw)
  • @directus/api
    • Prevented an error which could occur when sandboxed extensions are reloaded (for example via extensions auto reload) (#21781 by @paescuj)
    • Fixed loading of Sandbox Operation Extensions (#21751 by @paescuj)
    • Enabled usage of extensions auto reloading in dev mode (NODE_ENV set to development) (#21780 by @paescuj)
    • Fixed an issue that would cause the extensions folder sync from third party sources to fail if the sync request came from a secondary process (#21747 by @rijkvanzanten)
    • Ensured errors thrown in Sandbox SDK functions are reported correctly (#21749 by @paescuj)
    • Fixed the type check for headers in the Sandbox SDK request function (#21746 by @paescuj)
    • Updated the send method in MailService to return the promise with info, adapted use within @directus/api to not block until mails have been sent (#21741 by @appy-one)
    • Ensured extensions auto reloading works for all local extensions (#21779 by @paescuj)
  • @directus/memory
    • Fixed an issue that would cause the extensions folder sync from third party sources to fail if the sync request came from a secondary process (#21747 by @rijkvanzanten)

๐Ÿ“ฆ Published Versions

v10.10.1

1 month ago

๐Ÿ› Bug Fixes & Optimizations

  • @directus/api
    • Fixed issues with the marketplace migration script for MySQL/MariaDB, as well as for multiple bundle extensions having same sub-extension names (#21721 by @paescuj)
  • @directus/env
    • Added support for the EMAIL_TEMPLATES_PATH to allow email templates to exist in any given location (#21729 by @rijkvanzanten)
  • @directus/extensions-sdk
    • Fixed an issue that would cause the host field of the package extension manifest to be the sdk version rather than (#21730 by @rijkvanzanten) directus version
  • @directus/extensions
    • Fixed an issue that would cause extensions loading to fail when non-extension folders were included in the extensions folder (#21718 by @br41nslug)

๐Ÿ“ Documentation

  • Added a note about / reflect the relocation of custom migrations (#21719 by @phazonoverload)
  • Added support for the EMAIL_TEMPLATES_PATH to allow email templates to exist in any given location (#21729 by @rijkvanzanten)

๐Ÿ“ฆ Published Versions

v10.10.0

1 month ago

โœจ New Features & Improvements

This release contains the extensions marketplace and big improvements to content versioning.

  • @directus/app
    • Integrated the Content Version in the browser URL / history to enable browser navigation and page refresh (#21624 by @paescuj)
  • @directus/api
    • Added a new set of extensions registry endpoints (#21674 by @paescuj)

โš ๏ธ Potential Breaking Changes

[!WARNING] If you're using extensions in type-folders, please be aware of breaking changes

  • @directus/app
    • Dropped support for the typed folders in the extensions folder (#21674 by @paescuj)
    • Implemented Session Based Authentication (#21239 by @br41nslug)
  • @directus/api
    • Introduced deep relational fields merging for Content Versions (#21386 by @azrikahar)
    • Dropped support for the typed folders in the extensions folder (#21674 by @paescuj)
    • Implemented Session Based Authentication (#21239 by @br41nslug)
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
    • Added new MIGRATIONS_PATH environment variable to control where custom migrations are read from (#21674 by @paescuj)
  • @directus/extensions-sdk
    • Dropped support for the typed folders in the extensions folder (#21674 by @paescuj)
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
  • @directus/extensions
    • Dropped support for the typed folders in the extensions folder (#21674 by @paescuj)
  • @directus/extensions-registry
    • Added a new set of extensions registry endpoints (#21674 by @paescuj)

๐Ÿ› Bug Fixes & Optimizations

  • @directus/app
    • Added disabled state to MFA setup interface (#21588 by @paescuj)
    • Enhanced the language selection in translations interface by switching open/close icon and closing dropdown when (#21594 by @paescuj) toggling split view
    • Fixed an issue where "Copy To" action on Flow operations failed when connected to subsequent operations (#21566 by @paescuj)
    • Enabled JIT compiler for vue-i18n to drop need for 'unsafe-eval' CSP and excluded legacy API (#21649 by @paescuj)
    • Introduced deep relational fields merging for Content Versions (#21386 by @azrikahar)
    • Fixed issue that would cause the marketplace registry pagination to fail on certain pages (#21703 by @rijkvanzanten)
    • Ensured app minimal permissions are only shown in Access Control settings when role includes app access and enhanced representation of permission rules (#21543 by @paescuj)
    • Enabled insertion of the translated string newly created via the system-input-translated-string interface (#21632 by @formfcw)
    • Updated dependencies (#21667 by @paescuj)
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
    • Fixed an issue that prevented saving of content versions featuring relational data (#21509 by @DanielBiegler)
    • Aligned "No items" notice across relational list interfaces to prevent jumping on selection of items (#21609 by @paescuj)
    • Fixed gap between action buttons in Builder (M2A) interface (#21607 by @formfcw)
    • Ensured the Marketplace extension metadata buttons are perfectly aligned (#21700 by @formfcw)
    • Fixed the position of the empty fields info in translations interface (#21591 by @paescuj)
    • Ensured the user / project language is used as default value when creating a new custom translation via translation dropdown interface (#21634 by @formfcw)
    • Aligned the menu for toggling invisible collections (#21593 by @paescuj)
    • Ensured that translation strings are preserved when duplicating a field (#21648 by @formfcw)
    • Fixed loading of avatars in comment mentions (#21587 by @paescuj)
  • @directus/api
    • Updated dependencies (#21667 by @paescuj)
    • Fixed potential Open Redirect vulnerability with OAuth2/OpenID/SAML SSO providers (via Directus redirect query parameter), by requiring redirect URLs to be enabled via allow list (#21238 by @br41nslug)
    • Clarified the logged warning if the SAML identifier is not present in SAML response, enhanced error handler middleware for better fallbacks (#21552 by @flipswitchingmonkey)
    • Fixed an issue that would cause email sending to take a while for slower SMTP hosts by no longer awaiting the smtp (508508d by @rijkvanzanten) response
    • Fixed merging of app minimal permissions in permissions endpoint (#21542 by @paescuj)
    • Adjusted UUID validation of fields/keys to be more relaxed, permitting values with non-standard versions (#21613 by @kashike)
    • Fixed an issue that could cause field CrUD to emit too many events (#21670 by @joselcvarela)
    • Dropped uuid dependency in favor of Node.js built-in UUID generator (#21625 by @paescuj)
    • Fixed an issue where storage could be unavailable at the first use after the start of Directus (#21590 by @paescuj)
  • @directus/types
    • Introduced deep relational fields merging for Content Versions (#21386 by @azrikahar)
    • Ensured app minimal permissions are only shown in Access Control settings when role includes app access and enhanced representation of permission rules (#21543 by @paescuj)
    • Updated dependencies (#21667 by @paescuj)
  • @directus/sdk
    • Updated dependencies (#21667 by @paescuj)
    • Implemented Session Based Authentication (#21239 by @br41nslug)
  • @directus/components
    • Updated dependencies (#21667 by @paescuj)
  • @directus/composables
    • Updated dependencies (#21667 by @paescuj)
  • create-directus-project
    • Updated dependencies (#21667 by @paescuj)
  • @directus/data-driver-postgres
    • Updated dependencies (#21667 by @paescuj)
  • @directus/data-sql
    • Updated dependencies (#21667 by @paescuj)
  • @directus/data
    • Updated dependencies (#21667 by @paescuj)
  • @directus/env
    • Updated dependencies (#21667 by @paescuj)
    • Implemented Session Based Authentication (#21239 by @br41nslug)
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
    • Fixed potential Open Redirect vulnerability with OAuth2/OpenID/SAML SSO providers (via Directus redirect query parameter), by requiring redirect URLs to be enabled via allow list (#21238 by @br41nslug)
    • Added a new set of extensions registry endpoints (#21674 by @paescuj)
    • Cast env defaults that are typed (#21702 by @licitdev)
  • @directus/extensions-sdk
    • Updated dependencies (#21667 by @paescuj)
    • Added a new set of extensions registry endpoints (#21674 by @paescuj)
    • Added "files"-key to generated package manifests (#21565 by @DanielBiegler)
  • @directus/extensions
    • Updated dependencies (#21667 by @paescuj)
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
    • Added a new set of extensions registry endpoints (#21674 by @paescuj)
  • @directus/memory
    • Updated dependencies (#21667 by @paescuj)
  • @directus/random
    • Updated dependencies (#21667 by @paescuj)
  • @directus/release-notes-generator
    • Updated dependencies (#21667 by @paescuj)
  • @directus/specs
    • Updated dependencies (#21667 by @paescuj)
    • Implemented Session Based Authentication (#21239 by @br41nslug)
  • @directus/storage-driver-cloudinary
    • Updated dependencies (#21667 by @paescuj)
  • @directus/storage-driver-local
    • Updated dependencies (#21667 by @paescuj)
  • @directus/storage-driver-s3
    • Updated dependencies (#21667 by @paescuj)
  • @directus/storage-driver-supabase
    • Updated dependencies (#21667 by @paescuj)
  • @directus/storage
    • Updated dependencies (#21667 by @paescuj)
  • @directus/stores
    • Updated dependencies (#21667 by @paescuj)
  • @directus/system-data
    • Updated dependencies (#21667 by @paescuj)
    • Added CJS exports for system-data package (#21614 by @br41nslug)
  • @directus/themes
    • Updated dependencies (#21667 by @paescuj)
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
  • @directus/update-check
    • Updated dependencies (#21667 by @paescuj)
  • @directus/utils
    • Updated dependencies (#21667 by @paescuj)
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
  • @directus/validation
    • Updated dependencies (#21667 by @paescuj)
  • @directus/extensions-registry
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
  • @directus/errors
    • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)

๐Ÿ“ Documentation

  • Updated the extensions management endpoints to rely on a unique primary key rather than npm package name (#21674 by @paescuj)
  • Added new MIGRATIONS_PATH environment variable to control where custom migrations are read from (#21674 by @paescuj)
  • Added docs and user guide pages for the Marketplace preview (#21458 by @phazonoverload)
  • Updated breaking change note on the typed extension folders (#21696 by @phazonoverload)

๐Ÿ“ฆ Published Versions

v10.9.3

2 months ago

๐Ÿ› Bug Fixes & Optimizations

  • @directus/app
    • Updated dependencies (#21536 by @paescuj)
    • Fixed the field state of conditions in field settings and enabled the undo action (#21498 by @paescuj)
    • Ensured overlapping popovers from block editor are rendered above other interfaces' elements (#21522 by @paescuj)
    • Fixed image select dialog showing above file drawer for markdown interface (#21520 by @paescuj)
    • Fixed an issue that prevented logging in when emails contained unicode characters (#21454 by @DanielBiegler)
    • Fixed no results text for dashboard search and hide search if there are no dashboards (#21499 by @paescuj)
    • Added "Create Collection" button to nav bar for admins if there are no collections (#21500 by @paescuj)
    • Fixed app sending full field data when only some field properties have changed (#21385 by @azrikahar)
  • @directus/api
    • Enabled usage of bulk update format in "Update Item" Flow operation (#21443 by @datnv9)
    • Added validation for IP Access in role settings (#21444 by @DanielBiegler)
    • Fixed an issue where data from CSV imports can be corrupted (#21535 by @paescuj)
    • Fixed an issue which prevents updating non-admin roles when adding existing users (#21433 by @kashike)
    • Updated dependencies (#21536 by @paescuj)
  • @directus/composables
    • Updated dependencies (#21536 by @paescuj)
  • create-directus-extension
    • Updated dependencies (#21536 by @paescuj)
  • @directus/extensions
    • Updated dependencies (#21536 by @paescuj)
    • Added export for RegisterFunctions type (#21441 by @br41nslug)
  • @directus/extensions-sdk
    • Updated dependencies (#21536 by @paescuj)
  • @directus/storage-driver-s3
    • Updated dependencies (#21536 by @paescuj)
  • @directus/update-check
    • Updated dependencies (#21536 by @paescuj)
  • @directus/memory
    • Adjusted bus subscription method for redis to ensure handlers are not being overwritten on consecutive calls (#21479 by @paescuj)
  • create-directus-project
    • Enhanced the Node.js version check and message in case of non-matching version (#21453 by @paescuj)

๐Ÿ“ Documentation

  • Fixed incorrect deep filter docs example (#21473 by @br41nslug)

๐Ÿ“ฆ Published Versions

v10.9.2

2 months ago

๐Ÿ› Bug Fixes & Optimizations

  • @directus/app
    • Updated dependencies (#21428 by @paescuj)
    • Filter system collections based on the system property (#21197 by @br41nslug)
    • Fixed various issues in the presentation-links component (#21338 by @DanielBiegler)
  • @directus/api
    • Cleaned-up and fixed IP validation used for external requests (#21370 by @paescuj)
    • Updated dependencies (#21428 by @paescuj)
    • Filter system collections based on the system property (#21197 by @br41nslug)
  • @directus/system-data
    • Filter system collections based on the system property (#21197 by @br41nslug)
  • @directus/sdk
    • Updated dependencies (#21428 by @paescuj)
    • Filter system collections based on the system property (#21197 by @br41nslug)
  • @directus/components
    • Updated dependencies (#21428 by @paescuj)
  • @directus/composables
    • Updated dependencies (#21428 by @paescuj)
  • create-directus-project
    • Updated dependencies (#21428 by @paescuj)
  • @directus/data-driver-postgres
    • Updated dependencies (#21428 by @paescuj)
  • @directus/data-sql
    • Updated dependencies (#21428 by @paescuj)
  • @directus/data
    • Updated dependencies (#21428 by @paescuj)
  • @directus/env
    • Updated dependencies (#21428 by @paescuj)
  • @directus/extensions-sdk
    • Updated dependencies (#21428 by @paescuj)
  • @directus/extensions
    • Updated dependencies (#21428 by @paescuj)
  • @directus/memory
    • Updated dependencies (#21428 by @paescuj)
  • @directus/random
    • Updated dependencies (#21428 by @paescuj)
  • @directus/release-notes-generator
    • Updated dependencies (#21428 by @paescuj)
  • @directus/storage-driver-local
    • Updated dependencies (#21428 by @paescuj)
  • @directus/storage-driver-s3
    • Updated dependencies (#21428 by @paescuj)
  • @directus/storage
    • Updated dependencies (#21428 by @paescuj)
  • @directus/stores
    • Updated dependencies (#21428 by @paescuj)
  • @directus/themes
    • Updated dependencies (#21428 by @paescuj)
  • @directus/types
    • Updated dependencies (#21428 by @paescuj)
    • Filter system collections based on the system property (#21197 by @br41nslug)
  • @directus/update-check
    • Updated dependencies (#21428 by @paescuj)
  • @directus/utils
    • Updated dependencies (#21428 by @paescuj)
    • Filter system collections based on the system property (#21197 by @br41nslug)
  • @directus/validation
    • Updated dependencies (#21428 by @paescuj)

๐Ÿ“ฆ Published Versions