|
1 | 1 | ## Changelog |
2 | 2 |
|
| 3 | +### `@krassowski/jupyterlab-lsp 3.9.2` (2021-12-11) |
| 4 | + |
| 5 | +- features: |
| 6 | + - add `details-below` layout allowing to change the completer arrangement |
| 7 | +- bug fixes: |
| 8 | + - prevent very long completion details text from extending the completer indefinitely ([#698]) |
| 9 | + - correct status translations ([#700], thanks @fcollonval) |
| 10 | + - fix translations in status pop-up ([#703]) |
| 11 | + - workaround issue causing file rename when opening external files by jumping to them ([#712], thanks @jepcor97) |
| 12 | + - fix sorting by "Line:Ch" and "Cell" in Diagnostics Panel ([#717]) |
| 13 | + - fix header border missing when scrolling in Diagnostics Panel ([#717]) |
| 14 | +- documentation improvements: |
| 15 | + - clarify that JupyterLab restart is needed after installation ([#714], thanks @3coins) |
| 16 | + |
| 17 | +[#698]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/698 |
| 18 | +[#700]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/700 |
| 19 | +[#703]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/703 |
| 20 | +[#712]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/712 |
| 21 | +[#714]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/714 |
| 22 | +[#717]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/717 |
| 23 | + |
| 24 | +### `jupyter-lsp 1.5.1` (2021-12-11) |
| 25 | + |
| 26 | +- documentation improvements: |
| 27 | + - document troubleshooting steps for `texlab` server([#702]) |
| 28 | +- maintenance and upkeep: |
| 29 | + - migrate test configuration to `ServerApp` as needed ([#713]) |
| 30 | + - address deprecation warnings ([#713]) |
| 31 | + |
| 32 | +[#702]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/702 |
| 33 | +[#713]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/713 |
| 34 | + |
3 | 35 | ### `@krassowski/jupyterlab-lsp 3.9.1` (2021-10-24) |
4 | 36 |
|
5 | 37 | - bug fixes: |
|
11 | 43 |
|
12 | 44 | - features: |
13 | 45 | - add support for new `typescript-language-server` replacing `javascript-typescript-langserver`; |
14 | | - despite the name both packages provide support for all four: JavaScrip, JSX, TypeScript and TSX; |
| 46 | + despite the name both packages provide support for all four: JavaScript, JSX, TypeScript and TSX; |
15 | 47 | the old `javascript-typescript-langserver` can still be used, but it is no longer maintained |
16 | 48 | and we will not be supported, and specs may be removed in the next major release ([#697]). |
17 | 49 |
|
|
0 commit comments