Commit Graph

6671 Commits

Author SHA1 Message Date
Eric Hasegawa
254ca1744d
docs(collaboration): fix typo in collaboration.md 2023-08-31 13:55:27 +02:00
svenadlung
a1164fc03b docs(cloud): fix JSON representation key 2023-08-31 13:41:54 +02:00
svenadlung
9aa01a8413 docs(cloud): fix JSON representation key 2023-08-31 13:41:24 +02:00
svenadlung
0a710682f5 docs(tiptap-php): fix duplicated text 2023-08-28 10:56:28 +02:00
Galen Gidman
d6657233e7
docs(tiptap-php): fix duplicated text 2023-08-28 10:56:00 +02:00
svenadlung
f7fdaa17c9 docs(cloud): fix TiptapCollabProvider usage 2023-08-28 10:52:39 +02:00
svenadlung
48a4da2d3a docs(cloud): fix TiptapCollabProvider usage 2023-08-28 10:52:18 +02:00
bdbch
2a83166a46
fix(horizontal-rule): fix insertion being broken on empty docs (#4375)
* fix(horizontal-rule): fix insertion being broken on empty docs
* add back text selection offset
2023-08-23 09:35:47 -07:00
Micha Mailänder
1793c728c6
Merge pull request #1 from mmailaender/docs-tailwind-intellisense-configuration
Added Tailwind Intellisense configuration to docs
2023-08-23 16:27:40 +02:00
Micha Mailänder
a0829f5403
Added Tailwind Intellisense configuration to docs 2023-08-23 16:18:35 +02:00
Prosper Ugbovo
e2bfcf6176
Update nuxt.md 2023-08-22 06:21:13 +01:00
Prosper Ugbovo
e5fcb517e0
Update vue3.md
The `npm run serve` script doesn't exist in vue.
2023-08-22 06:19:21 +01:00
Dominik Biedebach
9dc6b8f1ab v2.2.0-rc.3 2023-08-18 12:37:06 -07:00
Dominik Biedebach
38167beb6f revert package-lock 2023-08-18 12:22:44 -07:00
Dominik Biedebach
d5ce8e5b7b v2.2.0-rc.2 2023-08-18 11:54:37 -07:00
Dominik Biedebach
f99c4f64dd merge main 2023-08-18 11:53:44 -07:00
Dominik Biedebach
028411e735 v2.1.6 2023-08-18 11:08:52 -07:00
Dominik Biedebach
4227f324a5 fix(core): fix broken export 2023-08-18 11:06:50 -07:00
Dominik Biedebach
3cefcf12f9 v2.2.0-rc.1 2023-08-18 11:02:41 -07:00
Sam Sudar
2a2eb71247
feature(html): allow caller to specify a document implementation in generateHTML() (#4047)
* allow caller to specify a document implementation
* fix up lint errors
2023-08-18 11:01:59 -07:00
Dominik Biedebach
f315706af1 v2.2.0-rc.0 2023-08-18 10:55:25 -07:00
Dominik Biedebach
441519185b Merge branch 'main' of github.com:ueberdosis/tiptap into develop 2023-08-18 10:54:26 -07:00
Lode Claassen
d31e49b03a
docs: Improve introducing examples in the documentation (#4334)
* skip 'like that' when we don't need it anyway

* change to 'like this' because it is before the example instead of after
2023-08-18 10:53:07 -07:00
bdbch
ff929b179d
feat(placeholder): allow editor-is-empty class on any node (#4335) 2023-08-18 10:52:33 -07:00
bdbch
84b9899d37
docs(react): add documentation for contentDOMElementTag (#4348)
* docs(react): add documentation for contentDOMElementTag
* fix naming for node view in react docs
2023-08-18 10:52:15 -07:00
Nik Graf
fa121d665c
feature: allow to customize the tag of the contentDOMElement (#3984) 2023-08-18 10:51:46 -07:00
Dominik Biedebach
92be1e8cb0 v2.1.5 2023-08-18 09:25:35 -07:00
bdbch
e40ac2584e
fix(list-key-map): fix broken imports (#4350) 2023-08-18 09:23:25 -07:00
Dominik Biedebach
571bea436c v2.1.4 2023-08-18 09:09:17 -07:00
Dominik Biedebach
5686dfa86b style(link): fix linting 2023-08-18 08:54:22 -07:00
bdbch
ffeefe21ff
fix: replace the whole node in nodeInputRule (#4341)
Co-authored-by: Nicolas Gryman <ngryman@gmail.com>
2023-08-18 08:32:06 -07:00
Dominik Biedebach
c09d9e9e42 v2.1.3 2023-08-17 23:28:54 -07:00
Steven Qi
f2ac7b9091
fix: fix autolink when code is not enabled for editor (#4344) 2023-08-17 23:28:16 -07:00
Dominik Biedebach
af017d18ad v2.1.2 2023-08-17 09:06:39 -07:00
bdbch
a251946858
fix(core): fix error when merging class attributes (#4340)
* fix(core): fix error when merging class attributes
* added test
2023-08-17 09:05:48 -07:00
Dominik Biedebach
141dd269b4 v2.1.1 2023-08-16 11:41:19 -07:00
bdbch
0d7daedfa4
hotfix(core): Fix input rules not working if at last position of a block (#4337)
* chore(core): remove log

* fix(core): fix inputRules breaking if last item in hierarchy

* fix(core): use default doc node if no parent default node is found

* chore: update .eslintrc

* chore: fix linting

* chore: fix linting
2023-08-16 11:40:47 -07:00
Dominik Biedebach
b0eecc848f Merge branch 'develop' of github.com:ueberdosis/tiptap 2023-08-15 17:53:38 -07:00
Dominik Biedebach
9575dd3639 v2.1.0 2023-08-15 17:52:43 -07:00
bdbch
dd6d3d39d1
HorizontalRule: fix setHorizontalRule putting cursor at non-text positions (#4319)
* fix setHorizontalRule putting cursor at non-text positions

* improve selections after inserting horizontalRules
2023-08-15 17:49:38 -07:00
bdbch
0e65d9519d
Core: Fix classes being duplicated on mergeAttributes function (#4320)
* fix classes being duplicated on mergeAttributes function
* use array split and joining to check individual classes
2023-08-15 17:49:09 -07:00
Dominik Biedebach
652a82b786 reenable cdn docs 2023-08-11 10:33:46 -07:00
Dominik Biedebach
243bdb8c3f merge main 2023-08-10 21:30:41 -07:00
bdbch
2a5ef3d05b
update vanilla js docs (#4316) 2023-08-10 21:14:27 -07:00
Dominik Biedebach
63267019f5 v2.1.0-rc.14 2023-08-10 20:32:03 -07:00
bdbch
4fe87d35e5
add overrides to typography extension (#4287) 2023-08-10 20:30:56 -07:00
Dominik Biedebach
58351ae3b7 v2.1.0-rc.13 2023-08-10 18:13:45 -07:00
bdbch
afaa87fcad
fix demo for cut command (#4313) 2023-08-10 18:12:55 -07:00
bdbch
a922f09a5c
added new options for nodeInputRules for block replacements (#4289) 2023-08-10 16:45:13 -07:00
bdbch
7e7057ea43
chore(lists): move list keymap to extra extension (#4290)
* move list keymap to extra extension

* update docs and readme

* move list helpers out of core
2023-08-10 16:44:46 -07:00