Elliot DeNolf
7082b47856
chore(release): v3.0.0-alpha.49 [skip ci]
2024-03-22 12:58:47 -04:00
Elliot DeNolf
57ec382102
Merge pull request #5430 from payloadcms/fix/alpha/more-release-fixes
...
chore: add back live-preview packages to tsconfig paths
2024-03-22 12:49:41 -04:00
Elliot DeNolf
9748ed2259
chore(ui): tsconfig cleanup
2024-03-22 12:39:21 -04:00
Alessio Gravili
2ff3603245
fix: unnecessary data fetching for /create operation causing failed network request ( #5431 )
2024-03-22 12:16:29 -04:00
Elliot DeNolf
2dd04739b5
Merge pull request #5428 from payloadcms/fix/alpha/release-fixes
...
fix: alpha release fixes
2024-03-22 10:47:38 -04:00
Jacob Fletcher
1a272879f1
fix(ui): passes initCollapsed through collapsible field map ( #5417 )
2024-03-21 17:15:21 -04:00
Elliot DeNolf
59eec36746
fix: no export * allowed in client
2024-03-21 17:08:46 -04:00
Jacob Fletcher
5de1883390
fix(ui): ensures row label context exists for collapsible fields ( #5416 )
2024-03-21 16:41:35 -04:00
Alessio Gravili
35b0d213a6
fix: move form data retrieval logic to client ( #5411 )
...
* fix: only execute onChange if form modified
* fix: move document loading logic from RSC to DocumentInfoProvider
* fix: make it work for globals
* chore: remove unnecessary diffs
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2024-03-21 16:38:12 -04:00
Elliot DeNolf
774a4b7533
fix: bad publishConfig for ui and translations
2024-03-21 16:12:33 -04:00
Jacob Fletcher
154d4170cc
chore: fixes import paths
2024-03-21 12:08:30 -04:00
Jacob Fletcher
64d6163f13
chore(ui): consolidates field label, error, and description components
2024-03-21 12:08:20 -04:00
Jacob Fletcher
85ffc5d8bf
fix(ui): renders default group field labels and reduces field margins
2024-03-21 12:06:59 -04:00
Jacob Fletcher
38f36d465c
fix(ui): disables adding id to nested field maps
2024-03-21 12:06:45 -04:00
Jacob Fletcher
d956055795
fix(ui): renders custom row labels
2024-03-21 12:06:32 -04:00
Dan Ribbens
fd4f996c30
fix: skip validation for other locales when duplicating ( #5394 )
...
* fix: skip validation for other locales when duplicating
* fix: duplicate document errors toast
2024-03-20 16:58:31 -03:00
Jacob Fletcher
6cbc0f0304
Merge branch 'alpha' into chore/optimize-comp-map
2024-03-20 15:19:26 -04:00
Jacob Fletcher
b3d28bac6a
chore(ui): client-side renders all default field labels, descriptions, and errors
2024-03-20 15:18:05 -04:00
Patrik
6cf5730bcb
test: passing json fields test suite ( #5389 )
...
* test: passing json fields test suite
* test: actually gets json tests to pass
2024-03-20 14:21:58 -04:00
Jarrod Flesch
e5403f8dfd
fix: return state inside whereBuilder reducer ( #5392 )
2024-03-20 14:09:04 -04:00
Jarrod Flesch
8278992feb
feat(alpha): list view improvements, querying, ssr data loading ( #5390 )
2024-03-20 13:48:35 -04:00
Jacob Fletcher
9f690c1f5d
chore(ui): client-side renders table column headings
2024-03-20 13:47:59 -04:00
Jacob Fletcher
b946f7e697
chore(ui): client-side renders all default cells
2024-03-20 13:11:12 -04:00
Jacob Fletcher
c9dea854f6
fix(ui): removes duplicative hidden field from block rows ( #5387 )
...
* fix(ui): removes duplicative hidden field from block rows
* fixes proper file
2024-03-20 14:06:29 -03:00
Jacob Fletcher
e72dfe5af2
chore(ui): excludes preferences and migrations collections from component map
2024-03-20 12:58:45 -04:00
Patrik
cb5d005e68
test: passing array fields test suite ( #5383 )
...
* test: array tests passing except bulk update
* test: passing array fields test suite
2024-03-20 12:00:56 -04:00
Alessio Gravili
ee2b6d3b85
fix jsx imports
2024-03-20 10:41:30 -04:00
Alessio Gravili
e73220e069
chore: fix build errors
2024-03-20 10:30:46 -04:00
Alessio Gravili
d2a1404f04
Merge remote-tracking branch 'origin/alpha' into newtests
2024-03-20 10:26:35 -04:00
Alessio Gravili
7ec37e058e
chore: adjust imports for richtext-slate
2024-03-20 10:07:30 -04:00
Elliot DeNolf
a4676d1fea
chore: more next build fixes
2024-03-20 03:35:50 -04:00
Elliot DeNolf
9e6d01b2a1
chore: fix ui build
2024-03-20 03:17:12 -04:00
Jacob Fletcher
b22a03a317
fix(ui): builds radio fields in component map
2024-03-19 23:40:35 -04:00
Jacob Fletcher
06cd13aef2
chore(ui): types mapped rich text field props
2024-03-19 23:37:50 -04:00
Elliot DeNolf
25a3feb2ca
chore(ui): more elements default fixes
2024-03-19 18:00:58 -04:00
James
006b315120
chore: moves buildComponentMap stuff out of client file
2024-03-19 17:56:29 -04:00
James
964a51e21d
chore: ???
2024-03-19 17:41:59 -04:00
James
4a43db06dd
Merge branch 'newtests' of github.com:payloadcms/payload into newtests
2024-03-19 17:32:44 -04:00
James
3ce7fe638f
chore: adds back webpack to ui if we need it
2024-03-19 17:32:32 -04:00
Alessio Gravili
c2a4d44bf4
richtext-lexical
2024-03-19 17:26:41 -04:00
James
867817f568
chore: adds scss removal plugin back to ui
2024-03-19 17:23:07 -04:00
James
6357009055
chore: finishes next dependency imports
2024-03-19 17:14:57 -04:00
James
a3c63fcdf0
Merge branch 'newtests' of github.com:payloadcms/payload into newtests
2024-03-19 17:00:17 -04:00
Elliot DeNolf
3bbfa822d7
chore: update ui refs in plugins
2024-03-19 17:00:04 -04:00
James
a13fc138f2
chore: converts list to use specific imports
2024-03-19 16:59:57 -04:00
Jacob Fletcher
721a082758
Merge pull request #5376 from payloadcms/fix/array-paths
...
fix(ui): array fields
2024-03-19 16:54:50 -04:00
James
c24464179b
chore: progress to next
2024-03-19 16:43:30 -04:00
Jacob Fletcher
d473600a15
fix(ui): removes duplicative hidden field from array rows
2024-03-19 16:29:37 -04:00
James
accd9eaa27
chore: progress to next build
2024-03-19 16:25:19 -04:00
Jarrod Flesch
cb180cbbf8
feat: search filter in list view
2024-03-19 16:22:10 -04:00