Releases: jupyter/nbdime
Releases · jupyter/nbdime
v4.0.2
4.0.2
Bugs fixed
- Allow unauthenticated access to jupyter server #761 (@krassowski)
Maintenance and upkeep improvements
- Update release scripts to use trusted publisher #768 (@krassowski)
- Bump express and verdaccio #765 (@dependabot)
- Bump braces from 3.0.2 to 3.0.3 #764 (@dependabot)
- Bump ejs from 3.1.9 to 3.1.10 #763 (@dependabot)
- Bump webpack from 5.86.0 to 5.94.0 #762 (@dependabot)
- Bump axios to version 1.7.4 #760 (@tiltingpenguin)
- Update integration tests workflow #758 (@krassowski)
- Bump follow-redirects from 1.15.3 to 1.15.6 #750 (@dependabot)
Contributors to this release
4.0.1
4.0.1
Bugs fixed
- Fix version parsing #739 (@fcollonval)
Contributors to this release
4.0.0
4.0.0
Enhancements made
- Change header for unchanged notebook meta #736 (@vidartf)
- Ensure collapsed mergepane border #731 (@vidartf)
- Add translation for the frontend in Lab #709 (@fcollonval)
- Make collapseIdentical margin configurable #707 (@fcollonval)
- Support hiding base editor #705 (@fcollonval)
- Restore collapsers #701 (@fcollonval)
- Add support for using cell ID in diffing and merging #639 (@vidartf)
Bugs fixed
- Fix duplicate pickers #735 (@vidartf)
- CM6: Fix spacing between editors #728 (@HaudinFlorence)
- Fix drag and drop #723 (@fcollonval)
- Do not collapse editor lines in single editor #719 (@fcollonval)
- Improve alignment #717 (@fcollonval)
- Add CSS files in nbdime package #715 (@fcollonval)
- Apply post-mortem review comments #711 (@fcollonval)
- Improve
findAlignedLines
#706 (@fcollonval) - Improve diff view #696 (@fcollonval)
- Fix wrong picker marker (a typo during lab 4.0 migration) #688 (@krassowski)
- Use pseudo-elements instead of border to preserve line height #687 (@krassowski)
Maintenance and upkeep improvements
- Test the releaser fix for tag format #737 (@fcollonval)
- Bump axios from 1.5.1 to 1.6.1 #734 (@dependabot)
- Bump JS packages to rc.0 #730 (@fcollonval)
- Bump @babel/traverse from 7.22.5 to 7.23.2 #713 (@dependabot)
- Set up releaser #710 (@fcollonval)
- Upgrade devdependencies and clean up the configuration #708 (@fcollonval)
- Don't trigger CI jobs twice #704 (@fcollonval)
- Bump postcss from 8.4.24 to 8.4.31 #703 (@dependabot)
- Switch from hub to gh CLI #702 (@fcollonval)
- RTD: make sure nodejs is present #698 (@minrk)
- Add src for sourcemap #692 (@fcollonval)
- Chore: use jupyter packaging #600 (@agoose77)
Documentation improvements
- Update test badge #725 (@fcollonval)
- Bump version #712 (@fcollonval)
- Add
.readthedocs.yml
config file #686 (@krassowski) - Remove debug console.log #684 (@fcollonval)
Other merged PRs
- Fix editor background color #714 (@HaudinFlorence)
- Fix pickers for empty chunks #691 (@krassowski)
- Fix syntax highlighting issue in diffchunks. #689 (@HaudinFlorence)
- Support JupyterLab 4.0, port to Lumino 2 #673 (@HaudinFlorence)
- Bump semver from 5.7.1 to 5.7.2 #671 (@dependabot)
- Update files with prettier formatting #668 (@HaudinFlorence)
Contributors to this release
(GitHub contributors page for this release)
@agoose77 | @dependabot | @fcollonval | @github-actions | @HaudinFlorence | @jtpio | @krassowski | @minrk | @SylvainCorlay | @vidartf
4.0.0rc1
4.0.0rc1
Enhancements made
- Change header for unchanged notebook meta #736 (@vidartf)
- Ensure collapsed mergepane border #731 (@vidartf)
Bugs fixed
Maintenance and upkeep improvements
- Test the releaser fix for tag format #737 (@fcollonval)
- Bump axios from 1.5.1 to 1.6.1 #734 (@dependabot)
Contributors to this release
v4.0.0rc0
4.0.0rc0
Enhancements made
- Add translation for the frontend in Lab #709 (@fcollonval)
- Add support for using cell ID in diffing and merging #639 (@vidartf)
Bugs fixed
- CM6: Fix spacing between editors #728 (@HaudinFlorence)
- Fix drag and drop #723 (@fcollonval)
- Do not collapse editor lines in single editor #719 (@fcollonval)
- Improve alignment #717 (@fcollonval)
- Add CSS files in nbdime package #715 (@fcollonval)
Maintenance and upkeep improvements
- Bump JS packages to rc.0 #730 (@fcollonval)
- Bump @babel/traverse from 7.22.5 to 7.23.2 #713 (@dependabot)
- Set up releaser #710 (@fcollonval)
Documentation improvements
- Update test badge #725 (@fcollonval)
- Bump version #712 (@fcollonval)
Other merged PRs
- Fix editor background color #714 (@HaudinFlorence)
Contributors to this release
(GitHub contributors page for this release)
@dependabot | @fcollonval | @github-actions | @HaudinFlorence | @krassowski | @vidartf
3.2.1
3.2.0
What's Changed
- Format note and code correctly on installation page by @joelostblom in #605
- Doc: precise configuration option by @brunetton in #589
- Remove usage of ipython_genutils by @blink1073 in #618
- add GitHub URL for PyPI by @andriyor in #617
- Make INFO text more readable in black terminal by @tallamjr in #615
- Compatible with asynchronous contentsmanager by @icankeep in #596
- Copyedits to docs/source/index.rst by @Daniel-Mietchen in #623
- Move global flags to start of regex by @singingwolfboy in #640
- support Python 3.11 by @singingwolfboy in #644
- Update typescript by @gwincr11 in #641
- Update cell marker format to use bold correctly by @mlucool in #648
- Jupyter server 2.0 compatability fixes by @vidartf in #649
- Replace mock with unittest.mock by @yan12125 in #651
- Fix typo by @saiwing-yeung in #657
- Add notebook 6 server extension support (w/tests) by @vidartf in #656
Full Changelog: 3.1.1...3.2.0
1.1.1
Full Changelog: 1.1.0...1.1.1
3.1.1
What's Changed
- Fix the dev build by @vidartf in #603
- Fixes for GHA CI by @vidartf in #604
- Support python 3.10 by @kr0p07k1n in #607
New Contributors
- @kr0p07k1n made their first contribution in #607
Full Changelog: 3.1.0...3.1.1