The following packages have been updated
@keystone-6/auth@4.0.1
@keystone-6/cloudinary@4.0.1
@keystone-6/core@2.2.0
@keystone-6/document-renderer@1.1.1
@keystone-6/fields-document@4.1.0
@keystone-6/session-store-redis@4.0.1
New Features
[core]
Addscli
functions as exports to@keystone-6/core/scripts/cli
, assume to be an experimental unstable export and may change in a patch release. (#5645) @gautamsi[core]
Adds 'graphql' schema toextendHttpServer
. (#7722) @borisno2[core]
Adds the ability to set additional Prisma datasource fields in theschema.prisma
file, for example,referentialIntegrity
by adding options todb.additionalPrismaDatasourceProperties
(#7747) @willemmulder[core]
Adds http.Server options as configurationserver.options
(#7324) @dcousens[core]
Adds a newmultiselect
field type (#7683) @Achisingh[core]
AddscalendarDay
field to store a date without a time or timezone attached (#7658) @Achisingh[core]
Addsui.displayMode: 'radio'
as an option for the select field. (#7752) @Achisingh[fields-document]
Changes the editors default overflow behaviour to align with other multi-line text inputs, supporting scrolling instead of an unbounded height for the field. (#7729) @Achisingh[core]
Adds a newbigInt
field type, an integer of width 8 bytes (64 bits), analogous with Prisma'sBigInt
. (#5175) @MurzNN
Bug Fixes
[core]
Removes wrong types forresolveInput
hooks until actual types are provided (#7801) @dcousens[auth, cloudinary, core, document-renderer, fields-document, session-store-redis]
Removes node.engines
restrictions (#7804) @dcousens[cloudinary, core]
Updatesgraphql-upload
to15.0.2
(#7803) @mitchellhamilton[core]
Fixes environment variablePORT=
precedence;PORT=
now takes priority over the configuredserver.port
(#7787) @dcousens[fields-document]
Fixes the document editor erroring when handling HTML in certain cases (#7764) @mitchellhamilton[fields-document]
Fixes long lines in code blocks in the document editor overflowing the editor (#7783) @mitchellhamilton[fields-document]
Fixes pasting plain text in the document editor removing markdown link definition and usages (#null) @mitchellhamilton[session-store-redis]
Fixes errors not being thrown by your@redis/client
onconnect
(#7771) @Noviny[fields-document]
Adds support for pasting a url onto text to create a link (#7766) @mitchellhamilton[core]
Updates@apollo/client
to3.6.9
(#7744) @mitchellhamilton[core]
Updates@graphql-ts/schema
to0.5.3
(#7742) @mitchellhamilton[core]
Fixes return type offindOne
to supportnull
, which is returned if no item is found (#7731) @nderkim
🌱 New Contributors 🌱
Thanks to the following developers for making their first contributions to the project!
💙 Acknowledgements 💙
Lastly, thanks to @mitchellhamilton (#7786,#7785,#7784,#7769,#7745), @renovate (#7797,#7798,#7670,#7780,#7781,#7779,#7755,#7487,#7725), @dcousens (#7713,#7743,#7739,#7730), @Noviny (#7770), @Achisingh (#7757), @dependabot (#7728) for changes not shown above, but none-the-less appreciated.