directus

The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

OTHER License

Downloads
1.2M
Stars
25.7K
Committers
444

Bot releases are visible (Hide)

directus - v9.0.1

Published by github-actions[bot] almost 3 years ago

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

  • Misc.
    • #9594 Fix PR title for major updates from renovate (@paescuj)
    • #9517 Add note about Directus version in bug report (@paescuj)
    • #9514 Update Docker installation documentation (@paescuj)
    • #9509 Update package-lock.json & fix warning from eslint (@paescuj)
    • #9508 Revert "Schedule Renovate on a daily basis for now (#9488)" (@paescuj)
  • Docker
    • #9512 No 'latest' Docker tag on pre-releases anymore (@paescuj)

📝 Documentation

📦 Dependency Updates

Directus refs/tags/v9.0.1

directus - v9.0.0

Published by github-actions[bot] almost 3 years ago

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

📝 Documentation

Directus refs/tags/v9.0.0

directus - v9.0.0-rc.101

Published by github-actions[bot] almost 3 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. (https://github.com/directus/directus/pull/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. (https://github.com/directus/directus/pull/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. (https://github.com/directus/directus/pull/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

directus - v9.0.0-rc.100

Published by github-actions[bot] almost 3 years ago

✨ New Features

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.99

Published by github-actions[bot] almost 3 years ago

⚠️ Potential Breaking Changes

The old grant-based oAuth2 setup has been replaced by the new oauth2 driver. This new setup uses (slightly) different names for its environment variables. Please refer to https://docs.directus.io/reference/environment-variables/#auth for the correct names and update your environment where required.

✨ New Features

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

  • Misc.

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.98

Published by github-actions[bot] about 3 years ago

✨ New Features

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

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

directus - v9.0.0-rc.97

Published by github-actions[bot] about 3 years ago

✨ New Features

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

  • Misc.
    • #8791 Remove unused vue cli dependencies (@nickrum)
    • #8733 Add GitHub action workflow to automate author assignment on pull requests (@paescuj)
  • App
    • #8743 Transpile docs to vue components at build time (@nickrum)
    • #8718 Fix eslint warnings and cleanup unused disable-directives (@paescuj)
  • Extensions
  • API

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.96

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.96 (October 7, 2021)

⚠️ Potential Breaking Changes

  • Custom displays's handler function was renamed to component to be consistent with the other app extensions
  • If you're upgrading from 95, and had some troubles with migrating due to "group" on directus_fields (https://github.com/directus/directus/issues/8369) on that version, please remove row 20210927A from directus_migrations and re-run the migrations.

✨ New Features

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

  • Misc.
  • API
  • App
    • ⚠️ #8475 Drop support for display handler functions in favor of functional components and make the routes module config required (@nickrum)
    • #8474 Fix types of mime package (@nickrum)
    • #8382 Fix popper modifier validation error (@nickrum)
  • Extensions
    • ⚠️ #8475 Drop support for display handler functions in favor of functional components and make the routes module config required (@nickrum)

📝 Documentation

  • #8590 Recommend npm init directus-project to create a project (@nickrum)

📦 Dependency Updates

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

directus - v9.0.0-rc.95

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.95 (September 27, 2021)

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.94

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.94 (September 22, 2021)

📈 Insights Module

This version includes a beta of the much requested Insights module and Aggregation & Grouping capabilities in the API. You can enable this new module under Project Settings.

✨ New Features

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.93

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.93 (September 17, 2021)

✨ New Features

🚀 Improvements

🐛 Bug Fixes

🧽 Optimizations

📝 Documentation

📦 Dependency Updates

directus - v9.0.0-rc.92

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.92 (September 17, 2021)

✨ New Features

🚀 Improvements

  • App
  • Extensions
    • #7714 Improve API extension context types (@nickrum)
    • ⚠️ #7695 Remove /custom subpath for endpoints and add a way to customize the endpoint subpath (@nickrum)
    • #7668 Replace system provide with composables (@nickrum)
    • #7629 Share vue-router between App and extensions (@nickrum)
    • #7627 Allow json imports and replace NODE_ENV env var when building extensions (@nickrum)
  • API
    • #7711 Remove permission.limit (@Nitwel)
    • ⚠️ #7695 Remove /custom subpath for endpoints and add a way to customize the endpoint subpath (@nickrum)
    • #7604 Log localhost url on startup so it's clickable in terminals (@zebapy)
    • #6923 Use root-relative base url for app and extensions (@nickrum)

🐛 Bug Fixes

🧽 Optimizations

📝 Documentation

📦 Dependency Updates

directus - v9.0.0-rc.91

Published by github-actions[bot] about 3 years ago

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

v9.0.0-rc.91 (August 23, 2021)

✨ New Features

  • Extensions
    • #7332 Add basic support for a config file to extension building (@nickrum)
  • API
    • #5684 Add support for Geometry type, add Map Layout & Interface (@Oreilles)
  • App
    • #5684 Add support for Geometry type, add Map Layout & Interface (@Oreilles)

🚀 Improvements

🐛 Bug Fixes

📝 Documentation

  • #7516 Link to awesome-directus in introduction doc (@paescuj)
  • #7479 Add docker compose update instructions (@tanc)

📦 Dependency Updates

directus - v9.0.0-rc.90

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.90 (August 11, 2021)

🚀 Improvements

🐛 Bug Fixes

📦 Dependency Updates

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

directus - v9.0.0-rc.89

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.89 (August 9, 2021)

✨ New Features

🚀 Improvements

🐛 Bug Fixes

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.88

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.88 (August 2, 2021)

✨ New Features

🚀 Improvements

🐛 Bug Fixes

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.87

Published by github-actions[bot] about 3 years ago

v9.0.0-rc.87 (July 28, 2021)

✨ New Features

🚀 Improvements

🐛 Bug Fixes

📦 Dependency Updates

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

directus - v9.0.0-rc.86

Published by github-actions[bot] about 3 years ago

✨ New Features

🚀 Improvements

🐛 Bug Fixes

📝 Documentation

📦 Dependency Updates

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

directus - v9.0.0-rc.85

Published by github-actions[bot] over 3 years ago

v9.0.0-rc.85 (July 15, 2021)

🐛 Bug Fixes

  • shared

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

directus - v9.0.0-rc.84

Published by github-actions[bot] over 3 years ago

✨ New Features

🚀 Improvements

🐛 Bug Fixes

📝 Documentation

📦 Dependency Updates

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