Skip to content

Commit ed46135

Browse files
committed
Release new version.
1 parent ea48290 commit ed46135

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGES.md

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

33

44

5+
## [4.1.0](https://github.com/patternslib/pat-tiptap/compare/4.0.0...4.1.0) (2022-06-27)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Allow to share one toolbar with multiple tiptap instances. ([86022a7](https://github.com/patternslib/pat-tiptap/commit/86022a756e6a6ce7f9819dbd69f3878483a2fc64))Fix an issue with a toolbar which is shared among multiple editor
12+
instances would invoke the command on each instance.
13+
Now you have to focus at least once the editor so that the toolbar will
14+
issue a command on it.
15+
When clicking a toolbar button, the last focused texteditor instance is
16+
used to issue to command on.
17+
To make sure that the toolbar will always invoke an action even without
18+
first clicking into a tiptap contenteditable area use pat-autofocus.
19+
20+
* Fix demo index-many.html with many tiptap instances to use the correct bundle JavaScript. ([6ca04b1](https://github.com/patternslib/pat-tiptap/commit/6ca04b155e3edad351101cafd40bd7539916228f))
21+
22+
* Use known good versions for [@tiptap](https://github.com/tiptap) until current issues with newer beta releases are resolved. ([c9d5716](https://github.com/patternslib/pat-tiptap/commit/c9d57165e5b8ccfb4cf471a81e9827f60a4c5094))Newer versions break with: "RangeError: Adding different instances of a keyed plugin (plugin$)"
23+
24+
25+
### Maintenance
26+
27+
28+
* Upgrade to @patternslib/dev 2.2.0 and adapt module federation config. ([603f12c](https://github.com/patternslib/pat-tiptap/commit/603f12c2574af5c312552a88ce5403fd5022e15c))
29+
530
## [4.0.0](https://github.com/patternslib/pat-tiptap/compare/4.0.0-alpha.1...4.0.0) (2022-06-21)
631

732

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

0 commit comments

Comments
 (0)