Commit Graph

2616 Commits

Author SHA1 Message Date
Philipp Kühn
d194b90a61 wip: save hierachy within extension classes 2021-04-15 14:40:28 +02:00
Philipp Kühn
c40ce34eec wip: add some hierarchy tests 2021-04-14 09:48:38 +02:00
Philipp Kühn
daa5dc0fb1 fix: fix lowlight decorations for vue 3 2021-04-12 16:20:49 +02:00
Philipp Kühn
00ac898242 Publish
- @tiptap/core@2.0.0-beta.29
 - @tiptap/extension-mention@2.0.0-beta.29
 - @tiptap/html@2.0.0-beta.29
 - @tiptap/starter-kit@2.0.0-beta.25
 - @tiptap/suggestion@2.0.0-beta.29
2021-04-12 12:41:59 +02:00
Philipp Kühn
0a6312382f fix: fix adding mark only with insertContent(), fix #264 2021-04-12 12:39:36 +02:00
Philipp Kühn
28d30a1034 Publish
- @tiptap/core@2.0.0-beta.28
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.3
 - @tiptap/extension-gapcursor@2.0.0-beta.5
 - @tiptap/extension-mention@2.0.0-beta.28
 - @tiptap/extension-table@2.0.0-beta.6
 - @tiptap/html@2.0.0-beta.28
 - @tiptap/starter-kit@2.0.0-beta.24
 - @tiptap/suggestion@2.0.0-beta.28
2021-04-12 11:16:59 +02:00
Philipp Kühn
5e1ec5d2a6 feat: add parentConfig to extension context for more extendable extensions, fix #259 2021-04-12 11:11:02 +02:00
Philipp Kühn
8090bc63c1 fix tests 2021-04-11 21:59:06 +02:00
Philipp Kühn
cdf977a547 Publish
- @tiptap/extension-code-block-lowlight@2.0.0-beta.2
 - @tiptap/extension-code-block@2.0.0-beta.3
 - @tiptap/extension-link@2.0.0-beta.3
 - @tiptap/starter-kit@2.0.0-beta.23
2021-04-11 19:01:23 +02:00
Philipp Kühn
33c30c0d6d fix: fix a bug in link click handler, where we can’t click on text selections. fix #263 2021-04-11 18:59:07 +02:00
Philipp Kühn
703afe91c0 add test 2021-04-11 18:34:38 +02:00
Philipp Kühn
ec61a37558 Merge branch 'issue/remove-code-block-with-backspace-after-blank-lines' of https://github.com/ueberdosis/tiptap-next 2021-04-11 18:29:26 +02:00
Philipp Kühn
92f6ea25cc fix: remove codeblock when at start of document, fix #262 2021-04-11 18:29:03 +02:00
Philipp Kühn
65ee85d6cc Publish
- @tiptap/react@2.0.0-beta.19
 - @tiptap/vue-3@2.0.0-beta.20
2021-04-11 14:04:22 +02:00
Philipp Kühn
ea0992f66e fix: fix using react node views with insertContent 2021-04-11 14:03:16 +02:00
Philipp Kühn
009a948cae fix types for vue-3 in vscode 2021-04-09 13:43:39 +02:00
Philipp Kühn
9fbde0f8da Publish
- @tiptap/core@2.0.0-beta.27
 - @tiptap/extension-mention@2.0.0-beta.27
 - @tiptap/extension-strike@2.0.0-beta.2
 - @tiptap/extension-underline@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.27
 - @tiptap/starter-kit@2.0.0-beta.22
 - @tiptap/suggestion@2.0.0-beta.27
2021-04-09 13:22:27 +02:00
Philipp Kühn
eff2c4140a fix: fix a bug where strike and underline can’t parsed together 2021-04-09 13:20:54 +02:00
Philipp Kühn
e7fe7248af fix: add scrollIntoView for insertContent 2021-04-09 10:45:23 +02:00
Philipp Kühn
a5794e7c00 Publish
- @tiptap/core@2.0.0-beta.26
 - @tiptap/extension-mention@2.0.0-beta.26
 - @tiptap/html@2.0.0-beta.26
 - @tiptap/starter-kit@2.0.0-beta.21
 - @tiptap/suggestion@2.0.0-beta.26
2021-04-09 10:07:07 +02:00
Philipp Kühn
708ac94ceb fix: fix a bug when detecting changes within node views 2021-04-09 09:51:07 +02:00
Philipp Kühn
99153760d6 Publish
- @tiptap/core@2.0.0-beta.25
 - @tiptap/extension-mention@2.0.0-beta.25
 - @tiptap/html@2.0.0-beta.25
 - @tiptap/starter-kit@2.0.0-beta.20
 - @tiptap/suggestion@2.0.0-beta.25
