mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Update changelog
This commit is contained in:
63
changelog.md
63
changelog.md
@@ -1,6 +1,47 @@
|
||||
# Changelog
|
||||
|
||||
## 9.0.0-rc.70 (June 1st, 2021)
|
||||
_Changes marked with a :warning: contain potential breaking changes depending on your use of the package._
|
||||
|
||||
## v9.0.0-rc.71 (June 2, 2021)
|
||||
|
||||
### :rocket: Improvements
|
||||
|
||||
- **API**
|
||||
- [#6003](https://github.com/directus/directus/pull/6003) Don't initialize database on file require
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [#6001](https://github.com/directus/directus/pull/6001) Changed PORT type from number to string
|
||||
([@nichols-green](https://github.com/nichols-green))
|
||||
- **Docker**
|
||||
- :warning: [#5877](https://github.com/directus/directus/pull/5877) Clean-up docker image
|
||||
([@paescuj](https://github.com/paescuj))
|
||||
|
||||
### :bug: Bug Fixes
|
||||
|
||||
- **API**
|
||||
- [#6002](https://github.com/directus/directus/pull/6002) Fix env var validation in database loading step
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [#5998](https://github.com/directus/directus/pull/5998) Remove stray console.log in dependency
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
|
||||
### :memo: Documentation
|
||||
|
||||
- [#6006](https://github.com/directus/directus/pull/6006) Added document for running directus on iis
|
||||
([@nichols-green](https://github.com/nichols-green))
|
||||
|
||||
### :package: Dependency Updates
|
||||
|
||||
- [#5986](https://github.com/directus/directus/pull/5986) Bump marked from 2.0.5 to 2.0.7
|
||||
([@dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- [#5985](https://github.com/directus/directus/pull/5985) Bump dompurify from 2.2.8 to 2.2.9
|
||||
([@dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- [#5984](https://github.com/directus/directus/pull/5984) Bump jest-environment-jsdom from 26.6.2 to 27.0.3
|
||||
([@dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- [#5983](https://github.com/directus/directus/pull/5983) Bump @typescript-eslint/parser from 4.23.0 to 4.26.0
|
||||
([@dependabot[bot]](https://github.com/apps/dependabot))
|
||||
- [#5982](https://github.com/directus/directus/pull/5982) Bump fs-extra from 9.1.0 to 10.0.0
|
||||
([@dependabot[bot]](https://github.com/apps/dependabot))
|
||||
|
||||
## 9.0.0-rc.70 (June 1, 2021)
|
||||
|
||||
### :sparkles: New Features
|
||||
|
||||
@@ -23,7 +64,9 @@
|
||||
- [`02089a6`](https://github.com/directus/directus/commit/02089a6227575a340bbf5b926cf9717a89941138) set the default
|
||||
TTL for cache to a more reasonable 10 minutes (from 30) ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- **App**
|
||||
- [`4277de0`](https://github.com/directus/directus/commit/4277de088988a65f9ea4ea18a4121488a24a8e87) set the default value for boolean filters to `true`, preventing confusion around the state of the toggle in advanced filters ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`4277de0`](https://github.com/directus/directus/commit/4277de088988a65f9ea4ea18a4121488a24a8e87) set the default
|
||||
value for boolean filters to `true`, preventing confusion around the state of the toggle in advanced filters
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`a5cba0d`](https://github.com/directus/directus/commit/a5cba0dc7e3a1566095deb58d10297f3b7bbe9bd) prevent unusable
|
||||
collections from being selected in the relational setup ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`4beccb6`](https://github.com/directus/directus/commit/4beccb6a8a9e33d0ae0e47333bfacd60741a91bc) don't allow using
|
||||
@@ -54,7 +97,9 @@
|
||||
- **App**
|
||||
- [#5810](https://github.com/directus/directus/pull/) fixed custom fields on system collections not aligning to the
|
||||
configured sort order ([@rijkvanzanten5810](https://github.com/rijkvanzanten5810))
|
||||
- [`158316f`](https://github.com/directus/directus/commit/158316f86318e83de5d5e6e203306a5603458c6d) fixed a small issue that would prevent the advanced filter field selection from allowing multiple nested fields from being opened ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`158316f`](https://github.com/directus/directus/commit/158316f86318e83de5d5e6e203306a5603458c6d) fixed a small
|
||||
issue that would prevent the advanced filter field selection from allowing multiple nested fields from being opened
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`246c552`](https://github.com/directus/directus/commit/246c55266b78ae063408dbc1b04d1797bd85e476) fixed an issue
|
||||
that would require non-null fields to be submitted in every GraphQL mutation
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
@@ -63,13 +108,19 @@
|
||||
- [`b782eba`](https://github.com/directus/directus/commit/b782eba859d0a91d08dfd39ab41e6952db0c94b7) fixed an issue
|
||||
that would make custom field translations disappear when reordering the fields in settings
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`bd6cab8`](https://github.com/directus/directus/commit/bd6cab8989ea8a8af3b0848c51ee9b3fae289ab3) fixed an issue that would cause the relational setup to auto generate an invalid name when making a recursive many-to-many field ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`bd6cab8`](https://github.com/directus/directus/commit/bd6cab8989ea8a8af3b0848c51ee9b3fae289ab3) fixed an issue
|
||||
that would cause the relational setup to auto generate an invalid name when making a recursive many-to-many field
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`8590eec`](https://github.com/directus/directus/commit/8590eec662364ce8c865b529394f271b8b46a1c7) fix collection
|
||||
search when using custom nav override structure ([@Oreilles](https://github.com/Oreilles))
|
||||
- [`dee8160`](https://github.com/directus/directus/commit/dee8160f184af4f041580d76ce88da5dc3eb0d12) fixed an issue where dragging an event in the calendar layout could save with the wrong timezone when using a datetime field ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`dee8160`](https://github.com/directus/directus/commit/dee8160f184af4f041580d76ce88da5dc3eb0d12) fixed an issue
|
||||
where dragging an event in the calendar layout could save with the wrong timezone when using a datetime field
|
||||
([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`374e6e5`](https://github.com/directus/directus/commit/374e6e5a7dd3d752a25c352df7ce5f661a5b15c1) don't let v-error
|
||||
messages overflow the bounding box of the dialog ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`2660c39`](https://github.com/directus/directus/commit/2660c3995426dd3d8d36a8022893cddcd27ed53f) fixed an issue that would prevent the user from continuing in field setup when using an existing junction table for a many-to-many relationship ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`2660c39`](https://github.com/directus/directus/commit/2660c3995426dd3d8d36a8022893cddcd27ed53f) fixed an issue
|
||||
that would prevent the user from continuing in field setup when using an existing junction table for a many-to-many
|
||||
relationship ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- [`de0b962`](https://github.com/directus/directus/commit/de0b9627365b392d4af0589a52b122cf0b5ec927) fixed the
|
||||
highlight color of a selected folder in the move-folder dialog ([@rijkvanzanten](https://github.com/rijkvanzanten))
|
||||
- **drive-azure**
|
||||
|
||||
Reference in New Issue
Block a user