This commit is contained in:
Pascal Jufer
2023-10-20 20:55:45 +02:00
committed by GitHub
parent 7673aee003
commit e987c1990e
70 changed files with 28 additions and 269 deletions

View File

@@ -1,6 +0,0 @@
---
"docs": patch
"@directus/sdk": patch
---
Fixed the Collection Type shipped in the SDK

View File

@@ -1,19 +0,0 @@
---
"@directus/composables": patch
"@directus/constants": patch
"@directus/data-driver-postgres": patch
"@directus/data-sql": patch
"@directus/data": patch
"@directus/pressure": patch
"@directus/random": patch
"@directus/schema": major
"@directus/storage-driver-azure": patch
"@directus/storage-driver-cloudinary": patch
"@directus/storage-driver-gcs": patch
"@directus/storage-driver-local": patch
"@directus/storage-driver-s3": patch
"@directus/storage-driver-supabase": patch
"@directus/storage": patch
---
Enabled bundling of packages and aligned `tsconfig.json` files

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Enabled search in `v-select` component for string items

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed an issue where importing an image via URL wouldn't place it in the current folder

View File

@@ -1,5 +0,0 @@
---
'@directus/tsconfig': patch
---
Aligned the `module` and `moduleResolution` settings for node18-esm

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Optimized the file imports

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Added a small border to the description dot for easier mouse-over

View File

@@ -1,6 +0,0 @@
---
"docs": patch
"@directus/sdk": patch
---
Fixed aggregation on multiple fields in the SDK

View File

@@ -1,6 +0,0 @@
---
'@directus/errors': minor
'@directus/api': patch
---
Made API errors available through `@directus/errors`

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Added ability to replace files from within item details drawer

View File

@@ -1,5 +0,0 @@
---
'@directus/sdk': minor
---
Add new read-asset functions

View File

@@ -1,5 +0,0 @@
---
"@directus/sdk": patch
---
Removed usage of expected WebSocket constants on the global object in the SDK

View File

@@ -1,5 +0,0 @@
---
"@directus/sdk": minor
---
Added support for literal field types in the SDK

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Ensured the "Readonly" and "Required" options work on groups

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Fixed an issue where CSV fields defaulted to a maximum length of 255 characters

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Ensured the hard limit for amount of characters is properly represented in input interface

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Fix status check on LDAP end event

View File

@@ -1,7 +0,0 @@
---
"@directus/app": patch
"@directus/api": patch
"@directus/types": minor
---
Show folder navigation in file interfaces with configured "Root Folder"

View File

@@ -1,7 +0,0 @@
---
'@directus/data-driver-postgres': minor
'@directus/data-sql': minor
'@directus/data': minor
---
Added more modifiers to the data abstraction and m2o join

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Improved WebSockets initialization handling, fixing termination during server shutdown

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed field menu width

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Fixed an issue that would prevent the filter object from functioning in certain websocket subscriptions

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Fixed export empty file when limit is `-1`

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Prevented slow down of the main thread by moving file import to worker threads

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed date type fields adding an extra day in the calendar layout

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Fixed an issue where multiple WebSocket subscriptions on same target could result in skipped events

View File

@@ -1,13 +0,0 @@
---
'@directus/extensions-sdk': patch
'@directus/composables': patch
'@directus/components': patch
'@directus/extensions': patch
'@directus/constants': major
'@directus/types': major
'@directus/utils': major
'@directus/api': patch
'@directus/app': patch
---
Refactor extensions related utils/types/constants to a new @directus/extensions package

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Fixed incorrect extension loading path

View File

@@ -1,5 +0,0 @@
---
'@directus/sdk': patch
---
Amended deleteFolder function's JSDocs description

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed the dot tooltip within table headers of relational fields to be shown again

View File

@@ -1,5 +0,0 @@
---
"@directus/api": minor
---
Added auto-detection of delimiter for CSV imports, allowing the use of other delimiters than `,`

View File

@@ -1,6 +0,0 @@
---
'@directus/api': patch
'@directus/app': patch
---
Use a comment as the replacement token for embeds

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed styling being white on white for specific map buttons

