Skip to content

Commit 40ad62a

Browse files
committed
Release new version.
1 parent 2925faa commit 40ad62a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
### [3.4.1](https://github.com/patternslib/pat-tiptap/compare/3.4.0...3.4.1) (2022-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
9+
* **Suggestion:** Do not break when trying to set a item active, but no results are available. ([d222ebd](https://github.com/patternslib/pat-tiptap/commit/d222ebd2d9bb87becdccf2c4c17a180115d20615))
10+
11+
12+
* **Suggestion:** Get whole suggestion text also when copying. ([bdd12ac](https://github.com/patternslib/pat-tiptap/commit/bdd12acc81a835161a3ca74fdc0e6bebf9e0a8d9))
13+
Always get the text starting from the suggestion character to the end.
14+
Previously when copying a suggestion text into the text area, the text wasn't recognized and not used to filter down the items.
15+
316
## [3.4.0](https://github.com/patternslib/pat-tiptap/compare/3.3.0...3.4.0) (2022-04-21)
417

518

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

0 commit comments

Comments
 (0)