Releases: jupyterlab/pull-requests
Releases · jupyterlab/pull-requests
v3.0.2
16 Sep 15:31
Compare
Sorry, something went wrong.
No results found
Bug fix 🐛 :
Fix bug for GitHub Entreprise (#61 ) - thanks to @meihkv
Maintenance 🚧 :
Congratulations to @meihkv for first time contribution
v3.0.1
22 Apr 10:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Port to JupyterLab 3 (#29 )
Fixes comment duplication when code mirror viewport is updated (#43 )
v2.1.0
06 Apr 07:24
Compare
Sorry, something went wrong.
No results found
Refactor code with latest @jupyterlab/git (more shared code) #39
v2.0.1
17 Mar 07:28
Compare
Sorry, something went wrong.
No results found
Bug fixes 🐛 :
Support pagination (#36 )
Restore JS tests (#33 )
Improve CI (#32 )
v2.0.0
08 Mar 13:29
Compare
Sorry, something went wrong.
No results found
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