Dan Ribbens
65690a675c
fix(db-postgres): relationship query pagination ( #5802 )
2024-04-11 15:37:19 -04:00
Paul
c0ba6cc19a
fix: use isolateObjectProperty function in createLocalReq ( #5748 )
2024-04-11 09:27:42 -04:00
Patrik
5fa99fb060
fix(db-mongodb): failing contains query with special chars ( #5774 )
2024-04-11 09:23:05 -04:00
Patrik
e3c3ddac34
fix: avoids getting and setting doc preferences when creating new ( #5757 )
2024-04-10 11:20:02 -04:00
Alessio Gravili
6186493246
fix(richtext-lexical)!: do not allow omitting editor prop for sub-richtext fields within lexical defined in the payload config ( #5766 )
...
**BREAKING:** Modifies fields types which are allowed to be passed in to upload, link, and blocks lexical features. Can break your types even if no sub-richText editor is passed in
2024-04-10 11:14:32 -04:00
Alessio Gravili
9b44296092
fix(richtext-lexical): catch errors that may occur during HTML generation ( #5754 )
2024-04-09 15:58:34 -04:00
Paul
cbd03ed2f8
fix: req.collection being lost when querying a global inside a collection ( #5727 )
2024-04-08 15:16:37 -03:00
Alessio Gravili
cf135fd1e4
fix(richtext-lexical): pass through config for schema generation. Makes it more robust ( #5700 )
2024-04-05 15:55:51 -04:00
Dan Ribbens
e7608f5507
fix: block field type missing dbName ( #5695 )
2024-04-05 15:52:06 -04:00
Alessio Gravili
608d6d0a87
fix(db-postgres): hasMany relationship query contains operator ( #4212 )
...
Co-authored-by: Dan Ribbens <dan.ribbens@gmail.com >
2024-04-05 13:59:00 -04:00
Dan Ribbens
9bbacc4fb1
feat: custom db table and enum names ( #5045 )
...
Co-authored-by: Ritsu <enjoythepain1337@gmail.com >
2024-04-05 11:22:46 -04:00
Patrik
7df7bf448b
fix: updates type name of CustomPublishButtonProps to CustomPublishButtonType ( #5644 )
...
* fix: updates type name from CustomPublishButtonProps to CustomPublishButtonType
* fix: maps old name to new name
2024-04-04 16:55:18 -04:00
Paul
44599cbc7b
fix(db-postgres): issue querying by localised relationship not respecting locale as constraint ( #5666 )
...
* fix: add table join for querying on a localised field in relationship fields
* chore: add int tests in relationships
2024-04-04 16:07:11 -03:00
Patrik
373787de31
fix: duplicate document multiple times in quick succession ( #5642 )
2024-04-04 14:06:29 -04:00
Patrik
c1c86009a5
fix: missing date locales ( #5656 )
2024-04-04 13:55:07 -04:00
Elliot DeNolf
6706bdb140
chore(release): db-mongodb/1.4.4 [skip ci]
2024-04-03 14:54:53 -04:00
Elliot DeNolf
5caaa032bb
chore(release): payload/2.12.1 [skip ci]
2024-04-03 14:37:42 -04:00
Elliot DeNolf
4cf8c5bd78
Merge pull request #5637 from payloadcms/chore/release-2.12.0
...
chore(release): 2.12.0
2024-04-03 14:34:55 -04:00
Elliot DeNolf
d6afee662b
chore(release): db-postgres/0.7.1 [skip ci]
2024-04-03 14:27:20 -04:00
Elliot DeNolf
0fc62446b8
chore(release): richtext-slate/1.5.0 [skip ci]
2024-04-03 14:26:11 -04:00
Elliot DeNolf
823fde07c3
chore(release): richtext-lexical/0.8.0 [skip ci]
2024-04-03 14:25:56 -04:00
Elliot DeNolf
fe35b7d32c
chore(release): plugin-seo/2.3.0 [skip ci]
2024-04-03 14:25:47 -04:00
Elliot DeNolf
3b45b0d085
chore(release): payload/2.12.0 [skip ci]
2024-04-03 14:24:24 -04:00
Yunsup Sim
742a7af93d
fix: Skip parsing if operator is 'exist' ( #5404 )
2024-04-03 13:50:28 -04:00
Patrik
a7e7c92768
fix: updates colors of tooltip in light mode ( #5632 )
2024-04-03 13:47:08 -04:00
Patrik
e10d5df0b2
fix: sets beforeValidateHook req type to required ( #5608 )
2024-04-03 13:42:05 -04:00
Jørgen Kalsnes Hagen
589b492b2e
feat(plugin-seo): adds Norwegian translation ( #5621 )
2024-04-03 13:27:17 -04:00
Elliot DeNolf
bdeef377ea
ci: docker compose v2, v1 no longer supported on gh runner ( #5623 )
2024-04-03 11:28:47 -04:00
Elliot DeNolf
b76c5c8c11
chore: update all package.json repository urls
2024-04-03 11:06:42 -04:00
Alessio Gravili
2164dcc594
fix(richtext-lexical): disable instanceof HTMLImageElement check as it causes issues when used on the server
2024-04-03 09:50:46 -04:00
Jessica Chowdhury
a3ae416085
fix: number field with hasMany accept defaultValue array ( #5618 )
2024-04-03 08:05:17 -04:00
Alessio Gravili
02d2c51717
feat(richtext-*): add ability to provide custom Field and Error components ( #5574 )
2024-03-31 20:57:30 -04:00
Alessio Gravili
2e5400fa7a
fix(richtext-lexical): checklist html converter incorrectly outputting children ( #5570 )
2024-03-31 16:23:40 -04:00
Alessio Gravili
48dc116f57
fix(richtext-lexical): properly center add- and drag-block handles ( #5568 )
2024-03-31 16:03:51 -04:00
Dan Ribbens
916923071a
fix(db-postgres): error on delete having joins ( #5459 )
...
* chore(db-postgres): reduce duplicate lines of code
* chore(db-postgres): fix deleteOne regression
* chore(db-postgres): missing await
2024-03-26 14:00:46 -04:00
Dan Ribbens
3ceb6efd32
fix: regression of filterOptions using different transaction ( #5169 )
2024-03-25 11:13:49 -04:00
Dan Ribbens
8184e0005a
fix: image resize tiff files ( #5415 )
2024-03-25 10:50:02 -04:00
Alessio Gravili
0eb7b44735
chore(eslint-config-payload): improve @typescript-eslint/no-unused-vars rule ( #4793 )
2024-03-12 12:44:36 -04:00
geisterfurz007
c038acb3a4
chore: fix typescript hallucinations ( #4559 )
...
* chore: fix typescript halluzinations
* chore: remove another unused ts-expect-error directive
2024-03-10 01:30:01 -05:00
mhjmaas
0780ff22bb
chore(translations): NL mistranslation of crop from "gewas" to "bijsnijden"
2024-03-07 22:58:08 -05:00
Alessio Gravili
e7f6bfbe9d
fix(richtext-lexical): Blocks: generated output schema is not fully correct ( #5259 )
2024-03-07 13:27:27 -05:00
Fabian Aggeler
23df60dba5
fix(richtext-lexical): Link: add open-in-new-tab to html converter
2024-03-07 13:22:02 -05:00
Elliot DeNolf
5d1cad3adb
chore(release): db-postgres/0.7.0 [skip ci]
2024-02-23 14:31:55 -05:00
Elliot DeNolf
e31f72da8e
chore(release): plugin-nested-docs/1.0.12 [skip ci]
2024-02-23 14:31:26 -05:00
Elliot DeNolf
7aa058d604
chore(release): db-mongodb/1.4.3 [skip ci]
2024-02-23 14:31:11 -05:00
Elliot DeNolf
64e80d242e
chore(release): payload/2.11.2 [skip ci]
2024-02-23 14:29:37 -05:00
Dan Ribbens
e8f2ca484e
feat(db-postgres): configurable custom schema to use ( #5047 )
...
* feat(db-postgres): configurable custom schema to use
* test(db-postgres): use public schema
* chore(db-postgres): simplify drop schema
* chore: add postgres-custom-schema test to ci
* chore: add custom schema to postgres ci
* chore(db-postgres): custom schema in migrate
* chore: ci postgres wait condition
2024-02-23 12:48:06 -05:00
Dan Ribbens
ceca5c4e97
fix(db-postgres): set _parentID for array nested localized fields ( #5117 )
...
* fix(db-postgres): find missing path for nested arrays
* fix(db-postgres): set _parentID for array nested localized fields
* fix: afterRead fallbackLocale causing locale data loss
* chore(richtext-lexical): updated args to match payload type change
* test: simplify localization e2e duplicate
2024-02-23 12:44:30 -05:00
Dan Ribbens
ee13736288
chore(plugin-nested-docs): payload added to peerDependencies ( #5143 )
2024-02-23 12:37:42 -05:00
Dan Ribbens
815bdfac0b
fix(db-mongodb): unique sparse for not required fields ( #5114 )
...
* fix(db-mongodb): unique sparse for not required fields
* chore(db-mongodb): cleanup sparse index condition
* test: indexed field fix
2024-02-23 12:36:34 -05:00