@jupyterlab/mainmenu
Advanced tools
Comparing version 2.0.0-rc.1 to 2.0.0-rc.2
// Copyright (c) Jupyter Development Team. | ||
// Distributed under the terms of the Modified BSD License. | ||
import { MenuSvg } from '@jupyterlab/ui-components'; | ||
import { ArrayExt } from '@lumino/algorithm'; | ||
import { DisposableDelegate } from '@lumino/disposable'; | ||
import { Menu } from '@lumino/widgets'; | ||
/** | ||
@@ -21,3 +21,4 @@ * An extensible menu for JupyterLab application menus. | ||
this._isDisposed = false; | ||
this.menu = new Menu(options); | ||
// render menu with inline svg icon tweaks | ||
this.menu = new MenuSvg(options); | ||
this._includeSeparators = includeSeparators; | ||
@@ -24,0 +25,0 @@ } |
{ | ||
"name": "@jupyterlab/mainmenu", | ||
"version": "2.0.0-rc.1", | ||
"version": "2.0.0-rc.2", | ||
"description": "JupyterLab - Main Menu", | ||
@@ -38,9 +38,10 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^2.0.0-rc.1", | ||
"@jupyterlab/services": "^5.0.0-rc.1", | ||
"@jupyterlab/apputils": "^2.0.0-rc.2", | ||
"@jupyterlab/services": "^5.0.0-rc.2", | ||
"@jupyterlab/ui-components": "^2.0.0-rc.3", | ||
"@lumino/algorithm": "^1.2.3", | ||
"@lumino/commands": "^1.9.2", | ||
"@lumino/commands": "^1.10.1", | ||
"@lumino/coreutils": "^1.4.2", | ||
"@lumino/disposable": "^1.3.4", | ||
"@lumino/widgets": "^1.10.2" | ||
"@lumino/disposable": "^1.3.5", | ||
"@lumino/widgets": "^1.11.1" | ||
}, | ||
@@ -55,3 +56,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "f63172ca32a55068f13518319ac0d871bfa582f3" | ||
"gitHead": "922e0a5e37db645c35e7cab267f888556ac56518" | ||
} |
Sorry, the diff of this file is not supported yet
45279
1053
8