We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7282d7b commit 8bcb9ddCopy full SHA for 8bcb9dd
.gitignore
@@ -8,6 +8,8 @@ dist
8
node_modules
9
# pip
10
*.egg-info
11
+# Python
12
+__pycache__
13
# mkdocs
14
site
15
CHANGES.md
@@ -1,10 +1,14 @@
1
-## Version 0.0.17 (in development)
+## Version 0.0.18 (from 2024/11/18)
2
+
3
+* Fixed TypeScript typing issues with `configureFramework<S>()` and
4
+ `FrameworkOptions`.
5
6
+## Version 0.0.17 (from 2024/11/18)
7
* Enhanced interface `FrameworkOptions` by property `getDerivedHostState`,
which is a user-supplied function that can compute derived
host state property.
-
## Version 0.0.16 (from 2024/11/12)
Initial, still experimental version.
chartlets.py/chartlets/version.py
@@ -1 +1 @@
-version = "0.0.17"
+version = "0.0.16"
0 commit comments