Directus - Package Updates
-
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)
-
9.23.2 is skipped because of npm issue
9.23.3 keeps logging you out - https://github.com/directus/directus/issues/17901
-
[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.29.1]
- Rename
/app/data/envto/app/data/env.sh
- Rename
-
[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)
-
[1.30.1]
- Update Directus to 10.1.0
- Full changelog
- Add new toggle to collapse nested collections in the datamodel settings (#18547 by @that1matt)
- Added a maximum for query limit (#17309 by @br41nslug)
- Fixed invalid field types in grouping for kanban layout (#18602 by @licitdev)
- Fixed render issue in file item route (#18581 by @paescuj)
- Updated Vue to 3.3 (#18588 by @paescuj)
- Added missing translation in presentation-notice interface (#18591 by @paescuj)
- Fixed drag & drop upload to the root folder in the file library (#18601 by @paescuj)
- Added a maximum for query limit (#17309 by @br41nslug)
- Fixed api endpoint for insights list panel (#18631 by @br41nslug)
- Fixed issue with interface forms not rendering when interface itself has no default value (#18610 by @paescuj)
- Fixed default values for interfaces & displays (#18611 by @paescuj)
- Fixed users-invite component's incorrect null check (#18583 by @licitdev)
- Allow batchMode and batchActive to be used in interface extensions (#18624 by @timio23)
- Fixed field detail logic to ensure options for list & map interfaces are displayed again (#18603 by @paescuj)
- Fixed deselecting options for kanban layout (#18600 by @licitdev)
-
Directus 10.4.0 has some release issue. I have created an issue here - https://github.com/directus/directus/issues/19016
-
[1.33.0]
- Update Directus to 10.4.0
- Full changelog
- Fixed archive status in sidebar when clicking on same collection again (#18995 by @AshishBarvaliya)
- Implemented sorting in PostgreSQL driver (#18954 by @jaads)
- Added limit and offset support for postgres driver (#18894 by @jaads)
- Implemented sort conversion in SQL middleware (#18938 by @jaads)
- Fixed display template with nested data for items in calendar layout (#19011 by @AshishBarvaliya)
- Updated list of collections for Event Hooks in Flows to not include folders (#19007 by @AshishBarvaliya)
-
[1.33.1]
- Update Directus to 10.4.3
- Full changelog
- Added Collection and Item Options to Flows Notification Operation (#19033 by @ConnorSimply)
- Fixed User Display not being an option for m2o and string (#19093 by @ConnorSimply)
- fixed editorjs icon styling (#19118 by @ConnorSimply)
- Fixed issue that would prevent Vite from hot reloading local app extensions during development (#19075 by @luochuanyuewu)
- Fixed Flow Status not saving in editor (#19092 by @ConnorSimply)
- Fixed errors processing for starts_with and ends_with filter variations (#19021 by @br41nslug)
- Fixed issue that would cause the validation rules editor to show a field selection dropdown where no fields are (#19124 by @rijkvanzanten)
- available
- Resolved issue that would allow you to save the parent Flow with a keyboard shortcut while editing an operation (#19108 by @rijkvanzanten)
- Fixed issue that would prevent changes in the raw edit dialog from showing up in the template input in flows and (#19126 by @rijkvanzanten)
- insights
- Fixed limit values in export drawer when a query limit is in place (#18731 by @paescuj)
- Fixed cleanup of unused isBatch variable to solve missing file preview in file item page (#19114 by @joselcvarela)
-
[1.34.0]
- Update Directus to 10.5.0
- Full changelog
- First release of the new SDK rocket New modular architecture, real-time support, TypeScript optimized, and tons of other goodies! (#18987 by @br41nslug)
- Add support for Supabase Storage for files (#19135 by @matt-rolley)
- Enabled zoom view on readonly image interfaces (#19221 by @AshishBarvaliya)
- Fixed issue that would cause number formatting to be wrong for certain locales in Insights (#19137 by @AshishBarvaliya)
- Add support for Supabase Storage for files (#19135 by @matt-rolley)
- Added support for setting deep in the useItems composable (#18713 by @u12206050)
- Added tsconfig for Vue & CJS (#19197 by @paescuj)
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