From ee5603aa38d444840962cd4e33233c13e3bad252 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Tue, 20 Aug 2024 17:02:19 +0200 Subject: [PATCH] Release new version. --- CHANGES.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 26ea571..97cda0c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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) diff --git a/package.json b/package.json index d3f00c8..b02c3be 100644 --- a/package.json +++ b/package.json @@ -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",