James
f883e04ee1
chore(release): v1.1.20
v1.1.20
2022-11-05 11:45:07 -04:00
James
bb51a54ebe
Merge branch 'master' of github.com:payloadcms/payload
2022-11-05 11:38:02 -04:00
James
483adf08c4
feat: optimizes blocks and arrays by removing some additional rerenders
2022-11-05 11:37:55 -04:00
Elliot DeNolf
4a78f7d3c3
chore: change discord readme badge to blurple
2022-11-04 10:31:42 -04:00
James
78c2306b73
Merge branch 'master' of github.com:payloadcms/payload
2022-11-01 17:51:03 -04:00
James
ddfb011904
docs: quick fix to strong tag
2022-11-01 17:50:55 -04:00
James Mikrut
d1c20e4fef
Update CHANGELOG.md
2022-10-31 18:23:34 -04:00
James
a5139072c8
chore(release): v1.1.19
v1.1.19
2022-10-31 18:23:10 -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
Dan Ribbens
10c30260dd
docs: fix listSearchableFields anchor ( #1297 )
2022-10-31 09:44:49 -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
Elliot DeNolf
027dff8363
chore(release): v1.1.18
v1.1.18
2022-10-25 12:30:47 -04:00
James
31ca1ab379
chore: ensures defaultMaxTextLength is optional
2022-10-25 12:23:45 -04:00
Elliot DeNolf
33c1f287f3
chore(release): v1.1.17
v1.1.17
2022-10-25 11:09:30 -04:00
Elliot DeNolf
cd4861afda
chore: move release-it back to dev deps
2022-10-25 11:03:13 -04:00
James
9f56ac182f
Merge branch 'master' of github.com:payloadcms/payload
2022-10-25 11:00:48 -04:00
James
3301f59822
fix: enforces depth: 0 in graphql resolvers
2022-10-25 11:00:38 -04:00
James
f9ca3a9f96
chore: fixes bad field name
2022-10-25 11:00:22 -04:00
Elliot DeNolf
3ba7594a65
chore: update release-it plugin
2022-10-25 10:31:37 -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
James
0591dfd05b
chore: typo
2022-10-24 12:18:03 -04:00
Will Laeri
17610adf36
chore: upgrade vulnerable dependencies ( #1228 )
...
* upgrade vulnerable deps
* removed specified node/yarn versions
2022-10-24 12:14:48 -04:00
Will Laeri
91814777b0
feat: specify node 14+ and yarn classic LTS ( #1240 )
2022-10-24 12:14:22 -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
9c6098b191
chore(release): v1.1.16
v1.1.16
2022-10-21 15:48:40 -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
Hung Vu
14cbf2f079
docs: correction to demo code of radio field ( #1266 )
2022-10-18 14:10:27 -04:00
Dan Ribbens
87bbf4416b
Merge pull request #1272 from payloadcms/fix/#1271-index-sortable-fields-regression
2022-10-18 14:05:36 -04:00
Dan Ribbens
785b992c3e
fix: indexSortableFields not respected
2022-10-17 20:17:55 -04:00
James
b4695e10b6
chore(release): v1.1.15
v1.1.15
2022-10-14 11:38:48 -04:00
James
0b0d971491
fix: ensures svg mime type is always image/svg+xml
2022-10-14 11:33:41 -04:00
James
02af6b90b2
chore(release): v1.1.14
v1.1.14
2022-10-14 10:22:14 -04:00
James
2181bc84a1
1.1.13
v1.1.13
2022-10-14 10:02:40 -04:00
James
036cd5f831
1.1.12
2022-10-14 10:02:33 -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