@jupyterlab/notebook-extension 4.6.0-rc.1 → 4.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +31 -31
  2. package/schema/tracker.json +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/notebook-extension",
3
- "version": "4.6.0-rc.1",
3
+ "version": "4.6.1",
4
4
  "description": "JupyterLab - Notebook Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -37,36 +37,36 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@jupyter/ydoc": "^4.0.0",
40
- "@jupyterlab/application": "^4.6.0-rc.1",
41
- "@jupyterlab/apputils": "^4.7.0-rc.1",
42
- "@jupyterlab/cell-toolbar": "^4.6.0-rc.1",
43
- "@jupyterlab/cells": "^4.6.0-rc.1",
44
- "@jupyterlab/codeeditor": "^4.6.0-rc.1",
45
- "@jupyterlab/codemirror": "^4.6.0-rc.1",
46
- "@jupyterlab/completer": "^4.6.0-rc.1",
47
- "@jupyterlab/coreutils": "^6.6.0-rc.1",
48
- "@jupyterlab/docmanager": "^4.6.0-rc.1",
49
- "@jupyterlab/docmanager-extension": "^4.6.0-rc.1",
50
- "@jupyterlab/docregistry": "^4.6.0-rc.1",
51
- "@jupyterlab/documentsearch": "^4.6.0-rc.1",
52
- "@jupyterlab/filebrowser": "^4.6.0-rc.1",
53
- "@jupyterlab/launcher": "^4.6.0-rc.1",
54
- "@jupyterlab/logconsole": "^4.6.0-rc.1",
55
- "@jupyterlab/lsp": "^4.6.0-rc.1",
56
- "@jupyterlab/mainmenu": "^4.6.0-rc.1",
57
- "@jupyterlab/metadataform": "^4.6.0-rc.1",
58
- "@jupyterlab/nbformat": "^4.6.0-rc.1",
59
- "@jupyterlab/notebook": "^4.6.0-rc.1",
60
- "@jupyterlab/observables": "^5.6.0-rc.1",
61
- "@jupyterlab/property-inspector": "^4.6.0-rc.1",
62
- "@jupyterlab/rendermime": "^4.6.0-rc.1",
63
- "@jupyterlab/services": "^7.6.0-rc.1",
64
- "@jupyterlab/settingregistry": "^4.6.0-rc.1",
65
- "@jupyterlab/statedb": "^4.6.0-rc.1",
66
- "@jupyterlab/statusbar": "^4.6.0-rc.1",
67
- "@jupyterlab/toc": "^6.6.0-rc.1",
68
- "@jupyterlab/translation": "^4.6.0-rc.1",
69
- "@jupyterlab/ui-components": "^4.6.0-rc.1",
40
+ "@jupyterlab/application": "^4.6.1",
41
+ "@jupyterlab/apputils": "^4.7.1",
42
+ "@jupyterlab/cell-toolbar": "^4.6.1",
43
+ "@jupyterlab/cells": "^4.6.1",
44
+ "@jupyterlab/codeeditor": "^4.6.1",
45
+ "@jupyterlab/codemirror": "^4.6.1",
46
+ "@jupyterlab/completer": "^4.6.1",
47
+ "@jupyterlab/coreutils": "^6.6.1",
48
+ "@jupyterlab/docmanager": "^4.6.1",
49
+ "@jupyterlab/docmanager-extension": "^4.6.1",
50
+ "@jupyterlab/docregistry": "^4.6.1",
51
+ "@jupyterlab/documentsearch": "^4.6.1",
52
+ "@jupyterlab/filebrowser": "^4.6.1",
53
+ "@jupyterlab/launcher": "^4.6.1",
54
+ "@jupyterlab/logconsole": "^4.6.1",
55
+ "@jupyterlab/lsp": "^4.6.1",
56
+ "@jupyterlab/mainmenu": "^4.6.1",
57
+ "@jupyterlab/metadataform": "^4.6.1",
58
+ "@jupyterlab/nbformat": "^4.6.1",
59
+ "@jupyterlab/notebook": "^4.6.1",
60
+ "@jupyterlab/observables": "^5.6.1",
61
+ "@jupyterlab/property-inspector": "^4.6.1",
62
+ "@jupyterlab/rendermime": "^4.6.1",
63
+ "@jupyterlab/services": "^7.6.1",
64
+ "@jupyterlab/settingregistry": "^4.6.1",
65
+ "@jupyterlab/statedb": "^4.6.1",
66
+ "@jupyterlab/statusbar": "^4.6.1",
67
+ "@jupyterlab/toc": "^6.6.1",
68
+ "@jupyterlab/translation": "^4.6.1",
69
+ "@jupyterlab/ui-components": "^4.6.1",
70
70
  "@lumino/algorithm": "^2.0.4",
71
71
  "@lumino/commands": "^2.3.3",
72
72
  "@lumino/coreutils": "^2.2.2",
@@ -830,6 +830,7 @@
830
830
  "renderingLayout": {
831
831
  "title": "Rendering Layout",
832
832
  "description": "Global setting to define the rendering layout in notebooks. 'default' or 'side-by-side' are supported.",
833
+ "type": "string",
833
834
  "oneOf": [
834
835
  { "const": "default", "title": "Default" },
835
836
  { "const": "side-by-side", "title": "Side by side" }
@@ -858,6 +859,7 @@
858
859
  "windowingMode": {
859
860
  "title": "Windowing mode",
860
861
  "description": "- 'defer': Improve loading time - Wait for idle CPU cycles to attach out of viewport cells\n- 'full': Best performance with side effects - Attach to the DOM only cells in viewport\n- 'none': Worst performance without side effects - Attach all cells to the viewport\n- 'contentVisibility': Browser-optimized rendering - Use content-visibility to skip offscreen cells",
862
+ "type": "string",
861
863
  "oneOf": [
862
864
  { "const": "defer", "title": "Defer" },
863
865
  { "const": "full", "title": "Full" },