Revisions of python-jupyterlab
buildservice-autocommit
accepted
request 1156028
from
Benjamin Greiner (bnavigator)
(revision 73)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
committed
(revision 72)
- Update to 4.1.4 * Fix creating files in custom drives, fix ContentsManagerMock #15291 (@jtpio) * Fix Theme color is not applied to SwitchKernel ToolbarButton #15924 (@FoSuCloud) * Revert "Prevent command shortcuts from preventing user input" #15938 (@krassowski) * Fix spurious dedent when opening inspector tooltip #15898 (@krassowski) * Add an explicit default for inline completer providers #15899 (@krassowski)
Benjamin Greiner (bnavigator)
committed
(revision 71)
.
Benjamin Greiner (bnavigator)
committed
(revision 70)
- Release 4.1.3 * Fix Pressing enter in console with console run keystroke set to enter creates a newline and runs #15869 (@FoSuCloud) * Fix saving of item positions in reactive toolbar #15843 (@brichet) * Prevent command shortcuts from preventing user input #15790 (@krassowski) * Fix missing signals in file editor adapter #15873 (@krassowski) * Fix codemirror highlight for Python builtin #15805 (@AllanChain) * When attaching only typeset after rendering is completed #15810 (@krassowski) - Release 4.1.2 * Fix highlight sequencing when replacing text in code cells #15803 (@JasonWeill) * Windows platforms, erratic pasting of text into Markdown field #15794 (@kiliansinger) * Restore notebook scrolling on dragging a cell to the viewport edge #15782 (@krassowski) * Fix typing in editable elements inside of open shadow DOM #15774 (@krassowski) - Release 4.1.1 * Correct Alt + number keyboard shortcuts command map #15791 (@g547315) * Catch errors attempting to access document.cookie #15788 (@minrk) * Fix undo/redo in console, fix undo/redo enabled state in file editor #15783 (@krassowski) * Fix console cells not becoming read-only after execution #15779 (@krassowski) * Fix migration of command selectors for shortcuts #15762
Benjamin Greiner (bnavigator)
committed
(revision 69)
- Skip python39: no longer supported since ipython 8.19 (through ipykernel)
buildservice-autocommit
accepted
request 1140087
from
Benjamin Greiner (bnavigator)
(revision 68)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
committed
(revision 67)
- Update to 4.0.11 ## Security fixes * Potential authentication and CSRF tokens leak in JupyterLab (GHSA-44cc-43rp-5947) CVE-2024-22421 * SXSS in Markdown Preview (GHSA-4m77-cmpx-vjc4) CVE-2024-22420 ## Bugs fixed Fixes focus indicator on input checkbox for Firefox #15612 (@alden-ilao) - Update to 4.0.10 ## Bugs fixed * Backport PR #15386: Improve scrolling to heading #15565 (@krassowski) * Workaround focus leaving input box on consecutive submissions #15479 (@krassowski) * Fix search coming back in notebook and editor #15443 (@krassowski) * Fix jupyter labextension watch --help #15542 (@akx) * Fix FormComponent showing error indicators in all fields when using a customValidate function #15464 (@mmichilot) * Fix Shift + L not working in stdin #15440 (@krassowski)
buildservice-autocommit
accepted
request 1128944
from
Benjamin Greiner (bnavigator)
(revision 66)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
committed
(revision 65)
- Update to 4.0.9 ## Bugs fixed * Improve cell toolbar tracker #15314 (@fcollonval) * Do not update filebrowser breadcrumbs when not needed #15387 (@krassowski) * Don't show default value for objects in Settings Editor #15380 (@firai) * Fix highlighting search in an out-of-viewport cell #15376 (@fcollonval) * Fix overreactive scrolling to next cell after Shift + Enter #15288 (@krassowski) * Fix missing default property breaking codemirror overrides.json #15346 (@LJMP) * Fix update button in extension manager #15331 (@nbowditch-einblick) * Fix scrolling when dragging files in the file browser #15318 (@krassowski) * Fix scrolling past long outputs in presence of un-rendered headings #15356 (@krassowski) * Update notebook window on resize if height changes #15357 (@krassowski) * Remove unnecessary requirement from codemirror service plugin #15362 (@paulkim3151) - Release 4.0.8 ## Enhancements made * Expand search box horizontally when text grows long #15266 (@sinistersnare) ## Bugs fixed * Add min width to constrain resizing in side-by-side view #14529 (@dharmaquark)
buildservice-autocommit
accepted
request 1117066
from
Benjamin Greiner (bnavigator)
(revision 64)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
committed
(revision 63)
- Update to 4.0.7 ## Enhancements made * Add the standard SQL mimetype #15180 (@brichet) ## Bugs fixed * Restore horizontal scrolling of outputs for Firefox #15171 (@fcollonval) * Fix text wrapping in the search box #15080 (@eliaslma) * Fix completer documentation panel hiding and animation #15238 (@krassowski) * Fix clicking in the TOC does not scroll #15184 (@parmentelat) * Hide completer when changing notebook tabs #14534 (@nishikantparmariam) * Backport of MathJax double init/font URL fix and binder/log updates #15231 (@bollwyvl) * Restore syntax highlighting for mimetypes with more than one identifier #15175 (@jans-code) * Fix completer width inflation and jitter #15132 (@krassowski) * Fix Show Keyboard Shortcuts command #15170 (@jtpio) * Blur footer for any key that triggers a 'select above', not just ArrowUp #14796 (@smacke) * Fix background-color in <select> elements in dark theme #15098 (@Rmarieta) * Fix selection in active line #15129 (@krassowski) * Remove unusedDocuments, fix culling of foreign documents #15105 (@krassowski)
buildservice-autocommit
accepted
request 1113181
from
Benjamin Greiner (bnavigator)
(revision 62)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
committed
(revision 61)
- Update to 4.0.6 ## Enhancements made * Add more LSP request types #15064 (@krassowski) * Expose processedItemsCache as a protected in CompleterModel #15025 (@krassowski) * Fix filebrowser.open and add ability to provide a factory #14983 (@fcollonval) * Use config compatible with notebook 7 #14978 (@fcollonval) ## Bugs fixed * Fix return type of getMimeTypeByLanguage() #15101 (@krassowski) * Fix documentation panel display logic of the completer #15106 (@trungleduc) * Check applicable provider in ProviderReconciliator #15094 (@trungleduc) * Completer: switch renderer & model on update, update on providers change #15065 (@krassowski) * Fix _updateConstraints missing protected/private classifier. #15066 (@krassowski) * HoverBox: adjust right when moving node to fit within window #15052 (@krassowski) * fixes codemirror settings #15009 (@andrewfulton9) * Pass completion context to shouldShowContinuousHint() #15015 (@krassowski) * Fix translation syntax to extract it by the parser #14979 (@fcollonval) * added title to Close tab icon #14973 (@j264415) ## Maintenance and upkeep improvements * Install playwright browser in jupyterlab.browser_check #15117 (@brichet) * Enable Playwright trace #15087 (@jtpio)
buildservice-autocommit
accepted
request 1104431
from
Benjamin Greiner (bnavigator)
(revision 60)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
accepted
request 1104430
from
Benjamin Greiner (bnavigator)
(revision 59)
- Demote primary flavor recommendation to suggestion - Move entrypoints to python alternatives
Benjamin Greiner (bnavigator)
accepted
request 1104350
from
Benjamin Greiner (bnavigator)
(revision 58)
- Recommend the primary python flavor -- boo#1214354
buildservice-autocommit
accepted
request 1103904
from
Benjamin Greiner (bnavigator)
(revision 57)
baserev update by copy to link target
Benjamin Greiner (bnavigator)
committed
(revision 56)
Benjamin Greiner (bnavigator)
accepted
request 1103785
from
Arun Persaud (apersaud)
(revision 55)
update to latest version
buildservice-autocommit
accepted
request 1102510
from
Benjamin Greiner (bnavigator)
(revision 54)
baserev update by copy to link target
Displaying revisions 21 - 40 of 93