Skip to content

Releases: venveo/craft-redactor-split

4.0.0

11 Jul 02:32
a86d400
Compare
Choose a tag to compare

4.0.0 - 2022-07-10

Changed

  • Redactor Split now requires Craft 4

1.1.1

17 Apr 21:42
Compare
Choose a tag to compare

1.1.1 - 2021-04-17

Changed

  • If the split button is clicked when the field doesn't have focus, the first node will be split by default
  • When a split is initialized, if the selected node is empty, we'll split at the next meaningful node, skipping empty nodes, such as <p></p> and \nl
  • Improved plugin loading behavior to ensure Redactor is actually enabled before trying to load
  • We no longer try to split when the redactor field is a single node, empty, or the selected node is the last node.

Fixed

  • Fix errors that could occur when the split button is clicked without focus on redactor
  • Fix errors that could occur if trying to split when the current selected node is a child node (e.g. <li></li>)

Craft 3.4 Compatibility

10 Apr 18:45
Compare
Choose a tag to compare
1.1.0

Fixed compatibility with Craft 3.4

v1.0.1 Public Release

14 Mar 15:29
Compare
Choose a tag to compare
  • Cleaned up code
  • Added icons

Initial beta

12 Mar 19:44
Compare
Choose a tag to compare
1.0.0-beta

Initial commit

Initial Release

12 Mar 20:09
24f043f
Compare
Choose a tag to compare
1.0.0

Update README.md