Skip to content

Latest commit

 

History

History
103 lines (56 loc) · 4.27 KB

CHANGELOG.md

File metadata and controls

103 lines (56 loc) · 4.27 KB

Changelog

1.4.0

1.3.8+dev

1.3.8 (2021-12-03)

  • The "Jupytext Notebook" factory that lets the user configure the Notebook viewer as the default for text notebooks accepts more filetypes: "myst", "r-markdown" and "quarto" (#803)

1.3.7 (2021-11-30)

The extension for Jupyter Lab benefited from a series of improvements contributed by Frédéric Collonval:

  • A new "Jupytext Notebook" factory offers the option to open text notebooks directly with the notebook view (#803). To use it, follow the instructions in the documentation.
  • The ICommandPalette is optional, for compatibility with RISE within JupyterLab RISE#605
  • Added support for translation.

We also upgraded the extension dependency and especially json-schema to address a security vulnerability.

1.3.6 (2021-09-23)

  • We have upgraded the extension dependencies and especially ansi-regex to fix a security vulnerability (#857)

1.3.5 (2021-09-05)

  • The extension can pair notebooks with .qmd files (Quarto format) (#837)

1.3.4 (2021-08-31)

  • We have upgraded the extension dependencies and especially tar and url-parse to fix two security vulnerabilities (#842) (#843)

1.3.3 (2021-06-10)

  • We have upgraded the extension dependencies and especially ws to fix a security vulnerability (#798)

1.3.2 (2021-05-21)

  • We have upgraded the extension dependencies and especially hosted-git-info to fix a security vulnerability (#783)

1.3.1 (2021-03-07)

  • We have updated yarn.lock to upgrade marked to 2.0 and fix a moderate vulnerability in the extension dependencies (#750)

1.3.0 (2021-01-05)

  • The jupyterlab-jupytext extension is now distributed using jupyter-packaging, thanks to Martin Renou's awesome contribution (#683).

1.2.3 (2020-10-14)

  • Remove duplicate jupyterlab entry in package.json (#654)

1.2.2 (2020-10-13)

  • The description of the jupyterlab-jupytext extension was updated (#654)
  • The explicit dependency on the jupytext Python package was documented in package.json (#654)

1.2.1 (2020-03-18)

  • The extension can pair a notebook to the new MyST Markdown format, developed by the ExecutableBookProject team. Thanks to Chris Sewell for his PRs! (#447 #456 #458)

1.2.0 (2020-03-09)

  • This version of the extension is compatible with JupyterLab 2.0. Many thanks to Jean Helie! (#449)

1.1.1 (2019-12-26)

  • The nomarker format is available through the Jupytext commands (requires jupytext>=1.3.1).

1.1.0 (2019-11-03)

  • Multiple pairings are supported (#290)
  • The documentation includes the last version numbers for both Jupytext Python and for this extension (#311)
  • Documentation says clearly that the extension is bundled with the Python package (#350)

1.0.2 (2019-07-18)

  • Fixed an incorrect target_format entry inserted by the version 1.0.1 of the extension.

1.0.1 (2019-07-18)

  • A click on a selected format toggle the pairing (#289)
  • Use JupyterFrontEnd and JupyterFrontEndPlugin from @jupyterlab/application rather than JupyterLab and JupyterLabPlugin for compatibility with JupyterLab 1.0.

1.0.0 (2019-07-06)

  • First extension compatible with JupyterLab 1.0

0.19.0 (2019-07-06)

  • Last extension compatible with JupyterLab 0.35

0.1.0 (2018-10-02)

  • Initial release of the extension