Skip to content

1.11.0

Compare
Choose a tag to compare
@WesCossick WesCossick released this 08 Jun 03:54
· 8 commits to master since this release

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