Commit Graph

665 Commits

Author SHA1 Message Date
Hans Pagel
01ec8b2bf4 Publish
- tiptap-commands@1.14.5
 - tiptap-extensions@1.32.4
 - tiptap@1.29.5
2020-08-13 12:03:57 +02:00
Hans Pagel
67d25bf36b switch to main branch 2020-08-13 11:23:17 +02:00
Hans Pagel
7b628bad8d fix enableDropCursor and enableGapCursor default options 2020-08-11 15:21:38 +02:00
Hans Pagel
1fc3a0b504
Merge pull request #705 from christosnc/master
Add options to enable / disable dropCursor and gapCursor
2020-08-11 15:10:38 +02:00
Hans Pagel
357f93286c Publish
- tiptap-extensions@1.32.3
2020-08-11 14:12:48 +02:00
Hans Pagel
2110fa4760 remove runtime generator again, see #789 2020-08-11 13:58:49 +02:00
Hans Pagel
04c841676d Publish
- tiptap-extensions@1.32.2
2020-08-11 11:24:00 +02:00
Hans Pagel
1b7c977c47 fix #789 async/await babel runtime generator error, use regenerator-runtime 2020-08-11 11:21:52 +02:00
Philipp Kühn
e3058f7cfa Publish
- tiptap-extensions@1.32.1
2020-08-07 14:56:10 +02:00
Hans Pagel
3eea7fc0c9
Merge pull request #787 from hanspagel/master
Improve pasteRules for Link mark
2020-08-07 14:44:13 +02:00
Hans Pagel
852d9e680d improve pasteRule for links, allow uppercase domains 2020-08-07 14:42:22 +02:00
Hans Pagel
b7c1659462 improve pasteRule for links, allow single letter domains 2020-08-07 14:41:44 +02:00
Philipp Kühn
a031370f4c Publish
- tiptap-commands@1.14.4
 - tiptap-extensions@1.32.0
 - tiptap-utils@1.10.4
 - tiptap@1.29.4
2020-08-07 14:39:52 +02:00
Philipp Kühn
8565128ead update dependencies 2020-08-07 14:36:39 +02:00
Philipp Kühn
057e43ccc3
Merge branch 'master' into async-suggestions 2020-08-07 14:23:08 +02:00
Hans Pagel
c99bfb2bee Publish
- tiptap-commands@1.14.3
 - tiptap-extensions@1.31.3
 - tiptap-utils@1.10.3
 - tiptap@1.29.3
2020-07-28 20:21:00 +02:00
Hans Pagel
5b33df55b0 Publish
- tiptap-commands@1.14.2
 - tiptap-extensions@1.31.2
 - tiptap-utils@1.10.2
 - tiptap@1.29.2
2020-07-28 20:17:25 +02:00
Hans Pagel
f98c2c0eca reset version 2020-07-28 20:16:13 +02:00
Hans Pagel
5496971230 update version 2020-07-28 20:13:20 +02:00
Kfir Ben-Ami
a23f3a6e6e
Fix an issue with with parsing custom extensions
see details in #747
2020-07-27 14:30:04 +03:00
Hans Pagel
fb833d1245
remove duplicate code 2020-07-20 11:53:50 +02:00
Hans Pagel
05a0200568
Merge pull request #591 from iliyaZelenko/patch-5
improvement(History extension): support ru keys
2020-07-20 11:49:37 +02:00
Hans Pagel
9f20038caf
Merge pull request #576 from ryanbliss/runtime-only-support-for-TodoItemNode
render(h) function support for TodoItem
2020-07-20 11:45:26 +02:00
Philipp Kühn
b4677ed34e Publish
- tiptap-commands@1.14.1
 - tiptap-extensions@1.31.1
 - tiptap-utils@1.10.1
 - tiptap@1.29.1
