Version 2.1.0 released
This release is mainly to fix a bug with pasting that can cause the clipboard
contents to be invisibly added to the end of the editor.
There’s also a new autosave plugin that saves the editors contents to localStorage.
Full changelog:
- Fixed surrounding space being removed when calling insert().
– Thanks to @brunoais for reporting
- Added autosave plugin.
- Added ability to bind to paste & pasteraw events.
- Remove get() call on textarea (fixes mootools conflict).
– Thanks to @compojoom for reporting.
- Removed paste command from default toolbar as only supported in IE.
- Fixed error getting computed style on none element nodes in DOM css().