Skip to content

Releases: jupyterlab/pull-requests

v3.0.2

16 Sep 15:31
fbd08fc
Compare
Choose a tag to compare
  • Bug fix 🐛 :
    • Fix bug for GitHub Entreprise (#61) - thanks to @meihkv
  • Maintenance 🚧 :
    • Add PyPI classifiers

Congratulations to @meihkv for first time contribution

v3.0.1

22 Apr 10:10
11c7688
Compare
Choose a tag to compare
  • Add backport extension entrypoints to classical notebook server (#48)
  • Pass directly the configuration object to manager (#47)
    This breaks an internal API

v3.0.0

18 Apr 11:57
02e2cbd
Compare
Choose a tag to compare

Port to JupyterLab 3 (#29)

  • Bug fixes 🐛 :
    • Fixes comment duplication when code mirror viewport is updated (#43)

v3.0.0-beta.0

07 Apr 06:47
909cad7
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release
  • Port to JupyterLab 3 (#29)
  • Fixes comment duplication when code mirror viewport is updated (#43)

v2.1.0

06 Apr 07:24
d2e66e6
Compare
Choose a tag to compare
  • Refactor code with latest @jupyterlab/git (more shared code) #39

v2.0.1

17 Mar 07:28
3dcc532
Compare
Choose a tag to compare
  • Bug fixes 🐛 :
    • Support pagination (#36)
    • Restore JS tests (#33)
    • Improve CI (#32)

v2.0.0

08 Mar 13:29
dd824a5
Compare
Choose a tag to compare

This is a reboot of this experiment to bring it up to speed (#16)

  • New features ✨
    • Support GitLab provider
    • Render comments and descriptions with JupyterLab markdown renderer (meaning specific syntax like #issueNo, @username,... won't be recognized)
    • Comment editor is using CodeMirror with Markdown mode on.
  • Breaking changes 🚨
    • Diff and PR description are classical Lumino Widget
    • Switch to CodeMirror instead of Monaco for consistency with Jupyter ecosystem