We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad02e2 commit 632d34aCopy full SHA for 632d34a
CHANGELOG.md
@@ -2,14 +2,20 @@
2
3
<!-- <START NEW CHANGELOG ENTRY> -->
4
5
-## 4.0.0
+## 4.0.1
6
7
-First major release working on JupyterLab >= 4.0.0
+- Correctly disposing from the TOC when the displayed widget is disposed
8
9
No merged PRs
10
11
<!-- <END NEW CHANGELOG ENTRY> -->
12
13
+## 4.0.0
14
+
15
+First major release working on JupyterLab >= 4.0.0
16
17
+No merged PRs
18
19
## 1.0.2
20
21
package.json
@@ -1,6 +1,6 @@
1
{
"name": "jupyterlabcodetoc",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "JupyterLab Table of Contents extension that includes code cells and markdown content other than headings.",
"keywords": [
"jupyter",
0 commit comments