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
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,6 @@ 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
-
60
56
* Fixed numerous issues related to programmatically updating selectize options. (#2053)
61
57
*`update_selectize(options=...)` no longer gets ignored when `server=False` (the default).
62
58
*`update_selectize(options=...)` now works as expected in a module.
@@ -77,6 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
73
78
74
*`include_js()` and `include_css()` now correctly handle file permissions in multi-user settings. (#2061)
79
75
76
+
* Temporary directories/files created for HTML dependencies will be cleaned up on App object deletion (#2079)
77
+
80
78
### Deprecations
81
79
82
80
*`ui.update_navs()` has been deprecated in favor of `ui.update_navset()`. (#2047)
0 commit comments