Skip to content

Commit ee5603a

Browse files
committed
Release new version.
1 parent 58d6c94 commit ee5603a

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGES.md

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

33

44

5+
## [4.9.4](https://github.com/patternslib/pat-tiptap/compare/4.9.3...4.9.4) (2024-08-20)
6+
7+
8+
### Bug Fixes
9+
10+
11+
* Fix problem with adding columns in tables and deactivate fixed-paragraph. ([ad5e986](https://github.com/patternslib/pat-tiptap/commit/ad5e98681ac3666e0add6968d42ac36ef472f5c8))
12+
13+
The fixed-paragraph extension was causing a problem when adding columns.
14+
This extension adds an extra paragraph at the end of tables, so that
15+
it's easier to add content below tables. However, we also have the
16+
"dropcursor" extension activated with tables and other block content for
17+
the same reason - this one adding a horizontal cursor when navigating
18+
below tables which helps in adding content there. To allow adding
19+
columns in tables again, the fixed-paragraph extension is deactivated
20+
until explictly needed again.
21+
22+
23+
24+
### Maintenance
25+
26+
27+
* For better demoing and debugging, make the toolbar sticky. ([62155f8](https://github.com/patternslib/pat-tiptap/commit/62155f846bcc28d5e565d2ee386ea65dba1c192d))
28+
529
## [4.9.3](https://github.com/patternslib/pat-tiptap/compare/4.9.2...4.9.3) (2024-08-19)
630

731

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

0 commit comments

Comments
 (0)