All Versions
116
Latest Version
Avg Release Cycle
10 days
Latest Release
746 days ago

Changelog History
Page 11

  • v8.5.5 Changes

    February 12, 2020

    ๐Ÿ”„ Changes

    App

    • ๐Ÿ›  Fix signed toggle showing up for non-numeric fields
    • Only send up primary key of selected m2m items
    • โž• Added readonly state to markdown interface
    • ๐Ÿ’… Various style glitch fixes
    • ๐Ÿ›  Fix issue in the datetime interface that could cause the value to disappear
    • ๐Ÿ›  Fix issue in datetime interface not showing relative dates correctly
    • ๐Ÿ›  Fix contextual menu in header button positioning issue
    • Don't overflow column names in field setup table
    • ๐Ÿ›  Fix wrong labels in user-modified / owner interface options
    • ๐Ÿ›  Fix documentation link on requirements check
    • ๐Ÿ›  Fix selecting users on the role detail page
    • ๐Ÿ›  Fix selecting files on wysiwyg
    • ๐Ÿ›  Fix empty color interface on load
    • ๐Ÿ›  Fix missing options tab for interfaces with no options
    • Accept nested files in file preview
    • Resolve issue with preview of value in nested m2ms

    API

    • Don't allow deleting the last admin user
    • ๐Ÿ›  Fix cookie stickyness requirement in load balanced environments

    Note

    • ๐Ÿฑ โš ๏ธ The datetime interface uses a new engine for date parsing. This might cause an inconsistency when using a custom format in the formatting option of the datetime interface. You might have to re-setup the formatting option for the datetime interface to match the replaced formatting engine.
  • v8.5.4 Changes

    February 05, 2020

    ๐Ÿ”„ Changes

    App

    • ๐Ÿ›  Fix issue that would case O2Ms nested in O2Ms to not show the preview
    • ๐Ÿ›  Fix missing import of keyBy in many to one interface
    • ๐Ÿ›  Fix typo in O2M import
    • ๐Ÿ›  Fix avatar alignment in user interface (thanks @everyx!)

    API

    n/a

  • v8.5.3 Changes

    February 04, 2020

    ๐Ÿ”„ Changes

    App

    • ๐Ÿ›  Fixed missing import of lodash function keyBy

    API

    n/a

  • v8.5.2 Changes

    February 04, 2020

    ๐Ÿ”„ Changes

    App

    • Adjust the vertical align on calendar layout (Thanks @davidelanfranchi!)
    • ๐Ÿ›  Fix field sorting in collection setup
    • โœ‚ Remove auto sign out based idle tracking on the client side
    • ๐Ÿ‘‰ Use imported lodash functions instead of _ global

    API

    • ๐Ÿ›  Fix vimeo/youtube embeds in file library
    • ๐Ÿ›  Fix seeder using wrong name for switch interface
  • v8.5.1 Changes

    February 04, 2020

    ๐Ÿ”„ Changes

    App

    • ๐Ÿ›  Fix alignment of checkboxes / switches

    API

    • ๐Ÿ›  Fix issue that prevented projects from being deleted in DELETE /server/projects/:project
  • v8.5.0 Changes

    February 03, 2020

    ๐Ÿ”„ Changes

    App

    • ๐Ÿ‘€ โœจ Add a handful of new base components (see Storybook)
    • ๐Ÿ โœจ Add useWindowSize and useEventHandler compositions
    • ๐Ÿฑ โœจ Add color support for hex and rgb in calendar (thanks @Nitwel!)
    • โšก๏ธ โœจ Add option to stop slug from auto generating on update
    • ๐Ÿ›  Fix color interface palette type
    • โœ‚ Remove pinging the API on interval
    • Fix a bunch of issues in relational interfaces
    • โž• Add fullscreen and RTL options to WYSIWYG editor (thanks @dur41d!)
    • Prevent files interface from staging on first load
    • ๐Ÿ‘‰ Show color swatch in listing of color interface
    • ๐Ÿ›  Fix resizing bug on markdown interface
    • ๐Ÿ›  Fix checkboxes / spinner on tables
    • ๐Ÿ›  Fix button group interface
    • ๐Ÿ›  Fix default value for toggles
    • ๐Ÿ›  Fix context menu opening in the wrong location at times
    • ๐Ÿ›  Fix multi-select interface choices option
    • ๐Ÿ›  Fix label for unsaved changes in languages on modal exit

    API

    • ๐Ÿฑ โœจ Return messages array showing warnings when trying to read forbidden collection nested
    • ๐Ÿฑ โœจ Add support for retrieving thumbnails based on original filename instead of private hash
    • 0๏ธโƒฃ Increase default login attempts allowed
    • โž• Add support for limit and page on the /collections endpoint
    • ๐Ÿ›  Fix typecasting of settings
    • ๐Ÿ›  Fix migration of nav override from v7 to v8
    • ๐Ÿ‘‰ Use TEXT for module listing / collection listing
    • ๐Ÿ›  Fix SCIM create user
    • ๐Ÿ›  Fix SQL error on making required field not required
    • ๐Ÿ›  Fix issue when using thumbnailer through custom endpoints
    • ๐Ÿ›  Fix 500 error when sorting by random
    • ๐Ÿ›  Fix default value not being set for certain data types
    • ๐Ÿ“‡ Renamed user-created type to owner
  • v8.4.0 Changes

    January 14, 2020

    ๐Ÿ”„ Changes

    App

    • Sort the files in the file picker in descending order
    • ๐Ÿ›  Fix placeholder for user-roles interface
    • ๐Ÿฑ โœจ Add ability to allow a custom value on the dropdown interface
    • ๐Ÿ›  Fix the translated collection name in the item detail page header
    • ๐Ÿ›  Fix type of slug interface on create

    API

    • Base max upload value on php.ini only
    • ๐Ÿ›  Fix POST /folders endpoint
    • ๐Ÿ›  Fix required not setting NOT NULL on the database
    • โž• Added ability to authenticate on redis for caching
  • v8.3.1 Changes

    December 16, 2019

    ๐Ÿ”„ Changes

    App

    • Only send changes in relational checkboxes
    • ๐Ÿ›  Fix roles routing to the wrong location on role deletion
    • โšก๏ธ Update the translations interface
      • No longer uses / requires a separate languages collection
      • Fix default language in translations not setting correctly
      • Fix issue where new records in translations sometimes would be saved with 0 for language key
      • Add support for showing translations on the item listing

    API

    • โž• Add migrations to get people from the old to the updated translations interface
  • v8.3.0 Changes

    December 12, 2019

    ๐Ÿ”„ Changes

    App

    • ๐Ÿฑ โœจ Make interfaces, layouts, and core collections and fields translatable
    • ๐Ÿ›  Fix files interface not showing row previews for new files
    • ๐Ÿ›  Fix status when batch editing collections
    • ๐Ÿ›  Fix radio buttons interface + add placeholder to choices option
    • ๐Ÿ›  Fix readonly state for languages / checkboxes interfaces
    • ๐Ÿ›  Fix potential memory leak in translations
    • Render technical names in settings for collections and fields
    • Fetch and show preview in m2o display component when primary key is passed in

    API

    • โฌ†๏ธ Alias the -k flag to -N in the CLI db:upgrade method
    • ๐Ÿ‘ Allow null as value for settings
    • Hide external_id field on directus_users
    • ๐Ÿ›  Fix relative / full url on returned thumbnails when running directus in a folder
  • v8.2.0 Changes

    December 09, 2019

    ๐Ÿ”„ Changes

    App

    • ๐Ÿฑ โœจ Added ability to show a note on the login view (#2303)
    • โšก๏ธ Updated French, Japanese, Portuguese, and Chinese translations (#2294)
    • โœ‚ Removed the required state for the database password during install
    • ๐Ÿ›  Fixed support for custom navigation structures (#2302)

    API

    • โœจ Added project_public_note setting (#1538)
    • ๐Ÿ›  Fixed system thumbnail settings on new installations
    • ๐Ÿ›  Fixed project deletion endpoint not working in certain cases (#1535)
    • โž• Added migrations to ensure correct settings are used for module/collection listing interfaces (#1537)
    • ๐Ÿ”„ Changed the output of relative_url to include the full path to Directus when running the platform in a folder (#1539)