File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
src/wagtail_tinytableblock
static/wagtail_tinytableblock/js Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ unreleased]
9
9
10
+ ## [ 0.3.1] - 2025-04-01
11
+
12
+ ## Added
13
+
14
+ - The missing unlink toolbar icon, when links are enabled
15
+
10
16
## [ 0.3] - 2025-04-01
11
17
12
18
## Added
@@ -57,6 +63,7 @@ Initial release
57
63
58
64
59
65
[ unreleased ] : https://github.com/torchbox/wagtail-tinytableblock/compare/v0.2.3...HEAD
66
+ [ 0.3.1 ] : https://github.com/torchbox/wagtail-tinytableblock/compare/v0.3...v0.3.1
60
67
[ 0.3 ] : https://github.com/torchbox/wagtail-tinytableblock/compare/v0.2.4...v0.3
61
68
[ 0.2.4 ] : https://github.com/torchbox/wagtail-tinytableblock/compare/v0.2.3...v0.2.4
62
69
[ 0.2.3 ] : https://github.com/torchbox/wagtail-tinytableblock/compare/v0.2.2...v0.2.3
Original file line number Diff line number Diff line change 1
- __version__ = "0.3.0 "
1
+ __version__ = "0.3.1 "
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class TinyTableBlockDefinition extends window.wagtailStreamField.blocks.FieldBlo
15
15
16
16
if ( this . meta . enableLinks ) {
17
17
plugins += " link autolink" ;
18
- toolbar += " | link" ;
18
+ toolbar += " | link unlink " ;
19
19
contextmenu += " link" ;
20
20
valid_elements += ",a[href|target|rel]" ;
21
21
}
You can’t perform that action at this time.
0 commit comments