Skip to content

Commit ed11200

Browse files
committed
Release new version.
1 parent 3496654 commit ed11200

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGES.md

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

33

44

5+
## [4.3.0](https://github.com/patternslib/pat-tiptap/compare/4.2.0...4.3.0) (2022-07-17)
6+
7+
8+
### Features
9+
10+
11+
* Close context menu on ESC and outside click. ([6de22c2](https://github.com/patternslib/pat-tiptap/commit/6de22c2a64e0fc05b66f43bb3fdbd8c7f05410df))Always close context menu (link, mentions, tagging) when clicked outside or
12+
escape key was pressed.
13+
14+
* When editing links and closing the link edit panel restore the cursor position to the position where we left. ([2b00839](https://github.com/patternslib/pat-tiptap/commit/2b008396c18d7dfdcf962d95c9f4db0296f3fda3))
15+
16+
17+
### Bug Fixes
18+
19+
20+
* Align to changes in pat-modal where pat-modal-ready is thrown only once and not on the initiating button but on the injected modal. ([7011525](https://github.com/patternslib/pat-tiptap/commit/7011525e0b3d2e422bb56dc72cb7af27e163847d))
21+
22+
* Correct import of logger. ([ee290e4](https://github.com/patternslib/pat-tiptap/commit/ee290e4964eb9a0a156df01ef7bd923e50b7cefb))
23+
24+
* Do not open the link context menu after opening the link editing panel. ([f7d9e95](https://github.com/patternslib/pat-tiptap/commit/f7d9e95ac5c46e1ad0384e9b0443b60ca362e4ab))
25+
26+
* Prevent double initialization of link and suggestion context menu patterns. ([fbda4f6](https://github.com/patternslib/pat-tiptap/commit/fbda4f60e449850539e767e5bd70e11821cb8d78))
27+
28+
29+
### Maintenance
30+
31+
32+
* **Demo:** Add a link to the demo. ([b424f19](https://github.com/patternslib/pat-tiptap/commit/b424f1969aa4ed8505e5c3eb8a404f3cd106ecce))
33+
34+
* **Demo:** Mark focused element in red. ([c969ade](https://github.com/patternslib/pat-tiptap/commit/c969ade377d5165c904d8ab76f054d4710e2f645))
35+
536
## [4.2.0](https://github.com/patternslib/pat-tiptap/compare/4.1.0...4.2.0) (2022-07-11)
637

738

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.2.0",
3+
"version": "4.3.0",
44
"description": "A pattern for tiptap",
55
"license": "MIT",
66
"main": "./src/tiptap.js",

0 commit comments

Comments
 (0)