github directus/directus v9.0.0-rc.101

latest releases: v10.10.7, v10.10.6, v10.10.5...
2 years ago

⚠️ Breaking Changes

  • Hooks have an updated way of registering them, that makes an explicit split between actions, filters, init, and scheduler hooks (h/t @smilledge). All the previous functionality is still available, but you will have to update your custom hooks to fit the new structure. Please see the updated docs for more information. (#8027)
  • The Collections module has been renamed to Content. If you had a custom module bar override configured in project settings, you might have to re-enable the collections content module. (#9441)
  • The type signature for the internal Accountability and SchemaOverview objects have changed slightly. Permissions are now stored under Accountability instead of SchemaOverview. If you were relying on the permissions existing under SchemaOverview, please make sure to update your code to rely on Accountability instead. (#9376)

✨ New Features

  • API
    • ⚠️ #9376 Allow dynamic user variables to be used with filter rules (cont.) (@rijkvanzanten)
  • App
    • ⚠️ #9376 Allow dynamic user variables to be used with filter rules (cont.) (@rijkvanzanten)

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

📝 Documentation

📦 Dependency Updates

Directus refs/tags/v9.0.0-rc.101

Don't miss a new directus release

NewReleases is sending notifications on new releases.