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 74c931e commit 26fedccCopy full SHA for 26fedcc
CHANGELOG.md
@@ -49,6 +49,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
50
### Bug fixes
51
52
+* Fixed several issues related to including custom js and css fil
53
+ * JS and CSS file loaded with `include_js()` or `include_css()` will be loaded into a new temporary directory. (#2061)
54
+ * JS and CSS files in the same directory will be loaded correctly. (#729)
55
+
56
* Fixed numerous issues related to programmatically updating selectize options. (#2053)
57
* `update_selectize(options=...)` no longer gets ignored when `server=False` (the default).
58
* `update_selectize(options=...)` now works as expected in a module.
0 commit comments