Travis Mcgeehan
c1eb9d1727
feat: support OAuth 2.0 format Authorization: Bearer tokens in headers
2023-11-28 16:23:18 -05:00
Patrik
37b765cce8
fix(plugin-stripe): vite support ( #4279 )
...
* chore: updates export of stripe plugin & bumps payload versions
* chore: handles type errors
* chore: adds alias for stripeREST & strepWebhooks
* fixes issues with bundling within demo
* chore: defaults plugin-stripe demo to use vite bundler
* chore: updates pnpm lock file
* chore: removes yarn lock file from plugin-stripe demo
* chore: bumps payload in demo & cleans up demo config
* chore: updates pnpm lock file
---------
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-28 14:12:18 -05:00
Alessio Gravili
5bf64933b4
fix(richtext-lexical): HTML Converter field not working inside of tabs ( #4293 )
2023-11-28 19:36:23 +01:00
Alessio Gravili
094d02ce1d
fix(richtext-lexical): re-use payload population logic to fix population-related issues ( #4291 )
...
* chore(richtext-lexical): Add int test which reproduces the issue
* chore: Remove unnecessary await in core afterRead promise
* fix(richtext-lexical): re-use recurseNestedFields from payload instead of using own recurseNestedFields
* chore(richtext-lexical): pass in missing properties which are available in the core afterRead hook
* chore: remove unnecessary block
2023-11-28 19:18:07 +01:00
Elliot DeNolf
1fe4f4c5f4
Merge pull request #4292 from payloadcms/feat/migrate-with-js-files
...
feat: support migrations with js files
2023-11-28 11:40:36 -05:00
Elliot DeNolf
35ce0ebc83
docs: migrations directory details
2023-11-28 11:18:04 -05:00
Elliot DeNolf
530c825f80
feat(db-mongodb): search for migrations dir intelligently
2023-11-28 11:09:55 -05:00
Elliot DeNolf
308979f31d
feat(db-postgres): search for migrations dir intelligently
2023-11-28 11:09:36 -05:00
Elliot DeNolf
2122242192
feat: support migrations with js files
2023-11-28 11:09:25 -05:00
Nikola Spalevic
40c8909ee0
feat: add serbian (latin and cyrillic) translations ( #4268 )
2023-11-28 09:08:26 -05:00
Dan Ribbens
babe3dba6a
chore(db-postgres): add uuid to dependencies ( #4286 )
2023-11-28 09:08:08 -05:00
Jacob Fletcher
9bb7a88526
feat: useDocumentEvents ( #4284 )
2023-11-27 16:16:53 -05:00
Elliot DeNolf
098e389147
chore(release): payload/2.2.2 [skip ci]
payload/2.2.2
v2.2.2
2023-11-27 16:11:31 -05:00
James Mikrut
b56f1f4f2a
Merge pull request #4285 from payloadcms/fix/doc-access-transactions
...
fix: transactions broken within doc access
2023-11-27 16:07:05 -05:00
James
443847ec71
fix: transactions broken within doc access
2023-11-27 15:56:18 -05:00
Elliot DeNolf
26f6b37a20
chore(release): bundler-vite/0.1.5 [skip ci]
bundler-vite/0.1.5
2023-11-27 15:33:43 -05:00
Jessica Chowdhury
1dcd3a2782
fix: prevent json data getting reset when switching tabs ( #4123 )
2023-11-27 12:23:20 -05:00
Jacob Fletcher
6f59257574
Merge pull request #4250 from payloadcms/fix/live-preview-rels
2023-11-27 11:04:34 -05:00
Jacob Fletcher
65575d3573
Merge branch 'main' into fix/live-preview-rels
2023-11-27 10:54:27 -05:00
Tylan Davis
cbeb0a8bc7
fix(templates): uses context to prevent infinite loop in populateArchiveBlock ( #4278 )
2023-11-27 10:47:03 -05:00
Jacob Fletcher
ad62db01e7
chore(templates): adds comments to .env.example ( #4276 )
2023-11-27 10:43:03 -05:00
Kennet Winter
42cba2e3a1
docs: fix broken links to public demo ( #4266 )
2023-11-27 10:29:05 -05:00
Yunsup Sim
1401718b3b
feat(i18n): adds Korean translation ( #4258 )
2023-11-27 10:26:53 -05:00
Jacob Fletcher
712647d741
docs: adds live preview troubleshooting tips
2023-11-27 08:09:26 -05:00
Alessio Gravili
c8d2b2b60e
chore(richtext-lexical): fix failing e2e test due to html class changes ( #4265 )
2023-11-26 11:39:27 +01:00
Jacob Fletcher
aab2407112
fix(live-preview): clear hasMany relationships
2023-11-24 09:57:41 -05:00
Alessio Gravili
d439bf3011
Merge pull request #4257 from payloadcms/chore/lexical-impr
...
BREAKING: The last PR is breaking because it changes some properties of the SlashMenu section in the Feature interface
2023-11-24 01:18:55 +01:00
Alessio Gravili
62ca71fbc4
chore(richtext-lexical): breaking: slash menu: simplify, improve CSS class names, change 'title' in interface to key and displayName
2023-11-24 01:16:04 +01:00
Alessio Gravili
e50fa9ca8f
feat(richtext-lexical): floating select toolbar: add ability to configure dropdown entry component
2023-11-23 23:52:16 +01:00
Alessio Gravili
ed7aca6525
chore(richtext-lexical): improve CSS class names of floating select toolbar
2023-11-23 23:38:25 +01:00
Zaki Nadhif
98ccd05dd6
chore(richtext-lexical): Add a hint that the slash menu exists to the user ( #4206 )
...
* chore(richtext-lexical): Add a hint that the slash menu exists to the user
* Update LexicalEditor.tsx
---------
Co-authored-by: Alessio Gravili <70709113+AlessioGr@users.noreply.github.com >
2023-11-23 22:28:02 +01:00
Alessio Gravili
051bced3b5
Merge pull request #4256 from payloadcms/chore/lexical-small-improvements
...
BREAKING: The first commit is breaking, as it changes the exported UnoderedListFeature to UnorderedListFeature due to a typo
2023-11-23 22:24:15 +01:00
Alessio Gravili
79f08baf2f
chore(richtext-lexical): add lists to floating toolbar
2023-11-23 22:12:10 +01:00
Alessio Gravili
d6b63da617
docs(richtext-lexical): fix incorrect JSDOM import
2023-11-23 22:03:36 +01:00
Alessio Gravili
d512e9382d
fix(richtext-lexical): breaking: fix typo: UnoderedListFeature => UnorderedListFeature
2023-11-23 21:39:07 +01:00
Alessio Gravili
b17cafc7be
chore(richtext-lexical): add proper typing for node replacements ( #4255 )
2023-11-23 19:04:34 +01:00
Jacob Fletcher
24dacd6712
fix(live-preview): populates rich text relationships
2023-11-22 17:55:42 -05:00
Dan Ribbens
6ea29094ba
fix(db-postgres): incorrect pagination totalDocs ( #4248 )
...
Co-authored-by: Alessio Gravili <alessio@bonfireleads.com >
2023-11-22 16:14:14 -05:00
Mark Barton
f27407ce7c
chore: correct information from Nested Docs Plugin documentation ( #4244 )
2023-11-22 12:09:13 -05:00
stoddabr
9ae65fa791
docs: fix create-payload-app example ( #4180 )
2023-11-21 16:59:06 -05:00
Jessica Chowdhury
3d2b62b210
fix: passes date options to the react-datepicker in filter UI, removes duplicate options from operators select ( #4225 )
...
Co-authored-by: Jarrod Flesch <jarrodmflesch@gmail.com >
2023-11-21 16:48:39 -05:00
Jessica Chowdhury
6364afb1dd
docs: updates vite alias example and fixes broken link ( #4224 )
2023-11-21 14:34:18 -05:00
Radosław Kłos
56a4692662
fix: typo in polish translations ( #4234 )
2023-11-21 13:09:00 -05:00
Dan Ribbens
ef6b8e4235
test: graphql handle deleted relationships ( #4229 )
2023-11-21 13:07:13 -05:00
Elliot DeNolf
5f5290341a
chore(plugin-cloud-storage): adjust prepublishOnly script
2023-11-21 10:28:35 -05:00
Elliot DeNolf
62403584ad
chore(scripts): cleanup package details log
2023-11-21 10:28:17 -05:00
Jarrod Flesch
19fcfc27af
fix: number field validation ( #4233 )
2023-11-21 10:12:26 -05:00
Elliot DeNolf
dcf14f5f71
chore(release): payload/2.2.1 [skip ci]
payload/2.2.1
v2.2.1
2023-11-21 10:08:07 -05:00
Elliot DeNolf
3a784a06cc
fix: make outputSchema optional on richtext config ( #4230 )
2023-11-21 09:45:57 -05:00
Jessica Chowdhury
6eeae9d53b
examples: updates blank template readme ( #4216 )
2023-11-21 08:40:01 -05:00