Skip to content

Releases: directus/directus

v10.9.1

13 Feb 21:05
19598eb
Compare
Choose a tag to compare

✨ New Features & Improvements

  • @directus/app
  • @directus/api
    • Fixed the permission check in the Data Studio for permissions rules containing fields which the current user has no access to, via new dedicated permission check API endpoint (#21152 by @paescuj)

🐛 Bug Fixes & Optimizations

  • @directus/app
    • Fixed manual flow dialog showing above select item drawer (#21361 by @ComfortablyCoding)
    • Fixed the permission check in the Data Studio for permissions rules containing fields which the current user has no access to, via new dedicated permission check API endpoint (#21152 by @paescuj)
    • Fixed collection folder dialog showing above translation drawer (#21368 by @paescuj)
    • Fixed document title formatting (#21400 by @br41nslug)
    • Fixed an issue where form fields could crash when filled out with Chrome's autofill functionality (#21384 by @AshishBarvaliya)
  • @directus/api
    • Fixed the issue with events not being triggered anymore on data imports (#21406 by @paescuj)
    • Resolved error indicating inability to remove last admin user during user updates via roles (#21343 by @paescuj)
    • Fixed public branding assets permission issue (#21360 by @br41nslug)
  • @directus/types
    • Fixed the permission check in the Data Studio for permissions rules containing fields which the current user has no access to, via new dedicated permission check API endpoint (#21152 by @paescuj)
  • @directus/env
    • Fixed the treatment of environment variables when set to an empty string (#21371 by @paescuj)

📝 Documentation

  • Fixed the permission check in the Data Studio for permissions rules containing fields which the current user has no access to, via new dedicated permission check API endpoint (#21152 by @paescuj)

📦 Published Versions

  • @directus/app@10.15.0
  • @directus/api@17.0.0
  • create-directus-extension@10.1.2
  • @directus/env@1.0.1
  • @directus/extensions@0.3.1
  • @directus/extensions-sdk@10.3.2
  • @directus/types@11.0.5

v10.9.0

06 Feb 19:30
d3874a8
Compare
Choose a tag to compare

⚠️ Potential Breaking Changes

  • @directus/api
    • Updated exif-reader (used for image Exif extraction) to v2 (#20820 by @paescuj)
  • @directus/env
    • Move environment handling to new tested directus/env package and use it in the api (#20985 by @rijkvanzanten)
  • @directus/sdk
    • Dropped the ability to import parts of the SDK through scoped entrypoints to prevent issues with TypeScript based libraries consuming the SDK. (#21206 by @rijkvanzanten)

      To migrate away, please update your scoped imports of @directus/sdk to use the root, for example:

      // Before
      import { createDirectus } from '@directus/sdk';
      import { rest } from '@directus/sdk/rest';
      
      // After
      import { createDirectus, rest } from '@directus/sdk';

✨ New Features & Improvements

🐛 Bug Fixes & Optimizations

  • @directus/app
    • Fixed collection meta fields sometimes not showing and saving properly (#20912 by @DanielBiegler)
    • Added useSdk composable for use in the App and extensions (#20811 by @br41nslug)
    • Fixed the system theme overrides interface color rules to refresh on external changes (#20951 by @ComfortablyCoding)
    • Added option in the translation interface for opening the splitview by default (#21160 by @DanielBiegler)
    • Changed the hard-coded default to current user language in field translation language selector (#21065 by @FloMaetschke)
    • Added visual indicator for invalid values in search-input filter rows (#21023 by @DanielBiegler)
    • Disabled field permissions to be set for a collections minimal required fields (#20901 by @ComfortablyCoding)
    • Ensured unconfigured tables are not displayed/selectable as releated collection (#20756 by @khako)
    • Fixed an issue where the field filter in search interface didn't hide non-matching nested fields (#20457 by @Voldemorten)
    • Ensured long collection names are not overflowing permission table on Access Control page (#21120 by @paescuj)
    • Updated exif-reader (used for image Exif extraction) to v2 (#20820 by @paescuj)
    • Prevented changing primary keys to nullable (#20874 by @mahendraHegde)
    • Updated dependencies (#21221 by @paescuj)
    • Disabled non-editable permission actions for editing on Access Control page (#20988 by @paescuj)
    • Fixed custom field presentation in system collections (#20910 by @DanielBiegler)
    • Added field note & template for wysiwyg-html interface (#20921 by @DanielBiegler)
    • Added target _blank to links in form-field notes (#20922 by @DanielBiegler)
    • Prevented datetime picker to go off-screen and become unreachable (#20879 by @paescuj)
    • Fixed visual inconsistencies in the tree view interface (#21013 by @ComfortablyCoding)
    • Bumped date-fns from 3.0.1 to 3.0.5 (#20846 by @dependabot)
    • Fixed an issue where the Directus version in the Settings area was displayed as "undefined" (#20856 by @paescuj)
    • Fixed confirmation dialog not always showing top level (#20952 by @ComfortablyCoding)
    • Added support for IP ranges and CIDR notations for IP access & deny lists (#20971 by @licitdev)
    • Fixed displaying of icon fallbacks for card thumbnails (#21143 by @DanielBiegler)
    • Updated the language selector of translation form to respect sort field of language collection if defined (#21134 by @joselcvarela)
    • Changed the arrow for field details menu to always be placed on the left side (#20881 by @paescuj)
    • Fixed issues with the form state when navigating between collection settings pages (#20949 by @paescuj)
    • Fixed visual glitch in color of data-model collection-item collapse icon (#20842 by @rijkvanzanten)
    • Updated Vue to v3.4.15 (#21217 by @paescuj)
  • @directus/api
Read more

v10.8.3

21 Dec 19:19
c45cd69
Compare
Choose a tag to compare

⚠️ Potential Breaking Changes

  • @directus/api
  • @directus/sdk
    • Renamed the type ExtensionItem to DirectusExtension, allowed extending the type with custom fields, exported missing updateExtensions composable and documented the version property on extension schema (#20793 by @ComfortablyCoding)

✨ New Features & Improvements

  • @directus/api
  • @directus/extensions-sdk
  • create-directus-extension
    • Added a --no-install option to the extensions CLI allowing to skip dependency installation (#20752 by @ComfortablyCoding)

🐛 Bug Fixes & Optimizations

  • @directus/app
    • Allowed editing of versions without edit permission on main version item (#20735 by @azrikahar)
    • Updated dependencies in all packages (#20714 by @paescuj)
    • Updated Vue to 3.3.9 (#20588 by @paescuj)
    • Fixed small logical issues detected by newely introduced no-constant-binary-expression ESLint rule (#20812 by @azrikahar)
    • Fixed action column background and search input height for table mode of one-to-many interface (#20772 by @u12206050)
    • Added missing translation strings, type & icon for theme extensions (#20644 by @paescuj)
    • Adds possibility to load custom translations on the login page (#20780 by @br41nslug)
    • Fixed drag and drop issues with sortable components in Safari (#20760 by @azrikahar)
    • Fixed hovering over the Delete Collection/Field option results in the trash icon becoming a foreground subdued color (#20518 by @wasimTQ)
    • Fixed various styling issues with block editor interface (#20733 by @paescuj)
    • Updated outdated errors.GRAPHQL_VALIDATION_EXCEPTION translation key to errors.GRAPHQL_VALIDATION (#20814 by @azrikahar)
    • Ensured collections in tabular layout are sorted by the sort field by default, if available (#20629 by @paescuj)
    • Updated date-fns to 3.0.1 (#20800 by @paescuj)
    • Fixed an issue where the alignment of half-width fields could be incorrect with conditions affecting the layout (#20599 by @paescuj)
    • Added translatable label to themes and field translations for theming (#20641 by @DanielBiegler)
    • Fixed the calendar layout to only load items for current range, when no user filter is provided (#20578 by @JoshTheDerf)
    • Changed the default sort column to the mentioned sort field (#20612 by @wasimTQ)
    • Fixed support for pasting comma-separated values into 'Is One Of' filter (#20587 by @gitstart)
    • Updated dependencies (#20796 by @paescuj)
    • Fixed an issue where filters for UUID fields only grew for valid UUIDs (#20543 by @DanielBiegler)
    • Updated Vue to 3.3.11 (#20711 by @paescuj)
    • Upgraded json2csv to @json2csv/plainjs 7.0.4 (#20822 by @paescuj)
    • Fixed an issue where the alignment of half-width fields within groups could be incorrect (#20563 by @paescuj)
    • Added masked option to formatted value display (#20672 by @licitdev)
  • @directus/api
    • Introduced the EXTENSIONS_MUST_LOAD option, allowing to prevent server startup when any API extension fails to load (#20495 by @azrikahar)
    • Updated dependencies in all packages (#20714 by @paescuj)
    • Fixed small logical issues detected by newely introduced no-constant-binary-expression ESLint rule (#20812 by @azrikahar)
    • Updated date-fns to 3.0.1 (#20800 by @paescuj)
    • Updated dependencies (#20796 by @paescuj)
    • Fixed an issue that caused inconsistent versions to be returned across the API and CLI (#20840 by @rijkvanzanten)
    • Ensured filter values higher than JavaScript max safe integer work with big integer fields (#20744 by @wasimTQ)
    • Updated openapi3-ts to 4.2.0 (#20828 by @dependabot)
    • Fixed issue that caused the graphql spec output to be wrong in the specs endpoint (#20535 by @br41nslug)
    • Updated Tedious dependency (#20649 by @rijkvanzanten)
    • Ensured the CLI's schema apply command output is better visible across different terminals / color schemes (#20792 by @nassan)
    • Fixed and enhanced the CLI's schema apply command output (#20816 by @paescuj)
    • Made directus_permissions ID nullable in GQL schema (#20511 by @br41nslug)
    • Fixed public_favicon to be correctly set as a system relation (#20724 by @ComfortablyCoding)
    • Removed unused dependencies, ensured types (prod, dev, peer) of dependencies are correct (#20581 by @paescuj)
    • Updated the telemetry report contents (#20825 by @rijkvanzanten)
    • Updated Knex to v3.1.0 (#20766 by @paescuj)
  • @directus/sdk
  • @directus/components
  • @directus/composables
  • create-directus-extension
  • create-directus-project
  • @directus/data-driver-postgres
  • @directus/data-sql
    • Updated dependencies in all packages (#20714 by @paescuj)
    • Removed unused dependencies, ensured types (prod, dev, peer) of dependencies are correct (#20581 by @paescuj)
  • @directus/data
  • @directus/errors
  • @directus/extensions-sdk
Read more

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