Revisions of python-jupyterlab

Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_iv) committed (revision 13)
- We should work with tornado 4, 5 and 6.
- The bugs were found in tornado 6.0.1 and 6.0.2 were fixed
  by upstream developers
buildservice-autocommit accepted request 782989 from Todd R's avatar Todd R (TheBlackCat) (revision 12)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 782988 from Todd R's avatar Todd R (TheBlackCat) (revision 11)
- Requires nodejs/npm >= 10
buildservice-autocommit accepted request 781253 from Todd R's avatar Todd R (TheBlackCat) (revision 10)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 781252 from Todd R's avatar Todd R (TheBlackCat) (revision 9)
- Update to 2.0.0
  + User-facing changes
    * New user interface for notebook cell tags
    * File info display when hovering on a file in the file browser
    * Support for searching outputs in notebooks
    * ``Ctrl Shift .`` and ``Ctrl Shift ,`` shortcuts move focus to the next and previous tab bar in the main area, respectively
    * ``Shift Home`` and ``Shift End`` shortcuts in a notebook select all cells from the current cell to the top or bottom of a notebook, respectively
    * Explicit "No Kernel" button in the kernel selection dialog for new notebooks
    * Notebook ``recordTiming`` advanced setting to control whether execution timing information is stored in notebook files
    * "Select current running or last run cell" command added (requires notebook ``recordTiming`` advanced setting to be set to true)
    * Codemirror ``lineWiseCopyCut`` advanced setting to control the behavior of the copy/cut keyboard shortcuts when there is no selection
    * Refreshed the command palette and property inspector sidebar icons and user interfaces
    * "New File" and "New Markdown File" items in file browser context menu
    * "Download" item in File menu
    * "Restart Kernel and Run up to Selected Cell" item in notebook Kernel menu
    * In extension manager, the "enable" button is now only shown for installed extensions
    * Dialogs can now be closed by clicking outside of them
    * ``documentsearch:startWithReplace`` command to open the document find overlay with replace. There is not currently a default keyboard shortcut for this, but one can be assigned as a custom keyboard shortcut in Advanced Settings.
    * ``#`` added to the CSV Viewer delimiter options
    * The JSON viewer now only displays structure hints for arrays and empty objects for a more streamlined feel
    * Optional platform-aware keyboard shortcut fields ``linuxKeys``, ``macKeys``, and ``winKeys`` in keyboard shortcut definitions
    * Added options for ``jupyter lab clean`` to clean specific parts of the build, such as ``--extensions``, ``--settings``, ``--static``, and ``--all``
    * Removed the vega 4 and vega-lite 2 renderers (vega 5 and vega-lite 4 is included in JupyterLab by default). These legacy renderers may be available via custom extensions
    * JupyterHub users should use the ``c.Spawner.default_url = '/lab'`` setting instead of the deprecated and now removed ``labhubapp``
  + Backward incompatible changes
    * Switch from ``@phosphor`` to ``@lumino`` dependencies.
    * Factor out the ``settingsregistry`` and ``statedb`` packages from coreutils
    * Rework services architecture (sessions, kernels, terminals) and rename ``ClientSession`` to ``SessionContext``
    * Upgrade to TypeScript 3.7
    * Remove ``polling`` from coreutils in favor for ``@lumino/polling``
    * TypeScript strict null checking in core packages
    * Update state database list method to query based on namespace match.
    * Address code todo items and deprecations for 2.0
    * Update Console panel tracker widgets
    * Update contribution guide to require node v12+
    * New API for the ``Running`` sidebar extension
    * Clean up handling of icons under unified LabIcon
  + Other changes
    * New property inspector used to display the properties of the currently selected main area widget
    * Allow metadata for launcher items
    * Allow default file browser to restore manually.
    * Upgrade bundled yarn to 1.21.1
    * Make session dialogs configurable
    * Support transient editor configs
    * Optionally force new browser tab
    * Update core dependencies (e.g., ``codemirror``, ``xterm.js``, ``markdown``, ``fontawesome``, etc.)
    * Add storybook to ``ui-components``
    * Add explicit documentation encouraging people to re-use lab components
    * Enable TypeScript sourcemaps for debugging locally installed labextensions
    * Add ``UseSignal`` example to the docs
    * Add ``env`` prop to kernel options
    * Add kernelspec metadata
    * Allow different mimetypes for the clipboard data
    * Add password dialog to apputils
    * Alias phosphor packages to lumino to allow a deprecation period for phosphor
    * Match react version in ui-components peerdependencies
    * Fix lint-staged for both win and mac
    * Update websocket workaround for node environments
    * Fix handling of linked extensions
    * Fix extension compatibility checks for prereleases and extensions supporting multiple major versions of JupyterLab
    * Teach update-dependency about more range specifiers and make it adopt the current range for any tag
    * Add support for giving a rank to items in the top area
    * Apply all options to the initial JupyterLab application instance
  + Bugfixes
    * "Copy Shareable Link" in the file browser context menu now properly works in JupyterHub
    * Update Mathjax CDN in the cell and console examples
    * Revert ensure-max-old-space now that Node 12+ has better default memory ceilings
    * Resolve race condition between default file browser and tree urls.
    * Fix handling of code editor refresh
    * Start new notebooks in edit mode
    * Use consistent versions of React
    * Add scrollbar styles to nbconvert-css
    * Close output views when corresponding notebooks are closed
    * Fixed incorrect white background for new command palette icon
    * Block fetching the settings for a plugin that is disabled
    * When timing metadata changes, ensure signal fires
    * Prevent memory leaks in Vega renderer
    * Handle cell execution cancellation when cell is disposed
    * Fix dropdown option style issue on Windows
    * Make sure label is linked to a control when checking for element type
    * Refine log console message UX
    * Fix multicursor backspacing
    * Reset log display and count when non-notebook tab gets activated
    * Fix Safari multiple tabs by working around a Safari bug.
    * Skip custom click behavior on links when the download attribute is set
    * Fix context menu hit test to deal with SVG nodes.
    * Fix overwriting of target attribute of anchors rendered by ``IPython.display``
    * Fix file browser location in tree view
    * Stop too many fetch calls in docmanager-extension
    * Ensures that ``Shift Tab`` dedent shortcut works correctly in the file editor
    * Fix unexpected jump to last search result when using documentsearch
    * Fixed refresh issue for html viewer
    * Fix for center-aligned images with IPython.display.image
    * Changes to setting editor should trigger application dirty state
    * Move vega from "devdependencies" to "dependencies"
    * Restore default file browser manually.
    * Use default ``app_dir`` when ``app_dir`` is ``''``
buildservice-autocommit accepted request 768087 from Todd R's avatar Todd R (TheBlackCat) (revision 8)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 768086 from Todd R's avatar Todd R (TheBlackCat) (revision 7)
- Update to 1.2.6
  * Update dependencies
buildservice-autocommit accepted request 764775 from Todd R's avatar Todd R (TheBlackCat) (revision 6)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 764774 from Todd R's avatar Todd R (TheBlackCat) (revision 5)
- Update to 1.2.4
  * update yarn.lock
  * update terser dep
buildservice-autocommit accepted request 755892 from Todd R's avatar Todd R (TheBlackCat) (revision 4)
baserev update by copy to link target
Todd R's avatar Todd R (TheBlackCat) accepted request 755664 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 3)
Use pyproject_install macro (boo#1094323)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 755333 from Todd R's avatar Todd R (TheBlackCat) (revision 2)
initialized devel package after accepting 755333
Todd R's avatar Todd R (TheBlackCat) accepted request 755332 from Todd R's avatar Todd R (TheBlackCat) (revision 1)
Renamed jupyter-jupyterlab
Displaying revisions 81 - 93 of 93
openSUSE Build Service is sponsored by