Skip to content

Commit 6906536

Browse files
committed
Release new version.
1 parent fa0ec7b commit 6906536

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGES.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33

44

5+
## [4.2.0](https://github.com/patternslib/pat-tiptap/compare/4.1.0...4.2.0) (2022-07-11)
6+
7+
8+
### Features
9+
10+
11+
* Always include undo/redo functionality. ([870b22c](https://github.com/patternslib/pat-tiptap/commit/870b22c5a0f3989da3fcf5091646777902c97911))This allows to use undo/redo via keyboard shortcuts even if undo/redo buttons are not shown.
12+
13+
14+
### Maintenance
15+
16+
17+
* Remove dependency on starter-kit and directly depend on all necessary extensions. Upgrade extensions. ([0862192](https://github.com/patternslib/pat-tiptap/commit/086219238296b46770afdca1069bd444b12ab20c))
18+
19+
* Upgrade @tiptap/core. ([1aa4688](https://github.com/patternslib/pat-tiptap/commit/1aa46886de03ae450fa7075eb6da892937055447))
20+
21+
* Upgrade to @patternslib/dev 2.3.0. ([b55cbc4](https://github.com/patternslib/pat-tiptap/commit/b55cbc45ef02469d0561387dc388240b9624a317))
22+
523
## [4.1.0](https://github.com/patternslib/pat-tiptap/compare/4.0.0...4.1.0) (2022-06-27)
624

725

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@patternslib/pat-tiptap",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "A pattern for tiptap",
55
"license": "MIT",
66
"main": "./src/tiptap.js",

0 commit comments

Comments
 (0)