@tiptap/extension-typography
Advanced tools
Comparing version 2.0.0-alpha.3 to 2.0.0-alpha.4
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-alpha.4](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-typography@2.0.0-alpha.3...@tiptap/extension-typography@2.0.0-alpha.4) (2020-12-02) | ||
**Note:** Version bump only for package @tiptap/extension-typography | ||
# [2.0.0-alpha.3](https://github.com/ueberdosis/tiptap-next/compare/@tiptap/extension-typography@2.0.0-alpha.2...@tiptap/extension-typography@2.0.0-alpha.3) (2020-11-19) | ||
@@ -8,0 +16,0 @@ |
@@ -19,2 +19,3 @@ 'use strict'; | ||
const Typography = core.Extension.create({ | ||
name: 'typography', | ||
addInputRules() { | ||
@@ -21,0 +22,0 @@ return [ |
@@ -15,2 +15,3 @@ import { Extension } from '@tiptap/core'; | ||
const Typography = Extension.create({ | ||
name: 'typography', | ||
addInputRules() { | ||
@@ -17,0 +18,0 @@ return [ |
@@ -18,2 +18,3 @@ (function (global, factory) { | ||
const Typography = core.Extension.create({ | ||
name: 'typography', | ||
addInputRules() { | ||
@@ -20,0 +21,0 @@ return [ |
{ | ||
"name": "@tiptap/extension-typography", | ||
"version": "2.0.0-alpha.3", | ||
"description": "typography extension for tiptap", | ||
"version": "2.0.0-alpha.4", | ||
"homepage": "https://tiptap.dev", | ||
@@ -27,6 +28,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/prosemirror-inputrules": "^1.0.3", | ||
"prosemirror-inputrules": "^1.1.3" | ||
}, | ||
"gitHead": "7966af0fec4e65f83d7e5a22ccb9fc420a9a6728" | ||
"gitHead": "a884cb81de8783d0097741c1ddb97a82ea88ae0e" | ||
} |
@@ -24,2 +24,4 @@ import { Extension } from '@tiptap/core' | ||
const Typography = Extension.create({ | ||
name: 'typography', | ||
addInputRules() { | ||
@@ -26,0 +28,0 @@ return [ |
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
451195
2
529
- Removed@types/prosemirror-inputrules@^1.0.3
- Removed@types/prosemirror-inputrules@1.2.0(transitive)