James
93acea9d7f
chore: ensures when array / block rows are added, new row count is properly calculated
2022-11-05 12:05:34 -04:00
James
483adf08c4
feat: optimizes blocks and arrays by removing some additional rerenders
2022-11-05 11:37:55 -04:00
James
e004682799
Merge branch 'master' of github.com:payloadcms/payload
2022-10-31 17:51:00 -04:00
James
c651835061
fix : #1318 , improves popup positioning and logic
2022-10-31 17:50:52 -04:00
Elliot DeNolf
2255ebb64a
feat: revert enforce kebab-case slugs ( #1322 ) ( #1325 )
2022-10-31 16:10:11 -04:00
James
e2ec2f7b97
fix : #1311 , select existing upload modal always updates state
2022-10-31 15:40:18 -04:00
James
00196a8631
chore: ensures form is modified when rows are moved, fixes #1314
2022-10-31 13:25:19 -04:00
James
2a09f15a15
fix : #1307 , #1321 - bug with disableFormData and blocks field
2022-10-31 13:21:16 -04:00
Elliot DeNolf
0420b6dc27
feat: enforce kebab-case slugs ( #1322 )
2022-10-31 11:11:00 -04:00
Elliot DeNolf
25000261bd
fix: custom pino logger options ( #1299 )
2022-10-26 15:08:52 -04:00
Elliot DeNolf
bb82cdcef4
docs: better inline docs for InitOptions
2022-10-26 10:25:06 -04:00
James
31ca1ab379
chore: ensures defaultMaxTextLength is optional
2022-10-25 12:23:45 -04:00
James
3301f59822
fix: enforces depth: 0 in graphql resolvers
2022-10-25 11:00:38 -04:00
TomDo1234
6a1b25ab30
feat: adds default max length for text-based fields
...
* feat: Added to types.ts the default Max Field Length
* feat: Added the defaultMaxFieldLength to the schema.ts
* feat: applying defaultMaxFieldLength to 3 validators
* feat: renamed defaultMaxFieldLength to defaultMaxTextLength , adding defaultMax and min nums
* feat: validating numbers with new defaultminnum and defaultmaxnum
* feat: FIXED BUG, do not return an error message on the defaultmaxnum and minnum override checks
* Added test fields
* Eslint compliance
* feat : eslint compliacnce
* Added tests, though a reasonable payload config needs to be imported to them
* Removed my failed jest tests, relying on the yarn dev test instead
* Increased default num max and min range to JS safe integer
* Jmi suggestions
* feat: removing the superfluous number max and min default
* Added test for max text field
Co-authored-by: Tom Do <tom@iifuture.com >
Co-authored-by: TomDoFuture <108644869+TomDoFuture@users.noreply.github.com >
2022-10-24 18:57:45 -04:00
James
17dbbc7775
fix: group + group styles within collapsible
2022-10-24 18:56:56 -04:00
James
7e25abf87a
chore: type fixes
2022-10-24 12:26:25 -04:00
Daniel Söderling
09d793926d
feat: added beforeLogin hook ( #1289 )
2022-10-24 12:05:12 -04:00
James
a9f2f0ec03
fix : #1290 , renders more than one rich text leaf where applicable
2022-10-24 12:03:06 -04:00
James
66bf8c3cbd
fix : #1286 , uses defaultDepth in graphql rich text depth
2022-10-24 11:31:09 -04:00
James
3967c1233f
fix : #1291 , add inline relationship drafts
2022-10-24 11:23:01 -04:00
James
c929725dd5
fix: ensures field updates when disableFormData changes
2022-10-24 08:56:08 -04:00
James
6daab398da
Merge branch 'master' of github.com:payloadcms/payload
2022-10-21 15:39:36 -04:00
James
36ef3789fb
fix: obscure bug where upload collection has upload field relating to itself
2022-10-21 15:39:29 -04:00
Dan Ribbens
785b992c3e
fix: indexSortableFields not respected
2022-10-17 20:17:55 -04:00
James
0b0d971491
fix: ensures svg mime type is always image/svg+xml
2022-10-14 11:33:41 -04:00
James
da9825cd99
chore: reverts hiding scrollbars in tabs
2022-10-14 09:53:43 -04:00
James
4a43f95952
fix: hides scrollbar in tabs with overflowing tabs, closes #1259
2022-10-14 09:51:44 -04:00
James
9af9b73132
fix: cleans up draft global action buttons
2022-10-14 09:37:27 -04:00
James
7f7d3dbeef
Merge branch 'master' of github.com:payloadcms/payload
2022-10-13 08:28:37 -04:00
James
21ba237135
fix : #1183 - better handling of mime types with svgs + similar files
2022-10-13 08:12:15 -04:00
James Mikrut
3bda163e7b
Merge pull request #1241 from jacobsfletch/master
...
feat: bumps @faceless-ui/modal to v2.0.1
2022-10-12 12:00:22 -04:00
James
e4e4ad1b08
chore: ensures beforeDuplicate works on each locale
2022-10-12 11:59:56 -04:00
James
6f6f2f8e7b
feat: builds beforeDuplicate admin hook, closes #1243
2022-10-12 11:44:41 -04:00
James
5ca5abab42
fix: ensures arrays and blocks mount as disableFormData: true, fixes #1242
2022-10-12 10:52:59 -04:00
Jacob Fletcher
9a7553099c
feat: migrates @faceless-ui/modal to v2.0.1
2022-10-12 01:28:17 -04:00
James
5322ada9e6
feat: improves access control typing
2022-10-11 11:46:58 -04:00
James
ee83a50ea9
chore: improves read-only styling of all react-selects
2022-10-11 11:46:44 -04:00
James
74863f9462
chore: workaround for faceless-ui modal types
2022-10-11 09:19:20 -04:00
James
fdcf029da2
chore: adjusts LeaveWithoutSaving z-index
2022-10-11 09:00:19 -04:00
James
3d6c3f7339
chore: cleanup
2022-10-10 18:38:15 -04:00
James
8d49517004
chore: merge master
2022-10-10 15:12:38 -04:00
James
1bc42ae098
chore: tests
2022-10-10 14:56:10 -04:00
James
c6edb7f53a
chore: improves design
2022-10-10 13:57:08 -04:00
James
1e048fe037
feat: adds ability to create related docs while editing another
2022-10-09 20:24:38 -04:00
James
8fabdce584
chore: restores old useWatchForm to avoid breaking change
2022-10-07 17:54:35 -04:00
James
5c1a3fabee
feat: implements use-context-selector for form field access
2022-10-07 17:41:41 -04:00
bigmistqke
d45de99956
feat: customizable header-labels
...
for Collapsibles and Arrays
2022-10-07 23:17:24 +02:00
James
fe6d30210b
Merge branch 'master' of github.com:payloadcms/payload into feat/use-context-selector
2022-10-07 10:09:20 -04:00
James Mikrut
39d1a09d5a
Merge pull request #1215 from damtzi/chore/credentials-include
...
chore: Add 'credentials: include' to all fetch calls
2022-10-06 17:55:55 -04:00
Damian Tziamtzis
74ae6fd1d5
chore: Add 'credentials: include' to all fetch calls
2022-10-06 23:14:55 +02:00