View File

@@ -1,5 +0,0 @@
---
'@directus/api': patch
---
Made the `transformation` argument of `AssetsService.getAsset()` optional

View File

@@ -1,5 +0,0 @@
---
'@directus/api': minor
---
Fixed automatic sequence reset for capitalized table names in PostgreSQL

View File

@@ -1,5 +0,0 @@
---
"@directus/api": patch
---
Fixed redaction of objects with circular structure

View File

@@ -1,5 +0,0 @@
---
"@directus/app": patch
---
Fixed loading of region-specific languages for calendar layout

View File

@@ -1,5 +0,0 @@
---
"@directus/sdk": patch
---
Added support for replacing files in the SDK

View File

@@ -1,5 +0,0 @@
---
"@directus/api": minor
---
Added `cacheClear` method to the `UtilsService`

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Updated placeholder for file-image interface when it is disabled with no value

View File

@@ -1,6 +0,0 @@
---
"@directus/storage-driver-azure": patch
"@directus/storage": patch
---
Fixed range requests when using Azure storage driver

View File

@@ -1,5 +0,0 @@
---
"@directus/sdk": patch
---
Fixed client globals types compatibility in the SDK

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/api",
"version": "13.1.1",
"version": "13.2.0",
"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": "10.9.0",
"version": "10.9.1",
"description": "App dashboard for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "directus",
"version": "10.6.3",
"version": "10.6.4",
"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/components",
"version": "0.0.1",
"version": "0.0.2",
"description": "Component for Directus",
"homepage": "https://directus.io",
"sideEffects": false,

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/composables",
"version": "10.1.3",
"version": "10.1.4",
"description": "Shared Vue composables for Directus use",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/constants",
"version": "10.2.3",
"version": "11.0.0",
"description": "Shared constants for Directus",
"homepage": "https://directus.io",
"repository": {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/data-driver-postgres",
"version": "0.2.1",
"version": "0.3.0",
"description": "Data storage abstraction layer for Postgres",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/data-sql",
"version": "0.2.1",
"version": "0.3.0",
"type": "module",
"sideEffects": false,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/data",
"version": "0.2.1",
"version": "0.3.0",
"description": "Data storage abstraction layer for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/errors",
"version": "0.0.2",
"version": "0.1.0",
"description": "Create consistent error objects around the codebase",
"repository": {
"type": "git",

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/pressure",
"version": "1.0.10",
"version": "1.0.11",
"description": "Pressure based rate limiter",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/random",
"version": "0.2.2",
"version": "0.2.3",
"description": "Set of random-utilities for use in tests",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/schema",
"version": "10.0.2",
"version": "11.0.0",
"description": "Utility for extracting information about existing DB schema",
"keywords": [
"sql",

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-azure",
"version": "10.0.11",
"version": "10.0.12",
"description": "Azure file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-cloudinary",
"version": "10.0.11",
"version": "10.0.12",
"description": "Cloudinary file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-gcs",
"version": "10.0.11",
"version": "10.0.12",
"description": "GCS file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-local",
"version": "10.0.11",
"version": "10.0.12",
"description": "Local file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-s3",
"version": "10.0.11",
"version": "10.0.12",
"description": "S3 file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage-driver-supabase",
"version": "1.0.3",
"version": "1.0.4",
"description": "Supabase file storage abstraction for `@directus/storage`",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/storage",
"version": "10.0.5",
"version": "10.0.6",
"description": "Object storage abstraction layer for Directus",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/tsconfig",
"version": "1.0.0",
"version": "1.0.1",
"description": "TSConfig files used in Directus projects",
"homepage": "https://directus.io",
"repository": {

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/utils",
"version": "10.0.11",
"version": "11.0.0",
"description": "Utilities shared between the Directus packages",
"homepage": "https://directus.io",
"repository": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/validation",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"sideEffects": false,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@directus/sdk",
"version": "12.0.1",
"version": "12.1.0",
"description": "Directus JavaScript SDK",
"homepage": "https://directus.io",
"repository": {