Commit Graph

684 Commits

Author SHA1 Message Date
Drabble
dea48bcff8
SetCellAttr in prosemirror-tables needs parameters (#883)
* SetCellAttr in prosemirror-tables needs parameters

The `setCellAttr` command has no use if we can't pass parameters to it. My issue was setting the background color of a cell in a table.
See issue https://github.com/ueberdosis/tiptap/issues/862.

* Fix spaces in function parameters

`A space is required after '{' `
2020-12-29 10:13:29 +01:00
Daniel Bakan
f1fbee9da7
Allow Links to use their individual attrs.target (#902)
* Allow Links to use their personal target attr

* fix irregular whitespace
2020-12-29 10:12:02 +01:00
Hans Pagel
3ecbfb6bcd update dependencies 2020-12-29 10:03:31 +01:00
Hans Pagel
94d7a480d8 Publish
- tiptap-extensions@1.33.2
2020-10-15 21:42:50 +02:00
gaopeng
9ccfa168f8 fix missing username when copy paragraph contains mentions 2020-10-16 00:00:53 +08:00
Hans Pagel
fddabade26 Publish
- tiptap-extensions@1.33.1
2020-09-30 15:06:10 +02:00
Hans Pagel
c63da16318 add command to hard break 2020-09-30 15:04:11 +02:00
Hans Pagel
f9fe193db9 Publish
- tiptap-commands@1.15.0
 - tiptap-extensions@1.33.0
 - tiptap-utils@1.11.0
 - tiptap@1.30.0
2020-09-16 11:07:59 +02:00
Hans Pagel
da1edebbda update dependencies 2020-09-16 11:07:14 +02:00
Hans Pagel
6714faf8e8
Merge pull request #830 from Chrissi2812/issue-827
fix: link command on multi cell selections
2020-09-16 10:16:37 +02:00
Chrissi2812
595929db69
fix: blockquote unwrap not working
Closes #803
2020-09-11 15:33:43 +02:00
Chrissi2812
ddaad8b19c
fix: link command on multi cell selections
Closes #827
2020-09-11 10:57:20 +02:00
Hans Pagel
313fa18fb8 Publish
- tiptap-extensions@1.32.7
2020-09-03 16:48:43 +02:00
Hans Pagel
6f649412c1 add comma to the pasteRule pattern of URLs, allow pasting URLs that include a comma 2020-09-03 16:47:48 +02:00
Hans Pagel
692cd4f47e Publish
- tiptap-extensions@1.32.6
2020-09-01 14:14:00 +02:00
Hans Pagel
f770826e77 add tiptap-utils as a requirement to tiptap-extensions, fix #709 2020-09-01 14:12:13 +02:00
Haoran Yu
1cb4060948 Fix indent in Link extension marks. 2020-08-23 12:34:30 +08:00
Hans Pagel
128c9077ad Publish
- tiptap-commands@1.14.6
 - tiptap-extensions@1.32.5
 - tiptap@1.29.6
2020-08-19 11:02:47 +02:00
Hans Pagel
2ba063592b update prosemirror dependencies 2020-08-19 10:31:44 +02:00
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