Jacob Fletcher
|
baf2b6de30
|
chore: passing admin e2e tests
|
2023-10-02 17:57:10 -04:00 |
|
Elliot DeNolf
|
4f405bbee6
|
chore: remove console.log
|
2023-10-02 17:19:53 -04:00 |
|
Jacob Fletcher
|
0c6bea7388
|
chore: nests doc tab li in tab conditions
|
2023-10-02 15:15:43 -04:00 |
|
Jacob Fletcher
|
a53cbd146f
|
feat: live preview (#3382)
|
2023-10-02 11:40:08 -04:00 |
|
James
|
e5a95755da
|
chore: returns generic to BasePayload to fix typing
|
2023-10-02 11:07:01 -04:00 |
|
James
|
9a6d650a13
|
chore: progress to type overrides
|
2023-10-02 10:22:59 -04:00 |
|
James
|
44b10cc9b4
|
chore: webpack published package bugs
|
2023-10-01 16:20:18 -04:00 |
|
James
|
ee22a488c0
|
chore: able to select bundler in dev
|
2023-10-01 15:47:16 -04:00 |
|
Alessio Gravili
|
9308c792e1
|
feat: Lexical richtext editor (#3359)
* 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
* feat: create base structure for lexical adapter
* chore: upgrade dependencies
* chore: improve package.json property order
* chore: undo unnecessary changes in core
* chore: initial, working lexical editor
* chore: utils
* chore: add license.md
* chore: work on Floating toolbar
* chore: floatingSelectToolbar extensibility
* chore: FloatingSelectToolbar format buttons
* chore: add functionality to format buttons
* chore: caret handling improvements
* chore: keep toolbar hidden during mousedown
* chore: keep carat centered unless at edge of container
* chore: placeholder, style improvements
* chore: DraggableBlock Handle
* chore: limit cell preview length
* chore: fix drag handle styling in light mode
* chore: remove unnecessary listener
* feat: add block handle
* chore: handle removal of handles properly
* chore: add HistoryPlugin
* chore: improve naming of format button properties
* chore: fix incorrect position of HistoryPlugin
* chore: serif font
* chore: improve opacity handling of FloatingSelectToolbar
* feat: slash menu
* feat: slash menu interface
* chore: fix mixed-up icon
* chore: add missing editorConfig?.feature dependency
* feat: sanitizedEditorConfig, slash menu grouping
* feat: interface for nodes
* feat: Plugin interface
* feat: working AddBlockHandlePlugin
* feat: headings
* chore: improve editor focus handling for add block handle's slash menu
* chore: improve handling of slash menu filtering
* fix: cloneDeep function not handling all data types well
* feat: markdown transformers for headings
* feat: proper dependency system
* feat: add remaining markdown transformers
* feat: order system for floating toolbar format buttons
* chore: customizable floating select toolbar sections system
* feat: WIP floatingSelectToolbar dropdown sections
* feat: working dropdown & misc improvements
* chore: fix dropdown top positioning after scrolling down
* chore: downgrade @types/react
* feat: treeview debug feature, & misc improvements
* feat: add TabIndentationPlugin by default
* fix: wrong key for treeviewfeature
* chore: handle plugin keys
* chore: simplify Heading Feature
* feat: Text Align
* feat: Indent
* chore: floating text toolbar section dividers
* feat: isEnabled for floating select toolbar, and isEnabled handling for decreaseIndent
* chore: add all missing icons
* feat: checklist, orderedlist, unorderedlist
* chore: improve lists by using lexical/react's ListPlugin
* chore: lists markdown transformers
* chore: improve key generation for plugins
* fix: add missing payload scss import
* fix: make default editorConfig null instead of defaultSanitizedEditorConfig for EditorConfigProvider. This fixes a bug where the editor would crash if some feature was using this EditorConfigProvider, as EditorConfigProvider needs the feature (due to the serialization process) and the Feature needing EditorConfigProvider (circular dependency)
* chore: allow positioning plugins under floatingAnchorElem
* feat: WIP: Link Feature
* chore: add box shadow to slash menu in light mode
* chore: CheckList => Check List
* chore: respect admin.readOnly setting
* chore: Simplify Link Feature
* chore: restructuring
* chore: prettier
* chore: scss-ify
* feat: wip: nicer draggable blocks
* chore: lots of block drag improvements
* helllll yea
* chore: just pure niceness
* fix: drag handle not working when scrolling down
* fix: "add" drag handle not working when scrolling down
* chore: remove unnecessary console log
* chore: fix slash menu positioning if there is not enough space below
* chore: increase animation speed of floating select toolbar
* chore: expect transforms for top-level editor nodes
* chore: move css rule to correct position
* chore: slightly animate target drag line
* chore: do not indicate drag-ability in un-dragable positions
* chore: explanatory comment
* chore: link editor styling
* chore: lots of link-related improvements
* chore: a lot of floating toolbar improvements
* chore: adjust link colors to be the same as in the website
* chore: prep work link extensibility
* chore: work on link plugin
* feat: fully-working link feature 🎉
* chore: add upload icon
* chore: merge in useful changes from playground & misc stuff
* feat: WIP relationship feature
* feat: Relationship Feature
* feat: BlockQuote Feature
* chore: base structure for Upload feature
* chore: fix types
* chore: WIP work on population and upload nodes
* chore: stuff
* fix: ensure uuid is only generated once
* chore: remove console.log's
* feat: link and relationship population
* fix: populate relationships at correct position
* chore: bunch of progress on upload node
* chore: working upload node!
* chore: various upload feature improvements
* chore: misc
* feat: working upload feature fields customization
* feat: WIP Blocks feature
* chore: fix incorrectly registered editor commands
* chore: get Block fields to render
* feat: functional blocks feature
* chore: improve functionality of blocks feature component (styling, collapsing)
* chore: disable console logs
|
2023-10-01 21:03:44 +02:00 |
|
Jacob Fletcher
|
34e2dc8a79
|
chore: overflows step nav (#3415)
|
2023-09-29 17:11:27 -04:00 |
|
Jacob Fletcher
|
9d9d20efd9
|
chore: overhauls main nav (#3410)
|
2023-09-29 13:10:37 -04:00 |
|
Jarrod Flesch
|
6fa5866f99
|
feat: 2.0 popover style updates (#3404)
|
2023-09-29 09:05:02 -04:00 |
|
Elliot DeNolf
|
719dd1f2ba
|
chore: adjust when to run init, and use proper payload param in dev script
|
2023-09-28 15:02:59 -04:00 |
|
Dan Ribbens
|
be09b9bbe6
|
chore: querying with not_equals works with nulls every test past!
|
2023-09-28 11:52:52 -04:00 |
|
James
|
5d0bd25267
|
chore: streamlined fallback locale in local operations
|
2023-09-28 09:15:43 -04:00 |
|
James
|
5be49e1484
|
chore: threads through req so transactions are able to function accordingly
|
2023-09-27 16:52:20 -04:00 |
|
James
|
a73625edb9
|
Merge branch '2.0' of github.com:payloadcms/payload into 2.0
|
2023-09-27 16:32:20 -04:00 |
|
Elliot DeNolf
|
6ed6c5b5b0
|
chore: allow dev override to PAYLOAD_DROP_DATABASE
|
2023-09-27 16:29:40 -04:00 |
|
James
|
09883ee78c
|
chore: passing field tests
|
2023-09-27 16:25:23 -04:00 |
|
Jacob Fletcher
|
aa94c00bc6
|
chore: misc css (#3391)
|
2023-09-27 13:18:29 -04:00 |
|
Jacob Fletcher
|
d61eef23d1
|
chore: fixes admin view types (#3398)
|
2023-09-27 10:56:15 -04:00 |
|
James
|
8e8ba82c6d
|
chore: revises a few tests
|
2023-09-26 17:11:46 -04:00 |
|
Elliot DeNolf
|
9c0aadd046
|
chore: migration dir and migration template updates
|
2023-09-25 23:27:58 -04:00 |
|
James
|
4df19cbdf6
|
chore: converts anything that awaits many promises to sequential execution
|
2023-09-24 16:31:23 -07:00 |
|
James
|
e437b41950
|
chore: misc bugs, types pattern
|
2023-09-24 10:51:21 -07:00 |
|
James
|
74fcf2fc1f
|
chore: bugs with array
|
2023-09-23 10:59:34 -07:00 |
|
James
|
a458375934
|
chore: passing versions tests
|
2023-09-23 10:07:29 -07:00 |
|
James
|
ee0bddf85b
|
chore: progress to versions
|
2023-09-23 07:50:28 -07:00 |
|
Jacob Fletcher
|
7ea4fcde2c
|
feat: custom document tabs (#3387)
|
2023-09-22 17:42:23 -04:00 |
|
James
|
82d2d2350f
|
chore: uploads test suite passes
|
2023-09-22 16:51:29 -04:00 |
|
Elliot DeNolf
|
1377f56f26
|
chore: handle nulls vs undefined
|
2023-09-22 16:44:51 -04:00 |
|
James
|
f3415bb13e
|
chore: ensures relationships can be cleared
|
2023-09-22 14:11:18 -04:00 |
|
Alessio Gravili
|
8b715a8127
|
chore: revert setting default db to postgres
|
2023-09-22 02:05:57 +02:00 |
|
James
|
edf9dd7983
|
chore: misc cleanup
|
2023-09-21 13:52:01 -04:00 |
|
James
|
1191a2851c
|
chore: wires up a few versions methods
|
2023-09-20 14:37:14 -04:00 |
|
Elliot DeNolf
|
7159bf2ff3
|
test: remove unused test/postgres dir
|
2023-09-19 17:04:31 -04:00 |
|
James
|
92275f909f
|
chore: restores community test suite
|
2023-09-19 15:27:04 -04:00 |
|
James
|
3cfc51ecf4
|
chore: hasMany numbers
|
2023-09-19 15:26:08 -04:00 |
|
James
|
1ed8dad92d
|
chore: test resolution
|
2023-09-19 14:13:33 -04:00 |
|
James
|
7b38bd1e52
|
chore: nested unnamed fields, like query constraint
|
2023-09-19 13:27:05 -04:00 |
|
James
|
c3a357f893
|
chore: merge
|
2023-09-19 11:04:58 -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 |
|
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
|
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 |
|
Dan Ribbens
|
c7744c5bf0
|
test: conditional geojson
|
2023-09-18 14:37:51 -04:00 |
|
James
|
029e319c7b
|
chore: wires up contains in pg, skips point tests
|
2023-09-18 13:00:00 -04:00 |
|