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 #5190

Merged
merged 1 commit into from
Mar 30, 2021
Merged

Version Packages #5190

merged 1 commit into from
Mar 30, 2021

Conversation

keystonejs-release-bot
Copy link
Collaborator

@keystonejs-release-bot keystonejs-release-bot commented Mar 23, 2021

What's New

Goodbye legacy code 👋 🌇

We removed a few legacy items including:

  • Field types CalendarDay, DateTime, Slug, Url, and Uuid.
  • Arguments cookieSecret, cookie, and sessionStore from the Keystone constructor.
  • Arguments schemaName, schemaNames, keystoneOptions, and graphqlOptions were unused and have been removed from the setupServer() function (which we also removed).

Improved select field type 🔽

It now uses the correct underlying type, which lets you make use of { dataType: 'enum' } and { dataType: 'integer'}.

Squashed bugs 🐛

We fixed a bug that existed in updateMany on lists with declarative access control.

Enjoying Keystone?

Star this repo 🌟 ☝️ or connect to Keystone on Twitter and in Slack.


Releases

@keystone-next/[email protected]

Major Changes

Patch Changes

@keystone-next/[email protected]

Major Changes

  • #5192 9e78d8818 Thanks @timleslie! - Removed views export, which was used to provide functionality to the legacy Admin UI.

Patch Changes

@keystone-next/[email protected]

Major Changes

  • #5244 0e1487385 Thanks @timleslie! - Removed the legacy arguments adminDoc and adminConfig, and the method extendAdminMeta.

  • #5193 eb39fa37d Thanks @timleslie! - Removed views export, which was used to provide functionality to the legacy Admin UI.

Patch Changes

@keystone-next/[email protected]

Major Changes

  • #5192 9e78d8818 Thanks @timleslie! - Removed views export, which was used to provide functionality to the legacy Admin UI.

Patch Changes

@keystone-next/[email protected]

Major Changes

@keystone-next/[email protected]

Major Changes

Patch Changes

@keystone-next/[email protected]

Major Changes

Minor Changes

Patch Changes

@keystone-next/[email protected]

Major Changes

Patch Changes

@keystone-next/[email protected]

Major Changes

@keystone-next/[email protected]

Minor Changes

  • #5217 da900777a Thanks @timleslie! - select field type now uses the correct underlying type, allowing the use of { dataType: 'enum' } and { dataType: 'integer'}.

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]

Major Changes

  • #5230 673b21a0d Thanks @timleslie! - Updated project to use prisma_sqlite rather than mongoose as the database adapter if DATABASSE_URL is not provided.

Patch Changes

@keystone-next/[email protected]

Major Changes

  • #5230 673b21a0d Thanks @timleslie! - Updated project to use prisma_sqlite rather than mongoose as the database adapter if DATABASSE_URL is not provided.

Patch Changes

@keystone-next/[email protected]

Major Changes

  • #5230 673b21a0d Thanks @timleslie! - Updated project to use prisma_sqlite rather than mongoose as the database adapter if DATABASSE_URL is not provided.

Patch Changes

@keystone-next/[email protected]

Major Changes

  • #5230 673b21a0d Thanks @timleslie! - Updated project to use prisma_sqlite rather than mongoose as the database adapter if DATABASSE_URL is not provided.

Patch Changes

@keystone-next/[email protected]

Patch Changes

@keystone-next/[email protected]

Patch Changes

@vercel
Copy link

vercel bot commented Mar 23, 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/7rDtwEb6AuNMBZrWAK1FPLHaZeqy
✅ Preview: https://keystone-next-docs-git-changeset-release-master-keystonejs.vercel.app

@vercel vercel bot temporarily deployed to Preview March 23, 2021 02:12 Inactive
@codesandbox-ci
Copy link

codesandbox-ci bot commented Mar 23, 2021

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.

Latest deployment of this branch, based on commit a4c1d7e:

Sandbox Source
@keystone-next/example-sandbox Configuration

@vercel vercel bot temporarily deployed to Preview March 23, 2021 04:09 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 04:53 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 05:02 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 05:19 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 05:55 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 06:19 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 06:32 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 21:33 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 21:46 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 22:22 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 22:35 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 22:53 Inactive
@vercel vercel bot temporarily deployed to Preview March 23, 2021 23:46 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 04:55 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 05:01 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 05:30 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 06:18 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 20:56 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 21:31 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 22:31 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 22:41 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 22:48 Inactive
@vercel vercel bot temporarily deployed to Preview March 29, 2021 23:01 Inactive
@vercel vercel bot temporarily deployed to Preview March 30, 2021 00:15 Inactive
Copy link
Contributor

@timleslie timleslie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@timleslie timleslie merged commit beba2a1 into master Mar 30, 2021
@timleslie timleslie deleted the changeset-release/master branch March 30, 2021 01:00
@bladey bladey changed the title Version Packages ✨ Release - 30th March 2021 May 7, 2021
@bladey bladey changed the title ✨ Release - 30th March 2021 Version Packages May 12, 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