Skip to content

Commit 5e673e4

Browse files
committed
Release new version.
1 parent a881923 commit 5e673e4

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,42 @@
11
# Changelog
22

33

4+
5+
## [4.9.0](https://github.com/patternslib/pat-tiptap/compare/4.8.6...4.9.0) (2023-11-23)
6+
7+
8+
### Features
9+
10+
11+
* Always wrap tables in a div.scroll-table wrapper. ([16e1cc5](https://github.com/patternslib/pat-tiptap/commit/16e1cc5899f2d0783aace74dc61bda195b474c73))
12+
13+
14+
15+
### Bug Fixes
16+
17+
18+
* Allow to select the figcaption node. ([aa71dfc](https://github.com/patternslib/pat-tiptap/commit/aa71dfc6cac2a10757791671eb55f5fb2140e049))
19+
20+
21+
* Allow to select-all in tables. ([606a4be](https://github.com/patternslib/pat-tiptap/commit/606a4be319e4dbb7c8eb16d5939919dad4820dc1))
22+
23+
Allow to select all (Ctrl-A, Command-A) with tables in certain
24+
conditions.
25+
Due to a tiptap/ProseMirror bug tables with some empty cells and no
26+
content preceding or following the table, selecting the whole table did
27+
not work. This fix makes sure that a non-empty paragraph is added at the
28+
end, if no other content is present at the end of the document.
29+
30+
Follow-up from:
31+
- https://github.com/Patternslib/pat-tiptap/pull/61
32+
33+
More information here:
34+
- https://github.com/ueberdosis/tiptap/issues/2401
35+
- https://github.com/ueberdosis/tiptap/issues/3651
36+
37+
38+
* Make fixed-paragraph selectable to make the corresponding table selectable. ([2c69109](https://github.com/patternslib/pat-tiptap/commit/2c691090277ca0d4834a012a8b718ce9e0d85347))
39+
440
## [4.8.6](https://github.com/patternslib/pat-tiptap/compare/4.8.5...4.8.6) (2023-10-16)
541

642

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

0 commit comments

Comments
 (0)