tiptap/packages/core/src
2021-11-25 17:18:30 +01:00
..
commands feat: add scrollIntoView option to focus command, fix #2172 2021-11-25 17:18:30 +01:00
extensions fix: handle backspace also on shift 2021-09-27 23:03:51 +02:00
helpers feat: add defaultBlockAt helper 2021-11-23 14:32:54 +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: don't remove the tiptap styles on destroy, fix #2120, fix #2143 2021-11-09 17:16:38 +01:00
CommandManager.ts feat: Allow to use commands within InputRule and PasteRule (#2035) 2021-10-14 11:56:40 +02:00
Editor.ts fix: update getJSON return type to JSONContent (#2153) 2021-11-10 00:24:18 +01: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: Allow array of extensions for enableInputRules and enablePasteRules options (#2119) 2021-11-18 12:44:34 +01:00
index.ts feat: add defaultBlockAt helper 2021-11-23 14:32:54 +01: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 refactoring 2021-11-18 12:38:02 +01: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 gapcursor position when surrounded by margins 2021-11-18 14:02:53 +01:00
Tracker.ts feat: add Tracker class 2021-06-04 23:57:41 +02:00
types.ts feat: add 'all' option to focus command, fix #2181 2021-11-22 10:17:06 +01:00