Skip to content

Releases: torchbox/wagtail-tinytableblock

v0.4.5 - link title and target preserver

19 May 13:51
Immutable release. Only release title and notes can be modified.
234aaff

Choose a tag to compare

Note: this is should have been version 0.4.2, however due to immmutable tags and some issues with the PyPI Trusted Publishing setup after updating GitHub Actions versions, we are now at 0.4.5

What's Changed

  • Tooling tweaks by @zerolab in #21 (and follow up fixes to PyPI Trusted publishing)
  • Respect title and target attributes in links by @MaciekBaron in #24

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1 - with full formal Wagtial 7.3 support

10 Mar 12:45
b7ced7f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0 - TinyMCE 7.9, official Wagtail 7.2

10 Dec 16:13
fe81b29

Choose a tag to compare

This release updates TinyMCE to version 7.9 (the last before 8.0), and adds official support for Wagtail 7.2

v0.3.4 - pasting on pastel pastures

10 Apr 14:44
8e6668d

Choose a tag to compare

Further improvements to pasting:

  • if the pasted content contains a table, only the table remains
  • if the table has a caption, we update the caption field

v0.3.3 - can't catch a (line) break

10 Apr 13:47
a7c466b

Choose a tag to compare

This release improves the handling of pasted content with new lines

v0.3.2 - breaking the lines

02 Apr 16:30
d232f0b

Choose a tag to compare

This release fixes line breaks being stripped out, and switches the new line behaviour from inserting paragraphs to new lines.

v0.3.1 - forgot to unlink?

02 Apr 15:19
fc10a4c

Choose a tag to compare

This adds the missing "unlink" toolbar button

v0.3 - now with more style

02 Apr 14:20
d9a94c3

Choose a tag to compare

TinyMCE sets the alignment and width via the style attributes. This release, preserves them for th/td

What's Changed

  • Preserve text align and width params by @zerolab in #10

Full Changelog: v0.2.4...v0.3

v0.2.4 - cell/row props

31 Mar 09:45
ced9960

Choose a tag to compare

This adds the missing cell and row properties buttons to the toolbar.
And removes the copy/paste ones

v0.2.3 - it is all contextual

19 Mar 12:03
b1e05c0

Choose a tag to compare

This release disables the TinyMCE contextual menu by default to allow browser native functionality such as paste to work.

To enable the TinyMCE contextual menu, pass enable_context_menu=True to your block definition: TinyTableBlock(enable_context_menu=True)