You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
53
54
54
### Bug fixes
55
55
56
+
* Fixed several issues related to including custom js and css files
57
+
* JS and CSS file loaded with `include_js()` or `include_css()` will be loaded into a new temporary directory and cleaned up properly on program exit. (#2061)
58
+
* JS and CSS files in the same directory will be loaded correctly. (#729)
59
+
56
60
* Fixed numerous issues related to programmatically updating selectize options. (#2053)
57
61
*`update_selectize(options=...)` no longer gets ignored when `server=False` (the default).
58
62
*`update_selectize(options=...)` now works as expected in a module.
0 commit comments