-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
48 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Use `idField` type of `{ kind: 'number', kind: 'Int' | 'BigInt' }` internally for singletons | ||
Use `db.idField` of `{ kind: 'number', kind: 'Int' }` internally for singletons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Fix static relationship resolution errors to conform to nominal error structure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Fix `config.server.cors` type blocking `false` values | ||
Fix `config.server.cors` type preventing value of `false` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Fix `defaultIsFilterable` and `defaultIsOrderable` types blocking `true` values | ||
Fix `defaultIsFilterable` and `defaultIsOrderable` types preventing value of `true` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': minor | ||
---- | ||
--- | ||
|
||
Adds `{field}.hooks.validate.[create|update|delete]` hooks, deprecates `validateInput` and `validateDelete` (throws if incompatible) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': minor | ||
---- | ||
--- | ||
|
||
Adds `{list}.hooks.validate.[create|update|delete]` hooks, deprecates `validateInput` and `validateDelete` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/auth': patch | ||
---- | ||
--- | ||
|
||
Fix `createInitial*` and `send*MagicAuthLink` to throw if the expected type from `sessionStrategy.start` is not a string |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Fixes `createExpressApp` to use `context.graphql.schema` rather than the GraphQLSchema argument, removing ambiguity in downstream usage | ||
Fixes `createExpressApp` to use `context.graphql.schema`, not the GraphQLSchema argument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Deprecates `extendHttpServer`'s `graphqlSchema` argument; use `context.graphql.schema` now | ||
Deprecates `extendHttpServer`'s `graphqlSchema` argument, use `context.graphql.schema` instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
'@keystone-6/core': Patch | ||
'@keystone-6/core': patch | ||
--- | ||
|
||
Deprecates `ExtendGraphQLSchema` type, use type `(schema: GraphQLSchema) => GraphQLSchema` instead |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Fix global locking by dropping global `p-limit` on `context.query`/`context.db` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Fix `image` field type to use consistent sub-field ordering |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
---- | ||
--- | ||
'@keystone-6/core': patch | ||
---- | ||
--- | ||
|
||
Fixes the `text` field type to accept a `defaultValue` of `null` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters