Ben Regenspan
07720e777a
docs: Reword Hooks Overview re: server-only execution ( #5070 )
2024-02-19 09:56:55 -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
453ac218ea
chore: reorder changelog
2024-02-17 01:38:13 -05:00
Elliot DeNolf
d4b09bd9cd
chore(release): richtext-lexical/0.7.0 [skip ci]
richtext-lexical/0.7.0
2024-02-16 15:00:13 -05:00
Elliot DeNolf
dd67e03fc1
chore(release): plugin-search/1.1.0 [skip ci]
plugin-search/1.1.0
2024-02-16 15:00:03 -05:00
Elliot DeNolf
548de80bee
chore(release): db-postgres/0.6.0 [skip ci]
db-postgres/0.6.0
2024-02-16 14:59:51 -05:00
Elliot DeNolf
2c05fbbb5e
chore(release): plugin-form-builder/1.2.1 [skip ci]
plugin-form-builder/1.2.1
2024-02-16 14:59:15 -05:00
Elliot DeNolf
9b54659818
chore(release): db-mongodb/1.4.2 [skip ci]
db-mongodb/1.4.2
2024-02-16 14:58:57 -05:00
Elliot DeNolf
e9f550406e
chore(release): payload/2.11.1 [skip ci]
v2.11.1
payload/2.11.1
2024-02-16 14:57:28 -05:00
Dan Ribbens
98b87e2278
feat(plugin-search): add req to beforeSync args for transactions ( #5068 )
...
* feat(plugin-search): pass `req` to beforeSync to support using transactions
* fix(plugin-search): hooks do not respect transactions
* chore(plugin-search): await hooks
* chore: remove eslint disable comments
2024-02-16 14:20:40 -05:00
Dan Ribbens
5f3d0169be
fix: filterOptions errors cause transaction to abort ( #5079 )
...
* fix: filterOptions errors cause transaction to abort
* fix(db-mongodb): uncaught abortTransaction race condition
* chore: remove test that is not adding value
* chore: limit options on errors in filterOptions
* chore: limit options when an error occurs in filterOptions
2024-02-16 13:33:40 -05:00
Dan Ribbens
35c2a085ef
fix(db-postgres): query using blockType ( #5044 )
...
* fix(db-postgres): query using blockType
* chore: cleanup commented lines
2024-02-16 13:30:26 -05:00
Dan Ribbens
1ac943ed5e
fix: remove collection findByID caching ( #5034 )
2024-02-16 13:23:57 -05:00
Elliot DeNolf
25cee8bb10
fix(uploads): account for serverURL when retrieving external file ( #5102 )
2024-02-16 13:11:18 -05:00
Elliot DeNolf
419aef452d
chore: add .localstack to gitignore
2024-02-16 12:53:28 -05:00
Elliot DeNolf
ea52489126
Merge pull request #4295 from payloadcms/test/plugin-cloud-storage-emulators
...
test(plugin-cloud-storage): use localstack for tests
2024-02-16 12:47:13 -05:00
Elliot DeNolf
e80c70acae
test: cleanup
2024-02-16 12:33:07 -05:00
Elliot DeNolf
70b0064d0b
test: adjust adapter log message
2024-02-16 11:32:00 -05:00
Elliot DeNolf
9636bf6efd
test: rename .env -> .env.emulated, safely assert bucket contents
2024-02-16 11:31:14 -05:00
Elliot DeNolf
8f4d0da4e0
test: conditionally run plugin-cloud-storage
2024-02-16 11:31:14 -05:00
Elliot DeNolf
f0f1dbdcb0
ci: pnpm docker:start
2024-02-16 11:31:14 -05:00
Elliot DeNolf
a895aee8b1
ci: add localstack aws envs
2024-02-16 11:31:14 -05:00
Elliot DeNolf
aa1dac08c1
ci: add localstack setup
2024-02-16 11:31:14 -05:00
Elliot DeNolf
b8cd1c6ba4
test(plugin-cloud-storage): add test against localstack
2024-02-16 11:31:12 -05:00
Elliot DeNolf
6344464bc6
test(plugin-cloud-storage): add single docker compose for all emulators
2024-02-16 11:30:55 -05:00
Dan Ribbens
5d4022f144
fix(db-mongodb): find versions pagination ( #5091 )
2024-02-15 16:14:01 -05:00
Dan Ribbens
bf942fdfa6
feat(db-postgres): reconnect after disconnection from database ( #5086 )
2024-02-15 16:09:17 -05:00
Dan Ribbens
d6c25783cf
feat(db-postgres): adds idType to use uuid or serial id columns ( #3864 )
...
* feat(db-postgres): WIP adds idType to use uuid or serial id columns
* chore: add postgres-uuid test ci
* chore: add postgres-uuid env vars
* chore: sanitizeQueryValue prevent invalid types
* fix(db-postgres): invalid parentID of nested arrays
2024-02-15 16:06:37 -05:00
Dan Ribbens
82e9d31127
fix(plugin-form-builder): hooks do not respect transactions ( #5069 )
...
* fix(plugin-form-builder): hooks do not respect transactions
* chore(plugin-form-builder): linting and cleanup
2024-02-15 15:55:42 -05:00
Elliot DeNolf
399e606b34
chore: use ref for pnpm overrides ( #5081 )
2024-02-13 12:37:43 -05:00
Alessio Gravili
0d18822062
feat(richtext-lexical)!: Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground ( #5066 )
...
* feat(richtext-lexical): Update lexical from 0.12.6 to 0.13.1, port over all useful changes from playground
* chore: upgrade lexical version used in monorepo
2024-02-12 17:54:50 +01:00
Alessio Gravili
00fc0343da
feat(richtext-lexical): AddBlock handle for all nodes, even if they aren't empty paragraphs ( #5063 )
2024-02-12 16:11:41 +01:00
Alessio Gravili
6323965c65
fix(richtext-lexical): do not remove adjacent paragraph node when inserting certain nodes in empty editor ( #5061 )
2024-02-12 14:27:58 +01:00
Máté Tallósi
6d6823c3e5
feat(richtext-lexical): add justify aligment to AlignFeature ( #4035 ) ( #4868 )
2024-02-12 14:27:12 +01:00
Alessio Gravili
ca70298436
chore: upgrade nodemon versions ( #5059 )
2024-02-12 14:11:57 +01:00
Elliot DeNolf
4f565759f6
chore(release): payload/2.11.0 [skip ci]
v2.11.0
payload/2.11.0
2024-02-09 16:12:03 -05:00
Jarrod Flesch
df39602758
feat: exposes collapsible provider with more functionality ( #5043 )
2024-02-09 10:38:30 -05:00
Elliot DeNolf
6ea6172afa
chore(release): db-postgres/0.5.2 [skip ci]
db-postgres/0.5.2
2024-02-09 09:06:15 -05:00
Elliot DeNolf
486774796d
chore(release): db-mongodb/1.4.1 [skip ci]
db-mongodb/1.4.1
2024-02-09 09:06:06 -05:00
Elliot DeNolf
1cd1c38764
chore(release): payload/2.10.1 [skip ci]
v2.10.1
payload/2.10.1
2024-02-09 09:04:42 -05:00
Elliot DeNolf
f6d7da7510
fix: clearable cells handle null values ( #5038 )
2024-02-09 08:59:38 -05:00
Elliot DeNolf
cdc4cb971b
fix(db-mongodb): handle null values with exists ( #5037 )
2024-02-09 08:58:10 -05:00
Elliot DeNolf
e0191b54e1
chore(release): richtext-lexical/0.6.1 [skip ci]
richtext-lexical/0.6.1
2024-02-08 11:49:02 -05:00
Alessio Gravili
2315781f18
fix(richtext-lexical): make editor reactive to initialValue changes ( #5010 )
2024-02-08 15:30:21 +01:00
Elliot DeNolf
a0a58e7fd2
fix: query relationships by explicit id field ( #5022 )
2024-02-07 14:18:13 -05:00
Jessica Chowdhury
e1813fb884
fix: ensures docs with the same id are shown in relationship field select ( #4859 )
2024-02-07 14:04:03 -05:00
Elliot DeNolf
da184d40ec
fix(db-postgres): handle nested docs with drafts ( #5012 )
2024-02-06 21:27:33 -05:00
Elliot DeNolf
ca8675f89d
chore(release): plugin-seo/2.2.1 [skip ci]
plugin-seo/2.2.1
2024-02-06 15:41:58 -05:00
Elliot DeNolf
e8c6c9338d
chore(release): db-postgres/0.5.1 [skip ci]
db-postgres/0.5.1
2024-02-06 15:41:35 -05:00
Elliot DeNolf
558534aff8
chore(release): richtext-lexical/0.6.0 [skip ci]
richtext-lexical/0.6.0
2024-02-06 15:41:04 -05:00