v.1.1.0
Breaking changes
The unRichText()
function is removed.
Please use the destroy
event instead. See Destroy / Undo RichText for more information.
Fixes
- Fix
z-index
on dialogs - Added a
isCollapsed
check on the selection to prevent any "empty" selections. Thank you for pointing this out @Richard-Dufour ! ❤️
Tests
Cypress tests have been added to the repository, thank you @Datanius ! ❤️
Build
Modified the build scripts and replaced node-sass
with sass
.