This repository has been archived by the owner on Feb 14, 2021. It is now read-only.
Releases: beevelop/docker-directus
Releases · beevelop/docker-directus
v6.4.9
v6.4.8
v6.4.7
v6.4.6
v6.4.5
v6.4.4
v6.4.3
v6.4.2
v6.4.1
These are the highlights of the bugfixes and improvements 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 fromnumeric
to the newstatus
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
tostatus
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)