@tiptap/extension-collaboration-cursor
Advanced tools
Comparing version 2.0.0-beta.4 to 2.0.0-beta.5
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-beta.5](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-collaboration-cursor@2.0.0-beta.4...@tiptap/extension-collaboration-cursor@2.0.0-beta.5) (2021-04-07) | ||
### Features | ||
* add priority option to extensions ([bb1ae65](https://github.com/ueberdosis/tiptap-next/commit/bb1ae659a463e97a7ada15af711347b5c004897a)) | ||
# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-collaboration-cursor@2.0.0-beta.3...@tiptap/extension-collaboration-cursor@2.0.0-beta.4) (2021-03-16) | ||
@@ -8,0 +19,0 @@ |
@@ -18,2 +18,3 @@ 'use strict'; | ||
name: 'collaborationCursor', | ||
priority: 1000, | ||
defaultOptions: { | ||
@@ -20,0 +21,0 @@ provider: null, |
@@ -14,2 +14,3 @@ import { Extension } from '@tiptap/core'; | ||
name: 'collaborationCursor', | ||
priority: 1000, | ||
defaultOptions: { | ||
@@ -16,0 +17,0 @@ provider: null, |
@@ -17,2 +17,3 @@ (function (global, factory) { | ||
name: 'collaborationCursor', | ||
priority: 1000, | ||
defaultOptions: { | ||
@@ -19,0 +20,0 @@ provider: null, |
{ | ||
"name": "@tiptap/extension-collaboration-cursor", | ||
"description": "collaboration cursor extension for tiptap", | ||
"version": "2.0.0-beta.4", | ||
"version": "2.0.0-beta.5", | ||
"homepage": "https://tiptap.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7d740a5cd88daffa022e7004ebe3fdf9be8905da" | ||
"gitHead": "ae2e496a7083186a9558dd0a4d337b9eb10d7a04" | ||
} |
@@ -34,2 +34,4 @@ import { Extension, Command, AnyObject } from '@tiptap/core' | ||
priority: 1000, | ||
defaultOptions: { | ||
@@ -36,0 +38,0 @@ provider: null, |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1383560
1206