James
|
c3a357f893
|
chore: merge
|
2023-09-19 11:04:58 -04:00 |
|
Jacob Fletcher
|
5f0207d617
|
chore: comments out live preview tab
|
2023-09-19 11:01:47 -04:00 |
|
James
|
5bc8b29e79
|
chore: merge
|
2023-09-19 10:53:44 -04:00 |
|
James
|
7fdf77cf3e
|
chore: bugs with sort, graphql tests with postgres
|
2023-09-19 10:50:04 -04:00 |
|
Jacob Fletcher
|
463a39e822
|
chore: improves document tab logic
|
2023-09-19 10:13:42 -04:00 |
|
Alessio Gravili
|
6338471287
|
chore: sort package.json keys of richtext-slate package
|
2023-09-19 12:02:42 +02:00 |
|
Alessio Gravili
|
c356b96913
|
chore: package.json improvements: order, duplicate scripts and packages
|
2023-09-19 11:51:56 +02:00 |
|
Alessio Gravili
|
fbe5f36b29
|
chore: add commit to .git-blame-ignore-revs
|
2023-09-19 11:43:25 +02:00 |
|
Alessio Gravili
|
cdaa0acd61
|
chore: run eslint & prettier, adjust perfectionist sorting for package.json and tsconfig.json in eslint configs
|
2023-09-19 11:41:56 +02:00 |
|
Alessio Gravili
|
4f68b722dc
|
chore: fix imports in db-postgres adapter
|
2023-09-19 11:15:47 +02:00 |
|
Alessio Gravili
|
a81401cf77
|
feat: breaking: richtext adapter (#3311)
BREAKING: requires user to install @payloacms-richtext-slate and specify a `config.editor` property
* chore: move slate stuff into packages/richtext-slate
* chore: fieldTypes stuff
* chore: fix richtext-slate tsconfig
* chore: add clean:unix command
* chore: fix up things
* chore: undo subpath imports being hoisted up
* chore: fix incorrect imports
* chore: improve AdapterArguments type
* chore: remove unused richTextToHTML and stringifyRichText files
* fix: core-dev scss imports
* chore: fix publishConfig exports for richtext-slate
* chore: adjust joi schema for richtext field
* chore: various fixes
* chore: handle afterRead population in richText adapter
* chore: handle more after-read promise stuff
* chore: fix joi validation
* chore: add richtext adapter to tests
* chore: merge adapter props with field props
* chore: index.tsx => index.ts
* chore: rename `adapter` to `editor`
* chore: fix e2e tests not running due to importing a constant from a file (`Tabs`) which imports createSlate.
This fails because createSlate imports React components.
* chore: remove unnecessary import
* chore: improve various typings
* chore: improve typings for List view Cell components
* feat: richText adapter cell component
* chore: add missing types packages for packages/richtext-slate
* chore: add new adapter interface properties to joi schema
* chore: withMergedProps utility which replaces getSlateCellComponent and getSlateFieldComponent
* feat: added config.defaultEditor property which is now required. field.editor is no longer required and overrides config.defaultEditor
* docs: mention editor and defaultEditor property in the docs
* chore: fix incorrectly formatted JSX in docs files breaking mdx parser
* chore: fix various errors
* chore: auto-generated pointer files
|
2023-09-19 11:03:31 +02:00 |
|
Alessio Gravili
|
835efdf400
|
chore: fix issues with tests
|
2023-09-19 10:46:32 +02:00 |
|
Elliot DeNolf
|
7725c1fdc9
|
chore: webpack bundler aliasing
|
2023-09-18 17:17:37 -04:00 |
|
Elliot DeNolf
|
1efab0b6a3
|
chore: make bundlers use named exports (#3352)
|
2023-09-18 15:38:05 -04:00 |
|
Elliot DeNolf
|
53a80be6a0
|
Merge pull request #3351 from payloadcms/chore/2.0-prettier-templates
chore: prettier templates
|
2023-09-18 14:51:52 -04:00 |
|
Elliot DeNolf
|
05eabc7a9d
|
chore: add template prettier commit to .git-blame-ignore-revs
|
2023-09-18 14:47:07 -04:00 |
|
Dan Ribbens
|
43451a629a
|
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
|
2023-09-18 14:45:08 -04:00 |
|
Dan Ribbens
|
8ab24a4513
|
chore: postgres chain selectCount query methods
|
2023-09-18 14:44:35 -04:00 |
|
Elliot DeNolf
|
75a428ddc4
|
chore: prettier on all templates
|
2023-09-18 14:43:51 -04:00 |
|
Dan Ribbens
|
b271936b64
|
chore: fix postgres updateOne
|
2023-09-18 14:38:59 -04:00 |
|
Dan Ribbens
|
c7744c5bf0
|
test: conditional geojson
|
2023-09-18 14:37:51 -04:00 |
|
Jacob Fletcher
|
320e4a47cd
|
chore: responsifies document header
|
2023-09-18 14:25:28 -04:00 |
|
Jacob Fletcher
|
66859f4073
|
chore: responsifies document controls
|
2023-09-18 14:25:28 -04:00 |
|
Dan Ribbens
|
321e59705d
|
chore: split paths for graphql
|
2023-09-18 13:53:07 -04:00 |
|
James
|
029e319c7b
|
chore: wires up contains in pg, skips point tests
|
2023-09-18 13:00:00 -04:00 |
|
James
|
2442144c98
|
chore: fixes id types for graphql in database adapters
|
2023-09-18 11:42:59 -04:00 |
|
Dan Ribbens
|
a8418bffa2
|
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
|
2023-09-18 11:11:57 -04:00 |
|
Dan Ribbens
|
025d647bf7
|
chore: wip postgres collections-graphql
|
2023-09-18 11:10:32 -04:00 |
|
Jacob Fletcher
|
718f51d8d8
|
chore: fixes hmr
|
2023-09-18 11:10:12 -04:00 |
|
James
|
3c92c55ca9
|
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
|
2023-09-18 10:42:36 -04:00 |
|
James
|
128fe0119e
|
chore: fixes e2e tests
|
2023-09-18 10:42:30 -04:00 |
|
Jacob Fletcher
|
9bd8f14ba8
|
chore: refines gutter and spacing
|
2023-09-18 10:22:25 -04:00 |
|
Dan Ribbens
|
998eb99003
|
chore: postgres query block fields (#3347)
|
2023-09-17 23:19:19 -04:00 |
|
James
|
6abe7f2569
|
chore: vite builds
|
2023-09-16 11:24:14 -04:00 |
|
James
|
9efd7c9ed2
|
chore: few fixes in build
|
2023-09-16 11:13:42 -04:00 |
|
James
|
d46e1837a1
|
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
|
2023-09-16 11:02:48 -04:00 |
|
James
|
16a4de2df7
|
chore: merge bundlers
|
2023-09-16 11:02:42 -04:00 |
|
James
|
649cf57ea8
|
chore: reverts test suite back to webpack for now
|
2023-09-16 11:01:29 -04:00 |
|
James
|
5aa67cf98d
|
chore: functioning vite
|
2023-09-16 10:59:58 -04:00 |
|
Jacob Fletcher
|
4df942529a
|
chore: improves collection and global view routing (#3341)
|
2023-09-16 01:46:56 -04:00 |
|
Jacob Fletcher
|
dbaa1f7319
|
chore: abstracts filterFields from RenderFields (#3340)
|
2023-09-15 17:39:00 -04:00 |
|
Jacob Fletcher
|
85c8e4dc65
|
chore: overhauls admin navigation (#3339)
|
2023-09-15 17:33:28 -04:00 |
|
James
|
055c65f229
|
chore: passing mongodb tests
|
2023-09-15 17:26:50 -04:00 |
|
James
|
270ee3687b
|
chore: merge
|
2023-09-15 17:12:32 -04:00 |
|
James
|
5292f41a3b
|
chore: rectifies test issues
|
2023-09-15 17:12:13 -04:00 |
|
Dan Ribbens
|
5a56e18e7d
|
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
|
2023-09-15 17:11:22 -04:00 |
|
Elliot DeNolf
|
26955bb331
|
chore: fix up tests for globals, hooks, localization
|
2023-09-15 17:08:15 -04:00 |
|
Dan Ribbens
|
b8f831fd05
|
test: fix imports
|
2023-09-15 17:01:43 -04:00 |
|
Jacob Fletcher
|
81010311f9
|
chore: builds main menu modal (#3313)
|
2023-09-15 16:40:08 -04:00 |
|
Jacob Fletcher
|
4b514d4c94
|
chore: establishes pattern for custom collection and global views (#3312)
|
2023-09-15 16:38:23 -04:00 |
|