Directus - Package Updates
-
[1.23.0]
- Update Directus to 9.21.0
- Full changelog
- #16453 Optimize number of times cache is being cleared in ItemsService updateBatch (by @azrikahar)
- #16436 Allow admin to update Directus User provider and external_identifier (by @azrikahar)
- #16099 Returns the nodemailer promise (by @keesvanbemmel)
- #16436 Allow admin to update Directus User provider and external_identifier (by @azrikahar)
- #16379 Fix sortField selection (by @Nitwel)
- #16375 Add editsGuard to drawerItem (by @Nitwel)
-
[1.23.1]
- Update Directus to 9.21.2
- Full changelog
- #16641 Fixup: Re-add entrypoint type definition files in @directus/shared (by @paescuj)
- #16606 Re-add entrypoint type definition files in @directus/shared (by @paescuj)
- #16570 fix missing collection after sorting in M2A (by @azrikahar)
- #16518 Fix .module-nav-resize-handle layout (by @d1rOn)
- #16562 Propagate mutation options for schema apply (by @licitdev)
-
[1.24.0]
- Update Directus to 9.22.1
- Full changelog
- #15672 Add support for a package extension bundle type (by @nickrum)
- #16453 Optimize number of times cache is being cleared in ItemsService updateBatch (by @azrikahar)
- #16436 Allow admin to update Directus User provider and external_identifier (by @azrikahar)
- #16099 Returns the nodemailer promise (by @keesvanbemmel)
-
9.23.0 is not available on npm because of a bug - https://github.com/directus/directus/issues/17660 and https://github.com/directus/directus/issues/17653 .
-
[1.25.0]
- Update Directus to 9.23.1
- Full changelog
- #17416 Make sort fields hidden by default (by @Nitwel)
- #17199 Update locale name for zh-TW (by @azrikahar)
- #16773 Flows improvements (by @Nitwel)
- #15269 Improve preview of relational columns in tabular layout (by @Nitwel)
-
[1.25.1]
- Update Directus to 9.23.4
- Full changelog
- #17914 Fix cookie redaction in logs (by @br41nslug)
- #17908 Fix auth expires value larger than 32-bit integer for GraphQL (by @azrikahar)
- #17903 Fixed _nempty operator (by @br41nslug)
- sponge Optimizations
- #17904 TS Config Modernization Program Part 3 of many (by @rijkvanzanten)
- warning #17858 Simplify / improve release flow (by @rijkvanzanten)
- Fixes push to npm
-
[1.26.0]
- Update Directus to 9.24.0
- Full changelog
- #17603 Add optional confirmation dialog with input fields to Manual Trigger in Flows (by @rijkvanzanten)
- #18011 Add active state to file interface (by @azrikahar)
- #17958 Fix collection name on deselect in m2a relation (by @Nitwel)
- #17954 Export types in shared (by @Nitwel)
- #18032 add missing .toString() for password reset accept URL object (by @azrikahar)
- #18029 Fix cache skipping when PUBLIC_URL is relative (by @licitdev)
- #17976 Only check for undefined and null (by @Nitwel)
- #17972 Do not override metadata (by @Nitwel)
- #17922 Add missing fields to GraphQL server info (by @azrikahar)
- #17957 Don't move files when folder can't be deleted (by @Nitwel)
- #17956 Properly apply query param to url (by @Nitwel)
- #17953 Only hide v-select options (by @Nitwel)
- #17891 Fix Save and Stay to refresh revisions detail for roles and webhooks (by @azrikahar)
- #17848 Don't set edits at start in List Panel (by @Nitwel)
- #17842 App: Fix saving required relational fields (by @joselcvarela)
- #17746 Fix sorting in m2m table (by @Nitwel)
-
[1.27.0]
- Update Directus to 9.25.0
- Full changelog
- warning Potential Breaking Change(s): In this one, we've updated the API codebase from CJS to ESM. From our testing, this should be backwards compatible with API-extensions created with the extensions-sdk. However, due to the finicky nature of this change in Node, please do make sure to test your extensions before updating to this version. If you're running into ESM-CJS import issues, try renaming your extension output to .cjs instead of .js or bundle it to native ESM.
- #18131 Add register and update hooks for oauth2 and openid drivers (by @nicam)
- #18012 Autoconvert assets if browser supports it (by @Nitwel)
- #17303 Add support for AVIF image format (by @knulpi)
- #18167 Only show message on just request/exec flow operations (by @ConnorSimply)
- #18166 fix: Use Cloudinary explicit endpoint (by @jbmolle)
- #18154 Load Bundle Extension Types for local development (by @that1matt)
- #18147 Resend user invites (by @david-zacharias)
-
- Update Directus to 9.25.2
- Full changelog
- #18256 Fall back to "other" group if interface has none (by @nickrum)
- #18242 Use filled star for required asterisks & rating display (by @azrikahar)
- #18226 Add comment about sorting of available languages & add Spanish (Mexico) (by @paescuj)
- #18200 Add loader to logs-siderbar-detail (by @hanneskuettner)
- #18160 Add select all option for export (by @jaads)
- #15733 Add possibility of sorting items in tabular view of o2m interface (by @d1rOn)
- #18238 Remove cache flushing on startup (by @rijkvanzanten)
- #18229 Vary on accept when auto converting assets (#18228) (by @bicouy0)
- #18266 Fix wrong drawer opens when editing fields in data model (by @Nitwel)
- #18196 Fix m2a/m2a/o2m sorting (by @hanneskuettner)
- #18194 Prevent duplicate emit from CodeMirror editors (by @hanneskuettner)
- #18193 Rename system-field[-tree] collection prop to collectionName (by @hanneskuettner)
- #18185 Fix Material Symbols in timycme & mapbox (by @hanneskuettner)
- #18027 Add autoKey to interface config (by @hanneskuettner)
- #18257 Fix extension reloading (by @nickrum)
- #18235 Don't fail on ?format=auto without accept header (by @rijkvanzanten)
- #18188 Fix .default is not a function errors (by @azrikahar)
- #18202 Use import.meta.url instead of __dirname (by @hanneskuettner)
- #18180 Adjust paths in extensions-sdk & publish composables types (by @paescuj)
- #18187 Fix npm init directus-extension (by @azrikahar)
-
[1.28.0]
- Update Directus to 9.26.0
- Full changelog
- #15829 [Feat] Flow: Add Mail Templates (by @JonathanSchndr)
- #15829 [Feat] Flow: Add Mail Templates (by @JonathanSchndr)
- #18303 Schema cache auto-purge (by @br41nslug)
- #18284 Only show tooltips when sidebar is not open (by @azrikahar)
- #16373 Improve Permissions in relational Interfaces (by @Nitwel)
- #18275 Fix the ownership of the workdir in the docker image (by @paescuj)
-
[1.29.0]
- Update Directus to 10.0.0
- Directus is adopting BSL 1.1
- Full changelog
@nebulon i think that directus 10 should be not an autoupdate because of the license chage
-
[1.30.0]
- Update Directus to 10.1.0
- Full changelog
- Added Cache option so that caching can be disabled for GET requests to Flows webhook trigger (#18277 by @licitdev)
- Added Kanban layout (#18516 by @azrikahar)
- Added bar chart, line chart, pie chart, and meter panels (#18522 by @azrikahar)
- Added folder navigation to the file(s) / image selector interfaces, making it easier to browse and select assets (#18320 by @paescuj)
- Added block editor interface (#18525 by @azrikahar)
- Added Cache option so that caching can be disabled for GET requests to Flows webhook trigger (#18277 by @licitdev)
- Added support for the multipart/form-data content type in the /schema/apply endpoint (#18321 by @jaads)
- Added Pressure-based rate limiter (#17873 by @rijkvanzanten)
- Added support for the multipart/form-data content type in the /schema/apply endpoint (#18321 by @jaads)
- Added Pressure-based rate limiter (#17873 by @rijkvanzanten)
- Added support for building API extensions to ESM format and default to ESM for new extensions (#18351 by @nickrum)
- Added support for building API extensions to ESM format and default to ESM for new extensions (#18351 by @nickrum)
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