Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Aug 20, 2024
1 parent 58d6c94 commit ee5603a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@



## [4.9.4](https://github.com/patternslib/pat-tiptap/compare/4.9.3...4.9.4) (2024-08-20)


### Bug Fixes


* Fix problem with adding columns in tables and deactivate fixed-paragraph. ([ad5e986](https://github.com/patternslib/pat-tiptap/commit/ad5e98681ac3666e0add6968d42ac36ef472f5c8))

The fixed-paragraph extension was causing a problem when adding columns.
This extension adds an extra paragraph at the end of tables, so that
it's easier to add content below tables. However, we also have the
"dropcursor" extension activated with tables and other block content for
the same reason - this one adding a horizontal cursor when navigating
below tables which helps in adding content there. To allow adding
columns in tables again, the fixed-paragraph extension is deactivated
until explictly needed again.



### Maintenance


* For better demoing and debugging, make the toolbar sticky. ([62155f8](https://github.com/patternslib/pat-tiptap/commit/62155f846bcc28d5e565d2ee386ea65dba1c192d))

## [4.9.3](https://github.com/patternslib/pat-tiptap/compare/4.9.2...4.9.3) (2024-08-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@patternslib/pat-tiptap",
"version": "4.9.3",
"version": "4.9.4",
"description": "A pattern for tiptap",
"license": "MIT",
"main": "./src/tiptap.js",
Expand Down

0 comments on commit ee5603a

Please sign in to comment.