Elliot DeNolf
e6318ae700
chore(release): richtext-slate/1.3.0 [skip ci]
richtext-slate/1.3.0
2023-12-06 13:36:38 -05:00
Elliot DeNolf
f5166cd4c4
chore(release): richtext-lexical/0.4.0 [skip ci]
richtext-lexical/0.4.0
2023-12-06 13:36:05 -05:00
Elliot DeNolf
7c7bf51b4b
chore(richtext-lexical): bump payload peer dep
2023-12-06 13:35:27 -05:00
Elliot DeNolf
eefcd88de7
chore(release): payload/2.4.0 [skip ci]
payload/2.4.0
v2.4.0
2023-12-06 13:34:08 -05:00
Alessio Gravili
217cc1fc42
docs: update CONTRIBUTING.md ( #4401 )
2023-12-06 19:15:17 +01:00
Alessio Gravili
7af8f29b4a
feat(richtext-lexical): Link & Relationship Feature: field-level configurable allowed relationships ( #4182 )
...
* feat(richtext-lexical): ability to configure link feature enabled relations on a field-level
* feat(richtext-lexical): ability to configure Relationship feature enabled relations on a field-level
* chore(richtext-lexical): Improve Link feature props typing
* chore(richtext-lexical): Improve Link and Relationship feature props typing
* fix(richtext-lexical): Link drawer types
* chore: merge conflict resolve
* chore(richtext-lexical): Link Feature: add comments that explain how getBaseFields works
2023-12-06 17:50:50 +01:00
chris
5f2cd1ae77
docs: fix example link ( #4394 )
2023-12-06 09:35:30 -05:00
Dan Ribbens
dbaecda0e9
fix(db-postgres): sorting on a not-configured field throws error ( #4382 )
2023-12-06 09:27:43 -05:00
Tylan Davis
cf9a3704df
fix: handles null upload field values ( #4397 )
2023-12-06 09:26:19 -05:00
Patrik
4b5453e8e5
fix: simplifies query validation and fixes nested relationship fields ( #4391 )
2023-12-06 08:47:34 -05:00
Alessio Gravili
5de347ffff
feat(richtext-lexical)!: lazy import React components to prevent client-only code from leaking into the server ( #4290 )
...
* chore(richtext-lexical): lazy import all React things
* chore(richtext-lexical): use useMemo for lazy-loaded React Components to prevent lag and flashes when parent component re-renders
* chore: make exportPointerFiles.ts script usable for other packages as well by hoisting it up to the workspace root and making it configurable
* chore(richtext-lexical): make sure no client-side code is imported by default from Features
* chore(richtext-lexical): remove unnecessary scss files
* chore(richtext-lexical): adjust package.json exports
* chore(richtext-*): lazy-import Field & Cell Components, move Client-only exports to /components subpath export
* chore(richtext-lexical): make sure nothing client-side is directly exported from the / subpath export anymore
* add missing imports
* chore: remove breaking changes for Slate
* LazyCellComponent & LazyFieldComponent
2023-12-06 14:20:18 +01:00
Jacob Fletcher
80ef18c149
fix(templates/website): removes unused form builder plugin from deps ( #4385 )
2023-12-05 11:57:21 -05:00
Christian May
912abe2b64
docs(plugin-nested-docs): clarifies that relationships are intra-collection ( #4375 )
2023-12-05 00:58:36 -05:00
Jacob Fletcher
4090aebb0e
fix(live-preview): populates rte uploads and relationships ( #4379 )
2023-12-05 00:53:11 -05:00
chris
290e9d8238
docs: fixes typo in migrations ( #4374 )
2023-12-05 00:24:37 -05:00
Kane Wang
50253f617c
feat: add Chinese Traditional translation ( #4372 )
2023-12-04 15:29:29 -05:00
geisterfurz007
999e05d1b4
docs: fix typo in migrations ( #4356 )
2023-12-04 15:09:21 -05:00
Dan Ribbens
b6cffcea07
fix: defaultValues computed on new globals ( #4380 )
2023-12-04 15:05:47 -05:00
Patrik
7b2eb0c175
docs: updates afterInput example ( #4378 )
2023-12-04 14:35:08 -05:00
Timothy Choi
3b8a27d199
feat: pass path to FieldDescription ( #4364 )
...
fix: DescriptionFunction type
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-12-04 13:59:18 -05:00
Jessica Chowdhury
65adfd21ed
fix: uploads files after validation ( #4218 )
2023-12-04 12:38:23 -05:00
Jacob Fletcher
03a387233d
fix(live-preview): sends raw js objects through window.postMessage instead of json ( #4354 )
2023-12-01 17:50:55 -05:00
Jessica Chowdhury
fcbe5744d9
fix: upload editing error with plugin-cloud ( #4170 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-12-01 16:35:12 -05:00
Jessica Chowdhury
06bf6a426e
docs: destructures vite bundler import ( #4280 )
2023-12-01 16:32:10 -05:00
Renat Sagdeev
b634d5e552
docs: fix ul and ol tags mentioned in lexical rte ( #4338 )
2023-12-01 16:29:43 -05:00
Jacob Fletcher
5f173241df
feat: async live preview urls ( #4339 )
2023-12-01 16:25:39 -05:00
Markus Machatschek
0bd12e01d7
docs: update software requirements to mention pnpm ( #4335 )
...
Co-authored-by: Jacob Fletcher <jacobsfletch@gmail.com >
2023-12-01 16:25:21 -05:00
Elliot DeNolf
b6f02765eb
chore(release): richtext-lexical/0.3.1 [skip ci]
richtext-lexical/0.3.1
2023-12-01 16:19:58 -05:00
Elliot DeNolf
156ffdd18c
chore(release): payload/2.3.1 [skip ci]
payload/2.3.1
v2.3.1
2023-12-01 16:18:48 -05:00
Jarrod Flesch
fe888b5f6c
fix: query validation on relationship fields ( #4353 )
2023-12-01 16:03:58 -05:00
Alessio Gravili
bea79feaea
fix: ensure doc controls are not hidden behind lexical field ( #4345 )
2023-12-01 10:23:39 +01:00
Alessio Gravili
293cee6f90
chore(plugin-stripe): rename build script to _build ( #4344 )
2023-12-01 10:04:37 +01:00
Alessio Gravili
3e745e91da
fix(richtext-lexical): blocks content may be hidden behind components outside of the editor ( #4325 )
...
* chore(richtext-lexical): add e2e test to reproduce the issue
* fix the issue
2023-12-01 09:46:21 +01:00
Alessio Gravili
4243048fc5
Merge pull request #4342 from payloadcms/fix/lexical-blocks-v1-conversion
...
fix(richtext-lexical): Blocks node: incorrect conversion from v1 node to v2 node
2023-12-01 09:29:57 +01:00
Alessio Gravili
ef84a2cfff
fix(richtext-lexical): Blocks node: incorrect conversion from v1 node to v2 node
2023-12-01 09:28:44 +01:00
James
c00cbaabbc
chore: lints
2023-11-30 18:34:38 -05:00
James
02f407e995
chore: lints
2023-11-30 17:12:01 -05:00
Elliot DeNolf
74e8051bb6
chore(templates): GRAPHQL_API_URL to ecommerce template
2023-11-30 17:01:19 -05:00
James
ee670b2b20
chore: introduces graphql_api_url to website template
2023-11-30 16:58:30 -05:00
Elliot DeNolf
2f8bcc977b
fix(templates): adjust graphql endpoint
2023-11-30 16:19:46 -05:00
Dan Ribbens
0cc91d7377
docs: update mongoOptions to connectOptions ( #4334 )
2023-11-30 12:39:32 -05:00
Elliot DeNolf
34e89ff5db
chore(release): richtext-slate/1.2.1 [skip ci]
richtext-slate/1.2.1
2023-11-30 11:11:28 -05:00
Elliot DeNolf
b39b52dbd3
chore(release): live-preview-react/0.2.0 [skip ci]
live-preview-react/0.2.0
2023-11-30 11:11:03 -05:00
Elliot DeNolf
7bfdb2627a
chore(release): live-preview/0.2.0 [skip ci]
live-preview/0.2.0
2023-11-30 11:10:55 -05:00
Elliot DeNolf
8f5867e876
chore(release): db-postgres/0.2.0 [skip ci]
db-postgres/0.2.0
2023-11-30 11:10:44 -05:00
Elliot DeNolf
45a3e31c95
chore(release): db-mongodb/1.1.0 [skip ci]
db-mongodb/1.1.0
2023-11-30 11:10:33 -05:00
Elliot DeNolf
176550d26b
chore(release): richtext-lexical/0.3.0 [skip ci]
richtext-lexical/0.3.0
2023-11-30 11:07:44 -05:00
Elliot DeNolf
53958d4662
chore(release): payload/2.3.0 [skip ci]
payload/2.3.0
v2.3.0
2023-11-30 11:05:49 -05:00
Elliot DeNolf
a0859114eb
chore(richtext-*): bump payload peer dep
2023-11-30 10:59:26 -05:00
Jacob Fletcher
4adc30b034
chore: fixes failing postgres int test for live preview ( #4329 )
2023-11-30 10:30:09 -05:00