@jupyterlab/cells
Advanced tools
Comparing version 0.4.0 to 0.5.0
@@ -102,6 +102,6 @@ "use strict"; | ||
if (this._rendered) { | ||
layout.removeWidget(this._rendered); | ||
this._rendered.parent = null; | ||
} | ||
else { | ||
layout.removeWidget(this._editor); | ||
this._editor.parent = null; | ||
} | ||
@@ -117,3 +117,3 @@ this._rendered = widget; | ||
if (this._rendered) { | ||
layout.removeWidget(this._rendered); | ||
this._rendered.parent = null; | ||
layout.addWidget(this._editor); | ||
@@ -120,0 +120,0 @@ } |
{ | ||
"name": "@jupyterlab/cells", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"description": "JupyterLab - Notebook Cells", | ||
@@ -16,12 +16,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@jupyterlab/codeeditor": "^0.4.0", | ||
"@jupyterlab/codemirror": "^0.4.0", | ||
"@jupyterlab/coreutils": "^0.4.0", | ||
"@jupyterlab/outputarea": "^0.4.0", | ||
"@jupyterlab/rendermime": "^0.4.0", | ||
"@jupyterlab/services": "^0.43.0", | ||
"@phosphor/coreutils": "^1.0.0", | ||
"@phosphor/messaging": "^1.0.0", | ||
"@phosphor/signaling": "^1.0.0", | ||
"@phosphor/widgets": "^1.0.0" | ||
"@jupyterlab/codeeditor": "^0.5.0", | ||
"@jupyterlab/codemirror": "^0.5.0", | ||
"@jupyterlab/coreutils": "^0.5.0", | ||
"@jupyterlab/outputarea": "^0.5.0", | ||
"@jupyterlab/rendermime": "^0.5.0", | ||
"@jupyterlab/services": "^0.44.0", | ||
"@phosphor/coreutils": "^1.1.0", | ||
"@phosphor/messaging": "^1.2.0", | ||
"@phosphor/signaling": "^1.2.0", | ||
"@phosphor/widgets": "^1.2.0" | ||
}, | ||
@@ -28,0 +28,0 @@ "devDependencies": { |
66194
+ Added@jupyterlab/application@0.5.0(transitive)
+ Added@jupyterlab/apputils@0.5.0(transitive)
+ Added@jupyterlab/codeeditor@0.5.0(transitive)
+ Added@jupyterlab/codemirror@0.5.0(transitive)
+ Added@jupyterlab/coreutils@0.5.0(transitive)
+ Added@jupyterlab/outputarea@0.5.0(transitive)
+ Added@jupyterlab/rendermime@0.5.0(transitive)
+ Added@jupyterlab/services@0.44.0(transitive)
- Removed@jupyterlab/application@0.4.0(transitive)
- Removed@jupyterlab/apputils@0.4.0(transitive)
- Removed@jupyterlab/codeeditor@0.4.0(transitive)
- Removed@jupyterlab/codemirror@0.4.0(transitive)
- Removed@jupyterlab/coreutils@0.4.0(transitive)
- Removed@jupyterlab/outputarea@0.4.0(transitive)
- Removed@jupyterlab/rendermime@0.4.0(transitive)
- Removed@jupyterlab/services@0.43.0(transitive)
Updated@jupyterlab/coreutils@^0.5.0
Updated@jupyterlab/services@^0.44.0
Updated@phosphor/coreutils@^1.1.0
Updated@phosphor/messaging@^1.2.0
Updated@phosphor/signaling@^1.2.0
Updated@phosphor/widgets@^1.2.0