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
Dan Ribbens
7a7f0ed7e8
fix: disabling API Key does not remove the key ( #5145 )
...
* fix: disabling API Key does not remove the key
* chore: encryptKey hook return null
* chore: fix auth e2e test setup
2024-02-23 12:31:14 -05:00
Dan Ribbens
ad42d541b3
fix: transaction error from access endpoint ( #5156 )
...
* fix: transaction error from access endpoint
* chore: fix async race condition in getEntityPolicies
2024-02-23 12:28:43 -05:00
Elliot DeNolf
32ed95e1ee
fix: handle thrown errors in config-level afterError hook ( #5147 )
2024-02-21 16:44:16 -05:00
Yunsup Sim
70e57fef18
fix: Add Context Provider in EditMany Component ( #5005 )
...
* fix: Add Context Provider in EditMany Component
* test: Fix e2e test error
2024-02-21 16:39:34 -05:00
Jarrod Flesch
0a07f607b9
fix: only replace the drawer content with full edit component if it exists ( #5144 )
2024-02-21 15:44:09 -05:00
Piotr Rogowski
3918fc7c21
chore(plugin-seo): add pl translations ( #5021 )
2024-02-21 15:01:38 -05:00
Martin Chełminiak
13f71ac475
chore: console error for missing script when running npm run payload ( #5078 )
2024-02-19 10:13:50 -05:00
Sondre Ørland
efff47e400
chore: translation for image cropping in norwegian bokmål ( #5113 )
2024-02-19 09:47:32 -05:00
Elliot DeNolf
d4b09bd9cd
chore(release): richtext-lexical/0.7.0 [skip ci]
2024-02-16 15:00:13 -05:00
Elliot DeNolf
dd67e03fc1
chore(release): plugin-search/1.1.0 [skip ci]
2024-02-16 15:00:03 -05:00
Elliot DeNolf
548de80bee
chore(release): db-postgres/0.6.0 [skip ci]
2024-02-16 14:59:51 -05:00