Releases: sparksuite/codemirror-spell-checker
Releases · sparksuite/codemirror-spell-checker
1.1.2
1.1.1
Fixed
- Fix package.json errors
1.1.0
Improved
- New linting feature
- New build process
- Cleaned up some of the code
More improvements coming soon.
1.0.6
Fixed
- Don't spell check HTML tags and attributes
1.0.5
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
Fixed
- Prevent spell checking inside comments
1.0.3
Improved
- Load the AFF and DIC data asynchronously for much better performance
1.0.2
Fixed
- Fixed a bug where some browsers would not support
.includes()
method
1.0.1
Fixed
- Fixed a bug when using relative path for dictionaries
1.0.0
Initial release