-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version Packages #6762
Version Packages #6762
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/4ZF9D2R2virxEyMif5DSHRgdHQBb |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
c9f45b7
to
8626126
Compare
8626126
to
df2f692
Compare
df2f692
to
16b85cc
Compare
16b85cc
to
2d1b953
Compare
2d1b953
to
aa2ed2e
Compare
aa2ed2e
to
32e069d
Compare
32e069d
to
33f56c5
Compare
33f56c5
to
4cef106
Compare
4cef106
to
db353a3
Compare
db353a3
to
cadcc75
Compare
cadcc75
to
260dacc
Compare
260dacc
to
006b0d3
Compare
006b0d3
to
1a1cb5e
Compare
454dbb4
to
4dce0d5
Compare
4dce0d5
to
d961788
Compare
d961788
to
5f76fd1
Compare
5f76fd1
to
6d60d18
Compare
6d60d18
to
0db7686
Compare
0db7686
to
e410244
Compare
e410244
to
366250c
Compare
366250c
to
1ea3751
Compare
1ea3751
to
7eae1c4
Compare
7eae1c4
to
17a5edf
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@keystone-next/auth@35.0.0
Major Changes
f3e8aac31
Thanks @mitchellhamilton! - Updated the way the schema extension is added, this may result in schema re-ordering.Patch Changes
#6790
f683dcfe3
Thanks @mitchellhamilton! - Readonly arrays are now accepted where previously mutable arrays were required. This means that if you useas const
when writing an array and then pass it to various APIs in keystone, that will now work.#6841
36174f867
Thanks @dcousens! - Don't fillcontext.session
if the session is invalid.Updated dependencies [
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/keystone@27.0.0
Major Changes
#6824
ddabdbd02
Thanks @mitchellhamilton! - Keystone will now default to using GraphQL Playground instead of Apollo Sandbox as it did prior to updating to Apollo Server 3. If you want to use Apollo Sandbox, you can setgraphql.playground: 'apollo'
to use Apollo.graphql.playground
defaults toprocess.env.NODE_ENV !== 'production'
, which will serve GraphQL Playground in development and serve nothing in production, if you'd like to set it to one of those always, you can setgraphql.playground
to a boolean explicitly.#6845
71600965b
Thanks @mitchellhamilton! - AddedCloudImageFieldOutput
andCloudFileFieldOutput
GraphQL types to theimage
andfile
fields respectively#6789
d9e1ba8fa
Thanks @mitchellhamilton! - Removed the deprecatedresolveFields
fromcontext.query
, if you were still using it, you should switch to providingthe query option
tocontext.query
or usecontext.db
if you were providingfalse
. Thecontext.query
functions will now also throw an error if an empty string is passed toquery
rather than silently returning what thecontext.db
functions return, you must select at least one field or omit thequery
option to default to selecting theid
.#6845
71600965b
Thanks @mitchellhamilton! - Thesrc
field on the output ofimage
andfile
fields has been renamed tourl
.#6813
c0661b8ee
Thanks @mitchellhamilton! - Updated@graphql-ts/schema
to0.5.0
. The__rootVal
properties onObjectType
,InterfaceType
andUnionType
have been renamed to__source
, this is intended to be internal but it could be depended on so if you did, you will need to change to__source
. Thefields
property onInterfaceType
has been renamed to__fields
and it will no longer exist at runtime like the other types.#6797
cbb9df927
Thanks @mitchellhamilton! -createExpressServer
now returnsPromise<{ expressServer: Express; apolloServer: ApolloServer; }>
instead ofPromise<Express>
so that the apollo server can be stopped.#6797
cbb9df927
Thanks @mitchellhamilton! - Added live reloading of your Keystone config tokeystone-next dev
#6824
ddabdbd02
Thanks @mitchellhamilton! - Removedgraphql.cors
option. You should exclusively configurecors
with theserver.cors
option.#6845
71600965b
Thanks @mitchellhamilton! - ThegetSrc
function onImagesContext
andFilesContext
has been renamed togetUrl
#6755
dcf5241d8
Thanks @mitchellhamilton! - Updated the way theendSession
field on theMutation
type and thekeystone
field on theQuery
type are added to the GraphQL schema. This may result in re-ordering in your generatedschema.graphql
file. ThesessionSchema
export of@keystone-next/keystone/session
has also been removed.Minor Changes
f3e8aac31
Thanks @mitchellhamilton! - Addedgraphql.extend
andgraphql.wrap
.Patch Changes
#6714
5e61e0050
Thanks @Zlitus! - When generating safe filenames, support extensions with numerical characters#6758
f38772b27
Thanks @mitchellhamilton! - Fixedtext
,integer
,float
anddecimal
on the item view when usingui.itemView.fieldMode: 'read'
.#6777
30fc08b51
Thanks @mitchellhamilton! - Fixed the home page of the Admin UI not respectingui.hideCreate
#6790
f683dcfe3
Thanks @mitchellhamilton! - Readonly arrays are now accepted where previously mutable arrays were required. This means that if you useas const
when writing an array and then pass it to various APIs in keystone, that will now work.#6837
db7f2311b
Thanks @gwyneplaine! - Fixed bug in LinkToRelatedItems button for double sided relationships#6804
023bc7a0b
Thanks @renovate! - Update prisma monorepo to v3.3.0 (minor)#6839
d1141ea82
Thanks @mitchellhamilton! - Fixed overfetching, not filtering by the search and erroring when an id is searched for in the relationship select UI.#6843
d107a5bec
Thanks @dcousens! - - We have bumpedmemoize-one
tov6.0.0
, the only breaking changes for the package were related to Typescript (please see the release notes)#6853
44cbef543
Thanks @lukebennett88! - Updated minor typos in GraphQL errors@keystone-next/fields-document@12.0.0
Minor Changes
fb5b21c03
Thanks @oplik0! - Add short plain-text display to document fields for Cell (list view; resolves Document fields are blank when shown as a column in List views #6522) and a rendered document view in CardValuePatch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/cloudinary@10.0.0
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/session-store-redis@7.0.0
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/website@3.1.8
Patch Changes
fb5b21c03
]:@keystone-next/example-assets-cloud@1.0.8
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-assets-local@1.0.8
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-auth@4.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/examples-app-basic@4.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,fb5b21c03
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-ecommerce@4.0.11
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-embedded-nextjs@3.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:keystone-next-app@1.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,fb5b21c03
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-roles@4.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-sandbox@3.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-blog@2.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-custom-admin-ui-logo@1.0.5
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-custom-admin-ui-navigation@5.0.4
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-custom-admin-ui-pages@1.0.4
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-custom-field@0.0.7
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-custom-field-view@1.0.6
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-default-values@1.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-document-field@1.1.6
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,fb5b21c03
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-extend-graphql-schema@1.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-extend-graphql-schema-graphql-ts@1.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-json-field@4.0.11
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-rest-api@1.0.2
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-task-manager@4.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-testing@0.0.10
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-virtual-field@0.1.8
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/example-with-auth@2.0.11
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,f3e8aac31
,cbb9df927
,d1141ea82
,36174f867
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/prisma-utils@1.0.2
Patch Changes
023bc7a0b
Thanks @renovate! - Update prisma monorepo to v3.3.0 (minor)@keystone-next/api-tests-legacy@11.1.4
Patch Changes
023bc7a0b
Thanks @renovate! - Update prisma monorepo to v3.3.0 (minor)@keystone-next/benchmarks-legacy@7.0.11
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/test-projects-basic@0.0.7
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/test-projects-crud-notifications@0.0.7
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]:@keystone-next/test-projects-live-reloading@0.0.7
Patch Changes
f3e8aac31
,ddabdbd02
,71600965b
,d9e1ba8fa
,71600965b
,5e61e0050
,f38772b27
,30fc08b51
,f683dcfe3
,c0661b8ee
,db7f2311b
,023bc7a0b
,cbb9df927
,d1141ea82
,cbb9df927
,ddabdbd02
,71600965b
,d107a5bec
,44cbef543
,dcf5241d8
]: