Explorar el Código

Add changelog for 2.1.2

Cherry pick of https://github.com/jupyterlab/jupyterlab/commit/bc95c579c9ea24b9b159571887a6e09590a6e8b0
Saul Shanabrook hace 4 años
padre
commit
b82bc96053
Se han modificado 1 ficheros con 17 adiciones y 0 borrados
  1. 17 0
      docs/source/getting_started/changelog.rst

+ 17 - 0
docs/source/getting_started/changelog.rst

@@ -3,6 +3,23 @@
 JupyterLab Changelog
 ====================
 
+`v2.1.x <https://github.com/jupyterlab/jupyterlab/milestone/55>`__
+------------------------------------------------------------------
+
+v2.1.2
+^^^^^^
+* Fix icon sidebar height for third party extensions (`#8333 <https://github.com/jupyterlab/jupyterlab/pull/8333>`__)
+* Pin JupyterLab server requirement more tightly (`#8330 <https://github.com/jupyterlab/jupyterlab/pull/8330>`__)
+* Scrolls cells into view after deletion (`#8287 <https://github.com/jupyterlab/jupyterlab/pull/8287>`__)
+* Sets data attribute on file type in filebrowser (`#8275 <https://github.com/jupyterlab/jupyterlab/pull/8275>`__)
+
+
+v2.1.1
+^^^^^^
+* Pin puppeteer to fix ci (`#8260 <https://github.com/jupyterlab/jupyterlab/pull/8260>`__)
+* Fix Save As for files without sessions (`#8248 <https://github.com/jupyterlab/jupyterlab/pull/8248>`__)
+
+
 `v2.1.0 <https://github.com/jupyterlab/jupyterlab/releases/tag/v2.1.0>`__
 ---------------------------------------------------------------------------