Remove changesets experiment

This commit is contained in:
rijkvanzanten
2021-06-01 20:12:28 -04:00
parent 6a9d0d4074
commit 77b082c942
30 changed files with 0 additions and 2959 deletions

View File

@@ -1,5 +0,0 @@
---
'@directus/drive-gcs': patch
---
Make writableStream non-resumable

View File

@@ -1,10 +0,0 @@
{
"$schema": "https://unpkg.com/@changesets/config@1.6.0/schema.json",
"changelog": ["@changesets/changelog-github", { "repo": "directus/directus" }],
"commit": false,
"linked": [["*"]],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}

View File

@@ -1,5 +0,0 @@
---
'@directus/schema': patch
---
Ignore views in schema overview for MS SQL Server

View File

@@ -1,6 +0,0 @@
---
'@directus/app': patch
---
Fixed issue where using an existing junction collection wouldn't allow you to continue in the many to many field setup
flow

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed issue where v-error would overflow beyond its bounds on long error messages

View File

@@ -1,6 +0,0 @@
---
'@directus/app': patch
---
Render inline previews of translated values in translations display, based on two templates (one for language, the other
for translation preview)

View File

@@ -1,5 +0,0 @@
---
'directus': patch
---
Fixed issue that would prevent collections that had a relationship pointing to them from being deleted.

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Prevent non-usable system collections from being selected in the relational field setup flow

View File

@@ -1,5 +0,0 @@
---
'@directus/gatsby-source-directus': patch
---
Fixed issue where using a static token could throw a 401 unauthorized

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed issue where boolean type fields without an interface configured would default to the wrong interface.

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed issue where custom field translations would be lost in session when reordering the fields in settings

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed issue that would prevent multiple, or nested relational fields to be opened within the advanced filter setup

View File

@@ -1,5 +0,0 @@
---
'directus': patch
---
Throw ServiceUnavailableException when file uploads crash on the storage provider, instead of a 500

View File

@@ -1,6 +0,0 @@
---
'@directus/app': patch
---
Fixed issue on the calendar layout that would attempt to save drag-and-drop time changes with a timezone to datetime
type fields

View File

@@ -1,21 +0,0 @@
{
"mode": "pre",
"tag": "rc",
"initialVersions": {
"directus": "9.0.0-rc.69",
"@directus/app": "9.0.0-rc.69",
"@directus/docs": "9.0.0-rc.69",
"@directus/cli": "9.0.0-rc.69",
"create-directus-project": "9.0.0-rc.69",
"@directus/drive": "9.0.0-rc.69",
"@directus/drive-azure": "9.0.0-rc.69",
"@directus/drive-gcs": "9.0.0-rc.69",
"@directus/drive-s3": "9.0.0-rc.69",
"@directus/format-title": "9.0.0-rc.69",
"@directus/gatsby-source-directus": "9.0.0-rc.69",
"@directus/schema": "9.0.0-rc.69",
"@directus/sdk": "9.0.0-rc.69",
"@directus/specs": "9.0.0-rc.69"
},
"changesets": []
}

View File

@@ -1,5 +0,0 @@
---
'@directus/drive-s3': patch
---
Fixed video streaming capabilities of s3 storage provider

View File

@@ -1,5 +0,0 @@
---
'directus': patch
---
Don't use NonNull for update input types

View File

@@ -1,5 +0,0 @@
---
'directus': patch
---
Support filtering the root items based on nested many to any items through the item scope

View File

@@ -1,8 +0,0 @@
---
'@directus/app': patch
---
Set the default value for a newly added boolean filter under advanced filters to true. Prevents confusion around
selected state of the toggle.
https://github.com/directus/directus/issues/5638

View File

@@ -1,6 +0,0 @@
---
'@directus/app': patch
---
Fixed an issue that prevented the collections search from functioning when using a custom collection navigation
structure

View File

@@ -1,5 +0,0 @@
---
'@directus/drive-s3': patch
---
Fixed an issue where an empty ACL setting would cause issues in certain S3 compatible services

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Improve v-select UX by ignoring clicks outside of clickable targets

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Show On Create / On Update for many to one fields relating to users/roles

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fixed issue that would put manually sorted custom fields in the wrong place on system detail pages (like users/files)

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Fix issue where creating multiple relational default fields on new collection create would fail

View File

@@ -1,5 +0,0 @@
---
'directus': patch
---
Fix an issue where the validation system could short-circuit when using \_or statements.

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Prevent duplicate m2o field name on auto-fill recursive m2m

View File

@@ -1,5 +0,0 @@
---
'@directus/app': patch
---
Don't allow contains on a UUID type