Directus v8.0.1 Release Notes

Release Date: 2019-12-05 // over 4 years ago
  • ๐Ÿ”„ Changes:

    App

    • ๐Ÿ›  Fix two wrong links in breadcrumb (thanks @dev7ch!)
    • Filter out non-existing fields from layout presets to prevent sorting on deleted fields
    • ๐Ÿ›  Fix attempting to read from default value if default value is null
    • Fetch status type fields when hidden on browse to ensure permissions are still available
    • โšก๏ธ Updated Russian and Arabic translations

    API

    • ๐Ÿ‘Œ Support more MySQL column types when generating directus_fields.type column (#1517)
    • Add migration to ensure directus_files.filename_download and directus_files.private_hash are set
    • Set a default value for directus_settings.asset_whitelist on new installations
    • ๐Ÿ‘‰ Use UUID4 instead of UUID5 for generated filenames
    • โž• Add migration to ensure people are on the new WYSIWYG
    • ๐Ÿ›  Fix CLI install:database command when using ENV mode (Docker)
    • โšก๏ธ Update schema.sql demo file