Releases: jupyterlab-contrib/spellchecker
Releases · jupyterlab-contrib/spellchecker
v0.8.4
What's Changed
- Bump stylelint from 14.16.1 to 15.10.1 by @dependabot in #134
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in #136
- Pin JupyterLab version by @krassowski in #138
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Fix dictionaries location, improve UI, support comments in C-like languages by @krassowski in #133
- fix old status persisting in status bar when switching editors (but not typing anything yet)
- fix dictionaries not being copied over on install
- spellcheck in block comments and line comments in languages with C-like syntax
- show language in the dialog for enabling spellcheck in current document
- Bump loader-utils from 2.0.0 to 2.0.4 by @dependabot in #129
If upgrading from 0.7.x please see https://github.com/jupyterlab-contrib/spellchecker/releases/tag/v0.8.0
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Please see https://github.com/jupyterlab-contrib/spellchecker/releases/tag/v0.8.0
What's Changed
- Hard-code
dest
to fix server extension loading by @krassowski in #131
Full Changelog: v0.8.1...v0.8.2
v0.8.1
Please see https://github.com/jupyterlab-contrib/spellchecker/releases/tag/v0.8.0
What's Changed
- Hard-code URLs to fix PyPI upload by @krassowski in #130
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- JupyterLab 4.0/CodeMirror6 support by @krassowski in #128
- this is a substantial rewrite of editor integration, if something broke please let us know!
- this rewrite enables selectively checking spelling in comments (on by default) and strings (off by default)
Note: installing 0.8.3 or newer is advised.
Full Changelog: v0.7.3...v0.8.0
v0.7.3
What's Changed
- Enable spellchecker by default in RST and LaTeX files by @krassowski in #122
- Add
IPython
to ignore list by @krassowski in #123 - Bump version and builder dev dependency by @krassowski in #124
Dependabot:
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #119
- Bump nanoid from 3.1.23 to 3.2.0 by @dependabot in #101
- Bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #105
- Bump url-parse from 1.5.3 to 1.5.10 by @dependabot in #106
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #107
- Bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in #110
- Bump moment from 2.29.1 to 2.29.4 by @dependabot in #112
- Bump terser from 5.7.0 to 5.14.2 by @dependabot in #113
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #116
- Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #118
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #121
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
v0.7.0
- added possibility of using remote "online" dictionaries by specifying URLs for
.aff
and.dic
files (#85) - added support for translations of the text shown in the interface (#84)
- fixed the behaviour of the dictionary selector when an invalid dictionary is initially set in the settings (#83)
- bumped normalize-uri to 4.5.1 (#82)
- enable strict null checks, switch to modern compilation targets; add more Jupyter projects to spellcheck ignore (#86)
v0.6.0
- change the dictionary loading mechanism from internal static into a server extension (#69, #70, #74)
- dictionaries will now be discovered in operating system specific paths if available
- choice is now possible from one of multiple dictionaries using the same locale
- add the possibility to add custom dictionary (#66, #70, #74)
Users who previously installed the extension via Extension Manager or jlpm labextension
install will need to install this version using pip or conda instead for the dictionaries to work.