mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Release v11.8.0 (#25252)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': minor
|
||||
---
|
||||
|
||||
Ensured the configured display format is applied to the kanban layout
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed a bug that prevented fields from being validated in a relational drawer with junction fields
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Added filters to file(s) and image interface and fixed relation creation to `directus_files`
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
---
|
||||
|
||||
Bumped samlify to v2.10.0
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@directus/api": patch
|
||||
"tests-blackbox": patch
|
||||
---
|
||||
|
||||
Added deletion of the `dist` folder to the `build` command
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Improved clarity for usage of the Readonly and Required options in the Advanced Field Settings
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Added redirect to login page for OpenID SSO error
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': minor
|
||||
---
|
||||
|
||||
Enhanced the appearance of the flow trigger buttons in the sidebar by applying their custom colors
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Made v-list-group togglable in storybook
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@directus/utils': patch
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Fixed coercion of values only in rest
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Fixed including aliases in wildcard selection
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@directus/env": patch
|
||||
---
|
||||
|
||||
Fixed `ADMIN_PASSWORD`, `ADMIN_TOKEN`, `KEY`, and `SECRET` to always be interpreted as strings
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
'@directus/app': minor
|
||||
---
|
||||
|
||||
|
||||
Enhanced the flow logs with color indications for success and failure, and added a new filter to view only failed logs
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Fixed cache skipping for getSchema
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@directus/api': minor
|
||||
'@directus/app': minor
|
||||
---
|
||||
|
||||
Added new action events for extensions
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed a bug in the select color field that caused invalid color values to be stored
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Added primaryKey data attribute to all form-fields.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': minor
|
||||
---
|
||||
|
||||
Added the ability to toggle a variable input for the \_in and \_nin filters.
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
'@directus/types': patch
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Added `ip`, `userAgent` and `origin` for ws activity
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed permissions handling in the Files module
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/app': patch
|
||||
---
|
||||
|
||||
Fixed a bug where the ID of newly added M2M/M2A items was lost after editing a junction field
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@directus/api': patch
|
||||
---
|
||||
|
||||
Fixed date not being returned in valid ISO format
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/api",
|
||||
"version": "27.0.2",
|
||||
"version": "27.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.9.2",
|
||||
"version": "13.10.0",
|
||||
"description": "App dashboard for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "directus",
|
||||
"version": "11.7.2",
|
||||
"version": "11.8.0",
|
||||
"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.1.10",
|
||||
"version": "11.1.11",
|
||||
"description": "Shared Vue composables for Directus use",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-directus-extension",
|
||||
"version": "11.0.13",
|
||||
"version": "11.0.14",
|
||||
"description": "A small util that will scaffold a Directus extension",
|
||||
"keywords": [
|
||||
"directus",
|
||||
|
||||
2
packages/env/package.json
vendored
2
packages/env/package.json
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/env",
|
||||
"version": "5.0.4",
|
||||
"version": "5.0.5",
|
||||
"description": "Utilities around using global env configuration",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/extensions-registry",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"description": "Abstraction for exploring Directus extensions on a package registry",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/extensions-sdk",
|
||||
"version": "13.1.0",
|
||||
"version": "13.1.1",
|
||||
"description": "A toolkit to develop extensions to extend Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/extensions",
|
||||
"version": "3.0.5",
|
||||
"version": "3.0.6",
|
||||
"description": "Utilities and types for Directus extensions",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/memory",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"description": "Memory / Redis abstraction for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/pressure",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"description": "Pressure based rate limiter",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/schema-builder",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Directus SchemaBuilder for mocking/constructing a database schema based on code.",
|
||||
"keywords": [
|
||||
"sql",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-azure",
|
||||
"version": "12.0.4",
|
||||
"version": "12.0.5",
|
||||
"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.4",
|
||||
"version": "12.0.5",
|
||||
"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.4",
|
||||
"version": "12.0.5",
|
||||
"description": "GCS file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/storage-driver-s3",
|
||||
"version": "12.0.4",
|
||||
"version": "12.0.5",
|
||||
"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.4",
|
||||
"version": "3.0.5",
|
||||
"description": "Supabase file storage abstraction for `@directus/storage`",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/themes",
|
||||
"version": "1.1.0",
|
||||
"version": "1.1.1",
|
||||
"description": "Themes for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/types",
|
||||
"version": "13.1.1",
|
||||
"version": "13.1.2",
|
||||
"description": "Shared types for Directus",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/utils",
|
||||
"version": "13.0.5",
|
||||
"version": "13.0.6",
|
||||
"description": "Utilities shared between the Directus packages",
|
||||
"homepage": "https://directus.io",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@directus/validation",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"type": "module",
|
||||
"sideEffects": false,
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user