Releases: jupyterlab/pull-requests
Releases · jupyterlab/pull-requests
v3.0.2
- Bug fix 🐛 :
- Fix bug for GitHub Entreprise (#61) - thanks to @meihkv
- Maintenance 🚧 :
Congratulations to @meihkv for first time contribution
v3.0.1
- 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
Port to JupyterLab 3 (#29)
- Bug fixes 🐛 :
- Fixes comment duplication when code mirror viewport is updated (#43)
v3.0.0-beta.0
- Port to JupyterLab 3 (#29)
- Fixes comment duplication when code mirror viewport is updated (#43)
v2.1.0
- Refactor code with latest @jupyterlab/git (more shared code) #39
v2.0.1
- Bug fixes 🐛 :
- Support pagination (#36)
- Restore JS tests (#33)
- Improve CI (#32)
v2.0.0
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