Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
@keystonejs/[email protected]
Major Changes
babed628
#2862 Thanks @Vultraz! - Updated dependenciesknex
from.0.20.6
to0.21.1
andpg
from7.17.0
to8.0.3
.Minor Changes
9bad0e5f
#2660 Thanks @Vultraz! - Added newsortBy
query argument.Each list now has an additional
Sort<List>By
enum type that represents the valid sorting options for all orderable fields in the list.sortBy
takes one or more of these enum types, allowing for multi-field/column sorting.Patch Changes
12126788
,e0e3e30a
,c8e52f3b
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,da1359df
,9bad0e5f
]:@keystonejs/[email protected]
Major Changes
12126788
#2893 Thanks @timleslie! - Added a methodKeystone.getAdminViews({ schemaName })
which returns the views for the Admin UI.List.getAdminMeta()
no longer returns aviews
values.08087998
#2881 Thanks @timleslie! - The default function in@keystonejs/field-views-loader
now takes{ pages, hooks, listViews }
rather than{ adminMeta }
.AdminUIApp
now has a method.getAdminViews({ keystone, includeLists })
which returns these values.AdminUIApp.createDevMiddleware
now takes{ adminMeta, keystone }
as arguments.These changes will only effect users who may have explicitly been using the
@keystone/fields-views-loader
packages or.createDevMiddleware()
.fcb9f2c1
#2886 Thanks @timleslie! - RemovedAdminUIApp.createSessionMiddleware()
. No need to take an action if you were explicitly using this method.d8584765
#2906 Thanks @timleslie! - RemovedController.adminMeta
in favour of explicit values for.readViews
,.preloadViews
,.getListByKey
,.adminPath
, and.authStrategy
.9a94cee8
#2869 Thanks @timleslie! - Removed the methodAdminUIApp.getAdminMeta()
in favour of the more completeAdminUIApp.getAdminUIMeta(keystone)
.Minor Changes
4d3efe0f
#2827 Thanks @Vultraz! - Refactored the internal handling of list data fetching. This resolves two issues:72e0a4e1
#2895 Thanks @Vultraz! - The baseFieldController
class no longer takes the owning list as a second argument.6e507838
#2890 Thanks @Vultraz! - Refactored the Unsplash content block to use Apollo query hooks.bcf03a7f
#2873 Thanks @Vultraz! - Cleaned up CreateItemModal implementation. The component is no longer passed to field views and should be imported from the @keystonejs/app-admin-ui package instead.Patch Changes
c506dfa8
#2894 Thanks @timleslie! - Removed unused prop passed toItemDetails
.5e20df81
#2871 Thanks @Vultraz! - RefactoredUpdateManyModal
component.a1c9c372
#2830 Thanks @Vultraz! - Cleaned up and simplified ApolloClient initialization. Thecross-fetch
dependency was also updated to 3.0.4.04dffb3c
#2904 Thanks @Nikodermus! - Revert change in CSS importbfa3a287
#2874 Thanks @Vultraz! - Cleaned up duplicated and/or unnecessary list config data.d639624d
#2801 Thanks @Vultraz! - Converted ResizeHandler and ScrollQuery components to custom hooks.3e9bfb85
#2911 Thanks @Vultraz! - Revamped Sign In page design to better match Sign Out page.3cd5f205
#2892 Thanks @timleslie! - Refactored internals for readability.6c19f04c
#2910 Thanks @tomasztunik! - Fixed reading ofAnimateHeight
node height which because of the rounding-down nature ofscrollHeight
property value could sometimes cause scrollbar to be present in the filter popout.Provided correct value for
AnimateHeight
css transition property's disabled state.547fd837
#2891 Thanks @timleslie! - Refactored internals of AdminUIApp, no functional changes.2a1e4f49
#2901 Thanks @Vultraz! - Fixed Admin UI sometimes using the wrong auth mutation name.405d0ae1
#2917 Thanks @timleslie! - Refactored internals, no functional changes.121cb02d
#2896 Thanks @timleslie! - Internal refactor, no functional changes.e2800875
#2897 Thanks @Vultraz! - Elevated isOrderable, isRequired, and adminDoc keys to direct FieldController properties.1ca8951c
#2908 Thanks @timleslie! - Added a.fullPath
attribute to theList
controller which includes theadminPath
.Updated dependencies [
72e0a4e1
,e0e3e30a
,5ec4e5d5
,6e507838
,08087998
,9e2e0071
,0fbc5b98
,e3d46ce4
,d8584765
,5d1efd48
,da1359df
,285026a0
,d4811b02
,216e6dec
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Major Changes
d8584765
#2906 Thanks @timleslie! - RemovedController.adminMeta
in favour of explicit values for.readViews
,.preloadViews
,.getListByKey
,.adminPath
, and.authStrategy
.Patch Changes
285026a0
#2916 Thanks @Vultraz! - Cleaned up handling of defaultValue in field controllers.Updated dependencies [
72e0a4e1
,e0e3e30a
,5ec4e5d5
,6e507838
,9e2e0071
,e3d46ce4
,d8584765
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Major Changes
08087998
#2881 Thanks @timleslie! - The default function in@keystonejs/field-views-loader
now takes{ pages, hooks, listViews }
rather than{ adminMeta }
.AdminUIApp
now has a method.getAdminViews({ keystone, includeLists })
which returns these values.AdminUIApp.createDevMiddleware
now takes{ adminMeta, keystone }
as arguments.These changes will only effect users who may have explicitly been using the
@keystone/fields-views-loader
packages or.createDevMiddleware()
.Patch Changes
5d1efd48
#2918 Thanks @timleslie! - Upgradedloader-utils
to2.0.0
.@keystonejs/[email protected]
Major Changes
d8584765
#2906 Thanks @timleslie! - RemovedController.adminMeta
in favour of explicit values for.readViews
,.preloadViews
,.getListByKey
,.adminPath
, and.authStrategy
.Minor Changes
72e0a4e1
#2895 Thanks @Vultraz! - The baseFieldController
class no longer takes the owning list as a second argument.6e507838
#2890 Thanks @Vultraz! - Refactored the Unsplash content block to use Apollo query hooks.e2800875
#2897 Thanks @Vultraz! - Elevated isOrderable, isRequired, and adminDoc keys to direct FieldController properties.bcf03a7f
#2873 Thanks @Vultraz! - Cleaned up CreateItemModal implementation. The component is no longer passed to field views and should be imported from the @keystonejs/app-admin-ui package instead.Patch Changes
5ec4e5d5
#2915 Thanks @timleslie! - Updated website related dependencies.e3d46ce4
#2919 Thanks @Vultraz! - Made handling of field-specific config options more consistent.285026a0
#2916 Thanks @Vultraz! - Cleaned up handling of defaultValue in field controllers.d4811b02
#2708 Thanks @Vultraz! - Some minor cleanup to the file field:route
anddirectory
config options.originalFilename
to the admin meta query.originalFilename
andencoding
to the Mongoose schema.60e2c7eb
#2865 Thanks @Vultraz! - Fixed a bunch more duplicate field class names (no functional changes).99da34a8
#2887 Thanks @timleslie! - Updated views to make use of thegetRefList()
method of the relationship field controller.e765ad20
#2866 Thanks @Vultraz! - Updated mongodb and mongoose dependencies to latest version.d7eb2601
#2832 Thanks @Vultraz! - Added horizontal padding to Select field filter dropdown.Updated dependencies [
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,d8584765
,405d0ae1
,ddd6b435
,121cb02d
,285026a0
,babed628
,216e6dec
,e2800875
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Major Changes
12126788
#2893 Thanks @timleslie! - Added a methodKeystone.getAdminViews({ schemaName })
which returns the views for the Admin UI.List.getAdminMeta()
no longer returns aviews
values.b5c44934
#2903 Thanks @Vultraz! - Fixed several access control input issues:itemIds
is now properly set in list-level updateMany mutation checks. Previously this data was incorrectly assigned toitemId
which is nowundefined
in list-level checks.itemIds
is now set in field-level updateMany mutation checks (previouslyundefined
).itemId
is now set in field-level updateMany mutation checks (previouslyundefined
). This is the ID of the item currently being checked.itemId
is now properly set in field-level updateSingle mutation checks (previouslyundefined
).gqlName
properly set (previouslyundefined
).0fbc5b98
#2882 Thanks @Vultraz! - ThecookieSecret
option no longer defaults to a static value. It is now required in production mode. In development mode, if undefined, a random new value is generated each time the server is started.da1359df
#2861 Thanks @timleslie! - Moved the cookie configuration from individual options to an object which is passed directly to the express-session middleware.Previously you could only set
secure
andmaxAge
viasecureCookies
andcookieMaxAge
.These options have been removed.
You can now set a config option called
cookie
which can containsecure
andmaxAge
, as well asdomain
,expires
,httpOnly
,path
andsameSite
.The
sameSite
option is now explicitly defaulted tofalse
.See the express-session middleware docs for more details on these options..
Default
Minor Changes
9bad0e5f
#2660 Thanks @Vultraz! - Added newsortBy
query argument.Each list now has an additional
Sort<List>By
enum type that represents the valid sorting options for all orderable fields in the list.sortBy
takes one or more of these enum types, allowing for multi-field/column sorting.Patch Changes
e0e3e30a
#2697 Thanks @Vultraz! - Converted some stray promise chains to async/await.c8e52f3b
#2907 Thanks @Vultraz! - Included id fields in the _ksListsMeta schema query.2a1e4f49
#2901 Thanks @Vultraz! - Fixed Admin UI sometimes using the wrong auth mutation name.9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.Updated dependencies [
72e0a4e1
,e0e3e30a
,5ec4e5d5
,6e507838
,0fbc5b98
,e3d46ce4
,d8584765
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Major Changes
0fbc5b98
#2882 Thanks @Vultraz! - ThecookieSecret
option no longer defaults to a static value. It is now required in production mode. In development mode, if undefined, a random new value is generated each time the server is started.da1359df
#2861 Thanks @timleslie! - Moved the cookie configuration from individual options to an object which is passed directly to the express-session middleware.Previously you could only set
secure
andmaxAge
viasecureCookies
andcookieMaxAge
.These options have been removed.
You can now set a config option called
cookie
which can containsecure
andmaxAge
, as well asdomain
,expires
,httpOnly
,path
andsameSite
.The
sameSite
option is now explicitly defaulted tofalse
.See the express-session middleware docs for more details on these options..
Default
@keystonejs/[email protected]
Minor Changes
9bad0e5f
#2660 Thanks @Vultraz! - Added newsortBy
query argument.Each list now has an additional
Sort<List>By
enum type that represents the valid sorting options for all orderable fields in the list.sortBy
takes one or more of these enum types, allowing for multi-field/column sorting.Patch Changes
e765ad20
#2866 Thanks @Vultraz! - Updated mongodb and mongoose dependencies to latest version.Updated dependencies [
12126788
,e0e3e30a
,c8e52f3b
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,da1359df
,60e2c7eb
,9bad0e5f
,e765ad20
]:@keystonejs/[email protected]
Minor Changes
9bad0e5f
#2660 Thanks @Vultraz! - Added newsortBy
query argument.Each list now has an additional
Sort<List>By
enum type that represents the valid sorting options for all orderable fields in the list.sortBy
takes one or more of these enum types, allowing for multi-field/column sorting.Patch Changes
e765ad20
#2866 Thanks @Vultraz! - Updated mongodb and mongoose dependencies to latest version.Updated dependencies [
e0e3e30a
]:@keystonejs/[email protected]
Patch Changes
e0e3e30a
,0fbc5b98
,da1359df
]:@keystonejs/[email protected]
Patch Changes
e0e3e30a
,0fbc5b98
,da1359df
]:@arch-ui/[email protected]
Patch Changes
5ec4e5d5
#2915 Thanks @timleslie! - Updated website related dependencies.@arch-ui/[email protected]
Patch Changes
d7eb2601
#2832 Thanks @Vultraz! - Added horizontal padding to Select field filter dropdown.@arch-ui/[email protected]
Patch Changes
216e6dec
#2831 Thanks @Vultraz! - Reimplemented Popup component with react-popper.@keystonejs/[email protected]
Patch Changes
72e0a4e1
,5ec4e5d5
,6e507838
,0fbc5b98
,e3d46ce4
,d8584765
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
2a1e4f49
#2901 Thanks @Vultraz! - Fixed Admin UI sometimes using the wrong auth mutation name.Updated dependencies [
72e0a4e1
,5ec4e5d5
,6e507838
,0fbc5b98
,e3d46ce4
,d8584765
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.[email protected]
Patch Changes
babed628
,9bad0e5f
,e765ad20
]:@keystonejs/[email protected]
Patch Changes
9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.@keystonejs/[email protected]
Patch Changes
72e0a4e1
,5ec4e5d5
,6e507838
,e3d46ce4
,d8584765
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
e3d46ce4
#2919 Thanks @Vultraz! - Made handling of field-specific config options more consistent.Updated dependencies [
72e0a4e1
,5ec4e5d5
,6e507838
,e3d46ce4
,d8584765
,285026a0
,babed628
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
fd827f46
#2884 Thanks @Rahien! - Fixed an issue with filtering by null values.Updated dependencies [
72e0a4e1
,5ec4e5d5
,6e507838
,e3d46ce4
,d8584765
,285026a0
,babed628
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
72e0a4e1
,5ec4e5d5
,6e507838
,9e2e0071
,e3d46ce4
,d8584765
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
60e2c7eb
#2865 Thanks @Vultraz! - Fixed a bunch more duplicate field class names (no functional changes).Updated dependencies [
72e0a4e1
,5ec4e5d5
,6e507838
,9e2e0071
,e3d46ce4
,d8584765
,285026a0
,babed628
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
72e0a4e1
,5ec4e5d5
,6e507838
,9e2e0071
,e3d46ce4
,d8584765
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
c3270e50
#2837 Thanks @gautamsi! - Tweaked hooks and utility function.composeResolveInput
utility function tocomposeHook
to indicate right use by name, this can also be used in other hook type and not justresolveInput
hook.operation
param to hook for detecting if this iscreate
orupdate
operation instead of existingItem beingundefined
.72e0a4e1
,5ec4e5d5
,6e507838
,e3d46ce4
,d8584765
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
ddd6b435
#2889 Thanks @timleslie! - Explicitly setcookieSecret
inKeystone
objects to prevent warnings.Updated dependencies [
12126788
,e0e3e30a
,c8e52f3b
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,da1359df
,babed628
,9bad0e5f
,e765ad20
]:@keystonejs/[email protected]
Patch Changes
e0e3e30a
#2697 Thanks @Vultraz! - Converted some stray promise chains to async/await.@keystonejs/[email protected]
Patch Changes
72e0a4e1
,12126788
,e0e3e30a
,5ec4e5d5
,6e507838
,c8e52f3b
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,ddd6b435
,da1359df
,285026a0
,babed628
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
72e0a4e1
,12126788
,e0e3e30a
,5ec4e5d5
,6e507838
,c8e52f3b
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,ddd6b435
,da1359df
,285026a0
,babed628
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,bcf03a7f
,e765ad20
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
e3d46ce4
#2919 Thanks @Vultraz! - Made handling of field-specific config options more consistent.572c6a61
#2883 Thanks @Vultraz! - Used new FieldDescription syntax.e2800875
#2897 Thanks @Vultraz! - Elevated isOrderable, isRequired, and adminDoc keys to direct FieldController properties.60e2c7eb
#2865 Thanks @Vultraz! - Fixed a bunch more duplicate field class names (no functional changes).Updated dependencies [
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@arch-ui/[email protected]
Patch Changes
216e6dec
]:@keystonejs/[email protected]
Patch Changes
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,d8584765
,405d0ae1
,121cb02d
,da1359df
,e2800875
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
]:@keystonejs/[email protected]
Patch Changes
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.0fbc5b98
#2882 Thanks @Vultraz! - ThecookieSecret
option no longer defaults to a static value. It is now required in production mode. In development mode, if undefined, a random new value is generated each time the server is started.Updated dependencies [
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.0fbc5b98
#2882 Thanks @Vultraz! - ThecookieSecret
option no longer defaults to a static value. It is now required in production mode. In development mode, if undefined, a random new value is generated each time the server is started.e3d46ce4
#2919 Thanks @Vultraz! - Made handling of field-specific config options more consistent.Updated dependencies [
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.0fbc5b98
#2882 Thanks @Vultraz! - ThecookieSecret
option no longer defaults to a static value. It is now required in production mode. In development mode, if undefined, a random new value is generated each time the server is started.Updated dependencies [
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
3e9bfb85
#2911 Thanks @Vultraz! - Revamped Sign In page design to better match Sign Out page.9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.0fbc5b98
#2882 Thanks @Vultraz! - ThecookieSecret
option no longer defaults to a static value. It is now required in production mode. In development mode, if undefined, a random new value is generated each time the server is started.Updated dependencies [
c3270e50
,4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
9e2e0071
#2853 Thanks @timleslie! - Upgraded dev dependencies.Updated dependencies [
4d3efe0f
,c506dfa8
,72e0a4e1
,5e20df81
,a1c9c372
,04dffb3c
,bfa3a287
,12126788
,d639624d
,e0e3e30a
,3e9bfb85
,5ec4e5d5
,6e507838
,c8e52f3b
,3cd5f205
,08087998
,6c19f04c
,fcb9f2c1
,547fd837
,2a1e4f49
,9e2e0071
,b5c44934
,0fbc5b98
,e3d46ce4
,d8584765
,405d0ae1
,121cb02d
,da1359df
,285026a0
,d4811b02
,e2800875
,60e2c7eb
,99da34a8
,9bad0e5f
,9a94cee8
,bcf03a7f
,e765ad20
,1ca8951c
,d7eb2601
]:@keystonejs/[email protected]
Patch Changes
5ec4e5d5
#2915 Thanks @timleslie! - Updated website related dependencies.