.. |
commands
|
fix: Improve behavior when using insertContent (#2147)
|
2021-11-08 20:37:12 +01:00 |
extensions
|
fix: handle backspace also on shift
|
2021-09-27 23:03:51 +02:00 |
helpers
|
fix: prevent RangeError for posToDOMRect, fix #2112
|
2021-10-31 12:03:24 +01:00 |
inputRules
|
fix: allow to re-apply current mark for input rules and paste rules, fix #2003
|
2021-10-10 22:23:32 +02:00 |
pasteRules
|
fix: allow to re-apply current mark for input rules and paste rules, fix #2003
|
2021-10-10 22:23:32 +02:00 |
utilities
|
fix: fix a bug when parsing attributes if no parseHTML method is provided, fix #2058
|
2021-11-08 21:27:46 +01:00 |
CommandManager.ts
|
feat: Allow to use commands within InputRule and PasteRule (#2035)
|
2021-10-14 11:56:40 +02:00 |
Editor.ts
|
feat: Add extension storage (#2069)
|
2021-10-22 08:52:54 +02:00 |
EventEmitter.ts
|
refactoring
|
2021-09-30 09:34:45 +02:00 |
Extension.ts
|
feat!: Replace defaultOptions with addOptions (#2088)
|
2021-10-26 18:31:13 +02:00 |
ExtensionManager.ts
|
feat: Add extension storage (#2069)
|
2021-10-22 08:52:54 +02:00 |
index.ts
|
feat: Add extension storage (#2069)
|
2021-10-22 08:52:54 +02:00 |
InputRule.ts
|
feat: Allow to use commands within InputRule and PasteRule (#2035)
|
2021-10-14 11:56:40 +02:00 |
Mark.ts
|
feat!: Replace defaultOptions with addOptions (#2088)
|
2021-10-26 18:31:13 +02:00 |
Node.ts
|
feat!: Replace defaultOptions with addOptions (#2088)
|
2021-10-26 18:31:13 +02:00 |
NodeView.ts
|
fix: Separate drags from drops in stopEvent (#2070)
|
2021-10-22 21:27:58 +02:00 |
PasteRule.ts
|
fix: fix a bug where paste rules doesn’t worked at the start of the document, see #1225
|
2021-10-22 09:04:09 +02:00 |
style.ts
|
fix: improve default styling for .ProseMirror-separator
|
2021-10-22 15:05:18 +02:00 |
Tracker.ts
|
feat: add Tracker class
|
2021-06-04 23:57:41 +02:00 |
types.ts
|
fix: improve JSONContent type to allow pure JSON content
|
2021-11-03 21:11:24 +01:00 |