Max Reynolds
4f1dfbc1ff
Constrain from
to non-negative numbers ( #987 )
...
Fix #954
2021-03-29 21:07:28 +02:00
Hans Pagel
b90a6a204c
Publish
...
- tiptap-commands@1.17.1
- tiptap-extensions@1.35.1
- tiptap-utils@1.13.1
- tiptap@1.32.1
2021-02-02 09:45:42 +01:00
Hans Pagel
f8895d5f3f
fix equalNodetype util
2021-02-01 17:38:37 +01:00
Hans Pagel
79a217f96c
Publish
...
- tiptap-commands@1.17.0
- tiptap-extensions@1.35.0
- tiptap-utils@1.13.0
- tiptap@1.32.0
2021-01-26 17:42:53 +01:00
Hans Pagel
0fb17e4b96
don’t lock dependency versions anymore
2021-01-26 17:40:59 +01:00
Hans Pagel
e5789a42a4
remove prosemirror-utils dependency
2021-01-26 17:27:52 +01:00
Hans Pagel
a119709dbc
add link pasterule support for exclamation marks
2021-01-05 21:33:26 +01:00
Hans Pagel
358d2228d9
add link pasterule support for parenthesis
2021-01-05 21:32:19 +01:00
Hans Pagel
af65d91ce4
Publish
...
- tiptap-commands@1.16.0
- tiptap-extensions@1.34.0
- tiptap-utils@1.12.0
- tiptap@1.31.0
2021-01-05 12:18:11 +01:00
Priestch
046babfd3a
fix: can not write second mention bug, see #874
2020-12-29 10:22:03 +01:00
Priestch
38ea4e6c66
make current replaceText command compatible with the previous one
2020-12-29 10:22:03 +01:00
Priestch
a6da24a75d
fix can not copy content of new inserted mention
2020-12-29 10:22:03 +01:00
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