@tiptap/core
Advanced tools
Comparing version 2.0.0-beta.32 to 2.0.0-beta.33
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.0.0-beta.33](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/core@2.0.0-beta.32...@tiptap/core@2.0.0-beta.33) (2021-04-20) | ||
### Bug Fixes | ||
* fix extension option merging ([aa002a0](https://github.com/ueberdosis/tiptap-next/commit/aa002a012bfe888c03da5cd32f98b40965a5fa7b)) | ||
# [2.0.0-beta.32](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/core@2.0.0-beta.31...@tiptap/core@2.0.0-beta.32) (2021-04-16) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@tiptap/core", | ||
"description": "headless rich text editor", | ||
"version": "2.0.0-beta.32", | ||
"version": "2.0.0-beta.33", | ||
"homepage": "https://tiptap.dev", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ea9f5410915f45f7ba12d5c816965976f1956862" | ||
"gitHead": "cc1f1a787a825606268b139cc3516689bdcc20e7" | ||
} |
@@ -246,8 +246,7 @@ import { Plugin, Transaction } from 'prosemirror-state' | ||
? extendedConfig.name | ||
: this.name | ||
: extension.parent.name | ||
extension.options = { | ||
...extension.parent.options, | ||
...extension.options, | ||
} | ||
extension.options = extendedConfig.defaultOptions | ||
? extendedConfig.defaultOptions | ||
: extension.parent.options | ||
@@ -254,0 +253,0 @@ return extension |
@@ -340,8 +340,7 @@ import { | ||
? extendedConfig.name | ||
: this.name | ||
: extension.parent.name | ||
extension.options = { | ||
...extension.parent.options, | ||
...extension.options, | ||
} | ||
extension.options = extendedConfig.defaultOptions | ||
? extendedConfig.defaultOptions | ||
: extension.parent.options | ||
@@ -348,0 +347,0 @@ return extension |
@@ -413,8 +413,7 @@ import { | ||
? extendedConfig.name | ||
: this.name | ||
: extension.parent.name | ||
extension.options = { | ||
...extension.parent.options, | ||
...extension.options, | ||
} | ||
extension.options = extendedConfig.defaultOptions | ||
? extendedConfig.defaultOptions | ||
: extension.parent.options | ||
@@ -421,0 +420,0 @@ return extension |
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 too big to display
Sorry, the diff of this file is not supported yet
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 too big to display
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
2476567
16649