@tiptap/starter-kit
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/starter-kit@2.0.0-beta.3...@tiptap/starter-kit@2.0.0-beta.4) (2021-03-16) | ||
**Note:** Version bump only for package @tiptap/starter-kit | ||
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/starter-kit@2.0.0-beta.2...@tiptap/starter-kit@2.0.0-beta.3) (2021-03-09) | ||
@@ -8,0 +16,0 @@ |
@@ -17,3 +17,3 @@ import { DropcursorOptions } from '@tiptap/extension-dropcursor'; | ||
export declare function defaultExtensions(options?: Partial<{ | ||
dropursor: Partial<DropcursorOptions>; | ||
dropcursor: Partial<DropcursorOptions>; | ||
paragraph: Partial<ParagraphOptions>; | ||
@@ -20,0 +20,0 @@ history: Partial<HistoryOptions>; |
@@ -63,3 +63,3 @@ 'use strict'; | ||
History__default['default'].configure(options === null || options === void 0 ? void 0 : options.history), | ||
Dropcursor__default['default'].configure(options === null || options === void 0 ? void 0 : options.dropursor), | ||
Dropcursor__default['default'].configure(options === null || options === void 0 ? void 0 : options.dropcursor), | ||
Gapcursor__default['default'], | ||
@@ -66,0 +66,0 @@ ]; |
@@ -38,3 +38,3 @@ import Dropcursor from '@tiptap/extension-dropcursor'; | ||
History.configure(options === null || options === void 0 ? void 0 : options.history), | ||
Dropcursor.configure(options === null || options === void 0 ? void 0 : options.dropursor), | ||
Dropcursor.configure(options === null || options === void 0 ? void 0 : options.dropcursor), | ||
Gapcursor, | ||
@@ -41,0 +41,0 @@ ]; |
@@ -46,3 +46,3 @@ (function (global, factory) { | ||
History__default['default'].configure(options === null || options === void 0 ? void 0 : options.history), | ||
Dropcursor__default['default'].configure(options === null || options === void 0 ? void 0 : options.dropursor), | ||
Dropcursor__default['default'].configure(options === null || options === void 0 ? void 0 : options.dropcursor), | ||
Gapcursor__default['default'], | ||
@@ -49,0 +49,0 @@ ]; |
{ | ||
"name": "@tiptap/starter-kit", | ||
"description": "starter kit for tiptap", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"homepage": "https://tiptap.dev", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"@tiptap/extension-dropcursor": "^2.0.0-beta.1", | ||
"@tiptap/extension-gapcursor": "^2.0.0-beta.3", | ||
"@tiptap/extension-gapcursor": "^2.0.0-beta.4", | ||
"@tiptap/extension-hard-break": "^2.0.0-beta.1", | ||
@@ -45,3 +45,3 @@ "@tiptap/extension-heading": "^2.0.0-beta.1", | ||
}, | ||
"gitHead": "bf357dd7cb3da87d494dd8843e90505bba9214ca" | ||
"gitHead": "7d740a5cd88daffa022e7004ebe3fdf9be8905da" | ||
} |
@@ -21,3 +21,3 @@ import Dropcursor, { DropcursorOptions } from '@tiptap/extension-dropcursor' | ||
export function defaultExtensions(options?: Partial<{ | ||
dropursor: Partial<DropcursorOptions>, | ||
dropcursor: Partial<DropcursorOptions>, | ||
paragraph: Partial<ParagraphOptions>, | ||
@@ -55,5 +55,5 @@ history: Partial<HistoryOptions>, | ||
History.configure(options?.history), | ||
Dropcursor.configure(options?.dropursor), | ||
Dropcursor.configure(options?.dropcursor), | ||
Gapcursor, | ||
] | ||
} |
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
1074348