-
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 #4837
Merged
Merged
Version Packages #4837
Conversation
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 pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/6er1ArHpJU3j4H4G18LkX7WrUc48 |
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 04:52
43d3d62
to
e1e6c69
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 05:06
e1e6c69
to
3c1c6c1
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 05:28
3c1c6c1
to
a26488e
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 05:41
a26488e
to
2295baa
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 08:03
2295baa
to
352acf4
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 08:38
352acf4
to
52521a4
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 09:41
52521a4
to
b4d7e20
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 20:56
b4d7e20
to
1b391ea
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 21:36
1b391ea
to
ec8bcd2
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 21:57
ec8bcd2
to
dfd4503
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 22:16
dfd4503
to
c39ba69
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 22:42
c39ba69
to
284d209
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 23:00
284d209
to
8525b26
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
February 15, 2021 23:19
8525b26
to
67f2e24
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 3, 2021 01:32
bb7d323
to
4c4501f
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 3, 2021 02:11
4c4501f
to
f2edfd6
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 3, 2021 02:52
f2edfd6
to
1f5252e
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 3, 2021 04:04
1f5252e
to
9493f29
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2021 03:16
9493f29
to
eb8171a
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2021 03:30
eb8171a
to
d263c2c
Compare
Its been long, when do we expect release of this? |
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 4, 2021 05:37
d263c2c
to
7cfe686
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 5, 2021 00:04
7cfe686
to
4ca2309
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 5, 2021 00:20
4ca2309
to
230b0a3
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 5, 2021 00:36
230b0a3
to
ea2fc64
Compare
keystonejs-release-bot
force-pushed
the
changeset-release/master
branch
from
March 5, 2021 00:48
ea2fc64
to
1e17140
Compare
bladey
approved these changes
Mar 5, 2021
adampirani
added a commit
to adampirani/blcc-4s-data-gql
that referenced
this pull request
Aug 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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/[email protected]
Major Changes
1c5a39972
#4923 Thanks @mitchellhamilton! - Fixed isAccessAllowed default so that if a session strategy is not used, access is always allowed to the Admin UI rather than never allowing access370c0ee62
#4867 Thanks @timleslie! - Removed generation of compiled configuration file fromgenerateAdminUI
. This is now handled by thekeystone-next build
command directly.d9c20ba66
#4832 Thanks @timleslie! -createAdminUIServer
now takes asessionStrategy
argument rather than asessionImplementation
argument.c63e5d75c
#4857 Thanks @mitchellhamilton! - Removed all syntax that is not ES5 + ES Modules in the generated Admin UI pages.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.9a9276eb7
#4885 Thanks @JedWatson! - Fixed an issue that would cause the Admin UI to get stuck in an infinite loop when loading adminMeta without a local cache0e265f6c1
#4879 Thanks @mitchellhamilton! - Fixed fetching admin meta causing an infinite loop.45ea93421
#4810 Thanks @mitchellhamilton! - Replaced usage ofReact.ComponentType
with more accurate types that do not automatically addchildren
prop.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,370c0ee62
,fdb9d9abb
,2655c0b1b
,0cd5acb82
,29e787983
,562cccbe1
,24e0ef5b6
,45ea93421
,f895a2671
,6c949dbf2
,ceab7dc69
,7ae67b857
,3ca5038a0
,c8cf7fb1f
,d9c20ba66
,6469362a1
,bea9008f8
,0f86e99bb
,880fd5f92
,5d565ea57
]:@keystone-next/[email protected]
Major Changes
03abbab48
#4986 Thanks @timleslie! - SimplifiedcreateAuth()
to only return{ withAuth }
.9ea032828
#4968 Thanks @timleslie! - RemovedgqlSuffix
config option fromcreateAuth()
.490d52c2f
#4985 Thanks @timleslie! - RemovedprotectIdentities
from thecreateAuth
arguments. The behaviour is now the same as havingprotectIdentities: true
.098ce08d7
#4987 Thanks @timleslie! - ThepasswordReset*
fields andmagicAuth*
fields are only added to the system ifpasswordResetLink
andmagicAuthLink
respectively are set.a00a382ff
#4965 Thanks @timleslie! - Fixed a bug when usingpasswordResetLink
with asecretField
other than'password'
. If you used asecretField
other than'password'
then the generated fields in your schema will change.c63e5d75c
#4857 Thanks @mitchellhamilton! - Removed all syntax that is not ES5 + ES Modules in the generated Admin UI pages.Minor Changes
685347911
#5003 Thanks @timleslie! - Addedcontext
argument tosendToken
function used bypasswordResetLink
andmagicAuthLink
.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.884129fa7
#4928 Thanks @MurzNN! - Fixed a bug which prevented accessing the '/init` path from behind a reverse proxy.2674831cd
#5008 Thanks @timleslie! - Updated internal types to be more correct.2bf710177
#5009 Thanks @timleslie! - Renamed internal functionupdateAuthToken
tocreateAuthToken
.e6844dd95
#4941 Thanks @timleslie! - Updated import ofKeystoneContext
to use top leveltypes
package API.10852a174
#4964 Thanks @timleslie! - Moved thegetSchemaExtension
code into its own file for easier documentation.9f2409127
#5005 Thanks @timleslie! - UpdatedcreateAuth
to only include/init
inpublicPages
ifinitFirstItem
is being used.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,9a9276eb7
,370c0ee62
,fdb9d9abb
,2655c0b1b
,0cd5acb82
,53b8b659f
,29e787983
,d9c20ba66
,562cccbe1
,0e265f6c1
,24e0ef5b6
,45ea93421
,f895a2671
,6c949dbf2
,ceab7dc69
,7ae67b857
,3ca5038a0
,c8cf7fb1f
,d9c20ba66
,6469362a1
,bea9008f8
,c63e5d75c
,0f86e99bb
,880fd5f92
,5d565ea57
]:@keystone-next/[email protected]
Major Changes
556c1f95f
#4836 Thanks @mitchellhamilton! - ChangedNotEditable
component from rendering a div to a span so it can be used for inline elementsMinor Changes
556c1f95f
#4836 Thanks @mitchellhamilton! - Addedfields.multiselect
prop fieldPatch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.556c1f95f
#4836 Thanks @mitchellhamilton! - Fixedfields.select
not passing options to the select556c1f95f
#4836 Thanks @mitchellhamilton! - Fixed documentation in JSDocs for component blocks APId53eb872f
#4883 Thanks @JedWatson! - Allowed the document field toolbar to wrap on smaller screensUpdated dependencies [
f4e4498c6
,f32316e6d
,1c5a39972
,687fd5ef0
,9a9276eb7
,370c0ee62
,2655c0b1b
,7b84c4066
,53b8b659f
,29e787983
,d9c20ba66
,0e265f6c1
,24e0ef5b6
,45ea93421
,6c949dbf2
,3ca5038a0
,bea9008f8
,5d565ea57
,00f19daee
,00f19daee
,c63e5d75c
,0f86e99bb
,f826f15c6
,5d565ea57
]:@keystone-next/[email protected]
Major Changes
1c5a39972
#4923 Thanks @mitchellhamilton! - Fixed isAccessAllowed default so that if a session strategy is not used, access is always allowed to the Admin UI rather than never allowing access562cccbe1
#4935 Thanks @timleslie! - RemoveditemId
fromFieldAccessArgs
and no longer pass this value into field level imperative access control rules.24e0ef5b6
#4945 Thanks @timleslie! - Removed thecontext
argument fromKeystoneContext.graphql.raw
andKeystoneContext.graphql.run
.d9c20ba66
#4832 Thanks @timleslie! - Replaced the functionimplementSession
withcreateSessionContext
.6469362a1
#4936 Thanks @timleslie! - RemoveditemIds
fromFieldAccessArgs
and no longer pass this value into field level imperative access control rules.0f86e99bb
#4839 Thanks @timleslie! - Removedcontext.graphql.createContext
fromKeystoneContext
.Minor Changes
2655c0b1b
#4866 Thanks @timleslie! - Added aconfig.ui.isDisabled
option to completely disable the Admin UI.0cd5acb82
#5017 Thanks @timleslie! - Added anisVerbose
flag tocreateExpressServer
to allow it to be run silently during tests.f895a2671
#4860 Thanks @mitchellhamilton! - Updated the require hook used to compile code in development to use Next's Babel preset when no Babel config is present in the user's config to mirror how Keystone is built for production with Next.7ae67b857
#4874 Thanks @timleslie! - Exported thecreateExpressServer
function to support running isolated unit tests against the GraphQL API.880fd5f92
#4951 Thanks @yannick1691! - Addeddomain
option to session options for cookies.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.687fd5ef0
#4835 Thanks @timleslie! - Removed the unusedconnect
anddisconnect
properties ofSessionStrategy
.370c0ee62
#4867 Thanks @timleslie! - Removed generation of compiled configuration file fromgenerateAdminUI
. This is now handled by thekeystone-next build
command directly.fdb9d9abb
#4834 Thanks @timleslie! - UpdatedwithItemData
to still return the rest of thesession
object if no item was found.ceab7dc69
#5004 Thanks @timleslie! - Moved session handling GraphQL schema code into the sessions module.c8cf7fb1f
#4854 Thanks @timleslie! - Added more specific types to implementation of access control validators.Updated dependencies [
f4e4498c6
,f32316e6d
,1c5a39972
,687fd5ef0
,9a9276eb7
,370c0ee62
,2655c0b1b
,6f985acc7
,4eb4753e4
,53b8b659f
,29e787983
,d9c20ba66
,0e265f6c1
,24e0ef5b6
,45ea93421
,6c949dbf2
,891cd490a
,bea9008f8
,5d565ea57
,00f19daee
,00f19daee
,a16d2cbff
,c63e5d75c
,0f86e99bb
,f826f15c6
,5d565ea57
]:@keystone-next/[email protected]
Major Changes
24e0ef5b6
#4945 Thanks @timleslie! - Removed thecontext
argument fromKeystoneContext.graphql.raw
andKeystoneContext.graphql.run
.0f86e99bb
#4839 Thanks @timleslie! - Removedcontext.graphql.createContext
fromKeystoneContext
.Minor Changes
2655c0b1b
#4866 Thanks @timleslie! - Added aconfig.ui.isDisabled
option to completely disable the Admin UI.bea9008f8
#4944 Thanks @timleslie! - DeprecatedKeystoneContext.keystone
.5d565ea57
#4892 Thanks @timleslie! - Added support for configuring the field to use forsearch
filtering via thedb: { searchField }
list config option.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.687fd5ef0
#4835 Thanks @timleslie! - Removed the unusedconnect
anddisconnect
properties ofSessionStrategy
.29e787983
#4905 Thanks @gautamsi! - Fixed typing forafterDelete
orbeforeDelete
hooks. Also added type forupdatedItem
in theafterChange
orbeforeChange
hook45ea93421
#4810 Thanks @mitchellhamilton! - Replaced usage ofReact.ComponentType
with more accurate types that do not automatically addchildren
prop.6c949dbf2
#4942 Thanks @timleslie! - RefactoredKeystoneContext
definition to make documentation easier. No functional changes.@keystone-next/[email protected]
Major Changes
6f985acc7
#4861 Thanks @timleslie! - The functionsvalidate*AccessControl
no longer set default values for theauthentication
value. If you are calling these functions directly you will need to make sure you pass in a value forauthentication
. If you are not directly calling these functions then there are no changes required.4eb4753e4
#4865 Thanks @timleslie! - UpdatedvalidateAuthAccessControl
to now require an explicitoperation
argument.891cd490a
#4875 Thanks @timleslie! - Updated thevalidate*AccessControl
functions to take{ access, args: ... }
. Unless you are directly calling these functions no code changes are required.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.15b1132d2
#4853 Thanks @timleslie! - Updated types to be parameterised by imperative argument type.Updated dependencies [
f4e4498c6
]:@keystone-next/[email protected]
Major Changes
7ae67b857
#4874 Thanks @timleslie! - UpdatedsetupFromConfig
to support running tests withnetworkedGraphqlRequest
.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.6dcd01c5d
#4948 Thanks @timleslie! - UpdatedmultiAdapterRunners().before()
to return acontext
object when usingsetupFromConfig()
.0cd5acb82
#5017 Thanks @timleslie! - Added anisVerbose
flag tocreateExpressServer
to allow it to be run silently during tests.Updated dependencies [
f4e4498c6
,f32316e6d
,1c5a39972
,687fd5ef0
,370c0ee62
,fdb9d9abb
,2655c0b1b
,6f985acc7
,4eb4753e4
,0cd5acb82
,562cccbe1
,24e0ef5b6
,f895a2671
,891cd490a
,ceab7dc69
,7ae67b857
,c8cf7fb1f
,d9c20ba66
,6469362a1
,5d565ea57
,00f19daee
,00f19daee
,a16d2cbff
,0f86e99bb
,880fd5f92
,f826f15c6
,5d565ea57
]:@keystone-next/[email protected]
Minor Changes
53b8b659f
#4907 Thanks @MurzNN! - Added float field type for keystone-nextPatch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,9a9276eb7
,370c0ee62
,2655c0b1b
,7b84c4066
,29e787983
,d9c20ba66
,0e265f6c1
,24e0ef5b6
,45ea93421
,6c949dbf2
,3ca5038a0
,bea9008f8
,c63e5d75c
,0f86e99bb
,5d565ea57
]:@keystone-next/[email protected]
Minor Changes
5d565ea57
#4892 Thanks @timleslie! - Added support for configuring the field to use forsearch
filtering via thesearchField
list adapter config option.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.00f19daee
#4890 Thanks @timleslie! - Fixed a query generation issue when two relationship fields shared the same name.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,891cd490a
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Minor Changes
5d565ea57
#4892 Thanks @timleslie! - Added support for configuring the field to use forsearch
filtering via thesearchField
list adapter config option.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,891cd490a
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Minor Changes
5d565ea57
#4892 Thanks @timleslie! - Added support for configuring the field to use forsearch
filtering via thesearchField
list adapter config option.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.f32316e6d
#4956 Thanks @mikestecker! - Fixed errors when using a schema path containing a space character.00f19daee
#4890 Thanks @timleslie! - Fixed a schema generation issue when two one-sided many-to-many relationships shared the same name.f826f15c6
#4984 Thanks @mitchellhamilton! - Fixed crash if the prisma client directory exists but the prisma schema doesn't.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,891cd490a
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Minor Changes
5d565ea57
#4892 Thanks @timleslie! - Added support for configuring the field to use forsearch
filtering via thedb: { searchField }
list config option.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.6f985acc7
#4861 Thanks @timleslie! - The functionsvalidate*AccessControl
no longer set default values for theauthentication
value. If you are calling these functions directly you will need to make sure you pass in a value forauthentication
. If you are not directly calling these functions then there are no changes required.4eb4753e4
#4865 Thanks @timleslie! - UpdatedvalidateAuthAccessControl
to now require an explicitoperation
argument.891cd490a
#4875 Thanks @timleslie! - Updated thevalidate*AccessControl
functions to take{ access, args: ... }
. Unless you are directly calling these functions no code changes are required.a16d2cbff
#5016 Thanks @timleslie! - Added explicit handling ofnull
values for relationship fields increate
andupdate
mutations.Updated dependencies [
f4e4498c6
,15b1132d2
,6f985acc7
,4eb4753e4
,891cd490a
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.3ca5038a0
#4856 Thanks @mitchellhamilton! - Stopped enabling lignatures with theoptimizeLegibility
prop inCore
@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,687fd5ef0
,2655c0b1b
,29e787983
,24e0ef5b6
,45ea93421
,6c949dbf2
,3ca5038a0
,bea9008f8
,0f86e99bb
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,9a9276eb7
,370c0ee62
,2655c0b1b
,29e787983
,d9c20ba66
,0e265f6c1
,24e0ef5b6
,45ea93421
,6c949dbf2
,3ca5038a0
,bea9008f8
,c63e5d75c
,0f86e99bb
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,15b1132d2
,6f985acc7
,4eb4753e4
,891cd490a
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.7b84c4066
#4979 Thanks @timleslie! - Pinned dependencyreact-day-picker
to8.0.0-beta.3
.Updated dependencies [
f4e4498c6
,f32316e6d
,15b1132d2
,6f985acc7
,4eb4753e4
,891cd490a
,5d565ea57
,00f19daee
,00f19daee
,f826f15c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,7b84c4066
,5d565ea57
,00f19daee
,00f19daee
,f826f15c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
,5d565ea57
,00f19daee
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,7b84c4066
,5d565ea57
,00f19daee
,00f19daee
,f826f15c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,7b84c4066
,5d565ea57
,00f19daee
,00f19daee
,f826f15c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,7b84c4066
,5d565ea57
,00f19daee
,00f19daee
,f826f15c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,7b84c4066
,5d565ea57
,00f19daee
,00f19daee
,f826f15c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,7b84c4066
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-next/[email protected]
Minor Changes
b1da7806c
#4922 Thanks @timleslie! - Added access control API docs.f4163a06d
#4838 Thanks @gwyneplaine! - Added anchoring and copy to clipboard functionality to headingsPatch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.2655c0b1b
#4866 Thanks @timleslie! - Added aconfig.ui.isDisabled
option to completely disable the Admin UI.f4163a06d
#4838 Thanks @gwyneplaine! - Remove backticks from headings in docs45d2b7cc9
#4925 Thanks @gwyneplaine! - Removed backticks from inline code blocks in mdx, and made minor styling changes.1f315bbfb
#4961 Thanks @timleslie! - Added docs for thefloat
field type.954083571
#4926 Thanks @gwyneplaine! - Added a favicon to @keystone-next/websiteUpdated dependencies [
f4e4498c6
,556c1f95f
,556c1f95f
,556c1f95f
,556c1f95f
,3ca5038a0
,d53eb872f
]:@keystone-next/[email protected]
Minor Changes
5d565ea57
#4892 Thanks @timleslie! - Added support for configuring the field to use forsearch
filtering via thedb: { searchField }
list config option.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.a16d2cbff
#5016 Thanks @timleslie! - Added explicit handling ofnull
values for relationship fields increate
andupdate
mutations.Updated dependencies [
f4e4498c6
,6dcd01c5d
,7ae67b857
,7b84c4066
,0cd5acb82
]:@keystone-next/[email protected]
Minor Changes
de3e98220
#4873 Thanks @timleslie! - Updated benchmark scripts to use the new keystone interfaces.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6dcd01c5d
,7ae67b857
,1c5a39972
,687fd5ef0
,370c0ee62
,fdb9d9abb
,2655c0b1b
,6f985acc7
,4eb4753e4
,7b84c4066
,0cd5acb82
,53b8b659f
,562cccbe1
,24e0ef5b6
,f895a2671
,891cd490a
,ceab7dc69
,7ae67b857
,c8cf7fb1f
,d9c20ba66
,6469362a1
,5d565ea57
,00f19daee
,a16d2cbff
,0f86e99bb
,880fd5f92
,5d565ea57
]:@keystone-next/[email protected]
Minor Changes
5d565ea57
#4892 Thanks @timleslie! - Added support for configuring the field to use forsearch
filtering via thedb: { searchField }
list config option.Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.@keystone-ui/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,3ca5038a0
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,9a9276eb7
,884129fa7
,03abbab48
,2674831cd
,370c0ee62
,9ea032828
,fdb9d9abb
,490d52c2f
,2655c0b1b
,685347911
,0cd5acb82
,53b8b659f
,2bf710177
,d9c20ba66
,562cccbe1
,0e265f6c1
,24e0ef5b6
,e6844dd95
,098ce08d7
,45ea93421
,f895a2671
,ceab7dc69
,7ae67b857
,c8cf7fb1f
,d9c20ba66
,6469362a1
,10852a174
,a00a382ff
,9f2409127
,c63e5d75c
,0f86e99bb
,880fd5f92
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,556c1f95f
,556c1f95f
,1c5a39972
,687fd5ef0
,9a9276eb7
,884129fa7
,03abbab48
,2674831cd
,370c0ee62
,556c1f95f
,9ea032828
,fdb9d9abb
,490d52c2f
,2655c0b1b
,685347911
,0cd5acb82
,53b8b659f
,556c1f95f
,2bf710177
,29e787983
,d9c20ba66
,562cccbe1
,0e265f6c1
,24e0ef5b6
,e6844dd95
,098ce08d7
,45ea93421
,f895a2671
,6c949dbf2
,ceab7dc69
,7ae67b857
,3ca5038a0
,c8cf7fb1f
,d9c20ba66
,6469362a1
,bea9008f8
,10852a174
,a00a382ff
,9f2409127
,c63e5d75c
,d53eb872f
,0f86e99bb
,880fd5f92
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,9a9276eb7
,884129fa7
,03abbab48
,2674831cd
,370c0ee62
,9ea032828
,fdb9d9abb
,490d52c2f
,2655c0b1b
,685347911
,0cd5acb82
,53b8b659f
,2bf710177
,29e787983
,d9c20ba66
,562cccbe1
,0e265f6c1
,24e0ef5b6
,e6844dd95
,098ce08d7
,45ea93421
,f895a2671
,6c949dbf2
,ceab7dc69
,7ae67b857
,c8cf7fb1f
,d9c20ba66
,6469362a1
,bea9008f8
,10852a174
,a00a382ff
,9f2409127
,c63e5d75c
,0f86e99bb
,880fd5f92
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,9a9276eb7
,884129fa7
,03abbab48
,2674831cd
,370c0ee62
,9ea032828
,fdb9d9abb
,490d52c2f
,2655c0b1b
,685347911
,0cd5acb82
,53b8b659f
,2bf710177
,29e787983
,d9c20ba66
,562cccbe1
,0e265f6c1
,24e0ef5b6
,e6844dd95
,098ce08d7
,45ea93421
,f895a2671
,6c949dbf2
,ceab7dc69
,7ae67b857
,c8cf7fb1f
,d9c20ba66
,6469362a1
,bea9008f8
,10852a174
,a00a382ff
,9f2409127
,c63e5d75c
,0f86e99bb
,880fd5f92
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,1c5a39972
,687fd5ef0
,9a9276eb7
,884129fa7
,03abbab48
,2674831cd
,370c0ee62
,9ea032828
,fdb9d9abb
,490d52c2f
,2655c0b1b
,685347911
,0cd5acb82
,53b8b659f
,2bf710177
,d9c20ba66
,562cccbe1
,0e265f6c1
,24e0ef5b6
,e6844dd95
,098ce08d7
,45ea93421
,f895a2671
,ceab7dc69
,7ae67b857
,c8cf7fb1f
,d9c20ba66
,6469362a1
,10852a174
,a00a382ff
,9f2409127
,c63e5d75c
,0f86e99bb
,880fd5f92
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,00f19daee
,a16d2cbff
,5d565ea57
]:[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,5d565ea57
,00f19daee
,00f19daee
,f826f15c6
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,a16d2cbff
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,00f19daee
,a16d2cbff
,f826f15c6
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,00f19daee
,a16d2cbff
,f826f15c6
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,00f19daee
,a16d2cbff
,f826f15c6
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,00f19daee
,a16d2cbff
,f826f15c6
,5d565ea57
]:@keystone-next/[email protected]
Patch Changes
f4e4498c6
#5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.Updated dependencies [
f4e4498c6
,f32316e6d
,6f985acc7
,4eb4753e4
,7b84c4066
,891cd490a
,5d565ea57
,00f19daee
,a16d2cbff
,f826f15c6
,5d565ea57
]: