@tiptap/extension-bullet-list
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/extension-bullet-list@2.0.0-beta.3...@tiptap/extension-bullet-list@2.0.0-beta.4) (2021-04-21) | ||
**Note:** Version bump only for package @tiptap/extension-bullet-list | ||
# [2.0.0-beta.3](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-bullet-list@2.0.0-beta.2...@tiptap/extension-bullet-list@2.0.0-beta.3) (2021-04-16) | ||
@@ -8,0 +16,0 @@ |
import { Command, Node } from '@tiptap/core'; | ||
export interface BulletListOptions { | ||
HTMLAttributes: { | ||
[key: string]: any; | ||
}; | ||
HTMLAttributes: Record<string, any>; | ||
} | ||
@@ -7,0 +5,0 @@ declare module '@tiptap/core' { |
{ | ||
"name": "@tiptap/extension-bullet-list", | ||
"description": "bullet list extension for tiptap", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"homepage": "https://tiptap.dev", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ea9f5410915f45f7ba12d5c816965976f1956862" | ||
"gitHead": "8fd618a788f288a9005e8e049d2f8f8df5523b6d" | ||
} |
@@ -5,5 +5,3 @@ import { Command, Node, mergeAttributes } from '@tiptap/core' | ||
export interface BulletListOptions { | ||
HTMLAttributes: { | ||
[key: string]: any | ||
}, | ||
HTMLAttributes: Record<string, any>, | ||
} | ||
@@ -10,0 +8,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
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
458636
524