Skip to content

✨ 30th March 2021

Compare
Choose a tag to compare
@bladey bladey released this 12 May 03:17
beba2a1

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.


View verbose release notes

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