Publish
- @tiptap/core@2.0.0-beta.181 - @tiptap/extension-bubble-menu@2.0.0-beta.61 - @tiptap/extension-character-count@2.0.0-beta.31 - @tiptap/extension-code-block-lowlight@2.0.0-beta.73 - @tiptap/extension-code-block@2.0.0-beta.42 - @tiptap/extension-collaboration@2.0.0-beta.38 - @tiptap/extension-dropcursor@2.0.0-beta.29 - @tiptap/extension-floating-menu@2.0.0-beta.56 - @tiptap/extension-focus@2.0.0-beta.45 - @tiptap/extension-gapcursor@2.0.0-beta.39 - @tiptap/extension-history@2.0.0-beta.26 - @tiptap/extension-horizontal-rule@2.0.0-beta.36 - @tiptap/extension-link@2.0.0-beta.43 - @tiptap/extension-mention@2.0.0-beta.102 - @tiptap/extension-placeholder@2.0.0-beta.53 - @tiptap/extension-table@2.0.0-beta.54 - @tiptap/extension-task-item@2.0.0-beta.37 - @tiptap/extension-youtube@2.0.0-beta.6 - @tiptap/html@2.0.0-beta.180 - @tiptap/react@2.0.0-beta.114 - @tiptap/starter-kit@2.0.0-beta.190 - @tiptap/suggestion@2.0.0-beta.97 - @tiptap/vue-2@2.0.0-beta.84 - @tiptap/vue-3@2.0.0-beta.96
This commit is contained in:
@@ -3,6 +3,22 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [2.0.0-beta.181](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.180...@tiptap/core@2.0.0-beta.181) (2022-06-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** fix focus command passing through editor state instead of existing transaction ([5b0b7d9](https://github.com/ueberdosis/tiptap/commit/5b0b7d91023c87e9ddb85ff3a776273d12a22d16))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** add nodePasteRule to core ([15123ee](https://github.com/ueberdosis/tiptap/commit/15123ee092261fe86352d491121804607e08e031))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.0.0-beta.180](https://github.com/ueberdosis/tiptap/compare/@tiptap/core@2.0.0-beta.179...@tiptap/core@2.0.0-beta.180) (2022-06-20)
|
||||
|
||||
**Note:** Version bump only for package @tiptap/core
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@tiptap/core",
|
||||
"description": "headless rich text editor",
|
||||
"version": "2.0.0-beta.180",
|
||||
"version": "2.0.0-beta.181",
|
||||
"homepage": "https://tiptap.dev",
|
||||
"keywords": [
|
||||
"tiptap",
|
||||
|
||||
Reference in New Issue
Block a user