All Versions
116
Latest Version
Avg Release Cycle
10 days
Latest Release
746 days ago
Changelog History
Page 11
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 thedatetime
interface. You might have to re-setup the formatting option for thedatetime
interface to match the replaced formatting engine.
- ๐ Fix
-
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
- ๐ Fixed missing import of lodash function
-
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
anduseEventHandler
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
andpage
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 toowner
-
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 settingNOT 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)