Skip to content

Commit

Permalink
Small text updates to the 2021-06-15 release notes (#5912)
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson authored Jun 15, 2021
1 parent 475210a commit 0a60735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/releases/2021-06-15.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ After months of work deep in the codebase, it’ll be much easier for us to ship

## New Core 🤖

The core of Keystone has been re-implemented to make implementing fields and new features in Keystone easier. While the observable changes for most users should be minimal, there could be breakage 🤖.
The core of Keystone has been re-implemented to make building fields and new features in Keystone easier. While the observable changes for most users should be minimal, there could be breakage 🤖.

⚠️ If you implemented a custom field type, you will need to change it to the new API, see fields in the `@keystone-next/fields` [package](https://github.com/keystonejs/keystone/tree/master/packages-next/fields) for inspiration on how to do this.

Expand Down Expand Up @@ -69,7 +69,7 @@ The name of one-to-one and one-to-many relationships has also changed to include

⚠️ Note that these changes do **not require a migration**, only your `schema.prisma` file will need to be updated with `keystone-next dev` or `keystone-next postinstall --fix`.

## Text and integer filtering 🌈
## Text and integer filtering 🪡

A long awaited feature, you can now find an item by a unique field! Filtering now works for `text` and `integer` fields that have `isUnique: true` set, for example:

Expand Down

1 comment on commit 0a60735

@vercel
Copy link

@vercel vercel bot commented on 0a60735 Jun 15, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.