@tiptap/extension-floating-menu
Advanced tools
Comparing version 2.0.0-beta.16 to 2.0.0-beta.17
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.17](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-floating-menu@2.0.0-beta.16...@tiptap/extension-floating-menu@2.0.0-beta.17) (2021-06-09) | ||
**Note:** Version bump only for package @tiptap/extension-floating-menu | ||
# [2.0.0-beta.16](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-floating-menu@2.0.0-beta.15...@tiptap/extension-floating-menu@2.0.0-beta.16) (2021-05-27) | ||
@@ -8,0 +16,0 @@ |
@@ -98,3 +98,3 @@ 'use strict'; | ||
const FloatingMenu = core.Extension.create({ | ||
name: 'bubbleMenu', | ||
name: 'floatingMenu', | ||
defaultOptions: { | ||
@@ -101,0 +101,0 @@ element: null, |
@@ -90,3 +90,3 @@ import { posToDOMRect, Extension } from '@tiptap/core'; | ||
const FloatingMenu = Extension.create({ | ||
name: 'bubbleMenu', | ||
name: 'floatingMenu', | ||
defaultOptions: { | ||
@@ -93,0 +93,0 @@ element: null, |
@@ -96,3 +96,3 @@ (function (global, factory) { | ||
const FloatingMenu = core.Extension.create({ | ||
name: 'bubbleMenu', | ||
name: 'floatingMenu', | ||
defaultOptions: { | ||
@@ -99,0 +99,0 @@ element: null, |
{ | ||
"name": "@tiptap/extension-floating-menu", | ||
"description": "floating-menu extension for tiptap", | ||
"version": "2.0.0-beta.16", | ||
"version": "2.0.0-beta.17", | ||
"homepage": "https://tiptap.dev", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "5b9395ee742838b542dad5182e014a8146b40116" | ||
"gitHead": "cf372f94498cddb592be336dc903fcaf32eeda1c" | ||
} |
@@ -9,3 +9,3 @@ import { Extension } from '@tiptap/core' | ||
export const FloatingMenu = Extension.create<FloatingMenuOptions>({ | ||
name: 'bubbleMenu', | ||
name: 'floatingMenu', | ||
@@ -12,0 +12,0 @@ defaultOptions: { |
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
48530