Changelog History
Page 3
-
v4.0.0.a19 Changes
โจ Enhancements made
- ๐ Mentions pip3 for macOS users in docs #11816 (@jweill-aws)
- ๐ Fix overlapped shadow for scrolling output cell #11785 (@thesinepainter)
- โฌ๏ธ Drop familyName from the ICurrentUser interface #11774 (@hbcarlos)
- List workspaces #11730 (@fcollonval)
- Keyboard shortcuts related to collapsible headings #11615 (@schmidi314)
- โก๏ธ Update variable renderer panels #11171 (@fcollonval)
๐ Bugs fixed
- ๐ Fix for Code Mirror width. Indentation changes made #11814 (@pree-T)
- ๐ Preserve breakpoint gutter when cells are moved. #11766 (@fcollonval)
๐ง Maintenance and upkeep improvements
- โก๏ธ Update
vscode-debugprotocol
to@vscode/debugprotocol
#11812 (@jtpio) - โ Remove trailing slash from translations request #11783 (@davidbrochart)
๐ Documentation improvements
- โก๏ธ Update trove classifier #11819 (@fcollonval)
- ๐ Mentions pip3 for macOS users in docs #11816 (@jweill-aws)
- Keyboard shortcuts related to collapsible headings #11615 (@schmidi314)
API and Breaking Changes
- Keyboard shortcuts related to collapsible headings #11615 (@schmidi314)
- โก๏ธ Update variable renderer panels #11171 (@fcollonval)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @agoose77 | @andrewfulton9 | @baggiponte | @blink1073 | @davidbrochart | @fcollonval | @github-actions | @hbcarlos | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @jweill-aws | @krassowski | @meeseeksdev | @meeseeksmachine | @pree-T | @schmidi314 | @telamonian | @thesinepainter | @welcome
<!-- -->
-
v4.0.0.a18 Changes
โจ Enhancements made
- โ Remove
Install
,Update
andUninstall
buttons from the extension manager UI #11751 (@jtpio) - โ Add JSX CodeMirror mode #11666 (@krassowski)
- ๐ Move the top area spacer to a different plugin #11654 (@jtpio)
- โ Add
closeOnExit
terminal option #11637 (@davidbrochart) - โ Remove leading slash from console path #11626 (@davidbrochart)
- Toggle side-by-side rendering for current notebook #11608 (@echarles)
- ๐ Allow to link factory to file type when adding it #11540 (@fcollonval)
- ๐ Use transform to quickly switch between tabs. #11074 (@fcollonval)
๐ Bugs fixed
- ๐ Fix semantic wrap words command #11767 (@fcollonval)
- โช Restore compact notebook layout on mobile #11762 (@jtpio)
- ๐ Ensure browser attributes are set in plugin adding it #11758 (@fcollonval)
- ๐ Fix handling of disabled extensions #11744 (@jtpio)
- โก๏ธ Removing early bail out in ToC widget update #11711 (@schmidi314)
- โก๏ธ updates debugger icon css to work with white panel background #11688 (@andrewfulton9)
- Ensure the dialog does not close if you drag outside by mistake #11673 (@echarles)
- โ Add JSX CodeMirror mode #11666 (@krassowski)
๐ง Maintenance and upkeep improvements
- โ Remove the
jedi
pin on CI #11771 (@jtpio) - ๐ Fix integrity failure on CI #11770 (@jtpio)
- โ Remove deprecated
KarmaTestApp
andJestApp
#11742 (@jtpio) - โ Remove the
Promise.allSettled
polyfill #11741 (@jtpio) - โฌ๏ธ Drop support for Python 3.6 #11740 (@jtpio)
- โก๏ธ Update
lighthouse
dependency in@jupyterlab/testutils
#11739 (@jtpio) - โ Remove custom type definitions for
sort-package-json
#11712 (@jtpio) - โก๏ธ Update typedoc to
0.22.10
#11707 (@hbcarlos) - โฌ๏ธ Drop support for
externalExtensions
#11705 (@jtpio) - โ Remove the
watch
dependency from the examples #11697 (@jtpio) - โฌ๏ธ Bump nth-check from 2.0.0 to 2.0.1 #11695 (@dependabot)
- โ Remove references to
blueprintjs
inensure-repo
#11694 (@jtpio) - โ Remove the
add:sibling
script #11685 (@jtpio) - โ Remove the
create:theme
script #11683 (@jtpio) - โ Remove Storybook #11649 (@jtpio)
- โฌ๏ธ Drop testing Python 3.6, test on Python 3.10 #11646 (@jtpio)
- ๐ท pyproject.toml: clarify build system version #11642 (@adamjstewart)
- โ Add test for
benchmark.distributionChange
#11573 (@fcollonval) - โฌ๏ธ Bump
url-parse~1.5.4
#10755 (@krassowski)
๐ Documentation improvements
- โ Add text on how to run it in a dir other than home #11761 (@TheOtherRealm)
- ๐ Use shields.io badge for Gitpod editor #11750 (@krassowski)
- Encourage new contributors to send draft PR over asking for permission #11746 (@krassowski)
- โ Remove deprecated
KarmaTestApp
andJestApp
#11742 (@jtpio) - ๐ Fix formatting in extension migration docs #11706 (@jtpio)
- โฌ๏ธ Drop support for
externalExtensions
#11705 (@jtpio) - โ Remove the
add:sibling
script #11685 (@jtpio) - โ Remove the
create:theme
script #11683 (@jtpio) - โช Make
ILayoutRestorer
optional in the extension tutorial #11677 (@jtpio) - ๐ Fix changelog link #11668 (@krassowski)
- ๐ Triage documentation #11661 (@jweill-aws)
- ๐ Move the top area spacer to a different plugin #11654 (@jtpio)
API and Breaking Changes
- โ Remove deprecated
KarmaTestApp
andJestApp
#11742 (@jtpio) - โ Remove the
add:sibling
script #11685 (@jtpio) - โ Remove the
create:theme
script #11683 (@jtpio) - โ Add
closeOnExit
terminal option #11637 (@davidbrochart)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @adamjstewart | @andrewfulton9 | @bollwyvl | @davidbrochart | @dependabot | @echarles | @ellisonbg | @fcollonval | @github-actions | @hbcarlos | @jasongrout | @JohanMabille | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @jweill-aws | @krassowski | @meeseeksdev | @meeseeksmachine | @schmidi314 | @welcome
- โ Remove
-
v4.0.0.a17 Changes
โจ Enhancements made
- ๐จ Specifying print CSS rules for notebooks #11635 (@SylvainCorlay)
- โ Add a user package to represent the current connected user #11443 (@hbcarlos)
๐ Bugs fixed
- ๐ Fix menu items for toc #11622 (@fcollonval)
๐ง Maintenance and upkeep improvements
- โฌ๏ธ Bump nth-check from 2.0.0 to 2.0.1 in /jupyterlab/staging #11629 (@dependabot)
- โก๏ธ Update to TypeScript 4.5 #11594 (@jtpio)
- RTC shared model: Rename createCellFromType into createCellFromModel #11538 (@martinRenou)
๐ Fix menu items for toc #11622 (@fcollonval)
RTC shared model: Rename createCellFromType into createCellFromModel #11538 (@martinRenou)
โ Add a user package to represent the current connected user #11443 (@hbcarlos)
API and Breaking Changes
- ๐ Fix menu items for toc #11622 (@fcollonval)
- RTC shared model: Rename createCellFromType into createCellFromModel #11538 (@martinRenou)
- ๐ Make
NotebookPanel._onSave
private #10420 (@jtpio)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @blink1073 | @dependabot | @ellisonbg | @fcollonval | @github-actions | @hbcarlos | @jtpio | @jupyterlab-probot | @krassowski | @martinRenou | @SylvainCorlay | @welcome
<!-- -->
-
v4.0.0.a16 Changes
โจ Enhancements made
- Increase title width in simple mode #11546 (@SylvainCorlay)
- 0๏ธโฃ User defined default viewer take precedence for rendered factory #11541 (@fcollonval)
- โ Add side-by-side rendering as global setting #11533 (@jess-x)
- ๐ Feature/optional hidden cells button (v2) #11519 (@schmidi314)
- Attempt removing use of flexbox in the notebook DOM #11508 (@SylvainCorlay)
- ๐ Tweak CSS for scrolled outputs #11478 (@jtpio)
- ๐ Recommend trying prebuilt extension version in the build failure dialog #11476 (@krassowski)
- โช Makes restorer parameter optional in toc-extension #11445 (@jweill-aws)
- perf: scroll active toc item into view #11413 (@skyetim)
- 0๏ธโฃ Set default ui font to
system-ui
#11388 (@jasongrout) - โ Add a command to open a file from a URL #11387 (@jtpio)
- ๐ฎ Force semantic commands to use command #11386 (@fcollonval)
- ๐ฆ Creates a new accordion panel with toolbar in the ui-components package #11369 (@hbcarlos)
- Toc running cell indicator #11356 (@andrewfulton9)
๐ Bugs fixed
- overrides.json definition takes precedence #11610 (@fcollonval)
- ๐ Fix markdown benchmark snapshot #11575 (@fcollonval)
- Increase notebook-cell margin in side-by-side mode #11539 (@jess-x)
- Cell YModel: Fix setAttachment method #11529 (@martinRenou)
- ๐ Support file type extension with upper case #11526 (@fcollonval)
- ๐ Sync dirty property between clients #11525 (@hbcarlos)
- ๐ Allow cross-file anchors with leading number #11517 (@loichuder)
- โก๏ธ Update
sanitize-html
pin to3.5.3
#11510 (@krassowski) - ๐ฆ Connecting toggleCollapsedSignal to handler right at creation of Markโฆ #11505 (@schmidi314)
- ๐ Update ModelDB metadata when switching the shared model #11493 (@hbcarlos)
- ๐ Fix Tex highlights affecting Markdown with standalone
$
#11488 (@krassowski) - ๐ Fix malformed fenced code block Markdown rendering #11479 (@krassowski)
- โ Add background to the reference iframes to fix contrast #11477 (@krassowski)
- ๐ Fix
undomanager
paste regression - fixes #10928 #11471 (@dmonad) - Only show the head of the outputs and ensure iopub outputs are correctly displayed #11457 (@echarles)
- ๐จ regenerate server connection settings for printing #11454 (@mbektas)
- ๐ Fix json schema for kernel status settings #11451 (@fcollonval)
- โก๏ธ Do not update contextual help inspector if there would be no change. #11447 (@jasongrout)
- ๐ Handle relative paths to
themePath
andschemaDir
#11427 (@jtpio)
๐ง Maintenance and upkeep improvements
๐ Fix Benchmark tests (revert #11607) #11623 (@0x2b3bfa0)
โก๏ธ Benchmark tests broken following update of NodeJS in ubuntu image #11607 (@fcollonval)
โ Remove
@types/webpack-env
fromui-components
#11587 (@jtpio)๐ Explicitly build JupyterLab in dev-mode #11580 (@fcollonval)
๐ Revert "Temporary fix for release checker pinning vega-embed" #11578 (@fcollonval)
๐ Fix markdown benchmark snapshot #11575 (@fcollonval)
๐ Temporary fix for release checker pinning vega-embed #11571 (@fcollonval)
๐ท postcss 8.4.0 breaks integrity 2 CI test #11552 (@fcollonval)
โฌ๏ธ Bump tar from 4.4.13 to 4.4.19 #11536 (@dependabot)
โฌ๏ธ Bump tmpl from 1.0.4 to 1.0.5 #11512 (@dependabot)
โฌ๏ธ Bump semver-regex from 3.1.2 to 3.1.3 #11511 (@dependabot)
โก๏ธ Update
sanitize-html
pin to3.5.3
#11510 (@krassowski)โ Increase notebook markdown test robustness #11507 (@fcollonval)
Enforce labels on PRs #11496 (@blink1073)
๐ Update release instructions and add video #11487 (@blink1073)
โฌ๏ธ Reduce flake on non-LaTeX highlighting test #11470 (@krassowski)
๐ Merge duplicated namespace #11461 (@fcollonval)
โก๏ธ Close answered issues more quickly if there are no updates. #11446 (@jasongrout)
๐ Use the root yarn.lock in staging when making a release. #11433 (@jasongrout)
Enforce ascii-only identifiers #11432 (@jasongrout)
โก๏ธ Update Lumino to latest versions #11425 (@jasongrout)
Document notebook DOM structure #11609 (@SylvainCorlay)
โก๏ธ Update Affiliations #11596 (@blink1073)
Missing parenthesis #11590 (@davidbrochart)
๐ Fix some keywords in typedoc #11542 (@fcollonval)
๐ Fix docstring for cell footer #11503 (@martinRenou)
โก๏ธ Update screenshots and text for user interface docs #11499 (@krassowski)
๐ Update release instructions and add video #11487 (@blink1073)
๐ Update the release documentation to recommend using the Jupyter Releaser #11440 (@jtpio)
API and Breaking Changes
- ๐ฆ Creates a new accordion panel with toolbar in the ui-components package #11369 (@hbcarlos)
- Toc running cell indicator #11356 (@andrewfulton9)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @0x2b3bfa0 | @andrewfulton9 | @blink1073 | @bollwyvl | @davidbrochart | @dependabot | @dmonad | @echarles | @ellisonbg | @fcollonval | @github-actions | @hbcarlos | @isabela-pf | @jasongrout | @jess-x | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @jweill-aws | @krassowski | @loichuder | @martinRenou | @mbektas | @meeseeksdev | @schmidi314 | @skyetim | @SylvainCorlay | @trungleduc | @welcome | @williamstein | @yuvipanda
-
v4.0.0.a15 Changes
โจ Enhancements made
- โ Remove
Blueprint
#11173 (@fcollonval) - โ Add execution progress indicator #10730 (@trungleduc)
๐ Bugs fixed
- โฌ๏ธ Bump Yjs dependencies and fix modeldb overwriting yjs content #11398 (@dmonad)
- ๐ Make
orig_nbformat
optional #11005 #11370 (@nanoant) - ๐ Fix Handling of WebSocket Startup Errors #11358 (@blink1073)
- โก๏ธ Only trigger dirty status update on value changes #11346 (@krassowski)
- โก๏ธ Updated dialog with text to a reasonable width #11331 (@3coins)
- ๐ Fix for terminal theme style #11291 (@3coins)
๐ง Maintenance and upkeep improvements
- ๐ Makes
ILabShell
optional intoc
extension #11420 (@jweill-aws) - โ Add
jupyterlab
prefix to theGalata
artifacts #11405 (@jtpio) - ๐ Fix rebuilding JLab in benchmark CI #11399 (@fcollonval)
- Modify dump of
webpack
config to includeRegEx
expressions #11397 (@rfox12) - ๐ Fix
release_test
#11390 (@fcollonval) - โ Removed
cat package.json
#11372 (@ceesu) - ๐ Fix comment on PR action #11354 (@fcollonval)
- โ
Relax
@playright/test
dependency in Galata #11112 (@jtpio)
๐ Documentation improvements
- ๐ Improve documentation on galata setup #11391 (@fcollonval)
- ๐ Fix links #11378 (@krassowski)
- โ Adds command to docs to install
canvas
dependencies #11365 (@jweill-aws) - Recommend providing screenshots for translators #11357 (@krassowski)
- ๐ Fix outdated
clearSignalData
reference (nowSignal.clearData
) #11339 (@krassowski) - โ Remove
Blueprint
#11173 (@fcollonval) - โ Adds recommendation to install
Prettier
extension #11363 (@jweill-aws)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @3coins | @blink1073 | @ceesu | @davidbrochart | @dmonad | @ellisonbg | @fcollonval | @github-actions | @jasongrout | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @jweill-aws | @krassowski | @meeseeksdev | @nanoant | @rfox12 | @trungleduc | @welcome | @williamstein | @Zsailer
<!-- -->
- โ Remove
-
v4.0.0.a14 Changes
โจ Enhancements made
๐ Bugs fixed
- ๐ Fix for debugger not working for scripts #11311 (@3coins)
- โ Added handling of '\r' ended files #11310 (@lucabarcelos)
- โก๏ธ Emit
indexChanged
on model state updates #11298 (@krassowski) - ๐ Fix ANSI vs URL conflict, prefix
www.
withhttps://
#11272 (@krassowski) - Normalize cell source \r line endings #11271 (@jasongrout)
๐ง Maintenance and upkeep improvements
- Pass version spec as an input #11322 (@jtpio)
- โ Added debugger UI tests for scripts #11319 (@3coins)
- โก๏ธ Update the latest
@lumino
packages #11281 (@jtpio) - โฌ๏ธ Extension upgrade script: Avoid throwing exceptions for certain package.json files #11278 (@ammgws)
- โ UI tests for debugger #11250 (@3coins)
- โ Run comparative benchmark #11128 (@fcollonval)
๐ Documentation improvements
- โ Add note on weekly dev notes #11317 (@fcollonval)
- amend changelog - follow up issue 11304 #11309 (@achimgaedke)
- โก๏ธ update the binder sha to the latest demo version #11302 (@akhmerov)
- โ Add note on the server parameter for hidden files. #11293 (@fcollonval)
- Clarify sidebar switching settings #11270 (@joelostblom)
- โ Add missing changelog entry from 4.0.0a13 #11268 (@blink1073)
- โ Run comparative benchmark #11128 (@fcollonval)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @3coins | @achimgaedke | @akhmerov | @ammgws | @blink1073 | @ellisonbg | @fcollonval | @github-actions | @jasongrout | @joelostblom | @jtpio | @jupyterlab-probot | @krassowski | @lucabarcelos | @welcome
-
v4.0.0.a13 Changes
๐ Bugs fixed
- ๐ Fix Webpack crypto handling #11249 (@blink1073)
๐ง Maintenance and upkeep improvements
- โ Add documentation label to markdown files #11262 (@blink1073)
- ๐ Fix nbconvert compatibility with fips-enabled openssl #11261 (@blink1073)
๐ Documentation improvements
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @blink1073 | @github-actions | @jupyterlab-probot
-
v4.0.0.a12 Changes
โจ Enhancements made
- Enable document wide history tracking #10949 (@echarles)
- ๐ง Make check margin between last modified timestamps on disk and client configurable #11153 (@ph-ph)
- โ Add a menu entry to show/hide hidden files in the filebrowser #10769 (@loichuder)
- โ Add option to choose checkpoint #9670 (@hMED22)
๐ Bugs fixed
- ๐ Use standard hash type in webpack build #11234 (@blink1073)
- โ Remove format from fetching options if null #11229 (@loichuder)
- don't continuously
cd('/')
when already in / #11219 (@minrk) - Properly reset layout when toggling simple mode. #11203 (@jasongrout)
- ๐ Fix renaming issue in collaborative mode #11197 (@dmonad)
- Restore workspace and open tree path #11168 (@fcollonval)
- ๐ Share notebook's metadata #11064 (@hbcarlos)
๐ง Maintenance and upkeep improvements
- ๐ Run Linter #11238 (@blink1073)
- ๐ Fix Release Check #11218 (@fcollonval)
- ๐ Check i18n will pass on zeroed patch pre-release version #11214 (@fcollonval)
- ๐ Handle case when JupyterHub returns 424 for not running server #11205 (@yuvipanda)
- ๐จ refactor window.open to make it work also in desktop app #11202 (@mbektas)
- ๐ Rename "JupyterLab Theme" to "Theme" #11198 (@jtpio)
- ๐ Use only context and id to check i18n #11190 (@fcollonval)
- โก๏ธ Update webpack dependencies #11184 (@jtpio)
- Correct galata repository urls #11181 (@fcollonval)
- ๐ Fix kernelspec logo handling #11175 (@jtpio)
- โ Remove unused command id in the translation extension #11164 (@jtpio)
- ๐คก Resolve typing errors in kernel mocks #11159 (@ph-ph)
๐ Documentation improvements
๐ Other merged PRs
- Forwardport changelog entries #11240 (@blink1073)
- ๐ Use disableDocumentWideUndoRedo instead of enableDocumentWideUndoRedo #11215 (@echarles)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @blink1073 | @dmonad | @echarles | @ellisonbg | @fcollonval | @github-actions | @goanpeca | @hbcarlos | @hMED22 | @isabela-pf | @jasongrout | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @krassowski | @loichuder | @mbektas | @meeseeksdev | @meeseeksmachine | @minrk | @ph-ph | @SylvainCorlay | @welcome | @yuvipanda
<!-- -->
-
v4.0.0.a11 Changes
โจ Enhancements made
- reuse cell id of cut cell on cut + paste #11138 (@smacke)
- โ Add ability to hide the header bar in simple mode #11107 (@fcollonval)
- ๐ Fetch translations via the
ServerConnection.ISettings
#11091 (@jtpio) - โ Add Side-by-side Rendering #10648 (@jess-x)
๐ Bugs fixed
- Normalize notebook cell line endings to \n #11141 (@jasongrout)
- ๐ Fix auto close brackets for console #11137 (@ohrely)
- ๐ Improve the reactive toolbar #11108 (@fcollonval)
- ๐ use posix explicitly for PathExt #11099 (@mbektas)
- โก๏ธ Update the lock after every request #11092 (@hbcarlos)
๐ง Maintenance and upkeep improvements
- ๐ Fix the "Edit on GitHub" link #11149 (@krassowski)
- ๐จ Refactor
BenchmarkReporter
#11090 (@trungleduc)
๐ Documentation improvements
- ๐ fix up #11117 - typo in docs: page_config.json #11152 (@achimgaedke)
- ๐ Fix the "Edit on GitHub" link #11149 (@krassowski)
- โ Remove item from changelog that slips through #11110 (@fcollonval)
- โ Add a note on the Jupyter Releaser in the extension tutorial #11085 (@jtpio)
- Simplify installation instructions in README #10559 (@chrisyeh96)
๐ Other merged PRs
- โฌ๏ธ Bump nth-check from 2.0.0 to 2.0.1 in /jupyterlab/staging #11109 (@dependabot)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @achimgaedke | @blink1073 | @chrisyeh96 | @dependabot | @echarles | @fcollonval | @github-actions | @goanpeca | @hbcarlos | @jasongrout | @jess-x | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @krassowski | @mbektas | @meeseeksdev | @ohrely | @smacke | @trungleduc | @welcome
-
v4.0.0.a10 Changes
โจ Enhancements made
- โ Remove retry part from test folder name #11070 (@fcollonval)
๐ Bugs fixed
- Indent comments (#6957) #11063 (@josephrocca)
- ๐ Retain the rtc lock until the user releases it #11026 (@hbcarlos)
- ๐ Fix user preferences not being considered for Text Editor #10868 (@Mithil467)
- ๐ Improve resizing behavior of debugger panels #10653 (@trungleduc)
๐ง Maintenance and upkeep improvements
- โ Skip flaky debugger test #11083 (@fcollonval)
- ๐ Fix/duplicate-statement #11082 (@fcollonval)
- โช Revert "Constrain ipykernel version on CI" #11076 (@jtpio)
- Check changes on translatable strings #11036 (@fcollonval)
๐ Documentation improvements
- ๐ Split settings schema for inclusion in documentation #11067 (@fcollonval)
๐ Contributors to this release
๐ (GitHub contributors page for this release)
โก๏ธ @blink1073 | @fcollonval | @github-actions | @hbcarlos | @josephrocca | @jtpio | @jupyterlab-dev-mode | @jupyterlab-probot | @krassowski | @Mithil467 | @trungleduc | @welcome