Changelog History
Page 5
-
v3.4.0.rc0 Changes
β¨ Enhancements made
- 0οΈβ£ Display default value in setting editor for changed values #12468 (@echarles)
- π Uses dark theme for Vega when JupyterLab theme is dark #12411 (@jweill-aws)
- π¦ Creates cell-toolbar, cell-toolbar-extension packages and populates toolbar #12028 (@jweill-aws)
- π» Customize the file browser toolbar via the settings #12441 (@fcollonval)
- π» Wait until file browser commands are ready before activating file browser widget #12435 (@fcollonval)
- β Add a "New Tab" button that opens the launcher #12195 (@ajbozarth)
- Simplify galata import by proxying
expect
#12311 (@fcollonval) - Open terminal in cwd from launcher #12250 (@rccern)
- β Add support for filtering by field names in setting editor #12082 (@marthacryan)
- π Use transform to quickly switch between tabs. #11074 (@fcollonval)
- Pop up select kernel dialog when run a cell without kernel #12379 (@a3626a)
- π Allow LauncherModel to be more extendable #12344 (@ajbozarth)
- β Add argument
searchText
andreplaceText
to search and replace commands #12310 (@fcollonval) - β Add argument line and column to codemirror go to line command #12204 (@fcollonval)
- 0οΈβ£ Default is no virtual rendering + Relax virtual notebook rendering and ensure no structural change until rendering is completed #12258 (@echarles)
π Bugs fixed
- Check if process is declared before optional chaining in makeSettings #12472 (@fcollonval)
- π¦ Signal should only export ISignal publicly #12471 (@fcollonval)
- π Move cell toolbar below search document widget #12467 (@fcollonval)
- π Use css variable for font size. #12255 (@Carreau)
π§ Maintenance and upkeep improvements
- β Only show duplicate LabIcon warning in debug mode #12480 (@ajbozarth)
- β‘οΈ Update copyright date to 2022 in the about dialog #12474 (@jtpio)
- π Fix update snapshot for 3.4.x #12462 (@fcollonval)
- β‘οΈ Update benchmark snapshots #12451 (@fcollonval)
π Documentation improvements
- π¦ Creates cell-toolbar, cell-toolbar-extension packages and populates toolbar #12028 (@jweill-aws)
- π» Customize the file browser toolbar via the settings #12441 (@fcollonval)
π Deprecated features
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @bollwyvl | @davidbrochart | @echarles | @fcollonval | @gabalafou | @github-actions | @jtpio | @jupyterlab-probot | @jweill-aws | @krassowski | @meeseeksdev | @meeseeksmachine | @welcome
-
v3.3.4 Changes
β¨ Enhancements made
- Type-only and lazy imports of settings widgets #12372 (@fcollonval)
π Bugs fixed
- Position collapse heading button next to corresponding h tag (jupyterβ¦) #12412 (@fcollonval)
- Toolbar items may not act on the proper target #12368 (@fcollonval)
- β Add parent header to input reply kernel message #12376 (@davidbrochart)
- π fix run cells breaking on non-header markdown cells #12027 (@andrewfulton9)
- π Fix debugger extension error when notebooks is closed quickly #12396 (@fcollonval)
- π Changes Vega class name to match source code #12378 (@jweill-aws)
- β Remove circular setting of source #12338 (@hbcarlos)
- Protect against undefined delegated label #10972 (@fcollonval)
π§ Maintenance and upkeep improvements
- π Use pre-commit #12404 (@fcollonval)
- β‘οΈ Update Playwright snapshots from PR comments #12403 (@fcollonval)
- β¬οΈ Bump moment from 2.29.1 to 2.29.2 #12389 (@fcollonval)
π Documentation improvements
- π Fix GitHub link #12410 (@fcollonval)
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @aiqc | @blink1073 | @echarles | @fcollonval | @github-actions | @jasongrout | @jtpio | @jupyterlab-probot | @jweill-aws | @krassowski | @meeseeksdev | @meeseeksmachine | @welcome
-
v3.3.3 Changes
β¨ Enhancements made
- β Add a preferred-dir icon to the file browser crumbs #12354 (@echarles)
- β Adds preferKernel option to JupyterLab code #12260 (@jweill-aws)
- β Add aria progressbar role and data-status for testing in extensions #12238 (@krassowski)
π Bugs fixed
- π Fix Markdown cell generates duplicate toc content (#12312) #12314 (@yangql176)
- π Fix settings with
null
default not getting marked as modified #12240 (@krassowski) - π Allow linear and radial gradient #12276 (@krassowski)
- Don't rely on search results to filter installed extension #12249 (@fcollonval)
- π Fix directory not found error when preferred_dir is set #12220 (@andrewfulton9)
- π Fix state restoration in the notebook extension #12218 (@jtpio)
- π Fix sdist editable install and add tests #12224 (@blink1073)
π§ Maintenance and upkeep improvements
- [3.3.x] Add git-blame-ignore-revs file #12289 (@blink1073)
- [3.3.x] Run black #12282 (@blink1073)
- β Stop using py.test #12262 (@fcollonval)
- Inline
expected_http_error
function fromjupyterlab_server.tests
#12228 (@jtpio)
π Documentation improvements
- [3.3.x] Run black #12282 (@blink1073)
- β Stop using py.test #12262 (@fcollonval)
- β‘οΈ Update link to
jupyterlab-some-package
in docs #12248 (@jtpio) - π Update command in Performance Testing to use the right option #12215 (@jweill-aws)
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @afshin | @aiqc | @ajbozarth | @blink1073 | @bollwyvl | @damianavila | @davidbrochart | @echarles | @fcollonval | @github-actions | @hbcarlos | @isabela-pf | @jtpio | @jupyterlab-probot | @jweill-aws | @krassowski | @marthacryan | @martinRenou | @meeseeksdev | @meeseeksmachine | @mlucool | @rccern | @welcome
-
v3.3.2 Changes
π Bugs fixed
- β Remove use of ipython_genutils #12202 (@blink1073)
π Documentation improvements
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @fcollonval | @github-actions | @jtpio | @jupyterlab-probot | @meeseeksmachine
-
v3.3.1 Changes
β¨ Enhancements made
- β Add a note to command line option that collaborative mode is experimental #12173 (@jasongrout)
- β Adds warning that RTC is experimental #12171 (@jweill-aws)
- Export KernelConnection #12156 (@tkrabel-db)
π Bugs fixed
- π Backport PR #12122: Remove duplicated shortcuts #12181 (@fcollonval)
- Correct the set item logic of
CodeCellModel.onModelDBOutputsChange
#12147 (@trungleduc) - π fix: typo in ShortcutItem component #12161 (@sparanoid)
π Documentation improvements
- β Adds warning that RTC is experimental #12171 (@jweill-aws)
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @davidbrochart | @echarles | @ellisonbg | @fcollonval | @github-actions | @jasongrout | @jtpio | @jupyterlab-probot | @jweill-aws | @krassowski | @martinRenou | @meeseeksmachine | @welcome
-
v3.3
-
v3.3.0.rc0 Changes
β¨ Enhancements made
- π Support dynamic toolbar definition #12078 (@fcollonval)
- Debounce kernel sources filter #12068 (@fcollonval)
- π» Settings UI gives an unreadable JSON dump #12064 (@fcollonval)
- π Polish settings editor #12061 (@fcollonval)
- π» Show pause on exception button when not available #12005 (@andrewfulton9)
π Bugs fixed
- π Handle shutdown error #12048 (@Zsailer)
- π use path-like comparison in
initialize_templates()
#12024 (@kellyyke)
π Documentation improvements
- π Fix anchors and myst configuration #12063 (@fcollonval)
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @echarles | @fcollonval | @github-actions | @jasongrout | @jtpio | @jupyterlab-probot | @krassowski | @meeseeksdev | @meeseeksmachine | @welcome
-
v3.3.0.b0 Changes
β¨ Enhancements made
- π Fix contrast in dark theme of settings editor #12004 (@krassowski)
π Bugs fixed
- π Fix misaligned icon and checkbox of setting editor #11976 (@trungleduc)
π Documentation improvements
- π Fix shell command with unquoted '>' in documentation #12002 (@ErikBjare)
π Other merged PRs
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @bollwyvl | @echarles | @ErikBjare | @fcollonval | @github-actions | @jasongrout | @jtpio | @jupyterlab-probot | @krassowski | @meeseeksmachine | @trungleduc | @welcome
-
v3.3.0.a3 Changes
β¨ Enhancements made
- π Fix for kernel reconnect #11952 (@3coins)
- β Add settings UI #11977 (@fcollonval)
- π Show the kernel sources as a debugger tab and allow the user to break in kernel sources #11954 (@echarles)
- Enable not showing editor for read-only Markdown cells #11950 (@fcollonval)
- β Add side-by-side margin override in the notebookConfig #11880 (@echarles)
- β Add additional
Accel Enter
keyboard shortcuts for thenotebook:run-cell
command #11942 (@jtpio) - β Add execution progress indicator #11941 (@trungleduc)
- π Allow to link factory to file type when adding it #11540 (@fcollonval)
- π» Pause on exception #11923 (@andrewfulton9)
- Increase color contrast in input boxes #11922 (@fcollonval)
π Bugs fixed
- Overrides.json definition takes precedence #11610 (@fcollonval)
- π Adjust
z-index
of execution progress tooltip #11973 (@Sync271) - π Fix the debug modules model #11967 #11968 (@echarles)
- π Fix autocomplete in console #11949 (@fcollonval)
- π Fix issue with empty notebook #11901 (@entropitor)
- Ensure a single modal is opened in case of time conflict savings #11883 (@echarles)
- βͺ Restore line number state when stopping debugger #11768 (@fcollonval)
π§ Maintenance and upkeep improvements
- β‘οΈ Update
vscode-debugprotocol
to@vscode/debugprotocol
#11953 (@fcollonval) - β Add update galata snapshot step #11927 (@fcollonval)
π Documentation improvements
- β‘οΈ Update screenshots and text for user interface docs #11982 (@fcollonval)
- β‘οΈ Update several extensions readme files to delete old content. #11947 (@jasongrout)
- β Remove theme cookiecutter from the docs #11928 (@jtpio)
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @andrewfulton9 | @blink1073 | @bollwyvl | @echarles | @fcollonval | @github-actions | @hbcarlos | @isabela-pf | @jasongrout | @JohanMabille | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @krassowski | @marthacryan | @meeseeksdev | @meeseeksmachine | @mlucool | @Sync271 | @trungleduc | @welcome | @yuvipanda
-
v3.3.0.a2 Changes
β¨ Enhancements made
- β Add startMode setting to define the startup mode #11881 (@echarles)
- β‘οΈ Update variable renderer panels #11874 (@fcollonval)
- π Allow extensions and users to customize easily toolbar items #11873 (@fcollonval)
- β Add debugger variable renderer based on mime type #11871 (@fcollonval)
- β Add a command to open a file from a URL #11870 (@fcollonval)
- List workspaces #11869 (@fcollonval)
- β Add closeOnExit terminal option #11868 (@fcollonval)
- Table of Contents running cell indicator #11804 (@andrewfulton9)
π Bugs fixed
- β Add percent decoding to username #11865 (@fcollonval)
- π Fix Handling of WebSocket Startup Errors #11358 (@blink1073)
π§ Maintenance and upkeep improvements
- π Use
maintainer-tools
base setup action #11595 (@jtpio) - β¬οΈ Drop testing Python 3.6, test on Python 3.10 #11867 (@fcollonval)
- β¬οΈ Drop support for Python 3.6 #11740 (@jtpio)
- π Use the root yarn.lock in staging when making a release #11433 (@jasongrout)
π Documentation improvements
- π Allow extensions and users to customize easily toolbar items #11873 (@fcollonval)
API and Breaking Changes
- Table of Contents running cell indicator #11804 (@andrewfulton9)
π Contributors to this release
π (GitHub contributors page for this release)
β‘οΈ @andrewfulton9 | @fcollonval | @github-actions | @hbcarlos | @isabela-pf | @jtpio | @jupyterlab-probot | @krassowski | @meeseeksdev | @meeseeksmachine | @welcome | @Zsailer