Releases: venveo/craft-redactor-split
Releases · venveo/craft-redactor-split
4.0.0
1.1.1
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
1.1.0 Fixed compatibility with Craft 3.4
v1.0.1 Public Release
- Cleaned up code
- Added icons
Initial beta
1.0.0-beta Initial commit
Initial Release
1.0.0 Update README.md