Skip to content

Releases: sparksuite/codemirror-spell-checker

1.1.2

14 Jun 17:44
Compare
Choose a tag to compare

Fixed

  • Old code being used

1.1.1

07 Jun 22:29
Compare
Choose a tag to compare

Fixed

  • Fix package.json errors

1.1.0

07 Jun 21:40
Compare
Choose a tag to compare

Improved

  • New linting feature
  • New build process
  • Cleaned up some of the code

More improvements coming soon.

1.0.6

03 Nov 17:16
Compare
Choose a tag to compare

Fixed

  • Don't spell check HTML tags and attributes

1.0.5

17 Aug 21:19
Compare
Choose a tag to compare

Improved

  • Restructure the project for use with Node.js and Gulp.js

Fixed

  • Fix a bug where multiple editors would redownload the dictionary multiple times, slowing the page down and consuming large amounts of memory.

1.0.4

08 Aug 20:14
Compare
Choose a tag to compare

Fixed

  • Prevent spell checking inside comments

1.0.3

21 Jul 04:20
Compare
Choose a tag to compare

Improved

  • Load the AFF and DIC data asynchronously for much better performance

1.0.2

21 Jul 03:52
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where some browsers would not support .includes() method

1.0.1

16 Jul 23:02
Compare
Choose a tag to compare

Fixed

  • Fixed a bug when using relative path for dictionaries

1.0.0

16 Jul 20:47
Compare
Choose a tag to compare

Initial release