-
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 #6100
Version Packages #6100
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/ApyPCtFnuZht1guukaUB6eVggpNT |
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. |
d34293c
to
5169515
Compare
5169515
to
d5640c0
Compare
d5640c0
to
bb3988c
Compare
bb3988c
to
95a4509
Compare
95a4509
to
0877347
Compare
0877347
to
f4a6c52
Compare
f4a6c52
to
bfd79e5
Compare
bfd79e5
to
4b62e05
Compare
4b62e05
to
a101949
Compare
a101949
to
cf435c3
Compare
cf435c3
to
a76eaad
Compare
a76eaad
to
390a36a
Compare
390a36a
to
033239d
Compare
e5c443b
to
607065c
Compare
607065c
to
c4bb60f
Compare
c4bb60f
to
2588fcf
Compare
2588fcf
to
9d9bd30
Compare
9d9bd30
to
73ee1c5
Compare
73ee1c5
to
bce8d79
Compare
bce8d79
to
d0fe0e9
Compare
d0fe0e9
to
3637caf
Compare
3637caf
to
1feeeda
Compare
1feeeda
to
32469f7
Compare
32469f7
to
cec505d
Compare
cec505d
to
d68db3b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
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 master, this PR will be updated.
Releases
@keystone-next/auth@30.0.0
Major Changes
ee8a51498
Thanks @mitchellhamilton! - The field passed to theidentityField
option is now required to haveisUnique: true
.Patch Changes
#6180
a11e54d69
Thanks @mitchellhamilton! - Fixed issues with React hooks dependency arraysUpdated dependencies [
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/fields@13.0.0
Major Changes
#6105
e5f61ad50
Thanks @mitchellhamilton! - Removed unnecessary descriptions on GraphQL types.#6165
e4e6cf9b5
Thanks @mitchellhamilton! - Addedui.searchFields
option to lists to allow searching by multiple fields in the Admin UI (the only current usage of this is in the select used in relationship fields) and to replace the usage of thesearch
GraphQL argument which will be removed soon and should be replaced by usingcontains
filters directly.Patch Changes
#6180
a11e54d69
Thanks @mitchellhamilton! - Fixed issues with React hooks dependency arrays#6110
2ef6fe82c
Thanks @ChuckJonas! - Fixed virtual field rendering of false & 0 values.Updated dependencies [
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/keystone@23.0.0
Major Changes
#6153
7716315ea
Thanks @mitchellhamilton! - Removed implicit chunking from the lists API so that the lists API is a direct translation of the GraphQL API#6105
e5f61ad50
Thanks @mitchellhamilton! - Removed unnecessary descriptions on GraphQL types.#6165
e4e6cf9b5
Thanks @mitchellhamilton! - Addedui.searchFields
option to lists to allow searching by multiple fields in the Admin UI (the only current usage of this is in the select used in relationship fields) and to replace the usage of thesearch
GraphQL argument which will be removed soon and should be replaced by usingcontains
filters directly.Minor Changes
9e2deac5f
Thanks @gwyneplaine! - Added the ability to customise the Navigation component in the Admin UI, and provided helper components to do so.Patch Changes
#6104
3f03b8c1f
Thanks @timleslie! - Cosmetic changes to the core code in preparation for improvements to the error handling logic.#6126
ea0712aa2
Thanks @borisno2! - Added/
tolist.path
on HomePage ListCard to better allow custombasePath
.#6192
93f1e5d30
Thanks @JedWatson! - Added an optional/_healthcheck
endpoint to Keystone's express server.You can enable it by setting
config.server.healthCheck: true
By default it will respond with
{ status: 'pass', timestamp: Date.now() }
You can also specify a custom path and JSON data:
Or use a function for the
data
config to return real-time information:#6180
a11e54d69
Thanks @mitchellhamilton! - Fixed issues with React hooks dependency arrays#6116
dd7e811e7
Thanks @timleslie! - Updated unique filter checking code to ensure it is always run before using the unique input filter.#6139
587a8d0b0
Thanks @timleslie! - Refactored mutation validation handling into a single location.#6119
597edbdd8
Thanks @timleslie! - Split the default value loop from the field-type input resolver loop to allow for more fine-grained error handling.#6144
1172e1853
Thanks @gautamsi! - Changed symlink generation to use relative path instead of absolute. Solves running project in docker when mapping volume.#6096
fbe698461
Thanks @renovate! - Updated Prisma dependencies to2.27.0
.#6123
32e9879db
Thanks @timleslie! - Simplified the internal implementation of nested mutations.Updated dependencies [
93f1e5d30
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
]:@keystone-next/types@23.0.0
Major Changes
e4e6cf9b5
Thanks @mitchellhamilton! - Addedui.searchFields
option to lists to allow searching by multiple fields in the Admin UI (the only current usage of this is in the select used in relationship fields) and to replace the usage of thesearch
GraphQL argument which will be removed soon and should be replaced by usingcontains
filters directly.Minor Changes
9e2deac5f
Thanks @gwyneplaine! - Add Admin UI specific types AuthenticatedItem, VisibleLists, CreateViewFieldModes and NavigationProps to exports.Patch Changes
#6192
93f1e5d30
Thanks @JedWatson! - Added an optional/_healthcheck
endpoint to Keystone's express server.You can enable it by setting
config.server.healthCheck: true
By default it will respond with
{ status: 'pass', timestamp: Date.now() }
You can also specify a custom path and JSON data:
Or use a function for the
data
config to return real-time information:Updated dependencies [
a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
]:@keystone-next/testing@1.1.0
Minor Changes
14cb7c5c4
Thanks @timleslie! - Added anapp
value to theTestArgs
type to provide direct access to the Express application from test runners.Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-ui/tooltip@4.0.1
Patch Changes
a11e54d69
Thanks @mitchellhamilton! - Fixed issues with React hooks dependency arrays@keystone-next/admin-ui-utils@5.0.5
Patch Changes
93f1e5d30
,9e2deac5f
,e4e6cf9b5
]:@keystone-next/cloudinary@6.0.5
Patch Changes
#6180
a11e54d69
Thanks @mitchellhamilton! - Fixed issues with React hooks dependency arraysUpdated dependencies [
93f1e5d30
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
]:@keystone-next/fields-document@7.0.3
Patch Changes
#6180
a11e54d69
Thanks @mitchellhamilton! - Fixed issues with React hooks dependency arraysUpdated dependencies [
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/utils@1.0.3
Patch Changes
93f1e5d30
,9e2deac5f
,e4e6cf9b5
]:@keystone-next/example-custom-admin-ui-logo@1.0.0
Major Changes
2de1615a0
Thanks @gwyneplaine! - Initial version of the custom-admin-ui-logo example.Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-assets-cloud@1.0.3
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-assets-local@1.0.3
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-auth@4.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/examples-app-basic@4.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-ecommerce@4.0.6
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-embedded-nextjs@3.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:keystone-next-app@1.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-playground@1.0.4
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-roles@4.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-sandbox@3.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-blog@2.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-custom-field@0.0.2
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-custom-field-view@1.0.1
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-default-values@1.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-document-field@1.1.1
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-extend-graphql-schema@1.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-json-field@4.0.6
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-task-manager@4.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-testing@0.0.5
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,14cb7c5c4
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-virtual-field@0.1.3
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,9e2deac5f
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/example-with-auth@2.0.6
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,ee8a51498
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/admin-ui-tests@0.0.3
Patch Changes
93f1e5d30
,9e2deac5f
,14cb7c5c4
,e4e6cf9b5
]:@keystone-next/api-tests-legacy@11.0.6
Patch Changes
#6096
fbe698461
Thanks @renovate! - Updated Prisma dependencies to2.27.0
.Updated dependencies [
93f1e5d30
,9e2deac5f
,14cb7c5c4
,e4e6cf9b5
]:@keystone-next/benchmarks-legacy@7.0.6
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,14cb7c5c4
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]:@keystone-next/test-projects-basic@0.0.2
Patch Changes
3f03b8c1f
,ea0712aa2
,93f1e5d30
,9e2deac5f
,7716315ea
,a11e54d69
,e5f61ad50
,e4e6cf9b5
,2ef6fe82c
,dd7e811e7
,587a8d0b0
,597edbdd8
,1172e1853
,fbe698461
,32e9879db
]: