Skip to content

Releases: directus/directus

v10.8.2

22 Nov 20:24
afc4b23
Compare
Choose a tag to compare

πŸ› Bug Fixes & Optimizations

  • @directus/app
  • @directus/api
  • @directus/specs

πŸ“¦ Published Versions

  • @directus/app@10.13.2
  • @directus/api@14.1.2
  • @directus/specs@10.2.4

v10.8.1

17 Nov 16:39
be4410f
Compare
Choose a tag to compare

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Fixed form paddings in default dark theme, enhanced theme selector interface (#20455 by @paescuj)
  • @directus/api
    • Fixed OAS generation to be based on permissions (#20386 by @br41nslug)
    • Use the hostname as the OAS URL if no PUBLIC_URL has been specified (#20460 by @paescuj)
    • Ensured the paths and schemas in the generated OAS are based on current user (#20462 by @paescuj)
  • @directus/specs
    • Ensured the paths and schemas in the generated OAS are based on current user (#20462 by @paescuj)
  • @directus/themes
    • Fixed form paddings in default dark theme, enhanced theme selector interface (#20455 by @paescuj)

πŸ“¦ Published Versions

  • @directus/app@10.13.1
  • @directus/api@14.1.1
  • @directus/specs@10.2.3
  • @directus/themes@0.3.1

v10.8.0

16 Nov 22:00
7f5d690
Compare
Choose a tag to compare

✨ New Features & Improvements

πŸ› Bug Fixes & Optimizations

  • @directus/app
  • @directus/api
  • @directus/extensions
  • @directus/sdk
  • @directus/types
  • @directus/utils
    • Fixed filter parsing for _in/_nin operators when the array indices are higher than qs' default limit of 20 (#20356 by @azrikahar)
  • @directus/specs

πŸ“ Documentation

  • Added support for configuring font weights, popover menus, input height and spacing, and fix various issues in theming (#20426 by @rijkvanzanten)

πŸ“¦ Published Versions

  • @directus/app@10.13.0
  • @directus/api@14.1.0
  • @directus/composables@10.1.6
  • create-directus-extension@10.0.16
  • @directus/extensions@0.2.0
  • @directus/extensions-sdk@10.2.0
  • @directus/pressure@1.0.13
  • @directus/specs@10.2.2
  • @directus/storage-driver-azure@10.0.14
  • @directus/storage-driver-cloudinary@10.0.14
  • @directus/storage-driver-gcs@10.0.14
  • @directus/storage-driver-local@10.0.14
  • @directus/storage-driver-s3@10.0.14
  • @directus/storage-driver-supabase@1.0.6
  • @directus/themes@0.3.0
  • @directus/types@11.0.2
  • @directus/utils@11.0.2
  • @directus/validation@0.0.9
  • @directus/sdk@13.0.2

v10.7.2

02 Nov 20:18
d4e3ab2
Compare
Choose a tag to compare

✨ New Features & Improvements

πŸ› Bug Fixes & Optimizations

πŸ“ Documentation

πŸ“¦ Published Versions

  • @directus/app@10.12.0
  • @directus/api@14.0.2
  • @directus/themes@0.2.0

v10.7.1

27 Oct 15:58
dbc1f80
Compare
Choose a tag to compare

⚠️ Potential Breaking Changes

✨ New Features & Improvements

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Added explicit "Project Default" option to user appearance setting (#20194 by @rijkvanzanten)
    • Updated Bug Report and Feature Request Links in Settings to Use Templates (#20197 by @connorsimply)
    • Added theming fields to app minimal and recommended permissions (#20198 by @azrikahar)
    • Improved error handling on login-screen when trying to log in without credentials (#20151 by @DanielBiegler)
    • Fixed an issue where forms with detail/accordion fields starting closed would freeze the browser once opened (#20185 by @paescuj)
  • @directus/api
    • Fixed duplicate local extension name collision (#20221 by @nickrum)
    • Fixed extension reloading and schedule hooks when using the cli to start Directus (#20188 by @nickrum)
    • Fixed an issue where in values in the logs of Flows were erroneously redacted (#20191 by @paescuj)
    • Added theming fields to app minimal permissions (#20136 by @rijkvanzanten)
    • Don't load extensions in the CLI if the database hasn't been installed yet or is out of date (#20171 by @rijkvanzanten)
    • Applied a workaround for failing CSV imports on ARM machines (#20199 by @paescuj)
    • Added explicit "Project Default" option to user appearance setting (#20194 by @rijkvanzanten)
    • Allow running the docker image with pm2 (#18998 by @rijkvanzanten)
    • Fixed an issue that would prevent npm-organization scoped packages from showing up in the extensions pane in the app (#20209 by @rijkvanzanten)
    • Fixed cache value for content versions and added auto cache purging to content version saves (#20153 by @azrikahar)
  • @directus/extensions
  • create-directus-project
  • @directus/sdk
    • Fixed all filters being required regression in the SDK (#20200 by @br41nslug)
    • Removed incorrect schema property from the collection type in the SDK (#20170 by @br41nslug)
  • @directus/specs

πŸ“¦ Published Versions

  • @directus/app@10.11.0
  • @directus/api@14.0.1
  • create-directus-extension@10.0.15
  • create-directus-project@10.0.0
  • @directus/extensions@0.1.1
  • @directus/extensions-sdk@10.1.14
  • @directus/specs@10.2.1
  • @directus/themes@0.1.0
  • @directus/sdk@13.0.1

v10.7.0

23 Oct 14:21
9e5b9a7
Compare
Choose a tag to compare

⚠️ Potential Breaking Changes

  • @directus/api
    • Allow enabling/disabling extensions through app and api (#20107)
    • Added support for reading/updating extensions in GraphQL (#20107)
  • @directus/sdk
    • Add support for reading/updating extensions in the SDK (#20107)

✨ New Features & Improvements

  • @directus/app
    • Add support for Content Versioning (#20107)
    • Allow enabling/disabling extensions through app and api (#20107)
    • Added a new section to settings that lists all the installed extensions (#20107)
    • Added a new interface to modify the theme rules (#20107)
      • Changed the Panel Selection UI to match the field Selection UI...aka preview.SVG's added. (#20107)
      • Fixed Table Sorting of Dashboards
      • Added Bulk Actions to Dashboards
        • Export
        • Delete
      • Added Duplicate in Place in Dashboard More Actions Row Dropdown
      • Added Export in Dashboard More Actions Row Dropdown
      • Added Import to Sidebar for importing exported dashboards
    • Added support for uploading custom favicon files (#20107)
  • @directus/api
    • Add support for Content Versioning (#20107)
    • Added support for the optional sandbox flag in API extensions (#20031 by @rijkvanzanten)
  • @directus/errors
    • Made API errors available through @directus/errors (#20107)
  • @directus/extensions

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Patched a few dependencies (#20121)
    • Improved Insights Panels and Workspace (#20107)
    • Fixed field menu width (#20107)
    • Fixed render issue with open accordions (#20127)
    • Fixed styling being white on white for specific map buttons (#20107)
  • @directus/api
    • Fixed secure extension register function return types (#20124 by @br41nslug)
    • Made API errors available through @directus/errors (#20107)
    • Added a new section to settings that lists all the installed extensions (#20107)
    • Added Sorting by Aggregated Queries (#20107)
    • Patched a few dependencies (#20121)
  • @directus/extensions
    • Fixed secure extension register function return types (#20124 by @br41nslug)
    • Allow enabling/disabling extensions through app and api (#20107)
    • Patched a few dependencies (#20121)
  • @directus/constants
    • Add support for Content Versioning (#20107)
    • Patched a few dependencies (#20121)
  • @directus/types
    • Add support for Content Versioning (#20107)
    • Added support for the optional sandbox flag in API extensions (#20031 by @rijkvanzanten)
    • Patched a few dependencies (#20121)
  • @directus/utils
    • Added support for the optional sandbox flag in API extensions (#20031 by @rijkvanzanten)
    • Marked Vue/Pinia dependencies as peer dependencies (#20107)
  • create-directus-extension
    • Fixed import error in create-directus-extension utility (#20120 by @br41nslug)
  • @directus/composables
    • Marked Vue/Pinia dependencies as peer dependencies (#20107)
  • @directus/components
    • Marked Vue/Pinia dependencies as peer dependencies (#20107)
  • @directus/stores
    • Marked Vue/Pinia dependencies as peer dependencies (#20107)
  • @directus/themes
    • Marked Vue/Pinia dependencies as peer dependencies (#20107)
  • @directus/storage-driver-azure
    • Fixed range requests when using Azure storage driver (#20107)
  • @directus/storage
    • Fixed range requests when using Azure storage driver (#20107)

πŸ“ Documentation

  • Add support for Content Versioning (#20107)

πŸ§ͺ Blackbox Tests

  • Patched a few dependencies (#20121)

πŸ“¦ Published Versions

  • @directus/app@10.10.0
  • @directus/api@14.0.0
  • @directus/components@0.0.3
  • @directus/composables@10.1.5
  • @directus/constants@11.0.1
  • create-directus-extension@10.0.14
  • @directus/errors@0.2.0
  • @directus/extensions@0.1.0
  • @directus/extensions-sdk@10.1.13
  • @directus/pressure@1.0.12
  • @directus/storage@10.0.7
  • @directus/storage-driver-azure@10.0.13
  • @directus/storage-driver-cloudinary@10.0.13
  • @directus/storage-driver-gcs@10.0.13
  • @directus/storage-driver-local@10.0.13
  • @directus/storage-driver-s3@10.0.13
  • @directus/storage-driver-supabase@1.0.5
  • @directus/stores@0.1.3
  • @directus/themes@0.0.3
  • @directus/types@11.0.1
  • @directus/utils@11.0.1
  • @directus/validation@0.0.8
  • @directus/sdk@13.0.0

v10.6.4

20 Oct 18:56
e987c19
Compare
Choose a tag to compare

⚠️ Potential Breaking Changes

  • @directus/schema
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/constants
    • Refactor extensions related utils/types/constants to a new @directus/extensions package (#19922 by @rijkvanzanten)
  • @directus/types
    • Refactor extensions related utils/types/constants to a new @directus/extensions package (#19922 by @rijkvanzanten)
  • @directus/utils
    • Refactor extensions related utils/types/constants to a new @directus/extensions package (#19922 by @rijkvanzanten)

✨ New Features & Improvements

  • @directus/api
    • Added auto-detection of delimiter for CSV imports, allowing the use of other delimiters than , (#19739 by @u12206050)
    • Fixed automatic sequence reset for capitalized table names in PostgreSQL (#19825 by @jaads)
    • Added cacheClear method to the UtilsService (#19990 by @nodeworks)
  • @directus/sdk
  • @directus/data-driver-postgres
    • Added more modifiers to the data abstraction and m2o join (#19146 by @jaads)
  • @directus/data-sql
    • Added more modifiers to the data abstraction and m2o join (#19146 by @jaads)
  • @directus/data
    • Added more modifiers to the data abstraction and m2o join (#19146 by @jaads)
  • @directus/types
    • Show folder navigation in file interfaces with configured "Root Folder" (#19518 by @Nitwel)
  • @directus/errors

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Refactor extensions related utils/types/constants to a new @directus/extensions package (#19922 by @rijkvanzanten)
    • Enabled search in v-select component for string items (#19736 by @paescuj)
    • Fixed an issue where importing an image via URL wouldn't place it in the current folder (#19897 by @DanielBiegler)
    • Added a small border to the description dot for easier mouse-over (#19963 by @DanielBiegler)
    • Added ability to replace files from within item details drawer (#19731 by @programmarchy)
    • Ensured the "Readonly" and "Required" options work on groups (#19962 by @Nitwel)
    • Ensured the hard limit for amount of characters is properly represented in input interface (#19981 by @Nitwel)
    • Show folder navigation in file interfaces with configured "Root Folder" (#19518 by @Nitwel)
    • Fixed field menu width (#20092 by @paescuj)
    • Fixed date type fields adding an extra day in the calendar layout (#20010 by @br41nslug)
    • Fixed the dot tooltip within table headers of relational fields to be shown again (#19952 by @azrikahar)
    • Use a comment as the replacement token for embeds (#19860 by @rijkvanzanten)
    • Fixed styling being white on white for specific map buttons (#20047 by @Boegie19)
    • Fixed loading of region-specific languages for calendar layout (#19836 by @paescuj)
    • Updated placeholder for file-image interface when it is disabled with no value (#20004 by @azrikahar)
  • @directus/api
    • Refactor extensions related utils/types/constants to a new @directus/extensions package (#19922 by @rijkvanzanten)
    • Show folder navigation in file interfaces with configured "Root Folder" (#19518 by @Nitwel)
    • Use a comment as the replacement token for embeds (#19860 by @rijkvanzanten)
    • Optimized the file imports (#19966 by @rijkvanzanten)
    • Made API errors available through @directus/errors (#20054 by @Boegie19)
    • Fixed an issue where CSV fields defaulted to a maximum length of 255 characters (#19953 by @DanielBiegler)
    • Fix status check on LDAP end event (#19904 by @rijkvanzanten)
    • Improved WebSockets initialization handling, fixing termination during server shutdown (#19826 by @paescuj)
    • Fixed an issue that would prevent the filter object from functioning in certain websocket subscriptions (#19743 by @br41nslug)
    • Fixed export empty file when limit is -1 (#19820 by @joselcvarela)
    • Prevented slow down of the main thread by moving file import to worker threads (#19691 by @joselcvarela)
    • Fixed an issue where multiple WebSocket subscriptions on same target could result in skipped events (#20005 by @Nihcep)
    • Fixed incorrect extension loading path (#20040 by @br41nslug)
    • Made the transformation argument of AssetsService.getAsset() optional (#19808 by @Zehir)
    • Fixed redaction of objects with circular structure (#19834 by @paescuj)
  • @directus/sdk
  • @directus/composables
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
    • Refactor extensions related utils/types/constants to a new @directus/extensions package (#19922 by @rijkvanzanten)
  • @directus/constants
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/data-driver-postgres
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/data-sql
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/data
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/pressure
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/random
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/storage-driver-azure
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
    • Fixed range requests when using Azure storage driver (#20056 by @mscbpi)
  • @directus/storage-driver-cloudinary
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/storage-driver-gcs
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/storage-driver-local
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
  • @directus/storage-driver-s3
    • Enabled bundling of packages and aligned tsconfig.json files (#19712 by @paescuj)
      -...
Read more

v10.6.3

25 Sep 19:44
926f19d
Compare
Choose a tag to compare

⚠️ Potential Breaking Changes

Fixed the format of the stored field conditions value (#19799)
Due to a bug introduced in v10.6.2, Field Conditions were saved incorrectly. This has been fixed and works again as expected.
However, if Field Conditions have been edited under this version, they need to be corrected. Please refer to #19757 (comment) for instructions. Note that no other versions are affected by this!

✨ New Features & Improvements

  • @directus/app
    • Introduced option to configure the display of repeater fields (#19703 by @Nitwel)

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Fixed replacing an asset when importing a file via URL (#19788 by @DanielBiegler)
    • Removed padding in v-highlight to fix various display issues (#19740 by @paescuj)
    • Enhanced display of status & role in user popup (#19790 by @paescuj)
    • Fixed the format of the stored field conditions value (#19799 by @paescuj)
    • Fixed rendering the user-popover for users without a role (#19774 by @0x2aff)
    • Made search in data model page case-insensitive (#19751 by @paescuj)
    • Made highlighted text more visible in dark mode (#19748 by @paescuj)
  • @directus/api
    • Fixed loading JSON and YAML configuration files (#19745 by @jbmolle)
    • Fixed updating filename and file-extension after replacing asset (#19771 by @0x2aff)
    • Fixed replacing an asset when importing a file via URL (#19788 by @DanielBiegler)
    • Fixed issue where user create/update wouldn't validate emails in the same way user authentication does (#19794 by @rijkvanzanten)
  • @directus/validation
  • @directus/sdk
    • Added an extra JSON Mime-Type check to the SDK response parsing (#19786 by @br41nslug)
    • Fixed WebSocket subscription output typing in the SDK (#19791 by @br41nslug)
    • Removed invalid type constraint on the SDK client request function (#19789 by @br41nslug)
    • Removed default values for fetch credentials in the SDK (#19749 by @br41nslug)
    • Added explicit usage of mode in login and refresh calls in the SDK (#19766 by @br41nslug)
  • @directus/utils

πŸ“¦ Published Versions

  • @directus/app@10.9.0
  • @directus/api@13.1.1
  • @directus/composables@10.1.3
  • create-directus-extension@10.0.12
  • @directus/extensions-sdk@10.1.11
  • @directus/pressure@1.0.10
  • @directus/storage-driver-azure@10.0.11
  • @directus/storage-driver-cloudinary@10.0.11
  • @directus/storage-driver-gcs@10.0.11
  • @directus/storage-driver-local@10.0.11
  • @directus/storage-driver-s3@10.0.11
  • @directus/storage-driver-supabase@1.0.3
  • @directus/utils@10.0.11
  • @directus/validation@0.0.6
  • @directus/sdk@12.0.1

v10.6.2

19 Sep 17:29
e908db1
Compare
Choose a tag to compare

⚠️ Potential Breaking Changes

  • @directus/sdk
    • 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)

✨ New Features & Improvements

  • @directus/app
    • 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)
  • @directus/api
    • Reset auto_increment sequence for PostgreSQL when PK is set manually (#19328 by @jaads)
  • @directus/sdk
    • Included the response object in thrown errors and added the request object in the onResponse hook (#19539 by @br41nslug)

πŸ› Bug Fixes & Optimizations

  • @directus/app
    • Added field options (raw value, copy/paste, clear value) in field conditions and validation settings (#19639 by @paescuj)
    • Fixed collection selection in field duplication dialog (#19732 by @paescuj)
    • Enhanced Checkboxes (Tree) interface with accent sensitive search, fixed highlighting and open selection (#19451 by @gitstart)
    • Ensured scroll bar is shown again after toggling Live Preview (#19582 by @paescuj)
    • Ensured the divider in related item drawer is only shown if necessary (#19715 by @paescuj)
    • Fixed an issue where the App would show a "Page not found" error with slow internet connection and larger App extensions (#19685 by @christianrr)
    • Exposed auth.create and auth.update filter events to Flows (#19575 by @diegoleme)
    • Added RTL support to markdown interface (#19628 by @azrikahar)
    • Fixed an issue with the block editor where the "Discard all changes" function had no effect (#19634 by @paescuj)
    • Fixed cropped v-icon (#19638 by @licitdev)
    • Adjusted the v-select and v-field-list component to show search already if there are more than 10 items (used to be 20) (#19737 by @paescuj)
    • Aligned the validation error message and icon for fields (#19640 by @paescuj)
    • Fixed display issues with layout previews in presets view (#19528 by @paescuj)
    • Added rerendering of forms in translations interface when switching languages (#19618 by @azrikahar)
    • Applied a workaround for the update permission check for rules with relational fields to prevent items from incorrectly not being updatable (#19728 by @paescuj)
    • Fixed emit value for system-raw-editor component (#19601 by @azrikahar)
    • Fixed JSON values in input-code, system-raw-editor and form-field-raw-editor (#19608 by @azrikahar)
    • Ensured links to items with special characters as primary key are properly encoded (#19604 by @alexvdvalk)
  • @directus/api
    • Updated sharp dependency (#19658 by @br41nslug)
    • Switched the default format of config.js to ESM in order to fix import incompatibilities (#19654 by @paescuj)
    • Handled asset transformation timeout error (#19684 by @joselcvarela)
    • Fixed decompression of encoded files in file import endpoint (#19524 by @paescuj)
    • Fix validation when socket path is used with mysql (#19589 by @AxeemHaider)
    • Attempt to make "require shares fields" migration safer/more reliable for MySQL instances (#19619 by @paescuj)
    • Added email body for notification on completed exports to file library (#19550 by @azrikahar)
  • @directus/composables
    • Fixed display issues with layout previews in presets view (#19528 by @paescuj)
  • @directus/types
    • Fixed display issues with layout previews in presets view (#19528 by @paescuj)
  • @directus/utils
    • Applied a workaround for the update permission check for rules with relational fields to prevent items from incorrectly not being updatable (#19728 by @paescuj)
  • @directus/sdk
  • @directus/update-check
    • Allow update-check to work in read-only envs & add a timeout accounting for network issues (#19636 by @paescuj)
  • @directus/release-notes-generator
    • Ensured all dependent packages are bumped on release (#19711 by @paescuj)

πŸ“ Documentation

  • Switched the default format of config.js to ESM in order to fix import incompatibilities (#19654 by @paescuj)
  • Fixed broken link under the "Themes & Styling" extension page (#19645 by @ched-dev)
  • Added options allowing to override global APIs in the SDK (#19606 by @br41nslug)
  • 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)
  • Added Google SAML example to the documentation (#19548 by @AndreGKruger)
  • Fixed a typo in the "Use Hooks to Create Stripe Customers" guide (#19667 by @thame)

πŸ“¦ Published Versions

  • @directus/app@10.8.0
  • @directus/api@13.1.0
  • @directus/composables@10.1.2
  • create-directus-extension@10.0.11
  • @directus/extensions-sdk@10.1.10
  • @directus/pressure@1.0.9
  • @directus/release-notes-generator@0.2.1
  • @directus/storage-driver-azure@10.0.10
  • @directus/storage-driver-cloudinary@10.0.10
  • @directus/storage-driver-gcs@10.0.10
  • @directus/storage-driver-local@10.0.10
  • @directus/storage-driver-s3@10.0.10
  • @directus/storage-driver-supabase@1.0.2
  • @directus/types@10.1.6
  • @directus/update-check@11.0.3
  • @directus/utils@10.0.10
  • @directus/validation@0.0.5
  • @directus/sdk@12.0.0

v10.7.0-beta.0

25 Aug 16:59
d9769d9
Compare
Choose a tag to compare
v10.7.0-beta.0 Pre-release
Pre-release

✨ New Features & Improvements

  • @directus/app
  • @directus/api

πŸ› Bug Fixes & Optimizations

  • @directus/constants
  • @directus/types

πŸ“ Documentation

πŸ“¦ Published Versions

  • @directus/app@10.8.0-beta.0
  • @directus/api@13.1.0-beta.0
  • @directus/composables@10.1.2-beta.0
  • @directus/constants@10.2.4-beta.0
  • create-directus-extension@10.0.11-beta.0
  • @directus/extensions-sdk@10.1.10-beta.0
  • @directus/pressure@1.0.9-beta.0
  • @directus/storage-driver-azure@10.0.10-beta.0
  • @directus/storage-driver-cloudinary@10.0.10-beta.0
  • @directus/storage-driver-gcs@10.0.10-beta.0
  • @directus/storage-driver-local@10.0.10-beta.0
  • @directus/storage-driver-s3@10.0.10-beta.0
  • @directus/storage-driver-supabase@1.0.2-beta.0
  • @directus/types@10.1.6-beta.0
  • @directus/utils@10.0.10-beta.0
  • @directus/validation@0.0.5-beta.0