|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### `@krassowski/jupyterlab-lsp 3.10.0` (2022-01-01) |
| 4 | + |
| 5 | +- features: |
| 6 | + - enable pre-filtering of completion matches by default ([#735]) |
| 7 | + - add support for diagnostic tags: Deprecated, Unnecessary ([#736], [#737]) |
| 8 | +- bug fixes: |
| 9 | + - squash warnings and errors in web console ([#732]) |
| 10 | + - fix signature blur and fix formatting when no arguments are present ([#734]) |
| 11 | + - fixed with enabling of strict null checks: |
| 12 | + - previously changing kernels always led to restarting of LSP connection, even if the kernel language did not change; now the connection will be retained if possible |
| 13 | + - `markdownRenderer` is no longer implicitly required |
| 14 | + - diagnostics sorting with missing values for `source` and `severity` was improved and missing values will be consistently shown at the end |
| 15 | + - diagnostics placeholder was split into `Diagnostics are not available` and `No issues detected, great job!` which will now show up properly |
| 16 | +- maintenance: |
| 17 | + - enable strict null checks and other strict settings ([#733]) |
| 18 | + - specify client capabilities in features instead of hard-coding them ([#738]) |
| 19 | + - bump minimum required JupyterLab version to 3.1 (`>=3.1.0,<4.0.0a0`) |
| 20 | + |
| 21 | +[#732]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/732 |
| 22 | +[#733]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/733 |
| 23 | +[#734]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/734 |
| 24 | +[#735]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/735 |
| 25 | +[#736]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/736 |
| 26 | +[#737]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/737 |
| 27 | +[#738]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/738 |
| 28 | + |
| 29 | +### `@krassowski/code-jumpers 1.2.0` (2022-01-01) |
| 30 | + |
| 31 | +- maintenance: |
| 32 | + - updates to API with respect to `null`/`undefined` values in course strict null checks activation ([#733]) |
| 33 | + |
3 | 34 | ### `@krassowski/jupyterlab-lsp 3.9.3` (2021-12-19) |
4 | 35 |
|
5 | 36 | - bug fixes: |
|
0 commit comments