Commit Graph

1961 Commits

Author SHA1 Message Date
Dominik Biedebach
921bbdd4bb v2.0.0-beta.199 2022-09-30 04:43:37 +02:00
Dominik
69923e2b0e
fix(extension/link): 🐛 fix last word value not being passed through when undefined (#3258) 2022-09-30 04:40:33 +02:00
Dominik Biedebach
801b436d7a v2.0.0-beta.198 2022-09-29 15:20:55 +02:00
matrixbirds
04b9da4760
fix(suggestion): set default allowedPrefixes null (#3239)
Co-authored-by: Zoe.L <yang.li06@mihoyo.com>
2022-09-29 15:20:08 +02:00
Alberto Giunta
f6c6b67096
Fix #3032 (#3245) 2022-09-29 15:05:27 +02:00
hamflx
2f9ba324a0
fix(core): InputRules does not work for ranges containing multiple text nodes (#3205)
* fix: InputRules does not work for ranges containing multiple text nodes. #3071

* chore: rename `to` to `sliceEndPos`
2022-09-29 15:05:03 +02:00
Guy Marriott
539afce4fd
fix(link): ensure text blocks exist before referencing them (#3251)
Fixes #3250
2022-09-29 15:03:04 +02:00
Dominik Biedebach
be4cde0e02 v2.0.0-beta.197 2022-09-26 15:26:23 +02:00
Cameron Hessler
17a41da5a7
fix(core): Can() does not work for setting marks (#3223)
Previously, setting marks did no schema validation checks for dry runs
(like the `.can()` command). The `setMark` raw command will now properly
check if the mark is possible to be set given the editor node/mark
schema.

Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-09-26 14:56:25 +02:00
Dominik
8c088b6b88
chore(maintainment): 🚀 update prosemirror packages to the most recent versions (#3237) 2022-09-26 14:56:14 +02:00
Cameron Hessler
8f5fbef742
feat(extension-link) Change autolink to only apply on space (#3232)
Co-authored-by: Cameron Hessler <cameron.hessler@buildertrend.com>
2022-09-26 11:08:10 +02:00
Dominik Biedebach
95842e18f6 v2.0.0-beta.196 2022-09-21 00:49:19 +02:00
John Franey
ae13cf61ad
fix(types): fix link and table type errors (#3208) 2022-09-20 23:54:36 +02:00
Sven Adlung
a3978353ff
feat(extension-typography): add servicemark input rule (#3220)
* feat(extension-typography): add servicemark input rule

* fix formatting issue
2022-09-20 23:53:34 +02:00
Dominik Biedebach
ea1fbeda7d v2.0.0-beta.195 2022-09-14 02:10:19 +02:00
Molly
b01ccff7b2
feat: Add alias condition to code-block-lowlight (#3155) 2022-09-14 02:06:01 +02:00
Dominik
fa96749ce2
fix(extension/bubble-menu): 🐛 fix bubble menu and floating menu being available when editor not editable (#3195) 2022-09-14 02:05:36 +02:00
Daniel Spitzer
9093cdfcf5
fix: move React flushSync to microtask (#3188)
To avoid seeing the `Warning: flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task.` error, we need to move the `flushSync()` code that avoids automatic batching to a microtask to not fire a lifecycle event `setState()` during rendering.

Fixes warning introduced in #2985
2022-09-13 20:36:35 +02:00
Dominik Biedebach
009f79991d v2.0.0-beta.194 2022-09-11 11:11:52 +02:00
Dominik Biedebach
56c138671b chore: sync package versions 2022-09-11 11:11:31 +02:00
Dominik Biedebach
e25d4a3710 v2.0.0-beta.193 2022-09-10 21:12:56 +02:00
Dominik Biedebach
d15aa38cd2 refactor(extension/mention): move @tiptap/sugesstion into peerDependencies 2022-09-10 21:09:58 +02:00
Dominik Biedebach
1024892454 Revert "Merge branch 'add-empty-editor-class-to-root-div'"
This reverts commit 1d0158d5c5, reversing
changes made to bda6e8d308.
2022-09-10 16:16:47 +02:00
Dominik Biedebach
6a85f73659 style(extension/placeholder): fix linting issues 2022-09-10 15:31:54 +02:00
Dominik Biedebach
6cbc2d4233 Merge branch 'main' of github.com:ueberdosis/tiptap into add-empty-editor-class-to-root-div 2022-09-10 15:31:04 +02:00
Etienne de la Broïse
bda6e8d308
fix(core): insert PasteRule Node at matched position (#2942) (#2943) 2022-09-10 14:07:46 +02:00
Dominik Biedebach
af3568fcc1 Merge branch 'lowlight-types' of github.com:tarngerine/tiptap into tarngerine-lowlight-types 2022-09-10 14:06:16 +02:00
Dominik Biedebach
5bcfb322ce Publish
- @tiptap/core@2.0.0-beta.183
 - @tiptap/extension-bubble-menu@2.0.0-beta.62
 - @tiptap/extension-code@2.0.0-beta.29
 - @tiptap/extension-mention@2.0.0-beta.103
 - @tiptap/extension-subscript@2.0.0-beta.14
 - @tiptap/html@2.0.0-beta.182
 - @tiptap/react@2.0.0-beta.115
 - @tiptap/starter-kit@2.0.0-beta.192
 - @tiptap/suggestion@2.0.0-beta.98
 - @tiptap/vue-2@2.0.0-beta.85
 - @tiptap/vue-3@2.0.0-beta.97
2022-09-03 20:12:57 +02:00
Stef Kors
73daee9b80
include bubble menu element when checking if the editor view still has focus (#3150) 2022-09-03 20:07:41 +02:00
Marcel
0263629ba5
docs: fix naming (#3151) 2022-09-03 20:06:24 +02:00
Rhys-T
4851fc5e9b
fix(core): make setEditable trigger all 'update' listeners (#3140) 2022-09-01 13:55:19 +02:00
远方
c6c5fa623a
fix: vue inject grammar warning (#3144) 2022-09-01 13:54:59 +02:00
Dominik
5fed0f2fc6
feature(core): add exit handling for marks (#2925)
* feat(core): add exit handling for marks

* docs(core): add information about exitable marks
2022-08-22 15:23:44 +02:00
Cai Huanyu
f32293b0d5
fix: fix React Node View render problem in React 18 (#2985) 2022-08-22 14:41:26 +02:00
Dominik
de1253a8b0
fix(core): make setEditable trigger onUpdate function (#2935) 2022-08-22 14:24:21 +02:00
Faleij
791c89d943
Make Suggestion use view.dom instead of document (#3093) 2022-08-22 14:23:46 +02:00
Asherah Connor
313b8b8d0a
fix(core): setNodeSelection should not clamp pos by Selection.atStart/atEnd (#3091)
Fixes #3090.
2022-08-22 14:22:44 +02:00
Asherah Connor
40f4ea31ef
fix(core): createCan command props shouldn't try dispatch (#3025) (#3026) 2022-08-22 14:19:44 +02:00
Sinclair Chen
69d22d2d3c
fix: let StarterKit be imported as cjs module (#2967) 2022-08-22 13:52:31 +02:00
Billiam
18336a8255
Fix paste rule adding one character to paste range (#2968)
Fixes #2939
2022-08-22 13:26:26 +02:00
Asherah Connor
574cd69e06
fix(core): isNodeSelection, isTextSelection not always false (#3089)
Fixes #2979.  Since the ProseMirror TypeScript upgrade, these have
always returned false, since the Selection type tree are all classes
now.
2022-08-22 13:05:53 +02:00
Julius Tarng
9f1ffb8b53 update demos, remove lowlight as per docks 2022-07-19 00:00:16 -05:00
Julius Tarng
59244c586d Revert "bring back 1.20.0"
This reverts commit 7a357dc26e.
2022-07-18 23:54:35 -05:00
Julius Tarng
7a357dc26e bring back 1.20.0 2022-07-18 23:50:29 -05:00
Julius Tarng
06802961cb
Update lowlight to 2.7.0 2022-07-18 23:39:51 -05:00
Julius Tarng
956a078e5b
Update package.json 2022-07-18 23:37:32 -05:00
Julius Tarng
677837ec16
Remove outdated @types/lowlight from code-block-lowlight deps 2022-07-18 23:33:22 -05:00
ahhshm
f4b9a46a0b
refactor: remove duplicated function (#2956) 2022-07-06 20:11:20 +02:00
Dominik Biedebach
3e05093f00 Publish
- @tiptap/core@2.0.0-beta.182
 - @tiptap/html@2.0.0-beta.181
 - @tiptap/starter-kit@2.0.0-beta.191
2022-07-06 19:28:12 +02:00
Dominik
134a4bd1fb
fix(core): dont use selection for setContent replacement (#2934) 2022-07-06 12:59:16 +02:00
Sven Adlung
e280a02597
fix(core): only respect text of node before current position (#2937) (#2941) 2022-07-06 12:01:23 +02:00
svenadlung
e63b987bb8 Revert "update package-lock.json"
This reverts commit bbf0803a77.
2022-07-04 13:50:49 +02:00
Dominik Biedebach
bbf0803a77 update package-lock.json 2022-06-27 14:25:46 +02:00
Philipp Kühn
090c5a4456 Publish
- @tiptap/core@2.0.0-beta.181
 - @tiptap/extension-bubble-menu@2.0.0-beta.61
 - @tiptap/extension-character-count@2.0.0-beta.31
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.73
 - @tiptap/extension-code-block@2.0.0-beta.42
 - @tiptap/extension-collaboration@2.0.0-beta.38
 - @tiptap/extension-dropcursor@2.0.0-beta.29
 - @tiptap/extension-floating-menu@2.0.0-beta.56
 - @tiptap/extension-focus@2.0.0-beta.45
 - @tiptap/extension-gapcursor@2.0.0-beta.39
 - @tiptap/extension-history@2.0.0-beta.26
 - @tiptap/extension-horizontal-rule@2.0.0-beta.36
 - @tiptap/extension-link@2.0.0-beta.43
 - @tiptap/extension-mention@2.0.0-beta.102
 - @tiptap/extension-placeholder@2.0.0-beta.53
 - @tiptap/extension-table@2.0.0-beta.54
 - @tiptap/extension-task-item@2.0.0-beta.37
 - @tiptap/extension-youtube@2.0.0-beta.6
 - @tiptap/html@2.0.0-beta.180
 - @tiptap/react@2.0.0-beta.114
 - @tiptap/starter-kit@2.0.0-beta.190
 - @tiptap/suggestion@2.0.0-beta.97
 - @tiptap/vue-2@2.0.0-beta.84
 - @tiptap/vue-3@2.0.0-beta.96
2022-06-27 10:50:35 +02:00
Dominik Biedebach
163de4e187 fix(extension/mention): collapse selection to end after suggestion insertion to fix chrome selection issue with mouse 2022-06-27 07:50:57 +02:00
Dominik Biedebach
b2bd909eaa chore: update prosemirror-state and prosemirror-view 2022-06-26 11:43:20 +02:00
Dominik Biedebach
5b0b7d9102 fix(core): fix focus command passing through editor state instead of existing transaction
this fixes a bug introduced a few months ago that caused positions not resolving on the most recent transaction but the editor state that was existing before the last transactions beforehand existed causing the editor to crash
2022-06-26 09:53:45 +02:00
Dominik Biedebach
15123ee092 feat(core): add nodePasteRule to core 2022-06-25 12:07:33 +02:00
Dominik Biedebach
ec595ff803 feat(extension/youtube): add paste handlers for youtube extension 2022-06-25 11:16:17 +02:00
SavKS
8e65c20815
Fix state update after component unmounted (#2857)
Co-authored-by: Andrii Savluk <a.savluk@ideil.com>
2022-06-24 17:46:54 +02:00
Dominik Biedebach
3d3d78ce1c chore: move from @_bdbch to @_ueberdosis scope 2022-06-24 14:43:21 +02:00
YoungChou
6674e69b12
fix: editor don't has contentComponent attribute when suggestion onUpdate (#2916)
Co-authored-by: 周洋 <yang.zhou02@mihoyo.com>
2022-06-23 16:19:32 +02:00
Dominik Biedebach
940c00abb8 chore: remove package-lock for extension-table 2022-06-23 09:12:48 +02:00
Dominik Biedebach
eb92597603 fix(maintainment): fix cjs issues with prosemirror-tables 2022-06-23 09:11:27 +02:00
Ricardo Amaral
482cb960d6
feat: Allow multiple prefix characters to trigger a suggestion (#2896)
* feat: Allow multiple prefix characters to trigger a suggestion

* review: Turn `allowedPrefixes` into an array instead
2022-06-21 23:17:26 +02:00
Dominik
53e39d0c47
refactor(maintainment): set dependency versions for prosemirror and y… (#2904)
* refactor(maintainment): set dependency versions for prosemirror and yjs to fixed versions

* refactor(docs): fix dependency versions in demos

* chore: update package-lock.json

* chore: update latest prosemirror packages
2022-06-21 00:17:10 +02:00
Shaun Tan
8a5b3cf67a
Prevent overriding 'whiteSpace' styling for NodeView React components (#2884)
Fixes ueberdosis/tiptap#2883
2022-06-20 19:41:33 +02:00
Philipp Kühn
a1e612bf89 Publish
- @tiptap/core@2.0.0-beta.180
 - @tiptap/extension-bubble-menu@2.0.0-beta.60
 - @tiptap/extension-character-count@2.0.0-beta.30
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.72
 - @tiptap/extension-code-block@2.0.0-beta.41
 - @tiptap/extension-collaboration@2.0.0-beta.37
 - @tiptap/extension-dropcursor@2.0.0-beta.28
 - @tiptap/extension-floating-menu@2.0.0-beta.55
 - @tiptap/extension-focus@2.0.0-beta.44
 - @tiptap/extension-gapcursor@2.0.0-beta.38
 - @tiptap/extension-history@2.0.0-beta.25
 - @tiptap/extension-horizontal-rule@2.0.0-beta.35
 - @tiptap/extension-link@2.0.0-beta.42
 - @tiptap/extension-mention@2.0.0-beta.101
 - @tiptap/extension-placeholder@2.0.0-beta.52
 - @tiptap/extension-subscript@2.0.0-beta.13
 - @tiptap/extension-superscript@2.0.0-beta.13
 - @tiptap/extension-table@2.0.0-beta.53
 - @tiptap/extension-task-item@2.0.0-beta.36
 - @tiptap/extension-youtube@2.0.0-beta.5
 - @tiptap/html@2.0.0-beta.179
 - @tiptap/react@2.0.0-beta.113
 - @tiptap/starter-kit@2.0.0-beta.189
 - @tiptap/suggestion@2.0.0-beta.96
 - @tiptap/vue-2@2.0.0-beta.83
 - @tiptap/vue-3@2.0.0-beta.95
2022-06-20 13:22:53 +02:00
Dominik
1ebc8f8e14
chore: migrate to new versions of prosemirror packages (#2854)
* refactor: upgrade prosemirror packages to new typescript versions

* refactor: migrate to new typings from prosemirror

* style: fix linting issues

* style: fix linting issues

* style: fix linting issues

* fix(ci): fix build process by reimplement filterTransaction

* fix(extension-test): fix broken build because of wrong output file names

* fix: fix prosemirror-tables not being bundled correctly for ES6

* fix: move to prosemirror-tables-contently until es6 build is working

* fix: fix tests for youtube

* fix: fix youtube test

* fix(demos): fix demos build
2022-06-20 11:45:37 +02:00
Philipp Kühn
591c0807a2 Publish
- @tiptap/core@2.0.0-beta.179
 - @tiptap/extension-blockquote@2.0.0-beta.29
 - @tiptap/extension-bold@2.0.0-beta.28
 - @tiptap/extension-bubble-menu@2.0.0-beta.59
 - @tiptap/extension-bullet-list@2.0.0-beta.29
 - @tiptap/extension-character-count@2.0.0-beta.29
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.71
 - @tiptap/extension-code-block@2.0.0-beta.40
 - @tiptap/extension-code@2.0.0-beta.28
 - @tiptap/extension-collaboration-cursor@2.0.0-beta.37
 - @tiptap/extension-collaboration@2.0.0-beta.36
 - @tiptap/extension-color@2.0.0-beta.12
 - @tiptap/extension-document@2.0.0-beta.17
 - @tiptap/extension-dropcursor@2.0.0-beta.27
 - @tiptap/extension-floating-menu@2.0.0-beta.54
 - @tiptap/extension-focus@2.0.0-beta.43
 - @tiptap/extension-font-family@2.0.0-beta.24
 - @tiptap/extension-gapcursor@2.0.0-beta.37
 - @tiptap/extension-hard-break@2.0.0-beta.33
 - @tiptap/extension-heading@2.0.0-beta.29
 - @tiptap/extension-highlight@2.0.0-beta.35
 - @tiptap/extension-history@2.0.0-beta.24
 - @tiptap/extension-horizontal-rule@2.0.0-beta.34
 - @tiptap/extension-image@2.0.0-beta.30
 - @tiptap/extension-italic@2.0.0-beta.28
 - @tiptap/extension-link@2.0.0-beta.41
 - @tiptap/extension-list-item@2.0.0-beta.23
 - @tiptap/extension-mention@2.0.0-beta.100
 - @tiptap/extension-ordered-list@2.0.0-beta.30
 - @tiptap/extension-paragraph@2.0.0-beta.26
 - @tiptap/extension-placeholder@2.0.0-beta.51
 - @tiptap/extension-strike@2.0.0-beta.29
 - @tiptap/extension-subscript@2.0.0-beta.12
 - @tiptap/extension-superscript@2.0.0-beta.12
 - @tiptap/extension-table-cell@2.0.0-beta.23
 - @tiptap/extension-table-header@2.0.0-beta.25
 - @tiptap/extension-table-row@2.0.0-beta.22
 - @tiptap/extension-table@2.0.0-beta.52
 - @tiptap/extension-task-item@2.0.0-beta.35
 - @tiptap/extension-task-list@2.0.0-beta.29
 - @tiptap/extension-text-align@2.0.0-beta.31
 - @tiptap/extension-text-style@2.0.0-beta.26
 - @tiptap/extension-text@2.0.0-beta.17
 - @tiptap/extension-typography@2.0.0-beta.22
 - @tiptap/extension-underline@2.0.0-beta.25
 - @tiptap/extension-youtube@2.0.0-beta.4
 - @tiptap/html@2.0.0-beta.178
 - @tiptap/react@2.0.0-beta.112
 - @tiptap/starter-kit@2.0.0-beta.188
 - @tiptap/suggestion@2.0.0-beta.95
 - @tiptap/vue-2@2.0.0-beta.82
 - @tiptap/vue-3@2.0.0-beta.94
2022-06-17 10:11:06 +02:00
Philipp Kühn
78dacbeb72 force update versions 2022-06-17 10:09:27 +02:00
Philipp Kühn
7a49ab8655 Publish
- @tiptap/core@2.0.0-beta.177
 - @tiptap/extension-blockquote@2.0.0-beta.27
 - @tiptap/extension-bubble-menu@2.0.0-beta.57
 - @tiptap/extension-bullet-list@2.0.0-beta.27
 - @tiptap/extension-character-count@2.0.0-beta.27
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.69
 - @tiptap/extension-code-block@2.0.0-beta.38
 - @tiptap/extension-collaboration-cursor@2.0.0-beta.35
 - @tiptap/extension-collaboration@2.0.0-beta.34
 - @tiptap/extension-color@2.0.0-beta.10
 - @tiptap/extension-floating-menu@2.0.0-beta.52
 - @tiptap/extension-focus@2.0.0-beta.41
 - @tiptap/extension-font-family@2.0.0-beta.22
 - @tiptap/extension-gapcursor@2.0.0-beta.35
 - @tiptap/extension-hard-break@2.0.0-beta.31
 - @tiptap/extension-heading@2.0.0-beta.27
 - @tiptap/extension-history@2.0.0-beta.22
 - @tiptap/extension-horizontal-rule@2.0.0-beta.32
 - @tiptap/extension-image@2.0.0-beta.28
 - @tiptap/extension-link@2.0.0-beta.39
 - @tiptap/extension-list-item@2.0.0-beta.21
 - @tiptap/extension-mention@2.0.0-beta.98
 - @tiptap/extension-ordered-list@2.0.0-beta.28
 - @tiptap/extension-paragraph@2.0.0-beta.24
 - @tiptap/extension-placeholder@2.0.0-beta.49
 - @tiptap/extension-table-cell@2.0.0-beta.21
 - @tiptap/extension-table-header@2.0.0-beta.23
 - @tiptap/extension-table-row@2.0.0-beta.20
 - @tiptap/extension-table@2.0.0-beta.50
 - @tiptap/extension-task-item@2.0.0-beta.33
 - @tiptap/extension-task-list@2.0.0-beta.27
 - @tiptap/extension-text-style@2.0.0-beta.24
 - @tiptap/extension-youtube@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.176
 - @tiptap/react@2.0.0-beta.110
 - @tiptap/starter-kit@2.0.0-beta.186
 - @tiptap/suggestion@2.0.0-beta.93
 - @tiptap/vue-2@2.0.0-beta.80
 - @tiptap/vue-3@2.0.0-beta.92
2022-06-17 09:57:51 +02:00
Philipp Kühn
9c38d2713e Revert "Publish"
This reverts commit fa502c9f11.
2022-06-17 09:55:42 +02:00
Philipp Kühn
fa502c9f11 Publish
- @tiptap/core@2.0.0-beta.177
 - @tiptap/extension-blockquote@2.0.0-beta.27
 - @tiptap/extension-bubble-menu@2.0.0-beta.57
 - @tiptap/extension-bullet-list@2.0.0-beta.27
 - @tiptap/extension-character-count@2.0.0-beta.27
 - @tiptap/extension-code-block-lowlight@2.0.0-beta.69
 - @tiptap/extension-code-block@2.0.0-beta.38
 - @tiptap/extension-collaboration-cursor@2.0.0-beta.35
 - @tiptap/extension-collaboration@2.0.0-beta.34
 - @tiptap/extension-color@2.0.0-beta.10
 - @tiptap/extension-floating-menu@2.0.0-beta.52
 - @tiptap/extension-focus@2.0.0-beta.41
 - @tiptap/extension-font-family@2.0.0-beta.22
 - @tiptap/extension-gapcursor@2.0.0-beta.35
 - @tiptap/extension-hard-break@2.0.0-beta.31
 - @tiptap/extension-heading@2.0.0-beta.27
 - @tiptap/extension-history@2.0.0-beta.22
 - @tiptap/extension-horizontal-rule@2.0.0-beta.32
 - @tiptap/extension-image@2.0.0-beta.28
 - @tiptap/extension-link@2.0.0-beta.39
 - @tiptap/extension-list-item@2.0.0-beta.21
 - @tiptap/extension-mention@2.0.0-beta.98
 - @tiptap/extension-ordered-list@2.0.0-beta.28
 - @tiptap/extension-paragraph@2.0.0-beta.24
 - @tiptap/extension-placeholder@2.0.0-beta.49
 - @tiptap/extension-table-cell@2.0.0-beta.21
 - @tiptap/extension-table-header@2.0.0-beta.23
 - @tiptap/extension-table-row@2.0.0-beta.20
 - @tiptap/extension-table@2.0.0-beta.50
 - @tiptap/extension-task-item@2.0.0-beta.33
 - @tiptap/extension-task-list@2.0.0-beta.27
 - @tiptap/extension-text-style@2.0.0-beta.24
 - @tiptap/extension-youtube@2.0.0-beta.2
 - @tiptap/html@2.0.0-beta.176
 - @tiptap/react@2.0.0-beta.110
 - @tiptap/starter-kit@2.0.0-beta.186
 - @tiptap/suggestion@2.0.0-beta.93
 - @tiptap/vue-2@2.0.0-beta.80
 - @tiptap/vue-3@2.0.0-beta.92
2022-06-17 09:44:21 +02:00
Dominik
1c0554b7c0
feat(extension/youtube): new youtube embed extension (#2814)
* feat(extension/youtube):  new youtube embed extension

* fix(extension/youtube): remove wrong destroy call on undefined editor

* fix(extension/youtube): 🐛 fix youtu.be share urls not being recognized correctly

* style: remove stray console.log

* style: remove empty line

* docs(docs): update youtube docs

* Capitalize tiptap

* Capitalize Tiptap

* style(extension/youtube): ✏️ change youtube typing

Co-authored-by: Markus Krause <markus.krause@ueber.io>
2022-06-17 05:29:48 +02:00
Dominik Biedebach
5989f3b780 fix(extension/collaboration): 🚑 pin y-prosemirror version to 1.0.20 to fix broken functionality with vue 2022-06-17 05:08:54 +02:00
Dominik
fa8c4ca639
refactor: use index files for imports to simplify the export flow (#2870) 2022-06-11 07:11:14 +02:00
Dominik
8c6751f0c6
add precommit hook for linting and automatic eslint fixes + update eslint packages (#2862)
* chore: add precommit hook for eslint fixes, fix linting issues
* chore: add eslint import sort plugin
2022-06-08 14:10:25 +02:00
Enrique Alcántara
39f5e4c31e
Declare lowlight as a peerDependency (#2625)
Declare lowlight as a peerDependency to delegate
the control of which version of lowlight is used
to the client application

Co-authored-by: Enrique Alcantara <ealcantara@gitlab.com>
2022-06-06 19:33:52 +02:00
Dominik Biedebach
fd593bb93e style: fix linting issues 2022-06-06 18:19:59 +02:00
Ruben Robles
18bcc64aa7
fix(textStyle): Null-safe parseHTML getting no color/fontFamily from HTMLElement styles (#2825)
* fix(color): parseHTML getting no color get replace of undefined

* fix(fontFamily): Null-safe at parseHTML, replace of undefined
2022-06-06 17:36:08 +02:00
Shengchen Zhang
50083f3be1
Add support for custom protocols in extension-link (#2832) 2022-06-06 17:33:45 +02:00
travis
d85444c310
Fixed: Avoid mutating a prop directly error message to reproduce (#2834) 2022-06-06 17:33:13 +02:00
Dominik
f019f70a19
fix(suggestion): 🐛 make clientrect prop optional as it can potentially be undefined (#2813)
This commit makes the clientRect prop optional - this means that this value can be null. This allows developers using the suggestion extension to know that they have to implement a check for the clientRect before using it.

#2795
2022-05-27 12:31:46 +02:00
Ralph Schindler
9cdd0eb3b3 Enhancement: only Vue.extend() non-VueConstructor arguments 2022-05-27 12:10:17 +02:00
Ricardo Amaral
5fef431d09 fix: Only trigger image input rule at the start or with a preceding space 2022-05-27 12:09:36 +02:00
Jon Noronha
13a03425b3 lint fixes 2022-05-21 01:05:00 +02:00
Jon Noronha
23483d5e1a isRequired on attrs 2022-05-21 01:05:00 +02:00
Kasper Nilsson
6fe302430e Make prosemirror-model a peer dep 2022-05-20 22:33:50 +02:00
Kasper Nilsson
5f44aa02f0 Fix lint issue 2022-05-20 22:33:50 +02:00
Kasper Nilsson
515300bb26 Respond to review feedback 2022-05-20 22:33:50 +02:00
Kasper Nilsson
71e941f3da Fix lint 2022-05-20 22:33:50 +02:00
Kasper Nilsson
2875fbe1c9 Make option a callback, update docs 2022-05-20 22:33:50 +02:00
Kasper Nilsson
eda8d801b5 Whoops 2022-05-20 22:33:50 +02:00
Kasper Nilsson
8874e5e5e6 Add option to allow task items to be checkable (uncontrolled)
Useful for drafting interactive documents. Could see this expanding to potentially also support passing a callback?

Will happily update documentation if this approach is accepted!
2022-05-20 22:33:50 +02:00
Dominik Biedebach
ecee74a94d refactor: export new helper from index.ts 2022-05-20 19:04:55 +02:00
Dominik Biedebach
0597e474af style: move node text content into helper function 2022-05-20 19:04:55 +02:00
Dominik Biedebach
30c39c94c9 style: remove stray console log from input rule 2022-05-20 19:04:55 +02:00
Dominik Biedebach
64b23e120c fix(core): 🐛 fix inputrule not recognizing text content of non-text leaf nodes 2022-05-20 19:04:55 +02:00
Anton Liubushkin
d84ce08dcf Update ReactNodeViewRenderer.tsx
remove trailing spaces
2022-05-20 13:33:17 +02:00