Philipp Kühn
07184fe254
Publish
...
- @tiptap/extension-heading@2.0.0-beta.25
- @tiptap/starter-kit@2.0.0-beta.166
- @tiptap/vue-3@2.0.0-beta.87
2022-01-05 10:07:17 +01:00
Philipp Kühn
c6d5575c5c
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2022-01-05 09:22:00 +01:00
Philipp Kühn
3ba3afbea3
fix: revert type changes for useEditor in vue-3 package
2022-01-05 09:21:54 +01:00
Britta Weiland
77095c4d52
fix: export type Level
for external use ( #2354 )
...
Export type `Level` to externally work with levels that are passed to the `setHeading` and `toggleHeading` commands, instead of only being able to pass literal numbers.
Example:
```
// where `selectedHeadingLevel` changes as part of other logic
this.editor.commands.toggleHeading({ level: this.selectedHeadingLevel })
```
Co-authored-by: Britta Weiland <weiland@bryter.io>
2022-01-05 09:15:47 +01:00
Philipp Kühn
e550d3c69e
Publish
...
- @tiptap/core@2.0.0-beta.160
- @tiptap/extension-bubble-menu@2.0.0-beta.54
- @tiptap/extension-code-block-lowlight@2.0.0-beta.63
- @tiptap/extension-collaboration-cursor@2.0.0-beta.34
- @tiptap/extension-collaboration@2.0.0-beta.33
- @tiptap/extension-floating-menu@2.0.0-beta.49
- @tiptap/extension-focus@2.0.0-beta.39
- @tiptap/extension-font-family@2.0.0-beta.21
- @tiptap/extension-gapcursor@2.0.0-beta.34
- @tiptap/extension-link@2.0.0-beta.34
- @tiptap/extension-mention@2.0.0-beta.91
- @tiptap/extension-placeholder@2.0.0-beta.46
- @tiptap/extension-table@2.0.0-beta.46
- @tiptap/html@2.0.0-beta.159
- @tiptap/react@2.0.0-beta.104
- @tiptap/starter-kit@2.0.0-beta.165
- @tiptap/suggestion@2.0.0-beta.86
- @tiptap/vue-2@2.0.0-beta.74
- @tiptap/vue-3@2.0.0-beta.86
2022-01-04 10:15:07 +01:00
Philipp Kühn
6a94e2fa62
dependencies: update
2022-01-04 10:02:24 +01:00
Apaar Gupta
909d44459c
fix: Export type FontFamilyOptions ( #2345 )
2022-01-03 21:19:40 +01:00
Philipp Kühn
1acf1284b9
Publish
...
- @tiptap/react@2.0.0-beta.103
2022-01-03 15:17:38 +01:00
philippkuehn
7160b19c73
ci: fix code style linting errors
2022-01-03 13:29:53 +00:00
Luke Murray
64dfae8511
fix: change reactrenderer component type definition ( #2327 )
2022-01-03 14:28:31 +01:00
Philipp Kühn
8844627773
Publish
...
- @tiptap/core@2.0.0-beta.159
- @tiptap/extension-bubble-menu@2.0.0-beta.53
- @tiptap/extension-bullet-list@2.0.0-beta.26
- @tiptap/extension-character-count@2.0.0-beta.24
- @tiptap/extension-code-block-lowlight@2.0.0-beta.62
- @tiptap/extension-code-block@2.0.0-beta.33
- @tiptap/extension-floating-menu@2.0.0-beta.48
- @tiptap/extension-ordered-list@2.0.0-beta.27
- @tiptap/extension-task-list@2.0.0-beta.26
- @tiptap/html@2.0.0-beta.158
- @tiptap/react@2.0.0-beta.102
- @tiptap/starter-kit@2.0.0-beta.164
- @tiptap/vue-2@2.0.0-beta.73
- @tiptap/vue-3@2.0.0-beta.85
2021-12-22 12:43:00 +01:00
Philipp Kühn
4904011216
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-12-22 12:27:10 +01:00
Philipp Kühn
ded6f9618f
fix: allow input rules after hard break, fix #2302
2021-12-22 12:27:06 +01:00
Tomas Valenta
561941d5e0
fix: Remove element.current
from useEffect
in BubbleMenu
and FloatingMenu
( #2297 )
...
* Remove `element.current` from `useEffect` dependencies
Changes to the `element.current` don't trigger `useEffect` rerender and shouldn't be used in the dependency array.
One discussion about is this is for example here: https://stackoverflow.com/questions/60476155/is-it-safe-to-use-ref-current-as-useeffects-dependency-when-ref-points-to-a-dom
It's also causing some subtle bugs when mounting and unmounting editors.
* Fix `FloatingMenu` and `BubbleMenu` element references
* Fix linting errors
* Don't register plugin when the editor is already destroyed; Simplify `HTMLElement` reference handling
* Fix lint error
2021-12-22 12:13:36 +01:00
Philipp Kühn
73fc527be9
Publish
...
- @tiptap/core@2.0.0-beta.158
- @tiptap/html@2.0.0-beta.157
- @tiptap/react@2.0.0-beta.101
- @tiptap/starter-kit@2.0.0-beta.163
2021-12-17 09:46:13 +01:00
Philipp Kühn
629f4d2a76
Revert "fix: Make sure editor is available on first render ( #2282 ), fix #2040 , fix #2182 "
...
This reverts commit 2436e2c8fe
.
2021-12-17 09:42:22 +01:00
Philipp Kühn
07cabe65f4
fix: remove empty mark attributes from getDebugJSON
2021-12-17 00:09:09 +01:00
Philipp Kühn
209b3547e6
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.61
- @tiptap/extension-code-block@2.0.0-beta.32
- @tiptap/starter-kit@2.0.0-beta.162
2021-12-16 15:18:59 +01:00
Philipp Kühn
ffafff9e36
feat: escape code blocks on arrow down, fix #1204
2021-12-16 15:16:08 +01:00
Philipp Kühn
179b3e23a9
Publish
...
- @tiptap/core@2.0.0-beta.157
- @tiptap/html@2.0.0-beta.156
- @tiptap/react@2.0.0-beta.100
- @tiptap/starter-kit@2.0.0-beta.161
2021-12-16 14:08:38 +01:00
Ryan Toronto
2436e2c8fe
fix: Make sure editor is available on first render ( #2282 ), fix #2040 , fix #2182
2021-12-16 13:56:35 +01:00
Philipp Kühn
8ed485ba53
fix: Improve backspace handling ( #2284 ), fix #2281
...
* improve backspace handling
* revert codeblock changes
* revert codeblock changes
* fix tests
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-16 13:55:32 +01:00
Philipp Kühn
10248f2763
Publish
...
- @tiptap/core@2.0.0-beta.156
- @tiptap/html@2.0.0-beta.155
- @tiptap/starter-kit@2.0.0-beta.160
2021-12-15 10:51:52 +01:00
Philipp Kühn
66eb2f2a47
fix: prevent error in toggleList command, fix #2279
2021-12-15 10:51:23 +01:00
Philipp Kühn
56cbf99f9f
Publish
...
- @tiptap/core@2.0.0-beta.155
- @tiptap/extension-bubble-menu@2.0.0-beta.52
- @tiptap/extension-floating-menu@2.0.0-beta.47
- @tiptap/html@2.0.0-beta.154
- @tiptap/react@2.0.0-beta.99
- @tiptap/starter-kit@2.0.0-beta.159
- @tiptap/vue-2@2.0.0-beta.72
- @tiptap/vue-3@2.0.0-beta.84
2021-12-15 10:32:09 +01:00
Philipp Kühn
083fdecf43
dependencies: update
2021-12-15 10:31:21 +01:00
Philipp Kühn
063ced27ca
fix: maybe hide tippy on blur, fix #1433
2021-12-15 10:12:55 +01:00
Philipp Kühn
1645df9adc
refactoring
2021-12-15 09:06:43 +01:00
Julian Hundeloh
809af3b6c6
fix: show FloatingMenu by default only if focused ( #2275 )
2021-12-15 09:04:41 +01:00
Philipp Kühn
0e0cdc053f
Publish
...
- @tiptap/core@2.0.0-beta.154
- @tiptap/extension-character-count@2.0.0-beta.23
- @tiptap/html@2.0.0-beta.153
- @tiptap/starter-kit@2.0.0-beta.158
2021-12-14 19:26:42 +01:00
Philipp Kühn
dd4bcb81f0
fix: allow null and undefined for CharacterCount limit, fix #2276
2021-12-14 19:26:13 +01:00
Philipp Kühn
9e6fbd6c88
refactoring
2021-12-13 14:17:52 +01:00
Philipp Kühn
113133b74d
Publish
...
- @tiptap/core@2.0.0-beta.153
- @tiptap/html@2.0.0-beta.152
- @tiptap/starter-kit@2.0.0-beta.157
2021-12-13 13:41:47 +01:00
Philipp Kühn
f2ced6971d
fix: improve setNode
behavior for list items, fix #2261
2021-12-13 13:40:33 +01:00
Philipp Kühn
e09fd93e59
fix: check for invalid content in insertContentAt
command
2021-12-13 13:33:13 +01:00
Philipp Kühn
170ec4be5b
fix: don’t check for active node in wrapIn command, fix #1059
2021-12-13 13:32:19 +01:00
Philipp Kühn
20876f7481
Publish
...
- @tiptap/extension-bullet-list@2.0.0-beta.25
- @tiptap/extension-ordered-list@2.0.0-beta.26
- @tiptap/extension-task-list@2.0.0-beta.25
- @tiptap/starter-kit@2.0.0-beta.156
2021-12-11 00:13:52 +01:00
Philipp Kühn
3d7c8e642f
feat: add itemTypeName option
2021-12-11 00:13:24 +01:00
Philipp Kühn
d64fb22e7c
Publish
...
- @tiptap/vue-3@2.0.0-beta.83
2021-12-10 17:57:52 +01:00
Philipp Kühn
7c98f80547
feat: add support for template strings in VueNodeViewRenderer, fix #1987
2021-12-10 17:57:20 +01:00
Philipp Kühn
53213439b5
Publish
...
- @tiptap/extension-character-count@2.0.0-beta.22
2021-12-10 17:41:58 +01:00
Philipp Kühn
ed7f93a2b8
fix: mark characterCount storage method types as optional
2021-12-10 17:41:36 +01:00
Philipp Kühn
914c75b305
Publish
...
- @tiptap/extension-character-count@2.0.0-beta.21
2021-12-10 17:11:57 +01:00
Philipp Kühn
d1daf9cca0
fix: fix types for characterCount storage methods
2021-12-10 17:10:57 +01:00
Philipp Kühn
1fd42ca291
Publish
...
- @tiptap/core@2.0.0-beta.152
- @tiptap/html@2.0.0-beta.151
- @tiptap/starter-kit@2.0.0-beta.155
2021-12-10 14:08:16 +01:00
Philipp Kühn
126ad722c7
feat: join lists on toggleList ( #2260 ), fix #1329
...
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-10 14:07:34 +01:00
Philipp Kühn
225a86ec80
Publish
...
- @tiptap/extension-character-count@2.0.0-beta.20
2021-12-09 15:08:12 +01:00
Philipp Kühn
0879a2f716
fix: calculate the number of words across linebreaks correctly
2021-12-09 15:07:51 +01:00
Philipp Kühn
b318d46afa
Publish
...
- @tiptap/core@2.0.0-beta.151
- @tiptap/extension-character-count@2.0.0-beta.19
- @tiptap/html@2.0.0-beta.150
- @tiptap/starter-kit@2.0.0-beta.154
2021-12-08 21:35:06 +01:00
Philipp Kühn
5daa870b09
feat: add some improvements to CharacterCount
extension ( #2256 ), fix #1049 , fix #1550 , fix #1839 , fix #2245
...
* fix a bug when exceeding the character limit
* find a better way to limit the doc size
* check paste events
* add storage method
* refactoring
* use textBetween instead of textContent
* return early if no limit is set
* add words method to storage
* show word count in charactercount demo
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-08 21:26:30 +01:00
Philipp Kühn
2995d00275
fix lint error
2021-12-06 12:34:14 +01:00
Philipp Kühn
f8ce8942f5
refactor: simplify unsetAllMarks
2021-12-06 12:25:00 +01:00
Philipp Kühn
8d7c4e78e7
Publish
...
- @tiptap/core@2.0.0-beta.150
- @tiptap/extension-link@2.0.0-beta.33
- @tiptap/html@2.0.0-beta.149
- @tiptap/starter-kit@2.0.0-beta.153
2021-12-06 12:01:03 +01:00
Philipp Kühn
e07a5b625d
refactor: Use named exports instead of default exports ( #2238 )
...
* use named exports instead of default exports
* fix tests
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-06 12:00:09 +01:00
Philipp Kühn
fa8318c38f
Publish
...
- @tiptap/core@2.0.0-beta.149
- @tiptap/html@2.0.0-beta.148
- @tiptap/starter-kit@2.0.0-beta.152
2021-12-05 17:21:05 +01:00
Philipp Kühn
98a1cb3640
fix: add support for multiple ranges in clipboardTextSerializer, fix #1982
2021-12-05 17:20:43 +01:00
Philipp Kühn
4cb9fe0e27
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.60
- @tiptap/extension-code-block@2.0.0-beta.31
- @tiptap/starter-kit@2.0.0-beta.151
2021-12-05 16:48:29 +01:00
Philipp Kühn
d48fb24ee2
feat: escape code blocks on triple enter, fix #2195
2021-12-05 16:47:02 +01:00
Philipp Kühn
8347f58167
Publish
...
- @tiptap/extension-mention@2.0.0-beta.90
- @tiptap/suggestion@2.0.0-beta.85
2021-12-05 00:05:03 +01:00
Philipp Kühn
5d2ef71d33
fix: call onExit hook when editor is destroyed, fix #1645
2021-12-04 23:24:21 +01:00
Philipp Kühn
50e15cb616
Publish
...
- @tiptap/extension-link@2.0.0-beta.32
2021-12-03 21:04:00 +01:00
Philipp Kühn
924b6508f9
fix: calculate correct autolink position when using leaf nodes in the same text block, fix #2231
2021-12-03 20:54:05 +01:00
Philipp Kühn
1f234fc5d5
Publish
...
- @tiptap/core@2.0.0-beta.148
- @tiptap/html@2.0.0-beta.147
- @tiptap/starter-kit@2.0.0-beta.150
2021-12-03 11:35:30 +01:00
Philipp Kühn
a96a57dd81
code style
2021-12-03 10:40:56 +01:00
philippkuehn
b4ab7f079b
ci: fix code style linting errors
2021-12-03 09:36:51 +00:00
BrianHung
de39853026
fix: initialize autofocus selection in createView
( #2212 )
...
* initialize autofocus selection in `createView`
* fix missing variable and null error
* remove unused imports
2021-12-03 10:35:17 +01:00
Philipp Kühn
4e1a50250b
Publish
...
- @tiptap/core@2.0.0-beta.147
- @tiptap/extension-collaboration-cursor@2.0.0-beta.33
- @tiptap/extension-link@2.0.0-beta.31
- @tiptap/extension-table@2.0.0-beta.45
- @tiptap/html@2.0.0-beta.146
- @tiptap/react@2.0.0-beta.98
- @tiptap/starter-kit@2.0.0-beta.149
- @tiptap/vue-2@2.0.0-beta.71
2021-12-03 09:05:21 +01:00
Philipp Kühn
3d68981b47
feat: Add support for autolink ( #2226 )
...
* wip
* WIP
* add autolink implementation
* refactoring
* set keepOnSplit to false
* refactoring
* improve changed ranges detection
* move some helpers into core
Co-authored-by: Philipp Kühn <philippkuehn@MacBook-Pro-von-Philipp.local>
2021-12-03 08:53:58 +01:00
Philipp Kühn
40a9404c94
add newline-after-var rule to eslint config
2021-12-03 00:03:39 +01:00
Philipp Kühn
6360278660
Publish
...
- @tiptap/core@2.0.0-beta.146
- @tiptap/extension-bubble-menu@2.0.0-beta.51
- @tiptap/extension-code-block-lowlight@2.0.0-beta.59
- @tiptap/extension-collaboration-cursor@2.0.0-beta.32
- @tiptap/extension-collaboration@2.0.0-beta.32
- @tiptap/extension-floating-menu@2.0.0-beta.46
- @tiptap/extension-focus@2.0.0-beta.38
- @tiptap/extension-link@2.0.0-beta.30
- @tiptap/extension-mention@2.0.0-beta.89
- @tiptap/extension-placeholder@2.0.0-beta.45
- @tiptap/extension-table@2.0.0-beta.44
- @tiptap/html@2.0.0-beta.145
- @tiptap/react@2.0.0-beta.97
- @tiptap/starter-kit@2.0.0-beta.148
- @tiptap/suggestion@2.0.0-beta.84
- @tiptap/vue-2@2.0.0-beta.70
- @tiptap/vue-3@2.0.0-beta.82
2021-12-02 21:07:43 +01:00
Philipp Kühn
f7257a5119
dependencies: update
2021-12-02 21:06:13 +01:00
Philipp Kühn
90b0929672
Publish
...
- @tiptap/core@2.0.0-beta.145
- @tiptap/html@2.0.0-beta.144
- @tiptap/starter-kit@2.0.0-beta.147
2021-12-02 20:06:08 +01:00
Philipp Kühn
20b6d79f33
fix: remove defaultOptions fallback, fix #2219
2021-12-02 20:04:45 +01:00
Philipp Kühn
270543995c
Publish
...
- @tiptap/core@2.0.0-beta.144
- @tiptap/extension-blockquote@2.0.0-beta.26
- @tiptap/extension-bold@2.0.0-beta.25
- @tiptap/extension-bullet-list@2.0.0-beta.24
- @tiptap/extension-code-block-lowlight@2.0.0-beta.58
- @tiptap/extension-code-block@2.0.0-beta.30
- @tiptap/extension-code@2.0.0-beta.26
- @tiptap/extension-heading@2.0.0-beta.24
- @tiptap/extension-highlight@2.0.0-beta.31
- @tiptap/extension-italic@2.0.0-beta.25
- @tiptap/extension-link@2.0.0-beta.29
- @tiptap/extension-list-item@2.0.0-beta.20
- @tiptap/extension-mention@2.0.0-beta.88
- @tiptap/extension-ordered-list@2.0.0-beta.25
- @tiptap/extension-paragraph@2.0.0-beta.23
- @tiptap/extension-strike@2.0.0-beta.27
- @tiptap/extension-subscript@2.0.0-beta.10
- @tiptap/extension-superscript@2.0.0-beta.10
- @tiptap/extension-task-item@2.0.0-beta.30
- @tiptap/extension-task-list@2.0.0-beta.24
- @tiptap/extension-text-align@2.0.0-beta.29
- @tiptap/extension-text-style@2.0.0-beta.23
- @tiptap/extension-underline@2.0.0-beta.22
- @tiptap/html@2.0.0-beta.143
- @tiptap/react@2.0.0-beta.96
- @tiptap/starter-kit@2.0.0-beta.146
2021-12-02 15:12:39 +01:00
Philipp Kühn
6c34dec33a
fix: remove some magic strings
2021-12-02 14:58:15 +01:00
Jessica Chong
dedcf17d53
feat: Add as
option and pass through to ReactRenderer ( #2213 )
...
* Add `as` option and pass through to ReactRenderer
* Fix type, oops
* type `as` as string
2021-12-02 14:13:03 +01:00
Philipp Kühn
fa18ffe6d7
update eslint config
2021-12-01 15:40:50 +01:00
Philipp Kühn
7a04a32f1a
Publish
...
- @tiptap/core@2.0.0-beta.143
- @tiptap/extension-task-item@2.0.0-beta.29
- @tiptap/html@2.0.0-beta.142
- @tiptap/starter-kit@2.0.0-beta.145
2021-11-25 17:19:02 +01:00
Philipp Kühn
e0f64904b6
feat: add scrollIntoView option to focus command, fix #2172
2021-11-25 17:18:30 +01:00
Philipp Kühn
7c5223fc92
Publish
...
- @tiptap/core@2.0.0-beta.142
- @tiptap/extension-blockquote@2.0.0-beta.25
- @tiptap/html@2.0.0-beta.141
- @tiptap/starter-kit@2.0.0-beta.144
2021-11-23 14:39:30 +01:00
Philipp Kühn
74a33264c0
fix: fix content expression for blockquote node, fix #1681
2021-11-23 14:38:23 +01:00
Philipp Kühn
403c147d4d
feat: add defaultBlockAt helper
2021-11-23 14:32:54 +01:00
Philipp Kühn
53f6ad47bc
Publish
...
- @tiptap/core@2.0.0-beta.141
- @tiptap/extension-color@2.0.0-beta.9
- @tiptap/html@2.0.0-beta.140
- @tiptap/starter-kit@2.0.0-beta.143
2021-11-22 10:17:43 +01:00
Philipp Kühn
eb88567a74
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-11-22 10:17:08 +01:00
Philipp Kühn
3c571c9a3f
feat: add 'all' option to focus command, fix #2181
2021-11-22 10:17:06 +01:00
Apaar Gupta
bc242fe342
fix: Export type ColorOptions ( #2180 )
2021-11-21 21:27:01 +01:00
Philipp Kühn
cd14731612
fix: improve default gapcursor position when surrounded by margins
2021-11-18 14:02:53 +01:00
Philipp Kühn
5844a8893c
Publish
...
- @tiptap/core@2.0.0-beta.140
- @tiptap/extension-code-block-lowlight@2.0.0-beta.57
- @tiptap/html@2.0.0-beta.139
- @tiptap/react@2.0.0-beta.95
- @tiptap/starter-kit@2.0.0-beta.142
2021-11-18 12:53:18 +01:00
Philipp Kühn
7ea55279a3
refactoring
2021-11-18 12:46:21 +01:00
aguingand
3158c37324
feat: Allow array of extensions for enableInputRules
and enablePasteRules
options ( #2119 )
2021-11-18 12:44:34 +01:00
Philipp Kühn
7e1ca4c8bd
refactoring
2021-11-18 12:38:02 +01:00
Jon Noronha
10fea3b44e
fix: Ignore iOS mutations when unfocused ( #2170 )
2021-11-18 12:37:21 +01:00
Enrique Alcántara
6e25e99c7a
fix: Remove console.log statement ( #2168 )
...
Co-authored-by: Enrique Alcantara <ealcantara@gitlab.com>
2021-11-18 12:13:55 +01:00
Philipp Kühn
c9dc1e1ec3
feat: add className option to ReactRenderer, see #2166
2021-11-18 09:58:38 +01:00
Philipp Kühn
abe932384c
Publish
...
- @tiptap/core@2.0.0-beta.139
- @tiptap/extension-bubble-menu@2.0.0-beta.50
- @tiptap/extension-code-block-lowlight@2.0.0-beta.56
- @tiptap/extension-collaboration-cursor@2.0.0-beta.31
- @tiptap/extension-collaboration@2.0.0-beta.31
- @tiptap/extension-dropcursor@2.0.0-beta.25
- @tiptap/extension-floating-menu@2.0.0-beta.45
- @tiptap/extension-focus@2.0.0-beta.37
- @tiptap/extension-mention@2.0.0-beta.87
- @tiptap/extension-placeholder@2.0.0-beta.44
- @tiptap/extension-table@2.0.0-beta.43
- @tiptap/html@2.0.0-beta.138
- @tiptap/react@2.0.0-beta.94
- @tiptap/starter-kit@2.0.0-beta.141
- @tiptap/suggestion@2.0.0-beta.83
- @tiptap/vue-2@2.0.0-beta.69
- @tiptap/vue-3@2.0.0-beta.81
2021-11-17 19:25:46 +01:00
Philipp Kühn
f2f1c31522
dependencies: update
2021-11-17 19:23:04 +01:00
Philipp Kühn
b88480470d
Publish
...
- @tiptap/extension-floating-menu@2.0.0-beta.44
- @tiptap/react@2.0.0-beta.93
- @tiptap/vue-2@2.0.0-beta.68
- @tiptap/vue-3@2.0.0-beta.80
2021-11-11 00:11:15 +01:00
dkrym
d0d0696266
fix: remove composition check for floating menu ( #2137 )
...
remove composing from floating menu
2021-11-11 00:09:22 +01:00
Philipp Kühn
893f87047d
Publish
...
- @tiptap/core@2.0.0-beta.138
- @tiptap/html@2.0.0-beta.137
- @tiptap/starter-kit@2.0.0-beta.140
2021-11-10 21:21:58 +01:00
Philipp Kühn
53ffce5018
fix: prevent removing inline nodes when using insertContentAt, fix #2156
2021-11-10 21:16:02 +01:00
Florian Krüger
75e55e548d
fix: update zeed dom ( #2155 )
2021-11-10 10:38:38 +01:00
Jason Galea
6583edeb1f
fix: update getJSON return type to JSONContent ( #2153 )
2021-11-10 00:24:18 +01:00
Philipp Kühn
2bbc594ac9
Publish
...
- @tiptap/core@2.0.0-beta.137
- @tiptap/html@2.0.0-beta.136
- @tiptap/starter-kit@2.0.0-beta.139
2021-11-09 17:17:43 +01:00
Philipp Kühn
a0a88acd13
fix: don't remove the tiptap styles on destroy, fix #2120 , fix #2143
2021-11-09 17:16:38 +01:00
Philipp Kühn
621cfa2f7e
Publish
...
- @tiptap/core@2.0.0-beta.136
- @tiptap/extension-blockquote@2.0.0-beta.24
- @tiptap/extension-bold@2.0.0-beta.24
- @tiptap/extension-bubble-menu@2.0.0-beta.49
- @tiptap/extension-bullet-list@2.0.0-beta.23
- @tiptap/extension-character-count@2.0.0-beta.18
- @tiptap/extension-code-block-lowlight@2.0.0-beta.55
- @tiptap/extension-code-block@2.0.0-beta.29
- @tiptap/extension-code@2.0.0-beta.25
- @tiptap/extension-collaboration-cursor@2.0.0-beta.30
- @tiptap/extension-collaboration@2.0.0-beta.30
- @tiptap/extension-color@2.0.0-beta.8
- @tiptap/extension-document@2.0.0-beta.15
- @tiptap/extension-dropcursor@2.0.0-beta.24
- @tiptap/extension-floating-menu@2.0.0-beta.43
- @tiptap/extension-focus@2.0.0-beta.36
- @tiptap/extension-font-family@2.0.0-beta.20
- @tiptap/extension-gapcursor@2.0.0-beta.33
- @tiptap/extension-hard-break@2.0.0-beta.30
- @tiptap/extension-heading@2.0.0-beta.23
- @tiptap/extension-highlight@2.0.0-beta.30
- @tiptap/extension-history@2.0.0-beta.21
- @tiptap/extension-horizontal-rule@2.0.0-beta.30
- @tiptap/extension-image@2.0.0-beta.24
- @tiptap/extension-italic@2.0.0-beta.24
- @tiptap/extension-link@2.0.0-beta.28
- @tiptap/extension-list-item@2.0.0-beta.19
- @tiptap/extension-mention@2.0.0-beta.86
- @tiptap/extension-ordered-list@2.0.0-beta.24
- @tiptap/extension-paragraph@2.0.0-beta.22
- @tiptap/extension-placeholder@2.0.0-beta.43
- @tiptap/extension-strike@2.0.0-beta.26
- @tiptap/extension-subscript@2.0.0-beta.9
- @tiptap/extension-superscript@2.0.0-beta.9
- @tiptap/extension-table-cell@2.0.0-beta.20
- @tiptap/extension-table-header@2.0.0-beta.22
- @tiptap/extension-table-row@2.0.0-beta.19
- @tiptap/extension-table@2.0.0-beta.42
- @tiptap/extension-task-item@2.0.0-beta.28
- @tiptap/extension-task-list@2.0.0-beta.23
- @tiptap/extension-text-align@2.0.0-beta.28
- @tiptap/extension-text-style@2.0.0-beta.22
- @tiptap/extension-text@2.0.0-beta.15
- @tiptap/extension-typography@2.0.0-beta.19
- @tiptap/extension-underline@2.0.0-beta.21
- @tiptap/html@2.0.0-beta.135
- @tiptap/react@2.0.0-beta.92
- @tiptap/starter-kit@2.0.0-beta.138
- @tiptap/suggestion@2.0.0-beta.82
- @tiptap/vue-2@2.0.0-beta.67
- @tiptap/vue-3@2.0.0-beta.79
2021-11-09 16:51:34 +01:00
Philipp Kühn
fce16e8058
Publish
...
- @tiptap/core@2.0.0-beta.135
- @tiptap/extension-blockquote@2.0.0-beta.23
- @tiptap/extension-bold@2.0.0-beta.23
- @tiptap/extension-bubble-menu@2.0.0-beta.48
- @tiptap/extension-bullet-list@2.0.0-beta.22
- @tiptap/extension-character-count@2.0.0-beta.17
- @tiptap/extension-code-block-lowlight@2.0.0-beta.54
- @tiptap/extension-code-block@2.0.0-beta.28
- @tiptap/extension-code@2.0.0-beta.24
- @tiptap/extension-collaboration-cursor@2.0.0-beta.29
- @tiptap/extension-collaboration@2.0.0-beta.29
- @tiptap/extension-color@2.0.0-beta.7
- @tiptap/extension-document@2.0.0-beta.14
- @tiptap/extension-dropcursor@2.0.0-beta.23
- @tiptap/extension-floating-menu@2.0.0-beta.42
- @tiptap/extension-focus@2.0.0-beta.35
- @tiptap/extension-font-family@2.0.0-beta.19
- @tiptap/extension-gapcursor@2.0.0-beta.32
- @tiptap/extension-hard-break@2.0.0-beta.29
- @tiptap/extension-heading@2.0.0-beta.22
- @tiptap/extension-highlight@2.0.0-beta.29
- @tiptap/extension-history@2.0.0-beta.20
- @tiptap/extension-horizontal-rule@2.0.0-beta.29
- @tiptap/extension-image@2.0.0-beta.23
- @tiptap/extension-italic@2.0.0-beta.23
- @tiptap/extension-link@2.0.0-beta.27
- @tiptap/extension-list-item@2.0.0-beta.18
- @tiptap/extension-mention@2.0.0-beta.85
- @tiptap/extension-ordered-list@2.0.0-beta.23
- @tiptap/extension-paragraph@2.0.0-beta.21
- @tiptap/extension-placeholder@2.0.0-beta.42
- @tiptap/extension-strike@2.0.0-beta.25
- @tiptap/extension-subscript@2.0.0-beta.8
- @tiptap/extension-superscript@2.0.0-beta.8
- @tiptap/extension-table-cell@2.0.0-beta.19
- @tiptap/extension-table-header@2.0.0-beta.21
- @tiptap/extension-table-row@2.0.0-beta.18
- @tiptap/extension-table@2.0.0-beta.41
- @tiptap/extension-task-item@2.0.0-beta.27
- @tiptap/extension-task-list@2.0.0-beta.22
- @tiptap/extension-text-align@2.0.0-beta.27
- @tiptap/extension-text-style@2.0.0-beta.21
- @tiptap/extension-text@2.0.0-beta.14
- @tiptap/extension-typography@2.0.0-beta.18
- @tiptap/extension-underline@2.0.0-beta.20
- @tiptap/html@2.0.0-beta.134
- @tiptap/react@2.0.0-beta.91
- @tiptap/starter-kit@2.0.0-beta.137
- @tiptap/suggestion@2.0.0-beta.81
- @tiptap/vue-2@2.0.0-beta.66
- @tiptap/vue-3@2.0.0-beta.78
2021-11-09 16:24:45 +01:00
Philipp Kühn
d59c695833
Publish
...
- @tiptap/core@2.0.0-beta.134
- @tiptap/extension-blockquote@2.0.0-beta.22
- @tiptap/extension-bold@2.0.0-beta.22
- @tiptap/extension-bubble-menu@2.0.0-beta.47
- @tiptap/extension-bullet-list@2.0.0-beta.21
- @tiptap/extension-character-count@2.0.0-beta.16
- @tiptap/extension-code-block-lowlight@2.0.0-beta.53
- @tiptap/extension-code-block@2.0.0-beta.27
- @tiptap/extension-code@2.0.0-beta.23
- @tiptap/extension-collaboration-cursor@2.0.0-beta.28
- @tiptap/extension-collaboration@2.0.0-beta.28
- @tiptap/extension-color@2.0.0-beta.6
- @tiptap/extension-dropcursor@2.0.0-beta.22
- @tiptap/extension-floating-menu@2.0.0-beta.41
- @tiptap/extension-focus@2.0.0-beta.34
- @tiptap/extension-font-family@2.0.0-beta.18
- @tiptap/extension-gapcursor@2.0.0-beta.31
- @tiptap/extension-hard-break@2.0.0-beta.28
- @tiptap/extension-heading@2.0.0-beta.21
- @tiptap/extension-highlight@2.0.0-beta.28
- @tiptap/extension-history@2.0.0-beta.19
- @tiptap/extension-horizontal-rule@2.0.0-beta.28
- @tiptap/extension-image@2.0.0-beta.22
- @tiptap/extension-italic@2.0.0-beta.22
- @tiptap/extension-link@2.0.0-beta.26
- @tiptap/extension-list-item@2.0.0-beta.17
- @tiptap/extension-mention@2.0.0-beta.84
- @tiptap/extension-ordered-list@2.0.0-beta.22
- @tiptap/extension-paragraph@2.0.0-beta.20
- @tiptap/extension-placeholder@2.0.0-beta.41
- @tiptap/extension-strike@2.0.0-beta.24
- @tiptap/extension-subscript@2.0.0-beta.7
- @tiptap/extension-superscript@2.0.0-beta.7
- @tiptap/extension-table-cell@2.0.0-beta.18
- @tiptap/extension-table-header@2.0.0-beta.20
- @tiptap/extension-table-row@2.0.0-beta.17
- @tiptap/extension-table@2.0.0-beta.40
- @tiptap/extension-task-item@2.0.0-beta.26
- @tiptap/extension-task-list@2.0.0-beta.21
- @tiptap/extension-text-align@2.0.0-beta.26
- @tiptap/extension-text-style@2.0.0-beta.20
- @tiptap/extension-underline@2.0.0-beta.19
- @tiptap/html@2.0.0-beta.133
- @tiptap/react@2.0.0-beta.90
- @tiptap/starter-kit@2.0.0-beta.136
- @tiptap/suggestion@2.0.0-beta.80
- @tiptap/vue-2@2.0.0-beta.65
- @tiptap/vue-3@2.0.0-beta.77
2021-11-09 16:18:12 +01:00
Philipp Kühn
5e62979070
dependencies: update
2021-11-09 16:13:45 +01:00
Philipp Kühn
56a75db024
fix: Switch from hostic dom to zeed dom ( #2151 )
...
* add zeed-dom
* update zeed-dom for performance improvements
2021-11-09 16:09:39 +01:00
Philipp Kühn
2a1c5d55e5
Publish
...
- @tiptap/core@2.0.0-beta.133
- @tiptap/extension-horizontal-rule@2.0.0-beta.27
- @tiptap/extension-task-item@2.0.0-beta.25
- @tiptap/html@2.0.0-beta.132
- @tiptap/starter-kit@2.0.0-beta.135
2021-11-08 21:43:47 +01:00
Philipp Kühn
5da313a548
fix: fix a bug when parsing attributes if no parseHTML method is provided, fix #2058
2021-11-08 21:27:46 +01:00
Philipp Kühn
c94d2b0517
fix: add checkboxes to TaskItem HTML output, fix #2037
2021-11-08 20:52:42 +01:00
Philipp Kühn
8fc915cade
fix: Improve behavior when using insertContent ( #2147 )
...
* check if we can replace the wrapping node by the newly inserted content
/
* we dont need this anymore
* set selection to inserted content instead of below
* improve hr cursor behavior
2021-11-08 20:37:12 +01:00
Philipp Kühn
926cfcd602
Publish
...
- @tiptap/core@2.0.0-beta.132
- @tiptap/extension-bubble-menu@2.0.0-beta.46
- @tiptap/extension-code-block-lowlight@2.0.0-beta.52
- @tiptap/extension-floating-menu@2.0.0-beta.40
- @tiptap/extension-focus@2.0.0-beta.33
- @tiptap/extension-mention@2.0.0-beta.83
- @tiptap/extension-placeholder@2.0.0-beta.40
- @tiptap/extension-table@2.0.0-beta.39
- @tiptap/html@2.0.0-beta.131
- @tiptap/react@2.0.0-beta.89
- @tiptap/starter-kit@2.0.0-beta.134
- @tiptap/suggestion@2.0.0-beta.79
- @tiptap/vue-2@2.0.0-beta.64
- @tiptap/vue-3@2.0.0-beta.76
2021-11-08 11:27:55 +01:00
Philipp Kühn
4b793be8e4
dependencies: update
2021-11-08 11:23:32 +01:00
Philipp Kühn
3c32e66c02
Publish
...
- @tiptap/core@2.0.0-beta.131
- @tiptap/extension-bubble-menu@2.0.0-beta.45
- @tiptap/extension-code-block-lowlight@2.0.0-beta.51
- @tiptap/extension-floating-menu@2.0.0-beta.39
- @tiptap/extension-focus@2.0.0-beta.32
- @tiptap/extension-hard-break@2.0.0-beta.27
- @tiptap/extension-mention@2.0.0-beta.82
- @tiptap/extension-placeholder@2.0.0-beta.39
- @tiptap/extension-table@2.0.0-beta.38
- @tiptap/html@2.0.0-beta.130
- @tiptap/react@2.0.0-beta.88
- @tiptap/starter-kit@2.0.0-beta.133
- @tiptap/suggestion@2.0.0-beta.78
- @tiptap/vue-2@2.0.0-beta.63
- @tiptap/vue-3@2.0.0-beta.75
2021-11-05 14:12:22 +01:00
Philipp Kühn
0f94bcd591
feat: add defaultLanguage option to CodeBlockLowlight extension, fix #2121
2021-11-05 14:00:44 +01:00
Philipp Kühn
b5b9363b49
fix vue-3 build
2021-11-05 13:45:16 +01:00
Philipp Kühn
18a9271611
dependencies: update
2021-11-05 11:52:49 +01:00
Philipp Kühn
ce7f52a8f0
fix: improve JSONContent type to allow pure JSON content
2021-11-03 21:11:24 +01:00
Philipp Kühn
9247fcb6cf
fix: prevent adding hard breaks in isolated nodes
2021-11-03 21:09:40 +01:00
Philipp Kühn
31c23336d0
Publish
...
- @tiptap/core@2.0.0-beta.130
- @tiptap/extension-blockquote@2.0.0-beta.21
- @tiptap/extension-bold@2.0.0-beta.21
- @tiptap/extension-bubble-menu@2.0.0-beta.44
- @tiptap/extension-bullet-list@2.0.0-beta.20
- @tiptap/extension-character-count@2.0.0-beta.15
- @tiptap/extension-code-block-lowlight@2.0.0-beta.50
- @tiptap/extension-code-block@2.0.0-beta.26
- @tiptap/extension-code@2.0.0-beta.22
- @tiptap/extension-collaboration-cursor@2.0.0-beta.27
- @tiptap/extension-collaboration@2.0.0-beta.27
- @tiptap/extension-color@2.0.0-beta.5
- @tiptap/extension-dropcursor@2.0.0-beta.21
- @tiptap/extension-floating-menu@2.0.0-beta.38
- @tiptap/extension-focus@2.0.0-beta.31
- @tiptap/extension-font-family@2.0.0-beta.17
- @tiptap/extension-gapcursor@2.0.0-beta.30
- @tiptap/extension-hard-break@2.0.0-beta.26
- @tiptap/extension-heading@2.0.0-beta.20
- @tiptap/extension-highlight@2.0.0-beta.27
- @tiptap/extension-history@2.0.0-beta.18
- @tiptap/extension-horizontal-rule@2.0.0-beta.26
- @tiptap/extension-image@2.0.0-beta.21
- @tiptap/extension-italic@2.0.0-beta.21
- @tiptap/extension-link@2.0.0-beta.25
- @tiptap/extension-list-item@2.0.0-beta.16
- @tiptap/extension-mention@2.0.0-beta.81
- @tiptap/extension-ordered-list@2.0.0-beta.21
- @tiptap/extension-paragraph@2.0.0-beta.19
- @tiptap/extension-placeholder@2.0.0-beta.38
- @tiptap/extension-strike@2.0.0-beta.23
- @tiptap/extension-subscript@2.0.0-beta.6
- @tiptap/extension-superscript@2.0.0-beta.6
- @tiptap/extension-table-cell@2.0.0-beta.17
- @tiptap/extension-table-header@2.0.0-beta.19
- @tiptap/extension-table-row@2.0.0-beta.16
- @tiptap/extension-table@2.0.0-beta.37
- @tiptap/extension-task-item@2.0.0-beta.24
- @tiptap/extension-task-list@2.0.0-beta.20
- @tiptap/extension-text-align@2.0.0-beta.25
- @tiptap/extension-text-style@2.0.0-beta.19
- @tiptap/extension-underline@2.0.0-beta.18
- @tiptap/html@2.0.0-beta.129
- @tiptap/react@2.0.0-beta.87
- @tiptap/starter-kit@2.0.0-beta.132
- @tiptap/suggestion@2.0.0-beta.77
- @tiptap/vue-2@2.0.0-beta.62
- @tiptap/vue-3@2.0.0-beta.74
2021-10-31 12:09:28 +01:00
Philipp Kühn
010418d0fd
fix: prevent RangeError for posToDOMRect, fix #2112
2021-10-31 12:03:24 +01:00
Hans Pagel
b004f1e21d
Use the new storage feature for the CollaborationCursor
extension ( #2096 )
...
* extension-collaboration-cursor: make use of the new storage feature, deprecate users command and onUsers callback, clean up
* docs: update the jobs page
2021-10-28 10:00:16 +02:00
Philipp Kühn
642627ec36
Publish
...
- @tiptap/core@2.0.0-beta.129
- @tiptap/extension-blockquote@2.0.0-beta.20
- @tiptap/extension-bold@2.0.0-beta.20
- @tiptap/extension-bubble-menu@2.0.0-beta.43
- @tiptap/extension-bullet-list@2.0.0-beta.19
- @tiptap/extension-character-count@2.0.0-beta.14
- @tiptap/extension-code-block-lowlight@2.0.0-beta.49
- @tiptap/extension-code-block@2.0.0-beta.25
- @tiptap/extension-code@2.0.0-beta.21
- @tiptap/extension-collaboration-cursor@2.0.0-beta.26
- @tiptap/extension-collaboration@2.0.0-beta.26
- @tiptap/extension-color@2.0.0-beta.4
- @tiptap/extension-dropcursor@2.0.0-beta.20
- @tiptap/extension-floating-menu@2.0.0-beta.37
- @tiptap/extension-focus@2.0.0-beta.30
- @tiptap/extension-font-family@2.0.0-beta.16
- @tiptap/extension-gapcursor@2.0.0-beta.29
- @tiptap/extension-hard-break@2.0.0-beta.25
- @tiptap/extension-heading@2.0.0-beta.19
- @tiptap/extension-highlight@2.0.0-beta.26
- @tiptap/extension-history@2.0.0-beta.17
- @tiptap/extension-horizontal-rule@2.0.0-beta.25
- @tiptap/extension-image@2.0.0-beta.20
- @tiptap/extension-italic@2.0.0-beta.20
- @tiptap/extension-link@2.0.0-beta.24
- @tiptap/extension-list-item@2.0.0-beta.15
- @tiptap/extension-mention@2.0.0-beta.80
- @tiptap/extension-ordered-list@2.0.0-beta.20
- @tiptap/extension-paragraph@2.0.0-beta.18
- @tiptap/extension-placeholder@2.0.0-beta.37
- @tiptap/extension-strike@2.0.0-beta.22
- @tiptap/extension-subscript@2.0.0-beta.5
- @tiptap/extension-superscript@2.0.0-beta.5
- @tiptap/extension-table-cell@2.0.0-beta.16
- @tiptap/extension-table-header@2.0.0-beta.18
- @tiptap/extension-table-row@2.0.0-beta.15
- @tiptap/extension-table@2.0.0-beta.36
- @tiptap/extension-task-item@2.0.0-beta.23
- @tiptap/extension-task-list@2.0.0-beta.19
- @tiptap/extension-text-align@2.0.0-beta.24
- @tiptap/extension-text-style@2.0.0-beta.18
- @tiptap/extension-underline@2.0.0-beta.17
- @tiptap/html@2.0.0-beta.128
- @tiptap/react@2.0.0-beta.86
- @tiptap/starter-kit@2.0.0-beta.131
- @tiptap/suggestion@2.0.0-beta.76
- @tiptap/vue-2@2.0.0-beta.61
- @tiptap/vue-3@2.0.0-beta.73
2021-10-26 18:38:50 +02:00
Philipp Kühn
9afadeb7fe
feat!: Replace defaultOptions
with addOptions
( #2088 )
...
* add new addOptions option
* replace defaultOptions with addOptions for all extensions
* replace defaultOptions with addOptions for all demos
* replace defaultOptions with addOptions in docs
* refactoring
* refactoring
* drop object support for addOptions
* fix optional options
* fix tests
2021-10-26 18:31:13 +02:00
Philipp Kühn
9f5a165b4d
Publish
...
- @tiptap/core@2.0.0-beta.128
- @tiptap/extension-code-block-lowlight@2.0.0-beta.48
- @tiptap/extension-mention@2.0.0-beta.79
- @tiptap/extension-placeholder@2.0.0-beta.36
- @tiptap/html@2.0.0-beta.127
- @tiptap/react@2.0.0-beta.85
- @tiptap/starter-kit@2.0.0-beta.130
- @tiptap/suggestion@2.0.0-beta.75
2021-10-25 10:16:21 +02:00
Jon Noronha
ddc9ca8d4f
fix: Check node type above custom update function for node views ( #2081 )
2021-10-25 09:52:34 +02:00
Philipp Kühn
45778b81dd
dependencies: update
2021-10-25 09:51:33 +02:00
Philipp Kühn
a6f731af39
feat!: Add editor to items prop in suggestion plugin ( #2082 )
...
* add editor to items prop
* docs: update content
2021-10-25 09:42:41 +02:00
Philipp Kühn
ef254cead7
fix: fix storage context when using configure
2021-10-25 00:27:24 +02:00
Philipp Kühn
0ac78c451e
Publish
...
- @tiptap/core@2.0.0-beta.127
- @tiptap/html@2.0.0-beta.126
- @tiptap/starter-kit@2.0.0-beta.129
- @tiptap/vue-3@2.0.0-beta.72
2021-10-22 21:29:45 +02:00
Jon Noronha
bebaa4045e
fix: Separate drags from drops in stopEvent ( #2070 )
...
* Separate drags from drops in stopEvent
* Move !isDropEvent
2021-10-22 21:27:58 +02:00
Philipp Kühn
8f8b83afe4
fix: fix a bug when using drag handles
2021-10-22 19:46:40 +02:00
Philipp Kühn
0e94afe42a
fix: improve default styling for .ProseMirror-separator
2021-10-22 15:05:18 +02:00
Philipp Kühn
d3c38cf47e
Publish
...
- @tiptap/extension-mention@2.0.0-beta.78
2021-10-22 11:19:21 +02:00
Philipp Kühn
5e652c94a7
fix: fix check for showing mention suggestion
2021-10-22 10:09:28 +02:00
Philipp Kühn
f6ef4caa14
Publish
...
- @tiptap/core@2.0.0-beta.126
- @tiptap/extension-gapcursor@2.0.0-beta.28
- @tiptap/extension-table@2.0.0-beta.35
- @tiptap/html@2.0.0-beta.125
- @tiptap/react@2.0.0-beta.84
- @tiptap/starter-kit@2.0.0-beta.128
- @tiptap/vue-3@2.0.0-beta.71
2021-10-22 09:06:12 +02:00
Philipp Kühn
ff67ee1da3
fix: fix a bug where paste rules doesn’t worked at the start of the document, see #1225
2021-10-22 09:04:09 +02:00
Philipp Kühn
7ffabf251c
feat: Add extension storage ( #2069 )
2021-10-22 08:52:54 +02:00
Philipp Kühn
d47b45cbc2
Publish
...
- @tiptap/extension-task-item@2.0.0-beta.22
2021-10-18 23:23:05 +02:00
Philipp Kühn
81d8097959
fix: add HTMLAttributes to task item node view
2021-10-18 23:20:20 +02:00
Philipp Kühn
1502013145
Publish
...
- @tiptap/extension-task-list@2.0.0-beta.18
2021-10-15 15:55:01 +02:00
Philipp Kühn
7503d1bed1
fix: add missing HTMLAttributes to task list, fix #2042
2021-10-15 15:19:42 +02:00
Philipp Kühn
9948e2499a
Publish
...
- @tiptap/core@2.0.0-beta.125
- @tiptap/extension-blockquote@2.0.0-beta.19
- @tiptap/extension-bold@2.0.0-beta.19
- @tiptap/extension-bubble-menu@2.0.0-beta.42
- @tiptap/extension-bullet-list@2.0.0-beta.18
- @tiptap/extension-code-block-lowlight@2.0.0-beta.47
- @tiptap/extension-code-block@2.0.0-beta.24
- @tiptap/extension-code@2.0.0-beta.20
- @tiptap/extension-collaboration-cursor@2.0.0-beta.25
- @tiptap/extension-collaboration@2.0.0-beta.25
- @tiptap/extension-floating-menu@2.0.0-beta.36
- @tiptap/extension-focus@2.0.0-beta.29
- @tiptap/extension-gapcursor@2.0.0-beta.27
- @tiptap/extension-hard-break@2.0.0-beta.24
- @tiptap/extension-heading@2.0.0-beta.18
- @tiptap/extension-highlight@2.0.0-beta.25
- @tiptap/extension-horizontal-rule@2.0.0-beta.24
- @tiptap/extension-image@2.0.0-beta.19
- @tiptap/extension-italic@2.0.0-beta.19
- @tiptap/extension-link@2.0.0-beta.23
- @tiptap/extension-mention@2.0.0-beta.77
- @tiptap/extension-ordered-list@2.0.0-beta.19
- @tiptap/extension-placeholder@2.0.0-beta.35
- @tiptap/extension-strike@2.0.0-beta.21
- @tiptap/extension-table@2.0.0-beta.34
- @tiptap/extension-task-item@2.0.0-beta.21
- @tiptap/extension-typography@2.0.0-beta.17
- @tiptap/html@2.0.0-beta.124
- @tiptap/react@2.0.0-beta.83
- @tiptap/starter-kit@2.0.0-beta.127
- @tiptap/suggestion@2.0.0-beta.74
- @tiptap/vue-2@2.0.0-beta.60
- @tiptap/vue-3@2.0.0-beta.70
2021-10-14 20:53:30 +02:00
Philipp Kühn
22c82ba61f
fix: check for storedMarks in getMarkAttributes, fix #2039
2021-10-14 20:45:44 +02:00
Philipp Kühn
d67a59468c
Publish
...
- @tiptap/core@2.0.0-beta.124
- @tiptap/html@2.0.0-beta.123
- @tiptap/starter-kit@2.0.0-beta.126
2021-10-14 12:31:11 +02:00
Philipp Kühn
4295c6bd21
fix: fix type for insertContent command
2021-10-14 12:30:16 +02:00
Philipp Kühn
8a14131d7a
Publish
...
- @tiptap/core@2.0.0-beta.123
- @tiptap/extension-blockquote@2.0.0-beta.18
- @tiptap/extension-bold@2.0.0-beta.18
- @tiptap/extension-bubble-menu@2.0.0-beta.41
- @tiptap/extension-bullet-list@2.0.0-beta.17
- @tiptap/extension-code-block-lowlight@2.0.0-beta.46
- @tiptap/extension-code-block@2.0.0-beta.23
- @tiptap/extension-code@2.0.0-beta.19
- @tiptap/extension-collaboration-cursor@2.0.0-beta.24
- @tiptap/extension-collaboration@2.0.0-beta.24
- @tiptap/extension-floating-menu@2.0.0-beta.35
- @tiptap/extension-focus@2.0.0-beta.28
- @tiptap/extension-gapcursor@2.0.0-beta.26
- @tiptap/extension-hard-break@2.0.0-beta.23
- @tiptap/extension-heading@2.0.0-beta.17
- @tiptap/extension-highlight@2.0.0-beta.24
- @tiptap/extension-horizontal-rule@2.0.0-beta.23
- @tiptap/extension-image@2.0.0-beta.18
- @tiptap/extension-italic@2.0.0-beta.18
- @tiptap/extension-link@2.0.0-beta.22
- @tiptap/extension-mention@2.0.0-beta.76
- @tiptap/extension-ordered-list@2.0.0-beta.18
- @tiptap/extension-placeholder@2.0.0-beta.34
- @tiptap/extension-strike@2.0.0-beta.20
- @tiptap/extension-table@2.0.0-beta.33
- @tiptap/extension-task-item@2.0.0-beta.20
- @tiptap/extension-typography@2.0.0-beta.16
- @tiptap/html@2.0.0-beta.122
- @tiptap/react@2.0.0-beta.82
- @tiptap/starter-kit@2.0.0-beta.125
- @tiptap/suggestion@2.0.0-beta.73
- @tiptap/vue-2@2.0.0-beta.59
- @tiptap/vue-3@2.0.0-beta.69
2021-10-14 12:19:36 +02:00
Philipp Kühn
a7e2f4397b
dependencies: update
2021-10-14 12:16:26 +02:00
Philipp Kühn
9f2c36896b
feat: add updateSelection
option to insertContentAt
command
2021-10-14 12:08:39 +02:00
Philipp Kühn
4303637a78
feat: Allow to use commands within InputRule and PasteRule ( #2035 )
...
* add optional state prop to commandmanager
* add commands, chain and can getter to commandmanager
* use custom CommandManager for input rules and paste rules
* export commandmanager
2021-10-14 11:56:40 +02:00
Philipp Kühn
2e925f96b8
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.45
- @tiptap/extension-code-block@2.0.0-beta.22
- @tiptap/starter-kit@2.0.0-beta.124
2021-10-13 23:32:02 +02:00
Philipp Kühn
b1c56e6f16
fix: strip carriage return chars from text pasted as code and add missing paste meta information
2021-10-13 23:28:42 +02:00
Philipp Kühn
b7c492c213
Publish
...
- @tiptap/extension-placeholder@2.0.0-beta.33
2021-10-12 23:31:42 +02:00
Philipp Kühn
eb5374321b
feat: add pos to placeholder props
2021-10-12 23:30:30 +02:00
Philipp Kühn
a06213f137
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.44
- @tiptap/extension-code-block@2.0.0-beta.21
- @tiptap/starter-kit@2.0.0-beta.123
2021-10-12 14:31:56 +02:00
Philipp Kühn
d60fe350d1
fix: fix bug on paste when using code blocks
2021-10-12 14:31:22 +02:00
Philipp Kühn
d3641b88e0
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.43
- @tiptap/extension-code-block@2.0.0-beta.20
- @tiptap/react@2.0.0-beta.81
- @tiptap/starter-kit@2.0.0-beta.122
2021-10-12 11:38:52 +02:00
Philipp Kühn
2d0e6d02d1
refactoring
2021-10-12 11:38:01 +02:00
Tomas Valenta
e9465ec0f6
fix: Add editor
dependency when registering BubbleMenuPlugin
and FloatingMenuPlugin
( #2018 )
...
* Add `editor` dependency when registering `BubbleMenuPlugin`
When we are initializing editor via the `useEditor` hook with dependencies the `BubbleMenu` component is only registered the first time the editor is initialized.
Adding editor to the dependency array registering/unregistering the `BubbleMenuPlugin` fixes this. (I tested exactly this code in our project.)
I also added a check that ensures that the menu element referenced via the `useRef` is defined when registering the plugin - otherwise, there is no point in registering the plugin.
* Add `editor` dependency when registering `FloatingMenuPlugin`
2021-10-12 11:09:00 +02:00
Philipp Kühn
0e0b0b6a8c
fix: add support for pasted content from VS Code, fix #2022
2021-10-12 10:20:13 +02:00
Philipp Kühn
7aef884612
Publish
...
- @tiptap/extension-image@2.0.0-beta.17
- @tiptap/react@2.0.0-beta.80
2021-10-11 20:50:55 +02:00
Ricardo Amaral
31d8ab3593
fix: Improve ReactRenderer types ( #2011 )
2021-10-11 20:37:35 +02:00
Nokola
503a3f2cf5
fix: Fix #2016 Image input rule ( #2020 )
...
Image input rule leaves erroneous text behind due to my previous change to add group matching in #1574 .
This change adds a `( ... )` regex group around the image input rule to have it work with the new code.
2021-10-11 20:35:33 +02:00
Philipp Kühn
2af187023d
fix: fix editor type for ReactRenderer
2021-10-11 08:45:46 +02:00
Philipp Kühn
134d7f8513
Publish
...
- @tiptap/core@2.0.0-beta.122
- @tiptap/html@2.0.0-beta.121
- @tiptap/starter-kit@2.0.0-beta.121
2021-10-10 22:24:18 +02:00
Philipp Kühn
3958bf1c22
fix: allow to re-apply current mark for input rules and paste rules, fix #2003
2021-10-10 22:23:32 +02:00
Philipp Kühn
3a7e202e71
Publish
...
- @tiptap/core@2.0.0-beta.121
- @tiptap/extension-blockquote@2.0.0-beta.17
- @tiptap/extension-bold@2.0.0-beta.17
- @tiptap/extension-code@2.0.0-beta.18
- @tiptap/extension-highlight@2.0.0-beta.23
- @tiptap/extension-italic@2.0.0-beta.17
- @tiptap/extension-strike@2.0.0-beta.19
- @tiptap/html@2.0.0-beta.120
- @tiptap/starter-kit@2.0.0-beta.120
2021-10-10 21:35:11 +02:00
Philipp Kühn
65eddf0e78
fix: fix regex modifier for input rules and paste rules, fix #2003
2021-10-10 21:27:37 +02:00
Philipp Kühn
9d281e9e99
fix: do not apply paste rules for ProseMirror HTML
2021-10-10 19:25:50 +02:00
Philipp Kühn
3ca6b63b3c
Publish
...
- @tiptap/core@2.0.0-beta.120
- @tiptap/html@2.0.0-beta.119
- @tiptap/starter-kit@2.0.0-beta.119
2021-10-08 22:42:11 +02:00
Philipp Kühn
770c4e18e1
fix: fix mappes positions for paste rules, fix #2002
2021-10-08 22:40:06 +02:00
Philipp Kühn
ed00dbbe56
Publish
...
- @tiptap/core@2.0.0-beta.119
- @tiptap/extension-blockquote@2.0.0-beta.16
- @tiptap/extension-bold@2.0.0-beta.16
- @tiptap/extension-bubble-menu@2.0.0-beta.40
- @tiptap/extension-bullet-list@2.0.0-beta.16
- @tiptap/extension-code-block-lowlight@2.0.0-beta.42
- @tiptap/extension-code-block@2.0.0-beta.19
- @tiptap/extension-code@2.0.0-beta.17
- @tiptap/extension-collaboration-cursor@2.0.0-beta.23
- @tiptap/extension-collaboration@2.0.0-beta.23
- @tiptap/extension-floating-menu@2.0.0-beta.34
- @tiptap/extension-focus@2.0.0-beta.27
- @tiptap/extension-gapcursor@2.0.0-beta.25
- @tiptap/extension-hard-break@2.0.0-beta.22
- @tiptap/extension-heading@2.0.0-beta.16
- @tiptap/extension-highlight@2.0.0-beta.22
- @tiptap/extension-horizontal-rule@2.0.0-beta.22
- @tiptap/extension-image@2.0.0-beta.16
- @tiptap/extension-italic@2.0.0-beta.16
- @tiptap/extension-link@2.0.0-beta.21
- @tiptap/extension-mention@2.0.0-beta.75
- @tiptap/extension-ordered-list@2.0.0-beta.17
- @tiptap/extension-placeholder@2.0.0-beta.32
- @tiptap/extension-strike@2.0.0-beta.18
- @tiptap/extension-table@2.0.0-beta.32
- @tiptap/extension-task-item@2.0.0-beta.19
- @tiptap/extension-typography@2.0.0-beta.15
- @tiptap/html@2.0.0-beta.118
- @tiptap/react@2.0.0-beta.79
- @tiptap/starter-kit@2.0.0-beta.118
- @tiptap/suggestion@2.0.0-beta.72
- @tiptap/vue-2@2.0.0-beta.58
- @tiptap/vue-3@2.0.0-beta.68
2021-10-08 15:08:08 +02:00
Philipp Kühn
723b955cec
feat: Integrate input rules and paste rules into the core ( #1997 )
...
* refactoring
* improve link regex
* WIP: add new markPasteRule und linkify to image mark
* move copy of inputrule to core
* trigger codeblock inputrule on enter
* refactoring
* add regex match to markpasterulematch
* refactoring
* improve link regex
* WIP: add new markPasteRule und linkify to image mark
* move copy of inputrule to core
* trigger codeblock inputrule on enter
* refactoring
* add regex match to markpasterulematch
* update linkify
* wip
* wip
* log
* wip
* remove debug code
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* rename matcher
* add data to ExtendedRegExpMatchArray
* remove logging
* add code option to marks, prevent inputrules in code mark
* remove link regex
* fix codeblock inputrule on enter
* refactoring
* refactoring
* refactoring
* refactoring
* fix position bug
* add test
* export InputRule and PasteRule
* clean up link demo
* fix types
2021-10-08 15:02:09 +02:00
Philipp Kühn
ace4964d97
dependencies: update
2021-10-08 12:13:20 +02:00
Philipp Kühn
3a9d6201f0
Publish
...
- @tiptap/extension-collaboration-cursor@2.0.0-beta.22
- @tiptap/extension-collaboration@2.0.0-beta.22
2021-10-04 06:54:34 +02:00
Philipp Kühn
2b16c2ea96
fix: fix plugin order for collab, fix #1973
2021-10-04 06:53:59 +02:00
Philipp Kühn
68fc3f862f
Publish
...
- @tiptap/extension-collaboration@2.0.0-beta.21
2021-10-03 20:38:08 +02:00
Philipp Kühn
92b6c5bdce
feat: add isChangeOrigin helper method
2021-10-03 20:33:33 +02:00
Philipp Kühn
4feb4ee36e
Publish
...
- @tiptap/core@2.0.0-beta.118
- @tiptap/html@2.0.0-beta.117
- @tiptap/starter-kit@2.0.0-beta.117
2021-10-03 18:58:02 +02:00
Philipp Kühn
f8efdf797a
fix: fix order of executed plugins, fix #1547
2021-10-03 18:55:33 +02:00
Philipp Kühn
dc868b3d2a
Publish
...
- @tiptap/core@2.0.0-beta.117
- @tiptap/extension-bubble-menu@2.0.0-beta.39
- @tiptap/extension-code-block-lowlight@2.0.0-beta.41
- @tiptap/extension-floating-menu@2.0.0-beta.33
- @tiptap/extension-gapcursor@2.0.0-beta.24
- @tiptap/extension-hard-break@2.0.0-beta.21
- @tiptap/extension-highlight@2.0.0-beta.21
- @tiptap/extension-horizontal-rule@2.0.0-beta.21
- @tiptap/html@2.0.0-beta.116
- @tiptap/react@2.0.0-beta.78
- @tiptap/starter-kit@2.0.0-beta.116
- @tiptap/vue-2@2.0.0-beta.57
- @tiptap/vue-3@2.0.0-beta.67
2021-10-02 23:20:38 +02:00
Philipp Kühn
7f7f93dc1b
fix: fix reactive props, see #1728
2021-10-02 23:18:12 +02:00
Philipp Kühn
b37309005d
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.40
- @tiptap/react@2.0.0-beta.77
2021-09-30 21:41:29 +02:00
Philipp Kühn
78ef673fc7
fix lint error
2021-09-30 21:39:13 +02:00
philippkuehn
cf1e8ef184
ci: fix code style linting errors
2021-09-30 19:35:31 +00:00
MO
f79347e128
fix: compatibility with lowlight v2 ( #1939 )
2021-09-30 21:34:20 +02:00
Philipp Kühn
dead826250
fix: use ref to move contentDOM ( #1960 ), fix #1942
2021-09-30 21:13:37 +02:00
Philipp Kühn
f9493c289f
dependencies: update
2021-09-30 21:00:03 +02:00
Philipp Kühn
b2a08e4a78
Publish
...
- @tiptap/core@2.0.0-beta.116
- @tiptap/html@2.0.0-beta.115
- @tiptap/react@2.0.0-beta.76
- @tiptap/starter-kit@2.0.0-beta.115
2021-09-30 09:44:29 +02:00
Philipp Kühn
e0f77b8fd6
dependencies: update
2021-09-30 09:41:27 +02:00
Philipp Kühn
e61521c858
refactoring
2021-09-30 09:38:57 +02:00
Philipp Kühn
8db5a943d2
refactoring
2021-09-30 09:34:45 +02:00
HuiiBuh
54e85fd284
feat: #1898 Made the EventEmitter generic to improve the types of the tiptap events ( #1959 )
2021-09-30 09:25:40 +02:00
Philipp Kühn
14f62dddb3
Publish
...
- @tiptap/core@2.0.0-beta.115
- @tiptap/extension-bubble-menu@2.0.0-beta.38
- @tiptap/extension-floating-menu@2.0.0-beta.32
- @tiptap/extension-gapcursor@2.0.0-beta.23
- @tiptap/extension-hard-break@2.0.0-beta.20
- @tiptap/extension-highlight@2.0.0-beta.20
- @tiptap/extension-horizontal-rule@2.0.0-beta.20
- @tiptap/html@2.0.0-beta.114
- @tiptap/react@2.0.0-beta.75
- @tiptap/starter-kit@2.0.0-beta.114
- @tiptap/vue-2@2.0.0-beta.56
- @tiptap/vue-3@2.0.0-beta.66
2021-09-30 00:21:36 +02:00
Philipp Kühn
4151e2fd81
fix: remove node before hr if it’s an empty text block, fix #1665
2021-09-29 23:56:43 +02:00
Philipp Kühn
50ed44b2df
Publish
...
- @tiptap/core@2.0.0-beta.114
- @tiptap/extension-bubble-menu@2.0.0-beta.37
- @tiptap/extension-floating-menu@2.0.0-beta.31
- @tiptap/extension-gapcursor@2.0.0-beta.22
- @tiptap/extension-hard-break@2.0.0-beta.19
- @tiptap/extension-highlight@2.0.0-beta.19
- @tiptap/html@2.0.0-beta.113
- @tiptap/react@2.0.0-beta.74
- @tiptap/starter-kit@2.0.0-beta.113
- @tiptap/vue-2@2.0.0-beta.55
- @tiptap/vue-3@2.0.0-beta.65
2021-09-28 21:42:17 +02:00
Philipp Kühn
2c9cf03398
fix: getHTMLFromFragment now expects a fragment instead of node
2021-09-28 21:34:57 +02:00
Philipp Kühn
27a1acab5c
Publish
...
- @tiptap/core@2.0.0-beta.113
- @tiptap/extension-bubble-menu@2.0.0-beta.36
- @tiptap/extension-floating-menu@2.0.0-beta.30
- @tiptap/extension-gapcursor@2.0.0-beta.21
- @tiptap/extension-hard-break@2.0.0-beta.18
- @tiptap/extension-highlight@2.0.0-beta.18
- @tiptap/html@2.0.0-beta.112
- @tiptap/react@2.0.0-beta.73
- @tiptap/starter-kit@2.0.0-beta.112
- @tiptap/vue-2@2.0.0-beta.54
- @tiptap/vue-3@2.0.0-beta.64
2021-09-27 23:36:29 +02:00
Philipp Kühn
b42e442a5a
fix: add support for CellSelection in isActive helper, fix #1947
2021-09-27 23:33:32 +02:00
Philipp Kühn
32ae3868ea
fix: handle backspace also on shift
2021-09-27 23:03:51 +02:00
Philipp Kühn
aa25d362f9
refactoring
2021-09-27 23:03:23 +02:00
Philipp Kühn
724b90d8d6
Publish
...
- @tiptap/vue-3@2.0.0-beta.63
2021-09-23 09:53:44 +02:00
Philipp Kühn
19840f3b25
fix: add support for scoped styles, fix #1931
2021-09-23 09:53:11 +02:00
Philipp Kühn
ec619a0f96
Publish
...
- @tiptap/core@2.0.0-beta.112
- @tiptap/extension-hard-break@2.0.0-beta.17
- @tiptap/html@2.0.0-beta.111
- @tiptap/react@2.0.0-beta.72
- @tiptap/starter-kit@2.0.0-beta.111
2021-09-23 09:42:22 +02:00
Philipp Kühn
377bbb177d
feat: setHardBreak now keeps splittable marks by default, fix #1934
2021-09-23 09:34:47 +02:00
Philipp Kühn
1b71080a11
dependencies: update
2021-09-22 22:56:54 +02:00
Philipp Kühn
e5c765c8e4
refactoring
2021-09-22 22:45:27 +02:00
Philipp Kühn
c91b2f29be
refactoring
2021-09-22 21:14:07 +02:00
Philipp Kühn
f096209a77
Publish
...
- @tiptap/core@2.0.0-beta.111
- @tiptap/extension-bubble-menu@2.0.0-beta.35
- @tiptap/extension-floating-menu@2.0.0-beta.29
- @tiptap/html@2.0.0-beta.110
- @tiptap/react@2.0.0-beta.71
- @tiptap/starter-kit@2.0.0-beta.110
- @tiptap/vue-2@2.0.0-beta.53
- @tiptap/vue-3@2.0.0-beta.62
2021-09-22 19:48:15 +02:00
Philipp Kühn
fcca1e6f4d
fix: improve performance for isActive method, see #1930
2021-09-22 19:43:55 +02:00
Kane Cohen
33420f4ae0
fix: Fix "destory" method in view plugins. ( #1882 )
2021-09-22 13:28:52 +02:00
philippkuehn
39e1be59bb
ci: fix code style linting errors
2021-09-22 11:00:24 +00:00
Nokola
8ee0d67b83
fix: nodeInputRule() support for group match ( #1574 )
...
* Fix: nodeInputRule() support for group match
Fixes in nodeInputRule()
- add support for "first group match, if any" similar to https://prosemirror.net/docs/ref/#inputrules
- fix issue where rewriting includes extra unnecessary character from the match
* Insert last typed in nodeInputRule group match
2021-09-22 12:59:25 +02:00
Philipp Kühn
7c57d97cde
Publish
...
- @tiptap/core@2.0.0-beta.110
- @tiptap/html@2.0.0-beta.109
- @tiptap/starter-kit@2.0.0-beta.109
2021-09-22 00:06:36 +02:00
Philipp Kühn
bad16d9f3a
fix: call selectAll on 'cmd+a', set a TextSelection instead of AllSelection, fix #1908
2021-09-22 00:03:32 +02:00
Philipp Kühn
41dddb0fcd
Publish
...
- @tiptap/core@2.0.0-beta.109
- @tiptap/extension-gapcursor@2.0.0-beta.20
- @tiptap/extension-highlight@2.0.0-beta.17
- @tiptap/html@2.0.0-beta.108
- @tiptap/react@2.0.0-beta.70
- @tiptap/starter-kit@2.0.0-beta.108
2021-09-21 20:33:19 +02:00
Philipp Kühn
1faa2fc386
dependencies: update
2021-09-21 20:30:23 +02:00
Philipp Kühn
0255dbdfcd
refactoring
2021-09-21 20:21:36 +02:00
Flávio Carvalho
4178281a74
feat: add enableCoreExtensions flag ( #1923 )
2021-09-21 20:21:36 +02:00
Jan Vissers
047ef8c8c9
fix: Use pasteRegex in addPasteRules ( #1922 )
...
Seems like inputRegex was used in addPasteRules by mistake (?)
2021-09-21 17:27:26 +02:00
Philipp Kühn
e7a6c1f303
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.39
2021-09-21 09:30:35 +02:00
Enrique Alcántara
54be0e570e
fix: Allow extending code-block-lowlight ( #1917 )
...
Use the extension name when initializing the
LowlightPlugin. In this way, several extensions
can make use of the same plugin
Co-authored-by: Enrique Alcantara <ealcantara@gitlab.com>
2021-09-21 09:26:11 +02:00
Philipp Kühn
071acd643b
Publish
...
- @tiptap/vue-3@2.0.0-beta.61
2021-09-20 23:59:38 +02:00
Philipp Kühn
60e7755b7f
fix: fix expose error when using new setup syntax ( fix #1914 )
2021-09-20 23:57:48 +02:00
Philipp Kühn
067d61c5dd
Publish
...
- @tiptap/core@2.0.0-beta.108
- @tiptap/extension-mention@2.0.0-beta.74
- @tiptap/html@2.0.0-beta.107
- @tiptap/react@2.0.0-beta.69
- @tiptap/starter-kit@2.0.0-beta.107
- @tiptap/suggestion@2.0.0-beta.71
2021-09-20 11:23:21 +02:00
Ruben Robles
4a6c3cbaac
fix: Add type for async items on suggestions (fix TS strict types complaining) ( #1912 )
2021-09-20 11:02:40 +02:00
Philipp Kühn
69076f256e
dependencies: update
2021-09-20 09:41:58 +02:00
Philipp Kühn
fe8de584f5
update package keywords
2021-09-19 00:19:58 +02:00
Philipp Kühn
adbb005280
Publish
...
- @tiptap/core@2.0.0-beta.107
- @tiptap/html@2.0.0-beta.106
- @tiptap/react@2.0.0-beta.68
- @tiptap/starter-kit@2.0.0-beta.106
- @tiptap/vue-2@2.0.0-beta.52
- @tiptap/vue-3@2.0.0-beta.60
2021-09-18 21:08:35 +02:00
Philipp Kühn
15f90ec591
fix: fix extension name for clipboardTextSerializer
2021-09-18 21:06:48 +02:00
Philipp Kühn
fe47c388ce
fix: set correct component type for ReactRenderer, fix #1904
2021-09-18 20:45:00 +02:00
Philipp Kühn
1a43d2992f
improve typescript setup
2021-09-17 12:43:26 +02:00
Philipp Kühn
e012a29240
Publish
...
- @tiptap/core@2.0.0-beta.106
- @tiptap/extension-bubble-menu@2.0.0-beta.34
- @tiptap/extension-code-block-lowlight@2.0.0-beta.38
- @tiptap/extension-floating-menu@2.0.0-beta.28
- @tiptap/extension-focus@2.0.0-beta.26
- @tiptap/extension-mention@2.0.0-beta.73
- @tiptap/extension-placeholder@2.0.0-beta.31
- @tiptap/extension-table@2.0.0-beta.31
- @tiptap/html@2.0.0-beta.105
- @tiptap/react@2.0.0-beta.67
- @tiptap/starter-kit@2.0.0-beta.105
- @tiptap/suggestion@2.0.0-beta.70
- @tiptap/vue-2@2.0.0-beta.51
- @tiptap/vue-3@2.0.0-beta.59
2021-09-15 23:27:46 +02:00
Philipp Kühn
6437790431
fix: improve active mark detection for inline nodes, fix #1893
2021-09-15 23:25:28 +02:00
Philipp Kühn
2ec53efb91
dependencies: update
2021-09-14 21:29:00 +02:00
Philipp Kühn
ee08164135
Publish
...
- @tiptap/core@2.0.0-beta.105
- @tiptap/html@2.0.0-beta.104
- @tiptap/starter-kit@2.0.0-beta.104
2021-09-09 23:59:42 +02:00
Philipp Kühn
6faceef3f6
fix bug in clipboardTextSerializer
2021-09-09 23:58:43 +02:00
Philipp Kühn
4ecd41b922
fix lint error
2021-09-09 23:56:17 +02:00
Philipp Kühn
fe6a3e7491
feat: add getText() and generateText() methods ( fix #1428 ) ( #1875 )
...
* move getTextBetween method
* add getText method
* refactoring
* refactoring
* refactoring
* move renderText to schema, add generateText method
* add GenerateText demo
* docs: update
* remove demo from html page
2021-09-09 23:51:05 +02:00
Philipp Kühn
42e8755d87
Publish
...
- @tiptap/core@2.0.0-beta.104
- @tiptap/extension-code-block-lowlight@2.0.0-beta.37
- @tiptap/extension-code-block@2.0.0-beta.18
- @tiptap/extension-color@2.0.0-beta.3
- @tiptap/extension-font-family@2.0.0-beta.15
- @tiptap/extension-highlight@2.0.0-beta.16
- @tiptap/extension-link@2.0.0-beta.20
- @tiptap/extension-mention@2.0.0-beta.72
- @tiptap/extension-ordered-list@2.0.0-beta.16
- @tiptap/extension-placeholder@2.0.0-beta.30
- @tiptap/extension-table-cell@2.0.0-beta.15
- @tiptap/extension-table-header@2.0.0-beta.17
- @tiptap/extension-task-item@2.0.0-beta.18
- @tiptap/extension-text-align@2.0.0-beta.23
- @tiptap/html@2.0.0-beta.103
- @tiptap/starter-kit@2.0.0-beta.103
2021-09-08 23:56:15 +02:00
Philipp Kühn
8a3b47a529
feat: parseHTML for attributes should return the value instead of an object now, fix #1863
2021-09-08 23:53:44 +02:00
Philipp Kühn
d3285e9308
refactoring
2021-09-08 12:04:02 +02:00
Philipp Kühn
a5dca087ee
fix calculating mark range for unsetMark command
2021-09-08 12:02:43 +02:00
Philipp Kühn
472f2139c5
fix: parse correct language for code blocks with multiple classes (see #1845 )
2021-09-08 11:36:05 +02:00
Nicholas Bush
1799b907ec
feat: add includeChildren
option to placeholder extension ( #1416 )
2021-09-08 09:38:57 +02:00
Philipp Kühn
14e458ea7d
feat: add extendEmptyMarkRange option to mark commands ( #1859 )
2021-09-08 09:32:22 +02:00
Philipp Kühn
b95507797d
Publish
...
- @tiptap/react@2.0.0-beta.66
2021-09-07 23:27:11 +02:00
Philipp Kühn
b06a1f4364
refactoring
2021-09-07 23:20:46 +02:00
castroCrea
d1f2ad293f
feat: add support for forwardRef component in reactRenderer ( #1690 , fix #1040 )
2021-09-07 23:13:39 +02:00
Philipp Kühn
9e8eabe3f6
Publish
...
- @tiptap/extension-bubble-menu@2.0.0-beta.33
- @tiptap/extension-floating-menu@2.0.0-beta.27
- @tiptap/react@2.0.0-beta.65
- @tiptap/vue-2@2.0.0-beta.50
- @tiptap/vue-3@2.0.0-beta.58
2021-09-07 20:57:12 +02:00
Philipp Kühn
8b545e4ae1
refactoring
2021-09-07 20:55:40 +02:00
Enrique
ca3763d3c2
fix: don’t initialize tippy on requestAnimationFrame to avoid race conditions ( #1820 )
...
Instead of initializting tippy when
the bubble menu and floating menu plugins are initialized,
defer the initialization of tippy to the moment when
the the editor should display the floating or bubble menu
Co-authored-by: Enrique Alcantara <ealcantara@gitlab.com>
2021-09-07 20:46:45 +02:00
Philipp Kühn
b386728f35
Publish
...
- @tiptap/core@2.0.0-beta.103
- @tiptap/extension-bubble-menu@2.0.0-beta.32
- @tiptap/extension-code-block-lowlight@2.0.0-beta.36
- @tiptap/extension-floating-menu@2.0.0-beta.26
- @tiptap/extension-focus@2.0.0-beta.25
- @tiptap/extension-hard-break@2.0.0-beta.16
- @tiptap/extension-mention@2.0.0-beta.71
- @tiptap/extension-placeholder@2.0.0-beta.29
- @tiptap/extension-table@2.0.0-beta.30
- @tiptap/html@2.0.0-beta.102
- @tiptap/react@2.0.0-beta.64
- @tiptap/starter-kit@2.0.0-beta.102
- @tiptap/suggestion@2.0.0-beta.69
- @tiptap/vue-2@2.0.0-beta.49
- @tiptap/vue-3@2.0.0-beta.57
2021-09-06 22:56:16 +02:00
Philipp Kühn
7fefd4c488
fix a type bug for now
2021-09-06 22:54:59 +02:00
Philipp Kühn
8d15436c28
dependencies: update
2021-09-06 22:43:40 +02:00
Philipp Kühn
65e1a404e5
refactoring
2021-09-06 22:33:16 +02:00
Jakob Košir
4dd0d6d4dc
feat: allow triggering suggestions without prefix space ( #1826 , fix #1384 )
2021-09-06 22:25:41 +02:00
Philipp Kühn
787d7848cd
fix: render line break in text/plain format for hard breaks, fix #1842
2021-09-06 19:05:01 +02:00
Philipp Kühn
6e71c08595
Publish
...
- @tiptap/core@2.0.0-beta.102
- @tiptap/html@2.0.0-beta.101
- @tiptap/starter-kit@2.0.0-beta.101
2021-08-26 22:33:34 +02:00
Philipp Kühn
3a0693869d
fix: fix focus on iOS, fix #1806
2021-08-26 22:32:32 +02:00
Philipp Kühn
6ad4777a6e
Publish
...
- @tiptap/extension-dropcursor@2.0.0-beta.19
- @tiptap/starter-kit@2.0.0-beta.100
- @tiptap/vue-3@2.0.0-beta.56
2021-08-26 14:12:10 +02:00
Mauricio Walters
46701fde66
fix: use shallowRef on Editor ( #1804 )
2021-08-26 14:08:33 +02:00
Philipp Kühn
b642df0ed2
dependencies: update
2021-08-24 23:39:53 +02:00
Philipp Kühn
358aff376f
Publish
...
- @tiptap/react@2.0.0-beta.63
2021-08-24 22:14:02 +02:00
Philipp Kühn
b15a8a8683
fix: fix a bug when using nested node views in react, fix #1747
2021-08-24 22:13:18 +02:00
Philipp Kühn
fa393d8245
Publish
...
- @tiptap/core@2.0.0-beta.101
- @tiptap/html@2.0.0-beta.100
- @tiptap/starter-kit@2.0.0-beta.99
2021-08-24 17:39:43 +02:00
Philipp Kühn
f65e1b32a1
fix: add topNode to getDebugJSON
2021-08-24 17:11:13 +02:00
Philipp Kühn
3664e3b1b0
Publish
...
- @tiptap/extension-mention@2.0.0-beta.70
- @tiptap/suggestion@2.0.0-beta.68
- @tiptap/vue-3@2.0.0-beta.55
2021-08-23 22:40:16 +02:00
Philipp Kühn
d3242c9a07
fix: fix types for BubbleMenu and FloatingMenu props
2021-08-23 22:21:18 +02:00
Philipp Kühn
839acc1d9f
fix: get correct clientRect when using async suggesteion items, fix #1782
2021-08-23 22:13:51 +02:00
Philipp Kühn
5ee5091759
Publish
...
- @tiptap/extension-bubble-menu@2.0.0-beta.31
- @tiptap/extension-floating-menu@2.0.0-beta.25
- @tiptap/extension-mention@2.0.0-beta.69
- @tiptap/react@2.0.0-beta.62
- @tiptap/suggestion@2.0.0-beta.67
- @tiptap/vue-2@2.0.0-beta.48
- @tiptap/vue-3@2.0.0-beta.54
2021-08-23 18:45:37 +02:00
Philipp Kühn
70a328bd3d
fix: make shouldShow and pluginKey option for menus, fix #1779
2021-08-23 18:44:40 +02:00
Hans Pagel
1618e8ee85
Update README.md
2021-08-22 14:14:07 +02:00
Philipp Kühn
2966b4344a
Publish
...
- @tiptap/core@2.0.0-beta.100
- @tiptap/extension-bubble-menu@2.0.0-beta.30
- @tiptap/extension-code-block-lowlight@2.0.0-beta.35
- @tiptap/extension-floating-menu@2.0.0-beta.24
- @tiptap/extension-focus@2.0.0-beta.24
- @tiptap/extension-history@2.0.0-beta.16
- @tiptap/extension-mention@2.0.0-beta.68
- @tiptap/extension-placeholder@2.0.0-beta.28
- @tiptap/extension-table@2.0.0-beta.29
- @tiptap/html@2.0.0-beta.99
- @tiptap/react@2.0.0-beta.61
- @tiptap/starter-kit@2.0.0-beta.98
- @tiptap/suggestion@2.0.0-beta.66
- @tiptap/vue-2@2.0.0-beta.47
- @tiptap/vue-3@2.0.0-beta.53
2021-08-20 21:15:31 +02:00
Philipp Kühn
12602e77ef
fix: add missing ProseMirror styles
2021-08-20 21:11:39 +02:00
Philipp Kühn
17c33e0b23
dependencies: update
2021-08-20 21:11:10 +02:00
Philipp Kühn
b7d22bf0dc
check for simple space only
2021-08-20 21:02:54 +02:00
Philipp Kühn
64409cad66
feat: allow wildcards when checking attributes in isActive, fix #1752
2021-08-20 10:51:46 +02:00
Philipp Kühn
3f7e6b219b
fix: prevent multiple space characters after mention node, fix #1703
2021-08-20 09:33:16 +02:00
Philipp Kühn
bafe94f512
dependencies: update
2021-08-20 09:25:46 +02:00
Hans Pagel
ae9f2d290a
Publish
...
- @tiptap/extension-color@2.0.0-beta.2
2021-08-19 10:39:57 +02:00
Hans Pagel
f5ebaeac3c
packages: add a new color extension to set the text color ( #1744 )
2021-08-19 10:37:51 +02:00
Philipp Kühn
903220b86b
Publish
...
- @tiptap/core@2.0.0-beta.99
- @tiptap/extension-bubble-menu@2.0.0-beta.29
- @tiptap/extension-code-block-lowlight@2.0.0-beta.34
- @tiptap/extension-floating-menu@2.0.0-beta.23
- @tiptap/extension-focus@2.0.0-beta.23
- @tiptap/extension-mention@2.0.0-beta.67
- @tiptap/extension-placeholder@2.0.0-beta.27
- @tiptap/extension-table@2.0.0-beta.28
- @tiptap/html@2.0.0-beta.98
- @tiptap/react@2.0.0-beta.60
- @tiptap/starter-kit@2.0.0-beta.97
- @tiptap/suggestion@2.0.0-beta.65
- @tiptap/vue-2@2.0.0-beta.46
- @tiptap/vue-3@2.0.0-beta.52
2021-08-13 23:55:57 +02:00
Philipp Kühn
5bc7eb0e8b
dependencies: update
2021-08-13 23:44:08 +02:00
Philipp Kühn
3143f5a725
Publish
...
- @tiptap/core@2.0.0-beta.98
- @tiptap/html@2.0.0-beta.97
- @tiptap/starter-kit@2.0.0-beta.96
2021-08-13 15:54:22 +02:00
Philipp Kühn
920d9a0113
fix lint error
2021-08-13 15:50:18 +02:00
Philipp Kühn
b4702959c9
refactor: remove deprecated method
2021-08-13 15:48:03 +02:00
Philipp Kühn
9cf99fedc0
refactor: remove deprecated packages
2021-08-13 15:47:53 +02:00
Philipp Kühn
731c1640d7
Publish
...
- @tiptap/extension-mention@2.0.0-beta.66
- @tiptap/suggestion@2.0.0-beta.64
2021-08-13 15:15:43 +02:00
Philipp Kühn
9789372cea
fix: improve suggestion handling for chinese input, fix #1449
2021-08-13 15:13:19 +02:00
Philipp Kühn
2644bb8d99
Publish
...
- @tiptap/core@2.0.0-beta.97
- @tiptap/html@2.0.0-beta.96
- @tiptap/starter-kit@2.0.0-beta.95
2021-08-13 14:06:51 +02:00
Philipp Kühn
7f6ed0b1c0
feat: add transaction to all events if possible, see #1461
2021-08-13 14:01:50 +02:00
Philipp Kühn
d9abb0c736
Publish
...
- @tiptap/extension-mention@2.0.0-beta.65
- @tiptap/suggestion@2.0.0-beta.63
2021-08-13 13:18:58 +02:00
Philipp Kühn
7cf3350a83
fix: add pluginKey option to suggestion plugin, fix #1282
2021-08-13 13:14:54 +02:00
Philipp Kühn
bcc8234050
Publish
...
- @tiptap/extension-bubble-menu@2.0.0-beta.28
- @tiptap/extension-floating-menu@2.0.0-beta.22
- @tiptap/react@2.0.0-beta.59
- @tiptap/vue-2@2.0.0-beta.45
- @tiptap/vue-3@2.0.0-beta.51
2021-08-13 12:34:32 +02:00
Philipp Kühn
89d26f7cba
fix: rename key to pluginKey for menus
2021-08-13 12:33:06 +02:00
Philipp Kühn
8fd75bc4b6
Publish
...
- @tiptap/extension-horizontal-rule@2.0.0-beta.19
- @tiptap/starter-kit@2.0.0-beta.94
2021-08-12 23:53:08 +02:00
Philipp Kühn
6e76bb84fc
fix: remove node before hr if it’s an empty text block ( fix #1665 )
2021-08-12 23:51:37 +02:00
Philipp Kühn
6547ced826
Publish
...
- @tiptap/core@2.0.0-beta.96
- @tiptap/extension-bubble-menu@2.0.0-beta.27
- @tiptap/extension-floating-menu@2.0.0-beta.21
- @tiptap/html@2.0.0-beta.95
- @tiptap/react@2.0.0-beta.58
- @tiptap/starter-kit@2.0.0-beta.93
- @tiptap/vue-2@2.0.0-beta.44
- @tiptap/vue-3@2.0.0-beta.50
2021-08-12 18:04:54 +02:00
Philipp Kühn
956566eaad
fix: fix some react focus issues ( #1724 ), fix #1716 , fix #1608 , fix #1520
...
* remove async createNodeViews
* focus asynchronously to fix weird bugs in react
2021-08-12 18:03:45 +02:00
Philipp Kühn
9c5a2de63e
Publish
...
- @tiptap/core@2.0.0-beta.95
- @tiptap/html@2.0.0-beta.94
- @tiptap/starter-kit@2.0.0-beta.92
2021-08-11 15:12:59 +02:00
Philipp Kühn
9425e7249a
fix: improve calculation for min/max positions in selections, fix #1588
2021-08-11 15:06:31 +02:00
Philipp Kühn
f57466ccd0
Publish
...
- @tiptap/extension-bubble-menu@2.0.0-beta.26
- @tiptap/extension-floating-menu@2.0.0-beta.20
- @tiptap/extension-paragraph@2.0.0-beta.17
- @tiptap/extension-typography@2.0.0-beta.14
- @tiptap/react@2.0.0-beta.57
- @tiptap/starter-kit@2.0.0-beta.91
- @tiptap/vue-2@2.0.0-beta.43
- @tiptap/vue-3@2.0.0-beta.49
2021-08-11 14:40:00 +02:00
Philipp Kühn
9ba61c1582
feat: add key option and shouldShow option to menus ( fix #1480 , fix #1043 , fix #1268 , fix #1503 )
...
* add key option to bubble menu
* ignore react for now
* add shouldShow option to bubble menu extension
* improve types
* remove BubbleMenuPluginKey
* add key and shouldShow option to floating menu extension
* fix: don’t show floating menu within code block
* docs: add new menu options
2021-08-11 14:37:58 +02:00
Philipp Kühn
bcc1309cd9
fix: use setNode instead of toggleNode for setParagraph command
2021-08-10 16:59:09 +02:00
castroCrea
ffd241b2d8
✨ Add typography trademark ( #1699 )
2021-08-09 18:19:06 +02:00
Philipp Kühn
937f6a1682
Publish
...
- @tiptap/core@2.0.0-beta.94
- @tiptap/extension-code@2.0.0-beta.16
- @tiptap/extension-mention@2.0.0-beta.64
- @tiptap/extension-table@2.0.0-beta.27
- @tiptap/html@2.0.0-beta.93
- @tiptap/react@2.0.0-beta.56
- @tiptap/starter-kit@2.0.0-beta.90
- @tiptap/suggestion@2.0.0-beta.62
2021-08-09 17:43:40 +02:00
Philipp Kühn
239a2e36a4
fix: don’t resize tables if editable is set to false, fix #1549
2021-08-09 17:41:17 +02:00
Philipp Kühn
f6f8cf9f93
fix: fix isEditable check on initialization
2021-08-09 17:40:45 +02:00
Philipp Kühn
80296aa8d0
refactoring
2021-08-09 17:24:18 +02:00
Robert van Hoesel
e6f67caef3
fix: fix updating editorProps via setOptions ( #1540 ), fix #1518
2021-08-09 17:19:50 +02:00
castroCrea
aabdfd6f7d
fix: add CreateNodeFromContentOptions to insertContent ( #1678 )
...
* ✨ Add CreateNodeFromContentOptions to insertContent
* 📝 Add it to the doc
2021-08-09 15:40:17 +02:00
Philipp Kühn
a0444b5ec3
code style
2021-08-09 15:21:44 +02:00
dkrym
60606f99a1
fix: use correct state when doc changed externally ( #1646 )
2021-08-09 15:20:46 +02:00
Philipp Kühn
463b7b1eb3
dependencies: update
2021-08-09 14:54:24 +02:00
Philipp Kühn
6a5871ddba
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-08-05 12:55:59 +02:00
Philipp Kühn
8fcc80d68e
fix: improve export for StarterKitOptions
2021-08-05 12:55:55 +02:00
Joe Vallender
6c08057bb2
fix: Apply the correct regex for code extension in markPasteRule ( #1671 )
2021-08-02 11:08:03 +02:00
Philipp Kühn
a3381f4992
Publish
...
- @tiptap/core@2.0.0-beta.93
- @tiptap/html@2.0.0-beta.92
- @tiptap/starter-kit@2.0.0-beta.89
2021-07-30 09:38:52 +02:00
Philipp Kühn
c9869c8d30
fix: revert async focus, fix #1658
2021-07-30 09:33:55 +02:00
Philipp Kühn
6a458bcebe
Publish
...
- @tiptap/core@2.0.0-beta.92
- @tiptap/html@2.0.0-beta.91
- @tiptap/starter-kit@2.0.0-beta.88
2021-07-28 23:44:05 +02:00
Hans Pagel
47d1d3425c
Examples: Syntax highlighting for React ( #1583 )
...
* Docs: Syntax highlighting - add react example
* Docs: Clean up syntax highlighting demo, make use of functional component
* fix: focus view asynchronously, fix #1520
Co-authored-by: Sven Adlung <info@svenadlung.de>
Co-authored-by: Philipp Kühn <kontakt@philipp-kuehn.com>
2021-07-28 23:42:11 +02:00
Philipp Kühn
e76f7966b5
Publish
...
- @tiptap/core@2.0.0-beta.91
- @tiptap/html@2.0.0-beta.90
- @tiptap/starter-kit@2.0.0-beta.87
2021-07-28 17:19:41 +02:00
Philipp Kühn
c2ccf68e8b
fix: fix a bug in markPasteRule
2021-07-28 17:18:08 +02:00
Philipp Kühn
eb27b1fbb1
Publish
...
- @tiptap/react@2.0.0-beta.55
- @tiptap/vue-2@2.0.0-beta.42
- @tiptap/vue-3@2.0.0-beta.48
2021-07-28 14:52:27 +02:00
Philipp Kühn
6ef931f85d
fix another bug for updating node views
2021-07-28 14:51:58 +02:00
Philipp Kühn
d7f6e0ce3f
fix: fix updating node views, fix #1656
2021-07-28 14:49:00 +02:00
Philipp Kühn
c3d04cef60
Publish
...
- @tiptap/core@2.0.0-beta.90
- @tiptap/html@2.0.0-beta.89
- @tiptap/starter-kit@2.0.0-beta.86
2021-07-28 11:30:39 +02:00
Philipp Kühn
73f1c50bca
feat: add deleteNode command
2021-07-28 11:19:42 +02:00
Philipp Kühn
51fef7d49a
Publish
...
- @tiptap/core@2.0.0-beta.89
- @tiptap/html@2.0.0-beta.88
- @tiptap/react@2.0.0-beta.54
- @tiptap/starter-kit@2.0.0-beta.85
- @tiptap/vue-2@2.0.0-beta.41
- @tiptap/vue-3@2.0.0-beta.47
2021-07-27 12:28:08 +02:00
Philipp Kühn
d720edbe24
feat!: provide more context to update function of node views, fix #1611
...
* add more powerful update option to node views
* add object params for all node view option props
2021-07-27 12:26:24 +02:00
Philipp Kühn
651e6911e3
feat: add ignoreMutation option to NodeViewRenderer, fix #1538
2021-07-26 18:44:02 +02:00
Philipp Kühn
03e4e8ea2b
Publish
...
- @tiptap/core@2.0.0-beta.88
- @tiptap/extension-mention@2.0.0-beta.63
- @tiptap/extension-text-align@2.0.0-beta.22
- @tiptap/html@2.0.0-beta.87
- @tiptap/starter-kit@2.0.0-beta.84
- @tiptap/suggestion@2.0.0-beta.61
2021-07-26 15:47:40 +02:00
Flávio Carvalho
83a53c16db
fix: Fix multi character suggest ( #1620 )
2021-07-26 15:39:08 +02:00
Philipp Kühn
4636b1a1a5
fix type for getAttributes
2021-07-26 15:36:12 +02:00
Philipp Kühn
c315935bf9
fix error
2021-07-26 15:14:22 +02:00
Joe Vallender
9ffd58cf25
feat: Allow a rule to be skipped from the getAttributes callback in markPasteRule ( #1625 )
...
For example: you are matching URLs with a Regex but want to make additional checks on the match array before deciding if you want to apply the mark or not. Returning null or false won't attempt to apply the mark. Currently the return value of getAttributes is applied unconditionally.
2021-07-26 15:13:05 +02:00
Arthur McGregor
e367974e30
Change TextAlignOptions to interface (not type) ( #1623 )
2021-07-26 15:09:08 +02:00
Philipp Kühn
345ea8cf8a
Publish
...
- @tiptap/core@2.0.0-beta.87
- @tiptap/extension-blockquote@2.0.0-beta.15
- @tiptap/extension-bold@2.0.0-beta.15
- @tiptap/extension-bubble-menu@2.0.0-beta.25
- @tiptap/extension-bullet-list@2.0.0-beta.15
- @tiptap/extension-character-count@2.0.0-beta.13
- @tiptap/extension-code-block-lowlight@2.0.0-beta.33
- @tiptap/extension-code-block@2.0.0-beta.17
- @tiptap/extension-code@2.0.0-beta.15
- @tiptap/extension-collaboration-cursor@2.0.0-beta.21
- @tiptap/extension-collaboration@2.0.0-beta.20
- @tiptap/extension-document@2.0.0-beta.13
- @tiptap/extension-dropcursor@2.0.0-beta.18
- @tiptap/extension-floating-menu@2.0.0-beta.19
- @tiptap/extension-focus@2.0.0-beta.22
- @tiptap/extension-font-family@2.0.0-beta.14
- @tiptap/extension-gapcursor@2.0.0-beta.19
- @tiptap/extension-hard-break@2.0.0-beta.15
- @tiptap/extension-heading@2.0.0-beta.15
- @tiptap/extension-highlight@2.0.0-beta.15
- @tiptap/extension-history@2.0.0-beta.15
- @tiptap/extension-horizontal-rule@2.0.0-beta.18
- @tiptap/extension-image@2.0.0-beta.15
- @tiptap/extension-italic@2.0.0-beta.15
- @tiptap/extension-link@2.0.0-beta.19
- @tiptap/extension-list-item@2.0.0-beta.14
- @tiptap/extension-mention@2.0.0-beta.62
- @tiptap/extension-ordered-list@2.0.0-beta.15
- @tiptap/extension-paragraph@2.0.0-beta.16
- @tiptap/extension-placeholder@2.0.0-beta.26
- @tiptap/extension-strike@2.0.0-beta.17
- @tiptap/extension-subscript@2.0.0-beta.4
- @tiptap/extension-superscript@2.0.0-beta.4
- @tiptap/extension-table-cell@2.0.0-beta.14
- @tiptap/extension-table-header@2.0.0-beta.16
- @tiptap/extension-table-row@2.0.0-beta.14
- @tiptap/extension-table@2.0.0-beta.26
- @tiptap/extension-task-item@2.0.0-beta.17
- @tiptap/extension-task-list@2.0.0-beta.17
- @tiptap/extension-text-align@2.0.0-beta.21
- @tiptap/extension-text-style@2.0.0-beta.17
- @tiptap/extension-text@2.0.0-beta.13
- @tiptap/extension-typography@2.0.0-beta.13
- @tiptap/extension-underline@2.0.0-beta.16
- @tiptap/html@2.0.0-beta.86
- @tiptap/react@2.0.0-beta.53
- @tiptap/starter-kit@2.0.0-beta.83
- @tiptap/suggestion@2.0.0-beta.60
- @tiptap/vue-2@2.0.0-beta.40
- @tiptap/vue-3@2.0.0-beta.46
2021-07-26 11:42:13 +02:00
Philipp Kühn
29e75de786
dependencies: update
2021-07-26 11:35:58 +02:00
Andrew Luca
0eced7b1e6
chore: add repository for all packages.json
2021-07-23 01:13:32 +02:00
Arthur McGregor
bd38299498
Add additional input rules to typography extension
...
superscriptTwo
superscriptThree
oneQuarter
threeQuarters
2021-07-22 10:36:08 +12:00
Ilya Amursky
4a2a428a4c
fix: export starter kit extension options
2021-07-20 13:51:25 +02:00
Ilya Amursky
1b43de331d
fix: export text align extension options
2021-07-20 13:50:52 +02:00
sibiraj-s
656a80fc3f
Update hostic-dom to fix style attributes
2021-07-20 13:49:55 +02:00
sibiraj-s
8ed6ac4219
Export NodeViewRendererOptions
2021-07-17 08:53:05 +02:00
Markus Machatschek
2559ef1af1
Fix custom start for ordered lists
2021-07-15 13:28:33 +02:00
Hans Pagel
97dd95199f
history: code style
2021-07-14 23:51:53 +02:00
Markus Machatschek
a331d72383
Add russian undo/redo shortcuts and fix tests
2021-07-14 23:49:45 +02:00
Hans Pagel
dbe2a8370a
collaboration cursor: fix type for clientId, fix #1582
2021-07-13 23:30:01 +02:00
BrianHung
1ac8353768
initialize task-item nodeview with dataset checked
2021-07-10 23:36:03 +02:00
BrianHung
6c1e705a7a
update task-item.ts nodeview to update data-checked
...
#1156
2021-07-10 23:36:03 +02:00
Philipp Kühn
1c80d41cec
Publish
...
- @tiptap/core@2.0.0-beta.86
- @tiptap/extension-code-block-lowlight@2.0.0-beta.32
- @tiptap/extension-dropcursor@2.0.0-beta.17
- @tiptap/extension-gapcursor@2.0.0-beta.18
- @tiptap/extension-history@2.0.0-beta.14
- @tiptap/extension-table@2.0.0-beta.25
- @tiptap/html@2.0.0-beta.85
- @tiptap/starter-kit@2.0.0-beta.82
2021-07-09 10:45:44 +02:00
Philipp Kühn
6ea02176dc
dependencies: update
2021-07-09 10:43:04 +02:00
Philipp Kühn
b4eda709a6
update splitListItem ( https://github.com/ProseMirror/prosemirror/issues/1146 )
2021-07-09 10:33:57 +02:00
Yousef
cb910f5add
export createTable
2021-07-06 21:42:27 +02:00
Philipp Kühn
304080ce1c
Publish
...
- @tiptap/react@2.0.0-beta.52
2021-06-24 19:59:34 +02:00
Philipp Kühn
44e47222a0
fix: check for destroyed editor before creating node views in react
2021-06-24 19:59:06 +02:00
Philipp Kühn
84d732f7a5
Publish
...
- @tiptap/core@2.0.0-beta.85
- @tiptap/extension-bubble-menu@2.0.0-beta.24
- @tiptap/extension-code-block-lowlight@2.0.0-beta.31
- @tiptap/extension-floating-menu@2.0.0-beta.18
- @tiptap/extension-focus@2.0.0-beta.21
- @tiptap/extension-mention@2.0.0-beta.61
- @tiptap/extension-placeholder@2.0.0-beta.25
- @tiptap/extension-table@2.0.0-beta.24
- @tiptap/html@2.0.0-beta.84
- @tiptap/react@2.0.0-beta.51
- @tiptap/starter-kit@2.0.0-beta.81
- @tiptap/suggestion@2.0.0-beta.59
- @tiptap/vue-2@2.0.0-beta.39
- @tiptap/vue-3@2.0.0-beta.45
2021-06-23 10:18:59 +02:00
Philipp Kühn
cf3fc73e62
dependencies: update
2021-06-23 10:09:39 +02:00
Philipp Kühn
c3cebfe752
Publish
...
- @tiptap/extension-text-align@2.0.0-beta.20
2021-06-18 12:34:01 +02:00
Philipp Kühn
b4e41afd17
fix: remove default types for textAlign extension, fix #1430
...
There are no default types for TextAlign extension anymore. You have to configure by yourself. Usually something like:
```js
TextAlign.configure({
types: ['heading', 'paragraph'],
})
```
2021-06-18 12:33:18 +02:00
Philipp Kühn
3757d07f70
Publish
...
- @tiptap/core@2.0.0-beta.84
- @tiptap/extension-code-block-lowlight@2.0.0-beta.30
- @tiptap/extension-mention@2.0.0-beta.60
- @tiptap/extension-placeholder@2.0.0-beta.24
- @tiptap/extension-text-align@2.0.0-beta.19
- @tiptap/html@2.0.0-beta.83
- @tiptap/starter-kit@2.0.0-beta.80
- @tiptap/suggestion@2.0.0-beta.58
2021-06-17 23:54:39 +02:00
Philipp Kühn
7cb4c9f322
dependencies: update
2021-06-17 23:53:32 +02:00
Philipp Kühn
502b5b1cc9
fix: improve types for generateHTML
2021-06-17 23:41:42 +02:00
Philipp Kühn
ddb9a4bf18
fix: fix a bug where setting text align isn’t working when heading extension is not added
2021-06-17 17:34:06 +02:00
Philipp Kühn
108c081001
Publish
...
- @tiptap/extension-bubble-menu@2.0.0-beta.23
- @tiptap/react@2.0.0-beta.50
- @tiptap/vue-2@2.0.0-beta.38
- @tiptap/vue-3@2.0.0-beta.44
2021-06-15 19:07:39 +02:00
Philipp Kühn
f12b1273f2
fix: fix a bug where bubble menu does not appear when selection starts from empty paragraph node, fix #1474
2021-06-15 19:06:26 +02:00
Philipp Kühn
dcc1093db4
Publish
...
- @tiptap/core@2.0.0-beta.83
- @tiptap/extension-bubble-menu@2.0.0-beta.22
- @tiptap/extension-dropcursor@2.0.0-beta.16
- @tiptap/extension-mention@2.0.0-beta.59
- @tiptap/extension-placeholder@2.0.0-beta.23
- @tiptap/extension-subscript@2.0.0-beta.3
- @tiptap/extension-superscript@2.0.0-beta.3
- @tiptap/extension-text-style@2.0.0-beta.16
- @tiptap/html@2.0.0-beta.82
- @tiptap/react@2.0.0-beta.49
- @tiptap/starter-kit@2.0.0-beta.79
- @tiptap/vue-2@2.0.0-beta.37
- @tiptap/vue-3@2.0.0-beta.43
2021-06-15 08:16:19 +02:00
philippkuehn
1b723ea57c
ci: fix code style linting errors
2021-06-15 06:11:08 +00:00
shadow-light
5178172864
fix: Fix parsing of mention nodes ( #1471 )
2021-06-15 08:10:17 +02:00
Philipp Kühn
123f2067e5
fix: revert excluding superscript from subscript, and vice versa to prevent error if not both extensions are used
2021-06-14 23:47:31 +02:00
Philipp Kühn
697b2529d9
Publish
...
- @tiptap/extension-text-style@2.0.0-beta.15
2021-06-14 22:28:55 +02:00
Tom Boettger
fbf442269d
fix: Fix removal of textStyle mark when any style resets ( #1465 )
...
I built some extensions based on the textStyle extension but whenever I reset a style/attribute, the whole textStyle mark gets removed when there are still other styles defined in the mark.
2021-06-14 22:28:16 +02:00
Philipp Kühn
8624505ce1
Publish
...
- @tiptap/extension-bubble-menu@2.0.0-beta.21
- @tiptap/react@2.0.0-beta.48
- @tiptap/vue-2@2.0.0-beta.36
- @tiptap/vue-3@2.0.0-beta.42
2021-06-14 19:02:50 +02:00
Philipp Kühn
a3a7650784
fix: show bubble menu for atom nodes even if there is no text content, fix #1446
2021-06-14 18:58:10 +02:00
Philipp Kühn
6034eb9b30
fix: hide bubble menu on drag, fix #1443
2021-06-14 18:28:27 +02:00
Philipp Kühn
6aa424b422
Publish
...
- @tiptap/core@2.0.0-beta.82
- @tiptap/extension-dropcursor@2.0.0-beta.15
- @tiptap/extension-mention@2.0.0-beta.58
- @tiptap/extension-placeholder@2.0.0-beta.22
- @tiptap/html@2.0.0-beta.81
- @tiptap/react@2.0.0-beta.47
- @tiptap/starter-kit@2.0.0-beta.78
2021-06-14 17:02:35 +02:00
Philipp Kühn
3b78af44a0
feat: add renderLabel option to mention extension, see #1322
2021-06-14 16:40:17 +02:00
Philipp Kühn
c64761a9e5
BREAKING CHANGE: data-mention is not used to parse a mention id or label anymore
2021-06-14 16:22:09 +02:00
Philipp Kühn
299580a77d
code style
2021-06-14 16:17:13 +02:00
philippkuehn
88329c8567
ci: fix code style linting errors
2021-06-14 14:14:00 +00:00
Tom Hartley
c3afe880ae
feat: add label attribute to mention extension ( #1322 )
2021-06-14 16:13:06 +02:00
Philipp Kühn
a3a847f711
code style
2021-06-14 16:06:49 +02:00
philippkuehn
15edaf0561
ci: fix code style linting errors
2021-06-14 14:03:29 +00:00
Philipp Kühn
55203d38eb
Merge pull request #1452 from YousefED/patch-2
...
use forwardRef for react wrappers
2021-06-14 16:02:45 +02:00
Philipp Kühn
acd789be0a
code style
2021-06-14 16:00:32 +02:00
Philipp Kühn
1aabaf1b5d
Merge pull request #1444 from shadow-light/patch-2
...
Make drop cursor default to regular caret color
2021-06-14 15:59:53 +02:00
Philipp Kühn
2deb07fb00
fix: check for atom nodes in ignoreMutation handler, fix #1448
2021-06-14 15:56:24 +02:00
Philipp Kühn
f7890c0b42
refactoring
2021-06-14 15:35:43 +02:00
Philipp Kühn
fbc8fffb70
fix: remove editable check in updateAttributes, fix #1415
2021-06-14 15:34:09 +02:00
Philipp Kühn
11b4866948
fix: don’t show placeholder if node contains only atom nodes, fix #1457
2021-06-14 15:07:17 +02:00
Philipp Kühn
fe24b6d7de
dependencies: udpate
2021-06-14 15:02:26 +02:00
Yousef
df8310407d
Update NodeViewWrapper.tsx
2021-06-11 08:33:35 +02:00
Yousef
cc6bc0fa40
Update NodeViewContent.tsx
2021-06-11 08:33:22 +02:00
Yousef
deb79ea729
NodeViewContent forwardRef
2021-06-11 08:06:44 +02:00
Yousef
83525ec4f1
NodeViewWrapper forwardRef
2021-06-11 08:04:53 +02:00
shadow-light
4fdeb944a2
Make drop cursor default to regular caret color
...
Currently drop cursor defaults to black rather than the text color, which is what normal carets default to. Using `currentcolor` should provide a better default value.
2021-06-10 09:56:06 +10:00
Philipp Kühn
cf372f9449
Publish
...
- @tiptap/extension-floating-menu@2.0.0-beta.17
- @tiptap/extension-subscript@2.0.0-beta.2
- @tiptap/extension-superscript@2.0.0-beta.2
- @tiptap/react@2.0.0-beta.46
- @tiptap/vue-2@2.0.0-beta.35
- @tiptap/vue-3@2.0.0-beta.41
2021-06-09 11:07:01 +02:00
Philipp Kühn
87a8b6fda8
fix types
2021-06-09 11:05:41 +02:00
Philipp Kühn
c24ed30cad
dependencies: update
2021-06-09 11:00:44 +02:00
Philipp Kühn
887651d005
Merge pull request #1437 from BrianHung/superscript-subscript-keyboard-shortcuts
...
Add keyboard shortcuts to toggle superscript and subscript marks.
2021-06-09 10:58:03 +02:00
Brian Hung
f3a94e1db4
Add keyboard shortcuts to toggle superscript and subscript marks.
2021-06-08 21:23:58 -07:00
Brian Hung
ec11554c09
Exclude superscript from subscript, and vice versa.
2021-06-08 18:47:04 -07:00
Hans Pagel
3f57a13d19
feature: add subscript and superscript extensions, docs and tests
2021-06-08 14:52:38 +02:00
shadow-light
c531c5a797
Fix name of FloatingMenu
2021-06-08 09:53:05 +10:00
Philipp Kühn
5c8e46b0d4
Publish
...
- @tiptap/core@2.0.0-beta.81
- @tiptap/extension-blockquote@2.0.0-beta.14
- @tiptap/extension-bold@2.0.0-beta.14
- @tiptap/extension-bullet-list@2.0.0-beta.14
- @tiptap/extension-code-block-lowlight@2.0.0-beta.29
- @tiptap/extension-code-block@2.0.0-beta.16
- @tiptap/extension-code@2.0.0-beta.14
- @tiptap/extension-collaboration-cursor@2.0.0-beta.20
- @tiptap/extension-collaboration@2.0.0-beta.19
- @tiptap/extension-font-family@2.0.0-beta.13
- @tiptap/extension-hard-break@2.0.0-beta.14
- @tiptap/extension-heading@2.0.0-beta.14
- @tiptap/extension-highlight@2.0.0-beta.14
- @tiptap/extension-history@2.0.0-beta.13
- @tiptap/extension-horizontal-rule@2.0.0-beta.17
- @tiptap/extension-image@2.0.0-beta.14
- @tiptap/extension-italic@2.0.0-beta.14
- @tiptap/extension-link@2.0.0-beta.18
- @tiptap/extension-ordered-list@2.0.0-beta.14
- @tiptap/extension-paragraph@2.0.0-beta.15
- @tiptap/extension-strike@2.0.0-beta.16
- @tiptap/extension-table@2.0.0-beta.23
- @tiptap/extension-task-list@2.0.0-beta.16
- @tiptap/extension-text-align@2.0.0-beta.18
- @tiptap/extension-text-style@2.0.0-beta.14
- @tiptap/extension-underline@2.0.0-beta.15
- @tiptap/html@2.0.0-beta.80
- @tiptap/starter-kit@2.0.0-beta.77
2021-06-08 00:05:18 +02:00
Philipp Kühn
6d72bf6d42
dependencies: update
2021-06-07 23:57:24 +02:00
Philipp Kühn
b97bebe021
fix: fix a bug when insert newline at node start, fix #1411
2021-06-07 23:55:18 +02:00
Philipp Kühn
a757716f68
feat: add Tracker class
2021-06-04 23:57:41 +02:00
Philipp Kühn
8e29b5f854
improve types
2021-06-04 22:58:50 +02:00
Philipp Kühn
783ce4e3ac
feat: add forEach command
2021-06-04 22:25:53 +02:00
Philipp Kühn
78e2a6e775
add generic to commands type
2021-06-04 21:56:29 +02:00
Philipp Kühn
f038b94fba
Publish
...
- @tiptap/extension-code-block-lowlight@2.0.0-beta.28
2021-06-03 21:23:15 +02:00
Philipp Kühn
38f3601e6f
Revert "feat: update lowlight to v2"
...
This reverts commit 7e96d98a21
.
2021-06-03 21:20:36 +02:00
Philipp Kühn
8275e62d9d
Publish
...
- @tiptap/core@2.0.0-beta.80
- @tiptap/extension-code-block-lowlight@2.0.0-beta.27
- @tiptap/html@2.0.0-beta.79
- @tiptap/starter-kit@2.0.0-beta.76
2021-06-03 13:15:57 +02:00
Philipp Kühn
d037c5656a
fix: fix merging options on configure for multiple extension instances
2021-06-03 13:13:43 +02:00
Philipp Kühn
c949fb6c7f
remove log
2021-06-03 09:59:03 +02:00
Philipp Kühn
c8037b6c9d
debug
2021-06-03 09:42:15 +02:00
Philipp Kühn
7e7af06806
add logging
2021-06-03 09:30:41 +02:00
Philipp Kühn
2fd15f521b
Publish
...
- @tiptap/core@2.0.0-beta.79
- @tiptap/html@2.0.0-beta.78
- @tiptap/starter-kit@2.0.0-beta.75
2021-06-02 11:05:50 +02:00
Philipp Kühn
29f476a9c9
version bump
2021-06-02 11:05:18 +02:00
Philipp Kühn
09ce876c79
Publish
...
- @tiptap/core@2.0.0-beta.77
- @tiptap/html@2.0.0-beta.77
- @tiptap/starter-kit@2.0.0-beta.74
2021-06-02 10:56:52 +02:00
Philipp Kühn
36dad2bbae
feat: add setMeta command
2021-06-02 10:50:10 +02:00
Philipp Kühn
2eb177f7d2
Publish
...
- @tiptap/core@2.0.0-beta.76
- @tiptap/html@2.0.0-beta.76
- @tiptap/starter-kit@2.0.0-beta.73
2021-06-01 18:59:02 +02:00
Philipp Kühn
485fb8c74c
fix: remove custom coordsAtPos method, fix #583
2021-06-01 18:57:46 +02:00
Philipp Kühn
4bc0de8834
Publish
...
- @tiptap/core@2.0.0-beta.75
- @tiptap/html@2.0.0-beta.75
- @tiptap/starter-kit@2.0.0-beta.72
2021-06-01 18:23:11 +02:00
Philipp Kühn
2a4e02ade3
fix: prevent dispatch empty fragment when parsing content with insertContent
2021-06-01 18:20:01 +02:00
Philipp Kühn
ad5dc2e194
Publish
...
- @tiptap/core@2.0.0-beta.74
- @tiptap/extension-code-block-lowlight@2.0.0-beta.26
- @tiptap/html@2.0.0-beta.74
- @tiptap/starter-kit@2.0.0-beta.71
2021-05-31 21:06:55 +02:00
Philipp Kühn
86fa519ed3
Merge branch 'main' of https://github.com/ueberdosis/tiptap
2021-05-31 20:49:52 +02:00
Philipp Kühn
7e96d98a21
feat: update lowlight to v2
2021-05-31 20:49:42 +02:00
philippkuehn
f54b9c9b42
ci: fix code style linting errors
2021-05-31 17:20:25 +00:00
Markus Machatschek
52dd6e0e64
Prevent tiptap from creating duplicate style tags when injecting css
2021-05-31 19:12:05 +02:00
Philipp Kühn
71221f54d1
Publish
...
- @tiptap/core@2.0.0-beta.73
- @tiptap/html@2.0.0-beta.73
- @tiptap/starter-kit@2.0.0-beta.70
2021-05-29 21:04:39 +02:00
Philipp Kühn
3c4cc96fee
fix: check for excluded marks in isMarkActive, fix #1388
2021-05-29 21:02:59 +02:00
Philipp Kühn
a66db3eaa9
Publish
...
- @tiptap/react@2.0.0-beta.45
2021-05-29 20:14:28 +02:00
Philipp Kühn
78f75c3e0e
fix: maybe move content dom on update, fix #1370
2021-05-29 20:12:21 +02:00
Philipp Kühn
13d9ffda82
Publish
...
- @tiptap/core@2.0.0-beta.72
- @tiptap/extension-placeholder@2.0.0-beta.21
- @tiptap/html@2.0.0-beta.72
- @tiptap/starter-kit@2.0.0-beta.69
2021-05-28 17:40:52 +02:00
Philipp Kühn
370966847e
fix: fix error when calculating contentMatch within clearNodes command, fix #1361
2021-05-28 17:37:28 +02:00
Philipp Kühn
7b74d5849f
fix lint errors
2021-05-28 15:16:33 +02:00
Philipp Kühn
3606eb9d02
Publish
...
- @tiptap/react@2.0.0-beta.44
2021-05-28 15:01:41 +02:00
Philipp Kühn
60708a7817
fix: maybe move content dom on update, see #1370
2021-05-28 15:00:51 +02:00
Philipp Kühn
3d271953c3
Publish
...
- @tiptap/core@2.0.0-beta.71
- @tiptap/html@2.0.0-beta.71
- @tiptap/starter-kit@2.0.0-beta.68
2021-05-28 14:06:33 +02:00
Philipp Kühn
e52f41ae78
fix: fix fragile schema validity test in splitBlock
2021-05-28 13:55:54 +02:00
Philipp Kühn
9d13db6988
Publish
...
- @tiptap/core@2.0.0-beta.70
- @tiptap/html@2.0.0-beta.70
- @tiptap/starter-kit@2.0.0-beta.67
- @tiptap/vue-2@2.0.0-beta.34
- @tiptap/vue-3@2.0.0-beta.40
2021-05-28 12:14:59 +02:00
Philipp Kühn
939fc3d93a
fix: prevent bug when editor is destroyed very fast
2021-05-28 12:14:12 +02:00
Philipp Kühn
5b9395ee74
Publish
...
- @tiptap/core@2.0.0-beta.69
- @tiptap/extension-bubble-menu@2.0.0-beta.20
- @tiptap/extension-code-block-lowlight@2.0.0-beta.25
- @tiptap/extension-dropcursor@2.0.0-beta.14
- @tiptap/extension-floating-menu@2.0.0-beta.16
- @tiptap/extension-focus@2.0.0-beta.20
- @tiptap/extension-mention@2.0.0-beta.57
- @tiptap/extension-placeholder@2.0.0-beta.20
- @tiptap/extension-strike@2.0.0-beta.15
- @tiptap/extension-table@2.0.0-beta.22
- @tiptap/extension-task-item@2.0.0-beta.16
- @tiptap/html@2.0.0-beta.69
- @tiptap/react@2.0.0-beta.43
- @tiptap/starter-kit@2.0.0-beta.66
- @tiptap/suggestion@2.0.0-beta.57
- @tiptap/vue-2@2.0.0-beta.33
- @tiptap/vue-3@2.0.0-beta.39
2021-05-27 18:54:53 +02:00
Philipp Kühn
03d213ba8b
dependencies: update
2021-05-27 18:52:37 +02:00