@tiptap/extension-table-row
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-alpha.11](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-table-row@2.0.0-alpha.10...@tiptap/extension-table-row@2.0.0-alpha.11) (2021-02-16) | ||
**Note:** Version bump only for package @tiptap/extension-table-row | ||
# [2.0.0-alpha.10](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-table-row@2.0.0-alpha.9...@tiptap/extension-table-row@2.0.0-alpha.10) (2021-02-07) | ||
@@ -8,0 +16,0 @@ |
@@ -7,7 +7,2 @@ import { Node } from '@tiptap/core'; | ||
} | ||
export declare const TableRow: Node<TableRowOptions, unknown>; | ||
declare module '@tiptap/core' { | ||
interface AllExtensions { | ||
TableRow: typeof TableRow; | ||
} | ||
} | ||
export declare const TableRow: Node<TableRowOptions>; |
{ | ||
"name": "@tiptap/extension-table-row", | ||
"description": "table row extension for tiptap", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.11", | ||
"homepage": "https://tiptap.dev", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "6bdeb4615c7b6afba4a2fcac4e3c35d7a7c0030a" | ||
"gitHead": "71d8fbbcb1eacd664bb6992e0086a589e4684e69" | ||
} |
@@ -9,6 +9,6 @@ import { Node, mergeAttributes } from '@tiptap/core' | ||
export const TableRow = Node.create({ | ||
export const TableRow = Node.create<TableRowOptions>({ | ||
name: 'tableRow', | ||
defaultOptions: <TableRowOptions>{ | ||
defaultOptions: { | ||
HTMLAttributes: {}, | ||
@@ -31,7 +31,1 @@ }, | ||
}) | ||
declare module '@tiptap/core' { | ||
interface AllExtensions { | ||
TableRow: typeof TableRow, | ||
} | ||
} |
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
12519
107