2020-07-13 17:13:12 +02:00
Hans Pagel
8186db5158 update repository name 2020-07-13 17:08:17 +02:00
Hans Pagel
1656302daa switch to new primary domain 2020-07-13 16:43:55 +02:00
Chrissi2812
40cefaddd0
feat(suggestions): async items and filter support added 2020-07-08 17:53:06 +02:00
Philipp Kühn
2922a8feaf Publish
- tiptap-extensions@1.31.0
 - tiptap@1.29.0
2020-07-08 10:02:00 +02:00
Philipp Kühn
d1ab32690c code style 2020-07-08 10:01:20 +02:00
Philipp Kühn
71409c1c81 Publish
- tiptap-commands@1.14.0
 - tiptap-extensions@1.30.0
 - tiptap-utils@1.10.0
 - tiptap@1.28.0
2020-07-08 09:59:27 +02:00
Philipp Kühn
52215dd7dd code style 2020-07-08 09:54:45 +02:00
Philipp Kühn
35fb863fa6
Merge pull request #619 from chazzbg/feature/link-target
Add option to put target for the created link
2020-07-08 09:26:41 +02:00
Philipp Kühn
34d007aca7 update dependencies 2020-07-08 09:17:15 +02:00
Philipp Kühn
836296bf70
Merge pull request #687 from chrisjbrown/master
fix(markpasterule): parent is undefined for mark
2020-07-08 09:01:54 +02:00
Philipp Kühn
8e17738895
Merge pull request #727 from ValJed/fix/passing-attributes-to-wrappers
Allow attributes for wrappers
2020-07-08 08:59:57 +02:00
John Nguyen
02ee4a571c remove firstChild from parseFromString 2020-07-01 20:02:30 -07:00
John Nguyen
5d17f68c0c Bug fix for issue #724; XSS issue when importing through getHTML() function; remove usage of innerHTML and pre-parse the string using native JS DOMParser 2020-07-01 14:01:31 -07:00
John Nguyen
4954f8297c Bug fix for issue #724; XSS issue when importing through getHTML() function; remove usage of innerHTML and pre-parse the string using native JS DOMParser 2020-07-01 13:56:18 -07:00
Jed
ba5a3c29fa add attrs param to toggleWrap function for nodeIsActive and WrapIn 2020-06-05 01:25:23 +02:00
Christos Christou
721160ea1f Add options to enable / disable dropCursor and gapCursor 2020-05-21 11:22:35 +01:00
Christopher Brown
463fd91eba fix(markpasterule): parent is undefined for mark 2020-05-04 16:36:36 +02:00
Philipp Kühn
92eb2c61cc Publish
- tiptap-commands@1.13.1
 - tiptap-extensions@1.29.1
 - tiptap-utils@1.9.1
 - tiptap@1.27.1
2020-04-22 20:28:05 +02:00
Philipp Kühn
f9a2a24e0a update dependencies 2020-04-22 20:25:48 +02:00
Philipp Kühn
e9abea0626 fix #666 2020-04-22 19:02:34 +02:00
Philipp Kühn
3e7e351f93 fix bug 2020-04-12 19:22:24 +02:00
Philipp Kühn
9bf8be403f
Merge pull request #658 from BrianHung/RegisterPluginPriority
Change registerPlugin to add plugin after Extensions plugins
2020-04-12 19:14:39 +02:00
Brian Hung
f9d29865b7 Updated registerPlugin and README with handlePlugins argument. 2020-04-11 15:29:53 -07:00
Philipp Kühn
f0e8fde668 Publish
- tiptap-commands@1.13.0
 - tiptap-extensions@1.29.0
 - tiptap-utils@1.9.0
 - tiptap@1.27.0
2020-04-11 13:03:17 +02:00
Philipp Kühn
0ca798fe23 add getNodeAttrs, fix #622 2020-04-11 13:02:19 +02:00
Philipp Kühn
e5be8bd1a6 update dependencies 2020-04-10 20:08:24 +02:00