Jarrod Flesch
ed136fbc51
fix: adjusts code field joi schema to allow editorOptions
2023-05-30 08:56:37 -04:00
Dan Ribbens
666c2383ba
chore: lint fix
2023-05-22 13:58:25 -04:00
James
2703853edb
fix: safely validates null relations
2023-05-22 13:46:11 -04:00
Elliot DeNolf
e1bad04279
chore: lint fix
2023-05-08 16:49:13 -04:00
Jessica Boezwinkle
7b21eaf12d
fix: defaultValue missing from Upload field schema
2023-05-08 14:55:51 +01:00
Michel v. Varendorff
bf6522898d
feat: allow customizing the link fields ( #2559 )
2023-04-26 11:08:47 -04:00
Dan Ribbens
274edc74a7
feat: add user to field conditional logic
2023-04-21 22:50:47 -04:00
Teun Mooij
023719d775
feat: configuration extension points
...
* added custom config extension points
* Added custom field to documentation
* fix deeprequired issue
2023-04-18 15:28:42 -04:00
James
3a6acf322b
fix: ensures select hasMany does not get mutated on patch operations
2023-04-04 08:16:10 -04:00
James
888bbf28e0
fix: originalDoc being mutated in beforeChange field hooks
2023-04-03 15:27:59 -04:00
Dan Ribbens
0fedbabe9e
feat: bulk-operations ( #2346 )
...
Co-authored-by: PatrikKozak <patrik@trbl.design >
2023-03-23 12:33:13 -04:00
fiona
fb2fd3e9b7
fix: DateField admin type ( #2256 )
2023-03-22 10:18:37 -04:00
Dan Ribbens
af164159fb
fix: undefined point fields saving as empty object ( #2313 )
2023-03-13 17:34:51 -04:00
James Mikrut
ada9a89cd2
Merge pull request #2237 from payloadcms/feat/relationship-min-max-validation
...
feat: adds min and max options to relationship with hasMany
2023-03-06 11:48:20 -05:00
James
8d31ed6d39
fix: Validate typescript signature
2023-03-06 11:24:36 -05:00
Dan Ribbens
a7f72babe1
test: fix validation options reuse
2023-03-04 16:57:02 -05:00
Dan Ribbens
0f38a0dcf6
feat: adds min and max options to relationship with hasMany
2023-03-04 16:12:07 -05:00
James
32a0778fc4
fix : #2134 , allows links to be populated without having relationship or upload enabled
2023-02-19 21:17:25 -05:00
James
8abc9cfbc7
Merge branch 'master' of github.com:payloadcms/payload
2023-02-14 09:40:40 -05:00
James
7bb0984a12
fix: validate type
2023-02-14 09:40:18 -05:00
Jacob Fletcher
6096044fe0
feat: allows control over relationship add new button
2023-02-13 00:23:31 -05:00
James
ac2e174643
fix : #1887 , dataloader rich text population infinite loop
2023-02-07 14:35:37 -05:00
James
8c65f6a938
fix: only hoists localized values if localization is enabled
2023-02-03 11:35:19 -05:00
James
c70d59c8d2
chore: safely traverses locale=all in cases where relationship is null
2023-02-01 09:33:22 -05:00
James
eb98810cef
chore: ensures generated types can extend TypeWithID
2023-01-31 17:45:10 -05:00
Jarrod Flesch
3058eb5617
fix: corrects type for required named tab fields ( #1939 )
...
* fix: corrects type for required named tab fields
* chore: tabs and groups are always required
* chore: adjusts tab and group type to omit required since a group/named-tab will always exist
2023-01-30 14:17:40 -05:00
Jarrod Flesch
c0ac155a71
fix : #1870 and #1859
...
* chore: ensures relationship fields react to locale changes in the admin panel - fixes #1870
* chore: patches in default values for fields, and localized fields using fallbacks - fixes #1859
* chore: organizes field localization and sanitizing
* Revert "Feat/1180 loading UI enhancements"
* Feat/1180 loading UI enhancements
* chore: safely sets tab if name field, only sets fallback value if it exists
* chore: adds test to ensure text fields use fallback locale value when empty
2023-01-19 16:55:03 -05:00
James
dc0f8deb06
chore: prefers TypeWithID over Record<string, unknown>
2023-01-17 10:53:50 -05:00
James
6903d7f52f
chore: ts compiles
2023-01-13 16:58:10 -05:00
James
d3d367c635
feat: isolates local api to local-only functions, converts it to ts generic for stronger typing
2023-01-11 17:03:10 -05:00
PatrikKozak
6c25ad9cc2
Merge branch 'master' of https://github.com/payloadcms/payload into feat/1695-nullable-localized-array-and-blocks
2023-01-09 17:49:31 -05:00
Jarrod Flesch
ee682270a4
Merge remote-tracking branch 'origin' into feat/1695-nullable-localized-array-and-blocks
2023-01-09 16:19:11 -05:00
Jarrod Flesch
6923128774
chore: abstracts NullifyField component out, non-default locales can be set to null to use fallback
2023-01-09 16:08:55 -05:00
James
ee54c1481c
fix : #1808 , arrays and blocks now save localized nested field data upon reordering rows
2023-01-09 12:58:13 -05:00
Jessica Chowdhury
ed7cfff45c
fix: bug when clearing relationship field without hasMany: true ( #1829 )
...
* fix: bug when clearing relationship field without hasMany: true
* fix: checks for null value within function
2023-01-09 10:23:40 -05:00
Jarrod Flesch
001a68f45c
chore: adjusts block and array schemas to store undefined instead of empty arrays by default
2023-01-06 16:56:26 -05:00
Jarrod Flesch
d97c9fd2ee
chore: moves editorProps into admin property for code and json field types
2023-01-04 08:41:59 -05:00
Jarrod Flesch
59781b9eef
chore: adjusts JSON field type, removes jsonError from config type
2023-01-03 16:47:51 -05:00
Jarrod Flesch
4d74d7a994
chore: abstracts CodeEditor component, ensures js and ts language are respected in Code Field with new editor
2023-01-03 13:57:06 -05:00
Jarrod Flesch
a0181a0eee
Merge branch 'master' into feat/json-field
2023-01-03 10:03:16 -05:00
Dan Ribbens
abaa22950c
test: json field e2e and int
2022-12-23 17:45:22 -05:00
James
ff3ab18d16
fix : #1752 , removes label from row field type
2022-12-23 10:24:43 -05:00
Jessica Boezwinkle
73b8ba3d4a
fix: json field type
2022-12-22 14:12:39 +00:00
Jessica Boezwinkle
309569c581
chore: pass options through to JSON and code fields, fix versions preview
2022-12-20 16:47:31 +00:00
Jessica Boezwinkle
e5ffb1e92d
Merge branch 'master' of https://github.com/payloadcms/payload into feat/json-field
2022-12-20 13:33:02 +00:00
Jarrod Flesch
7b769caf78
chore: stubs out data layer and simple frontend example allow explicit null value setting
2022-12-19 17:02:45 -05:00
Jarrod Flesch
0dfed3b30a
fix: simplifies radio validation
2022-12-19 11:01:57 -05:00
Jessica Boezwinkle
efe4f6d861
feat: fixes json editor errors and misc styling
2022-12-16 13:34:21 +00:00
James
8eaf05efef
chore: json field now edits string but saves json in db
2022-12-15 21:10:56 -05:00
James
6c7282ec37
Merge branch 'feat/json-field' of github.com:payloadcms/payload into feat/json-field
2022-12-15 20:32:30 -05:00