This commit is contained in:
Brainslug
2024-04-17 17:37:11 +02:00
parent c260ff08b2
commit 9aa4e703b2
25 changed files with 8 additions and 94 deletions

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed race condition in loading images with default fallback

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Ensured streaming of files to client is properly backpressured, preventing out of memory issues with large files

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Ensured that the search input in the navigation bar matches the background color of the navigation bar

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Prevented creation of unrelated collection when creating relational field with custom relation name, fixed selection of related collections for M2A fields

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Ensured the `CACHE_AUTO_PURGE` config doesn't influence the Cache-Control header

View File

@@ -1,6 +0,0 @@
---
'@directus/app': patch
---
Fixed an issue in the WYSIWYG editor that could cause generated non-new-tab links to behave unexpectedly in SPA
frameworks

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Added missing `version` argument to singleton GraphQL queries

View File

@@ -1,5 +0,0 @@
---
'docs': patch
---
Added support to for configuring PM2_LOG_ERROR_FILE and PM2_LOG_OUT_FILE

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Updated TinyMCE (used for the WYSIWYG interface) to v7

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed "Save As Copy" functionality to include existing values of relational items

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Fixed an issue where nested items would not be returned with default query limit of unlimited

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Updated Editor.js (used for Block Interface) to 2.29, introducing the Slash key as a shortcut for opening the toolbox and the Tab key to navigate through blocks

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed visual inconsistency in filter interface for list of values

View File

@@ -1,5 +0,0 @@
---
"@directus/types": minor
---
Added `Alterations` type

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed pagination alignment in the M2A builder interface

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Fixed various transaction related issues in CockroachDB by preventing transactions from being nested

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Changed init default EMAIL_FROM to no-reply@example.com

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/api",
"version": "19.0.0",
"version": "19.0.1",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/app",
"version": "12.0.0",
"version": "12.0.1",
"description": "App dashboard for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "10.10.5",
"version": "10.10.6",
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "create-directus-extension",
"version": "10.1.7",
"version": "10.1.8",
"description": "A small util that will scaffold a Directus extension",
"keywords": [
"directus",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/extensions-registry",
"version": "1.0.2",
"version": "1.0.3",
"description": "Abstraction for exploring Directus extensions on a package registry",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/extensions-sdk",
"version": "11.0.2",
"version": "11.0.3",
"description": "A toolkit to develop extensions to extend Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/extensions",
"version": "1.0.2",
"version": "1.0.3",
"description": "Utilities and types for Directus extensions",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/types",
"version": "11.0.8",
"version": "11.1.0",
"description": "Shared types for Directus",
"homepage": "https://directus.io",
"repository": {