mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
v10.10.6
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/app": patch
|
||||
---
|
||||
|
||||
Fixed race condition in loading images with default fallback
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Ensured streaming of files to client is properly backpressured, preventing out of memory issues with large files
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Ensured that the search input in the navigation bar matches the background color of the navigation bar
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Ensured the `CACHE_AUTO_PURGE` config doesn't influence the Cache-Control header
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Added missing `version` argument to singleton GraphQL queries
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'docs': patch
|
||||
---
|
||||
|
||||
Added support to for configuring PM2_LOG_ERROR_FILE and PM2_LOG_OUT_FILE
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Updated TinyMCE (used for the WYSIWYG interface) to v7
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/app": patch
|
||||
---
|
||||
|
||||
Fixed "Save As Copy" functionality to include existing values of relational items
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Fixed an issue where nested items would not be returned with default query limit of unlimited
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed visual inconsistency in filter interface for list of values
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/types": minor
|
||||
---
|
||||
|
||||
Added `Alterations` type
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed pagination alignment in the M2A builder interface
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Fixed various transaction related issues in CockroachDB by preventing transactions from being nested
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Changed init default EMAIL_FROM to no-reply@example.com
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user