Skip to content
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 1 commit into from
Mar 5, 2021
Merged

Version Packages #4837

merged 1 commit into from
Mar 5, 2021

Conversation

keystonejs-release-bot
Copy link
Collaborator

@keystonejs-release-bot keystonejs-release-bot commented Feb 15, 2021

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 access

  • 370c0ee62 #4867 Thanks @timleslie! - Removed generation of compiled configuration file from generateAdminUI. This is now handled by the keystone-next build command directly.

  • d9c20ba66 #4832 Thanks @timleslie! - createAdminUIServer now takes a sessionStrategy argument rather than a sessionImplementation argument.

  • c63e5d75c #4857 Thanks @mitchellhamilton! - Removed all syntax that is not ES5 + ES Modules in the generated Admin UI pages.

Patch Changes

@keystone-next/[email protected]

Major Changes

  • 03abbab48 #4986 Thanks @timleslie! - Simplified createAuth() to only return { withAuth }.

  • 9ea032828 #4968 Thanks @timleslie! - Removed gqlSuffix config option from createAuth().

  • 490d52c2f #4985 Thanks @timleslie! - Removed protectIdentities from the createAuth arguments. The behaviour is now the same as having protectIdentities: true.

  • 098ce08d7 #4987 Thanks @timleslie! - The passwordReset* fields and magicAuth* fields are only added to the system if passwordResetLink and magicAuthLink respectively are set.

  • a00a382ff #4965 Thanks @timleslie! - Fixed a bug when using passwordResetLink with a secretField other than 'password'. If you used a secretField 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! - Added context argument to sendToken function used by passwordResetLink and magicAuthLink.

Patch Changes

@keystone-next/[email protected]

Major Changes

Minor Changes

Patch Changes

@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 access

  • 562cccbe1 #4935 Thanks @timleslie! - Removed itemId from FieldAccessArgs and no longer pass this value into field level imperative access control rules.

  • 24e0ef5b6 #4945 Thanks @timleslie! - Removed the context argument from KeystoneContext.graphql.raw and KeystoneContext.graphql.run.

  • d9c20ba66 #4832 Thanks @timleslie! - Replaced the function implementSession with createSessionContext.

  • 6469362a1 #4936 Thanks @timleslie! - Removed itemIds from FieldAccessArgs and no longer pass this value into field level imperative access control rules.

  • 0f86e99bb #4839 Thanks @timleslie! - Removed context.graphql.createContext from KeystoneContext.

Minor Changes

  • 2655c0b1b #4866 Thanks @timleslie! - Added a config.ui.isDisabled option to completely disable the Admin UI.

  • 0cd5acb82 #5017 Thanks @timleslie! - Added an isVerbose flag to createExpressServer 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 the createExpressServer function to support running isolated unit tests against the GraphQL API.

  • 880fd5f92 #4951 Thanks @yannick1691! - Added domain option to session options for cookies.

Patch Changes

@keystone-next/[email protected]

Major Changes

Minor Changes

Patch Changes

  • f4e4498c6 #5018 Thanks @bladey! - Updated legacy packages to the @keystone-next namespace.

  • 687fd5ef0 #4835 Thanks @timleslie! - Removed the unused connect and disconnect properties of SessionStrategy.

  • 29e787983 #4905 Thanks @gautamsi! - Fixed typing for afterDelete or beforeDelete hooks. Also added type for updatedItem in the afterChange or beforeChange hook

  • 45ea93421 #4810 Thanks @mitchellhamilton! - Replaced usage of React.ComponentType with more accurate types that do not automatically add children prop.

  • 6c949dbf2 #4942 Thanks @timleslie! - Refactored KeystoneContext definition to make documentation easier. No functional changes.

@keystone-next/[email protected]

Major Changes

  • 6f985acc7 #4861 Thanks @timleslie! - The functions validate*AccessControl no longer set default values for the authentication value. If you are calling these functions directly you will need to make sure you pass in a value for authentication. If you are not directly calling these functions then there are no changes required.

  • 4eb4753e4 #4865 Thanks @timleslie! - Updated validateAuthAccessControl to now require an explicit operation argument.

  • 891cd490a #4875 Thanks @timleslie! - Updated the validate*AccessControl functions to take { access, args: ... }. Unless you are directly calling these functions no code changes are required.

Patch Changes

@keystone-next/[email protected]

Major Changes

Patch Changes

@keystone-next/[email protected]

Minor Changes

Patch Changes

@keystone-next/[email protected]

Minor Changes

  • 5d565ea57 #4892 Thanks @timleslie! - Added support for configuring the field to use for search filtering via the searchField list adapter config option.

Patch Changes

@keystone-next/[email protected]

Minor Changes

  • 5d565ea57 #4892 Thanks @timleslie! - Added support for configuring the field to use for search filtering via the searchField list adapter config option.

Patch Changes

@keystone-next/[email protected]

Minor Changes

  • 5d565ea57 #4892 Thanks @timleslie! - Added support for configuring the field to use for search filtering via the searchField list adapter config option.

Patch Changes

@keystone-next/[email protected]

Minor Changes

  • 5d565ea57 #4892 Thanks @timleslie! - Added support for configuring the field to use for search filtering via the db: { searchField } list config option.

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Minor Changes

Patch Changes

@keystone-next/[email protected]

Minor Changes

  • 5d565ea57 #4892 Thanks @timleslie! - Added support for configuring the field to use for search filtering via the db: { searchField } list config option.

Patch Changes

@keystone-next/[email protected]

Minor Changes

Patch Changes

@keystone-next/[email protected]

Minor Changes

  • 5d565ea57 #4892 Thanks @timleslie! - Added support for configuring the field to use for search filtering via the db: { searchField } list config option.

Patch Changes

@keystone-ui/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@vercel
Copy link

vercel bot commented Feb 15, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/keystonejs/keystone-next-docs/6er1ArHpJU3j4H4G18LkX7WrUc48
✅ Preview: https://keystone-next-docs-git-changeset-release-master-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview February 15, 2021 02:31 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 04:53 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 05:06 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 05:28 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 05:41 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 08:03 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 08:38 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 09:41 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 20:56 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 21:36 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 21:57 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 22:16 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 22:42 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 23:00 Inactive
@vercel vercel bot temporarily deployed to Preview February 15, 2021 23:19 Inactive
@vercel vercel bot temporarily deployed to Preview March 3, 2021 01:15 Inactive
@vercel vercel bot temporarily deployed to Preview March 3, 2021 01:32 Inactive
@vercel vercel bot temporarily deployed to Preview March 3, 2021 02:11 Inactive
@vercel vercel bot temporarily deployed to Preview March 3, 2021 02:52 Inactive
@vercel vercel bot temporarily deployed to Preview March 3, 2021 04:04 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 03:16 Inactive
@vercel vercel bot temporarily deployed to Preview March 4, 2021 03:30 Inactive
@gautamsi
Copy link
Member

gautamsi commented Mar 4, 2021

Its been long, when do we expect release of this?

@vercel vercel bot temporarily deployed to Preview March 4, 2021 05:37 Inactive
@vercel vercel bot temporarily deployed to Preview March 5, 2021 00:04 Inactive
@vercel vercel bot temporarily deployed to Preview March 5, 2021 00:20 Inactive
@vercel vercel bot temporarily deployed to Preview March 5, 2021 00:36 Inactive
@vercel vercel bot temporarily deployed to Preview March 5, 2021 00:48 Inactive
@bladey bladey merged commit bfc9667 into master Mar 5, 2021
@bladey bladey deleted the changeset-release/master branch March 5, 2021 02:12
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants