@tiptap/extension-mention
Advanced tools
Comparing version 2.0.0-beta.15 to 2.0.0-beta.16
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-beta.16](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-mention@2.0.0-beta.15...@tiptap/extension-mention@2.0.0-beta.16) (2021-04-07) | ||
### Features | ||
* add insertContent() command, deprecate insertText(), insertHTML() and insertNode() ([b8d9b7d](https://github.com/ueberdosis/tiptap-next/commit/b8d9b7d4c70b38fb9eec3c079be8243d30166e5e)) | ||
# [2.0.0-beta.15](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-mention@2.0.0-beta.14...@tiptap/extension-mention@2.0.0-beta.15) (2021-04-06) | ||
@@ -8,0 +19,0 @@ |
@@ -23,3 +23,3 @@ 'use strict'; | ||
.replaceRange(range, 'mention', props) | ||
.insertText(' ') | ||
.insertContent(' ') | ||
.run(); | ||
@@ -26,0 +26,0 @@ }, |
@@ -15,3 +15,3 @@ import { Node, mergeAttributes } from '@tiptap/core'; | ||
.replaceRange(range, 'mention', props) | ||
.insertText(' ') | ||
.insertContent(' ') | ||
.run(); | ||
@@ -18,0 +18,0 @@ }, |
@@ -22,3 +22,3 @@ (function (global, factory) { | ||
.replaceRange(range, 'mention', props) | ||
.insertText(' ') | ||
.insertContent(' ') | ||
.run(); | ||
@@ -25,0 +25,0 @@ }, |
{ | ||
"name": "@tiptap/extension-mention", | ||
"description": "mention extension for tiptap", | ||
"version": "2.0.0-beta.15", | ||
"version": "2.0.0-beta.16", | ||
"homepage": "https://tiptap.dev", | ||
@@ -28,5 +28,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@tiptap/suggestion": "^2.0.0-beta.15" | ||
"@tiptap/suggestion": "^2.0.0-beta.16" | ||
}, | ||
"gitHead": "2a64dda01d2b284f338d30ab87143753559ececc" | ||
"gitHead": "a06a8f0fa22005364ba74c6776161546f258c0a7" | ||
} |
@@ -23,3 +23,3 @@ import { Node, mergeAttributes } from '@tiptap/core' | ||
.replaceRange(range, 'mention', props) | ||
.insertText(' ') | ||
.insertContent(' ') | ||
.run() | ||
@@ -26,0 +26,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
904029
1054