-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into consume-field-hooks
- Loading branch information
Showing
280 changed files
with
7,683 additions
and
4,931 deletions.
There are no files selected for viewing
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 file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@keystonejs/build-field-types': patch | ||
--- | ||
|
||
Upgraded to latest `jest` packages. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'@keystonejs/keystone': patch | ||
--- | ||
Made sure `createRelationships` function in `relationship-utils.js` uses the correct relatedListKey by splitting out possible field name; | ||
|
||
This fixes an issue where createItems throws an Error when using Lists Back References. | ||
Fixes #2360 |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
'@keystonejs/demo-project-blog': patch | ||
'@keystonejs/demo-project-meetup': patch | ||
'@keystonejs/demo-project-todo': patch | ||
'create-keystone-app': patch | ||
'@keystonejs/cypress-project-access-control': patch | ||
'@keystonejs/cypress-project-basic': patch | ||
'@keystonejs/cypress-project-client-validation': patch | ||
'@keystonejs/cypress-project-login': patch | ||
--- | ||
|
||
Update `cross-env` dependency to 7.0.0. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
'@keystonejs/mongo-join-builder': patch | ||
'@keystonejs/test-utils': patch | ||
--- | ||
|
||
Updated `mongodb` dependency to 3.5.3 and `mongodb-memory-server` dependency to 6.2.4. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@keystonejs/fields': patch | ||
--- | ||
|
||
Fixed invalid argument dereference in Virtual Field |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
'@keystonejs/apollo-helpers': patch | ||
'@keystonejs/app-admin-ui': patch | ||
'@arch-ui/badge': patch | ||
'@arch-ui/button': patch | ||
'@arch-ui/card': patch | ||
'@arch-ui/confirm': patch | ||
'@arch-ui/controls': patch | ||
'@arch-ui/day-picker': patch | ||
'@arch-ui/dialog': patch | ||
'@arch-ui/drawer': patch | ||
'@arch-ui/dropdown': patch | ||
'@arch-ui/fields': patch | ||
'@arch-ui/filters': patch | ||
'@arch-ui/hooks': patch | ||
'@arch-ui/icons': patch | ||
'@arch-ui/input': patch | ||
'@arch-ui/layout': patch | ||
'@arch-ui/loading': patch | ||
'@arch-ui/lozenge': patch | ||
'@arch-ui/modal-utils': patch | ||
'@arch-ui/navbar': patch | ||
'@arch-ui/options': patch | ||
'@arch-ui/pagination': patch | ||
'@arch-ui/pill': patch | ||
'@arch-ui/popout': patch | ||
'@arch-ui/select': patch | ||
'@arch-ui/theme': patch | ||
'@arch-ui/tooltip': patch | ||
'@arch-ui/typography': patch | ||
'@keystonejs/build-field-types': patch | ||
'@keystonejs/field-content': patch | ||
'@keystonejs/fields-auto-increment': patch | ||
'@keystonejs/fields-datetime-utc': patch | ||
'@keystonejs/fields-markdown': patch | ||
'@keystonejs/fields-mongoid': patch | ||
'@keystonejs/fields-wysiwyg-tinymce': patch | ||
'@keystonejs/fields': patch | ||
'@keystonejs/oembed-adapters': patch | ||
'@keystonejs/utils': patch | ||
--- | ||
|
||
Updated `@babel/*` dependency packages to latest versions. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
'@keystonejs/app-admin-ui': patch | ||
--- | ||
|
||
Cleaned up a few React hook-related things: | ||
- Replaced custom `useRouter` hook with official `react-router` hooks. | ||
- Removed `withAdminMeta` HOC. | ||
- Added a `useKeyboardManager` hook. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'create-keystone-app': patch | ||
--- | ||
|
||
Upgraded to latest `cfonts` version. |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@keystonejs/fields': patch | ||
--- | ||
|
||
Converted most field React components to functional ones. |
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 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 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 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
Oops, something went wrong.