2021-04-09 08:24:24 +02:00
Philipp Kühn
39147f5b02 fix: fixed type for Content 2021-04-09 08:22:13 +02:00
Philipp Kühn
3ef0c3bf8d Publish
- @tiptap/core@2.0.0-beta.24
 - @tiptap/extension-mention@2.0.0-beta.24
 - @tiptap/html@2.0.0-beta.24
 - @tiptap/starter-kit@2.0.0-beta.19
 - @tiptap/suggestion@2.0.0-beta.24
2021-04-09 00:14:04 +02:00
Philipp Kühn
d2c5b71c28 fix: improve drag position for node views even more 2021-04-09 00:11:29 +02:00
Philipp Kühn
6029d74f79 Publish
- @tiptap/core@2.0.0-beta.23
 - @tiptap/extension-mention@2.0.0-beta.23
 - @tiptap/html@2.0.0-beta.23
 - @tiptap/starter-kit@2.0.0-beta.18
 - @tiptap/suggestion@2.0.0-beta.23
2021-04-08 23:55:51 +02:00
Philipp Kühn
5e5b8db6eb fix: improve drag position for node views 2021-04-08 23:53:47 +02:00
Philipp Kühn
992986bc46 Publish
- @tiptap/core@2.0.0-beta.22
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.1
 - @tiptap/extension-mention@2.0.0-beta.22
 - @tiptap/extension-text-align@2.0.0-beta.5
 - @tiptap/html@2.0.0-beta.22
 - @tiptap/react@2.0.0-beta.18
 - @tiptap/starter-kit@2.0.0-beta.17
 - @tiptap/suggestion@2.0.0-beta.22
 - @tiptap/vue-2@2.0.0-beta.16
 - @tiptap/vue-3@2.0.0-beta.19
2021-04-08 23:08:39 +02:00
Hans Pagel
8ddb073d8b Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-08 23:00:17 +02:00
Hans Pagel
e33d5e506a docs: update content 2021-04-08 23:00:01 +02:00
Philipp Kühn
d6890b19c3 fix package.json 2021-04-08 22:58:51 +02:00
Hans Pagel
f4d3bbd5ec docs: update content 2021-04-08 22:56:09 +02:00
Philipp Kühn
26e9212ff5 Merge branch 'main' of https://github.com/ueberdosis/tiptap-next 2021-04-08 22:55:07 +02:00
Hans Pagel
f3b91bc27b docs: update content 2021-04-08 22:44:55 +02:00
Philipp Kühn
b48da13665 prevent empty decorations 2021-04-08 22:44:40 +02:00
Hans Pagel
7e21bdd752 docs: update content, improve the Alpine.js guide 2021-04-08 22:42:18 +02:00
Philipp Kühn
08bc5c3d81 Merge branch 'main' into feature/extension-code-block-lowlight 2021-04-08 22:18:59 +02:00
Philipp Kühn
3fafc1bca7 docs: update content 2021-04-08 22:18:41 +02:00
Philipp Kühn
cbbb6bf4e1 docs: update content 2021-04-08 22:17:52 +02:00
Philipp Kühn
bd392ee8c2 remove languages option from codeblocklowlight 2021-04-08 22:13:50 +02:00
Hans Pagel
0b7a780878 Merge branch 'main' of github.com:ueberdosis/tiptap-next into main 2021-04-08 22:12:52 +02:00
Hans Pagel
527c5c7a3e docs: refactor alpine.js example 2021-04-08 22:12:46 +02:00
Hans Pagel
0f5f8840ed github: add a Discord badge 2021-04-08 22:12:33 +02:00
Hans Pagel
49783d5a3d docs: update content 2021-04-08 16:06:58 +02:00
Philipp Kühn
113d50b814 Publish
- @tiptap/core@2.0.0-beta.21
 - @tiptap/extension-mention@2.0.0-beta.21
 - @tiptap/extension-text-align@2.0.0-beta.4
 - @tiptap/html@2.0.0-beta.21
 - @tiptap/react@2.0.0-beta.17
 - @tiptap/starter-kit@2.0.0-beta.16
 - @tiptap/suggestion@2.0.0-beta.21
 - @tiptap/vue-2@2.0.0-beta.15
 - @tiptap/vue-3@2.0.0-beta.18
2021-04-08 09:15:09 +02:00
Philipp Kühn
f8dec5f905 fix: make as prop optional 2021-04-08 09:11:45 +02:00
Philipp Kühn
536663f816 fix: improve node view error message 2021-04-08 09:05:43 +02:00
Philipp Kühn
cd65bf8437 docs: improve react node view example 2021-04-08 09:02:27 +02:00
Philipp Kühn
0e713432ae docs: update content 2021-04-08 00:13:51 +02:00
Hans Pagel
e597ed9f55 docs: update content 2021-04-07 23:08:24 +02:00