@tiptap/extension-italic
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.4](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-italic@2.0.0-beta.3...@tiptap/extension-italic@2.0.0-beta.4) (2021-04-21) | ||
**Note:** Version bump only for package @tiptap/extension-italic | ||
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-italic@2.0.0-beta.2...@tiptap/extension-italic@2.0.0-beta.3) (2021-04-16) | ||
@@ -8,0 +16,0 @@ |
import { Command, Mark } from '@tiptap/core'; | ||
export interface ItalicOptions { | ||
HTMLAttributes: { | ||
[key: string]: any; | ||
}; | ||
HTMLAttributes: Record<string, any>; | ||
} | ||
@@ -7,0 +5,0 @@ declare module '@tiptap/core' { |
{ | ||
"name": "@tiptap/extension-italic", | ||
"description": "italic extension for tiptap", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"homepage": "https://tiptap.dev", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ea9f5410915f45f7ba12d5c816965976f1956862" | ||
"gitHead": "8fd618a788f288a9005e8e049d2f8f8df5523b6d" | ||
} |
@@ -10,5 +10,3 @@ import { | ||
export interface ItalicOptions { | ||
HTMLAttributes: { | ||
[key: string]: any | ||
}, | ||
HTMLAttributes: Record<string, any>, | ||
} | ||
@@ -15,0 +13,0 @@ |
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
32207
0.5%324
-1.22%