Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Releases: beevelop/docker-directus

v6.4.9

04 Apr 08:34
4c7f3a1
Compare
Choose a tag to compare
Merge pull request #71 from beevelop/next

v6.4.9 (Ruby Rabbit)

v6.4.8

28 Feb 09:18
992f9cf
Compare
Choose a tag to compare
Merge pull request #68 from beevelop/next

v6.4.8 (Ruby Rabbit)

v6.4.7

27 Feb 21:37
Compare
Choose a tag to compare
v6.4.7 (Ruby Rabbit) (close #64)

v6.4.6

05 Feb 21:33
Compare
Choose a tag to compare
v6.4.6 (Ruby Rabbit) (close #62)

v6.4.5

21 Dec 10:50
Compare
Choose a tag to compare
v6.4.5 (Ruby Rabbit) (close #60)

v6.4.4

21 Nov 17:45
Compare
Choose a tag to compare
v6.4.4 (Ruby Rabbit) (close #54)

v6.4.3

27 Sep 21:10
Compare
Choose a tag to compare
Merge pull request #51 from beevelop/next

v6.4.3 (Ruby Rabbit)

v6.4.2

24 Aug 14:44
Compare
Choose a tag to compare

v6.4.1

12 Aug 16:45
Compare
Choose a tag to compare

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 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

v6.4.0

15 Jul 09:08
Compare
Choose a tag to compare
Merge pull request #38 from beevelop/next

Update to 6.4.0