mirror of
https://github.com/directus/directus.git
synced 2026-01-09 17:28:11 -05:00
Release 11.10.1 (#25669)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Ensured user language is set on hydrate
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Ensured RTL support for the transform property in certain components
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/utils': patch
|
||||
---
|
||||
|
||||
Upgraded tmp dependency from 0.2.3 to 0.2.4
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Updated dependency tar-fs
|
||||
@@ -1,17 +0,0 @@
|
||||
---
|
||||
'@directus/storage-driver-cloudinary': patch
|
||||
'@directus/release-notes-generator': patch
|
||||
'@directus/storage-driver-supabase': patch
|
||||
'@directus/storage-driver-azure': patch
|
||||
'@directus/storage-driver-local': patch
|
||||
'@directus/storage-driver-gcs': patch
|
||||
'@directus/storage-driver-s3': patch
|
||||
'@directus/update-check': patch
|
||||
'@directus/system-data': patch
|
||||
'@directus/validation': patch
|
||||
'@directus/schema': patch
|
||||
'@directus/specs': patch
|
||||
'@directus/sdk': patch
|
||||
---
|
||||
|
||||
Upgraded dependencies
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': minor
|
||||
---
|
||||
|
||||
Added support for `private_key_jwt` auth method in OpenID driver
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'create-directus-project': patch
|
||||
---
|
||||
|
||||
Upgrade dependencies
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed an issue for empty states not being centered in RTL languages
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Fixed admin users email not trimmed on project initialization
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/extensions-registry': patch
|
||||
---
|
||||
|
||||
Upgraded dependencies
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/app": patch
|
||||
---
|
||||
|
||||
Enabled text selection in the studio
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed an issue where the theme overrides interface would be rendered RTL in RTL languages
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed an issue that would render english code as RTL in RTL language mode
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/schema': patch
|
||||
---
|
||||
|
||||
Fixed an issue that could report indexed falsy as enabled for mysql columns with the same name in different schemas
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed an issue that would cause the code editor interface to fail when the language prop was set to null
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fix v-resizeable dragging for RTL vs LTR
|
||||
@@ -1,34 +0,0 @@
|
||||
---
|
||||
'@directus/extensions-sdk': major
|
||||
'@directus/storage-driver-cloudinary': patch
|
||||
'@directus/storage-driver-supabase': patch
|
||||
'@directus/storage-driver-azure': patch
|
||||
'@directus/storage-driver-local': patch
|
||||
'@directus/extensions-registry': patch
|
||||
'@directus/storage-driver-gcs': patch
|
||||
'@directus/storage-driver-s3': patch
|
||||
'@directus/composables': patch
|
||||
'@directus/extensions': patch
|
||||
'@directus/constants': patch
|
||||
'@directus/storage': patch
|
||||
'@directus/errors': patch
|
||||
'@directus/themes': patch
|
||||
'@directus/types': patch
|
||||
'@directus/api': patch
|
||||
'@directus/app': patch
|
||||
'@directus/sdk': patch
|
||||
---
|
||||
|
||||
Added TypeScript support for services within the extension context
|
||||
|
||||
::: notice
|
||||
|
||||
The services exposed to API extensions using TypeScript are now fully typed instead of `any`, which may cause new type errors when building extensions.
|
||||
|
||||
Arguments of service methods are now strictly typed, which can result in type errors for broader types that would not error before:
|
||||
- The ItemsService constructor now expects the collection name to be a `string` and will error on `string | undefined` (or other unions).
|
||||
- Similarly, functions like `service.readOne()`/`service.readMany()` now expect `string | number` for their primary keys and will error for nullable types
|
||||
|
||||
As a workaround, casting the services back to `any` will result in the original behavior. However, it is recommended to resolve the type errors instead.
|
||||
|
||||
:::
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
'@directus/composables': patch
|
||||
'@directus/extensions': patch
|
||||
'@directus/pressure': patch
|
||||
'@directus/memory': patch
|
||||
'@directus/stores': patch
|
||||
'@directus/themes': patch
|
||||
'@directus/types': patch
|
||||
'@directus/utils': patch
|
||||
'@directus/api': patch
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Upgraded dependencies
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed an issue that would cause the table header columns to resize in the wrong direction when using rtl languages
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Upgraded rolldown from from 1.0.0-beta.30 to 1.0.0-beta.31
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/extensions-sdk': patch
|
||||
---
|
||||
|
||||
Upgraded dependencies
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Ensured that labels for data fields always display in batch mode
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/errors': patch
|
||||
---
|
||||
|
||||
Moved dependency
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Updated dependency form-data
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': minor
|
||||
---
|
||||
|
||||
Added the ability to override the email `from` property
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@directus/app": minor
|
||||
"@directus/api": minor
|
||||
---
|
||||
|
||||
Added new error operation to Flows
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Standardized batch mode for raw group fields
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/env': patch
|
||||
---
|
||||
|
||||
Upgrade dependencies
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/api",
|
||||
"version": "29.0.0",
|
||||
"version": "29.1.0",
|
||||
"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": "13.12.0",
|
||||
"version": "13.13.0",
|
||||
"description": "App dashboard for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "directus",
|
||||
"version": "11.10.0",
|
||||
"version": "11.10.1",
|
||||
"description": "Directus is a real-time API and App dashboard for managing SQL database content",
|
||||
"keywords": [
|
||||
"directus",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/composables",
|
||||
"version": "11.2.1",
|
||||
"version": "11.2.2",
|
||||
"description": "Shared Vue composables for Directus use",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/constants",
|
||||
"version": "13.0.1",
|
||||
"version": "13.0.2",
|
||||
"description": "Shared constants for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-directus-extension",
|
||||
"version": "11.0.16",
|
||||
"version": "11.0.17",
|
||||
"description": "A small util that will scaffold a Directus extension",
|
||||
"keywords": [
|
||||
"directus",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-directus-project",
|
||||
"version": "12.0.1",
|
||||
"version": "12.0.2",
|
||||
"description": "A small installer util that will create a directory, add boilerplate folders, and install Directus through npm",
|
||||
"keywords": [
|
||||
"directus",
|
||||
|
||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/env",
|
||||
"version": "5.1.1",
|
||||
"version": "5.1.2",
|
||||
"description": "Utilities around using global env configuration",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/errors",
|
||||
"version": "2.0.2",
|
||||
"version": "2.0.3",
|
||||
"description": "Create consistent error objects around the codebase",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/extensions-registry",
|
||||
"version": "3.0.8",
|
||||
"version": "3.0.9",
|
||||
"description": "Abstraction for exploring Directus extensions on a package registry",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/extensions-sdk",
|
||||
"version": "15.0.0",
|
||||
"version": "16.0.0",
|
||||
"description": "A toolkit to develop extensions to extend Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/extensions",
|
||||
"version": "3.0.8",
|
||||
"version": "3.0.9",
|
||||
"description": "Utilities and types for Directus extensions",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/memory",
|
||||
"version": "3.0.7",
|
||||
"version": "3.0.8",
|
||||
"description": "Memory / Redis abstraction for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/pressure",
|
||||
"version": "3.0.7",
|
||||
"version": "3.0.8",
|
||||
"description": "Pressure based rate limiter",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/release-notes-generator",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Directus tailored release notes generator for changesets",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/schema-builder",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"description": "Directus SchemaBuilder for mocking/constructing a database schema based on code.",
|
||||
"keywords": [
|
||||
"sql",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/schema",
|
||||
"version": "13.0.1",
|
||||
"version": "13.0.2",
|
||||
"description": "Utility for extracting information about existing DB schema",
|
||||
"keywords": [
|
||||
"sql",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/specs",
|
||||
"version": "11.1.0",
|
||||
"version": "11.1.1",
|
||||
"description": "OpenAPI Specification of the Directus API",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-azure",
|
||||
"version": "12.0.7",
|
||||
"version": "12.0.8",
|
||||
"description": "Azure file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-cloudinary",
|
||||
"version": "12.0.7",
|
||||
"version": "12.0.8",
|
||||
"description": "Cloudinary file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-gcs",
|
||||
"version": "12.0.7",
|
||||
"version": "12.0.8",
|
||||
"description": "GCS file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-local",
|
||||
"version": "12.0.0",
|
||||
"version": "12.0.1",
|
||||
"description": "Local file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-s3",
|
||||
"version": "12.0.7",
|
||||
"version": "12.0.8",
|
||||
"description": "S3 file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-supabase",
|
||||
"version": "3.0.7",
|
||||
"version": "3.0.8",
|
||||
"description": "Supabase file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage",
|
||||
"version": "12.0.0",
|
||||
"version": "12.0.1",
|
||||
"description": "Object storage abstraction layer for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/stores",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Shared Pinia stores used in @directus/app",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/system-data",
|
||||
"version": "3.2.0",
|
||||
"version": "3.2.1",
|
||||
"description": "Definitions and types for Directus system collections",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/themes",
|
||||
"version": "1.1.3",
|
||||
"version": "1.1.4",
|
||||
"description": "Themes for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/types",
|
||||
"version": "13.2.0",
|
||||
"version": "13.2.1",
|
||||
"description": "Shared types for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/update-check",
|
||||
"version": "13.0.1",
|
||||
"version": "13.0.2",
|
||||
"description": "Check if an update for Directus is available",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/utils",
|
||||
"version": "13.0.8",
|
||||
"version": "13.0.9",
|
||||
"description": "Utilities shared between the Directus packages",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/validation",
|
||||
"version": "2.0.7",
|
||||
"version": "2.0.8",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/sdk",
|
||||
"version": "20.0.1",
|
||||
"version": "20.0.2",
|
||||
"description": "Directus JavaScript SDK",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
Reference in New Issue
Block a user