github directus/directus 6.4.1
v6.4.1 (Ruby Rabbit)

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

Here are the highlights of the bugfixes and improvements we made since 6.4.0

IMPORTANT: Some interface names may need to be manually updated

  • You may need to update existing id columns to use the new Primary Key interface if they aren't already.
  • The status interface column name is based on the value in config.php (default: active). You'll need to update this from numeric to the new status interface.
  • Some core interfaces have now been removed, others now have new names. Directus will still function properly, but some legacy interfaces may fallback to the default interface until you update them in your settings.

See the list below for interface name changes:

checkbox => toggle
countries => *removed*
jsoneditor => json
alias => *removed*
directus_file => *removed*
directus_file_title => *removed*
enum => dropdown_enum
instructions => section_break
multi_select => checkboxes
radiobuttons => radio_buttons
Salt => *removed*
select => dropdown
system => *removed*
template_chooser => *removed*
textinput => text_input
wysiwyg => wysiwyg_full

Added

  • 9899824 - Japanese translation 🇯🇵
  • 453f147 - Option to disable checkboxes interface wrapped values
  • 6a73fc7 - Users filtering functionality
  • b913a22 - Non-incremental value primary column implementation

Changed

  • 23b2401 - Records are sort by sort column by default (if exists)
  • 77ef506 - Add submit button on comment widget (#1621)
  • 66707b8 - Renamed active to status on Directus Users and Files table.
  • 5423c8b - Group nav_blacklist

Fixed

  • 1953da8 - Get real path from a symlink path
  • a55b114 - Sorting by an alias column
  • 3987e81 - Close right pane on overlay
  • 79e4c35 - Include missing tinymce library on build version
  • 72e3956, b70c6b0 - Make mention avatar smaller
  • fd508cd - Rendering timeline when there's not permission to one type (#1687)
  • 0f5c316 - Markdown UI: Save raw data
  • 74f4a13 - Clicking on tiles view (#1690)
  • 2a8381a - Ping server
  • 80c64fa - Global Search (#1691)
  • 567eadd - Saving new M2M Items
  • 62ceaf4 - Status on overlay pages
  • 70af164 - Saving column info and options at once
  • 009ee59 - Saving WYSIWYG raw data
  • c3e74f4 - WYSIWYG toolbar covering text
  • 26968b0 - Allow user w/o group permission to edit profile
  • a330174 - include missing core/extensions into build script (#1716)
  • cb63e4b - Add table name as prefix to columns on query builder (#1496)
  • 457e0a2 - Allow bookmarking non-listing page (#1683)
  • d1b593f - Add related item counts value on listing (#1625)

Removed

  • 8edf1be - hidden_list from directus columns
  • fda63e4 - show_activity, show_files, show_messages and show_users from directus_groups table

Don't miss a new directus release

NewReleases is sending notifications on new releases.