SimpleMDE v1.11.0 Release Notes
Release Date: 2016-06-08 // over 7 years ago-
๐ Improved
- Selected text now has the
CodeMirror-selectedtext
class added (#289) - ๐ Word count now supports Cyrillic words (#351)
- ๐ท Travis CI now tests against Node.js 6 (dbb1c25)
- ๐ Clean up build process & use new CodeMirror Spell Checker structure (c8f23a3)
๐ Fixed
- โ Remove stray
console.log()
code (#280) - ๐ Fix
.toTextArea()
sometimes failing (#286) - Prevent onclick event from bubbling (#345)
- ๐ Fix incorrect main files for
bower.json
(#326) - ๐ Fix selection bug when toggling between side-by-side (#309)
- ๐ Fix CodeMirror bug with init text (#344)
- ๐ Fix line and word count on init (#299)
- ๐ Tweak README
- Selected text now has the