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: docs/HISTORY.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,9 @@
1
1
# Change Log
2
2
3
-
## 4.5.11
3
+
## 4.5.12
4
4
5
5
**Features**
6
6
7
-
- Add skin parameter to dash_navigate function for dynamic theme switching - contributed by [Vitor](https://github.com/vitorrm)
8
-
- Improved error handling for service calls
9
7
- Only building python package and docker image for pushes to the dev branch
10
8
- Filtering disabled apps from `AllAppConfig.dependency_graph()`
11
9
- Added an assert about `pin_threads` being less than `total_threads` if both are specified
@@ -21,10 +19,6 @@
21
19
22
20
**Fixes**
23
21
24
-
- Parameter passing in notify()
25
-
- Fix for `run_at_sunset()` and `run_at_sunrise()` defaults
26
-
- Fix for production mode service call
27
-
- Additional Scheduler API fixes
28
22
- Config models
29
23
- Edge case that broke the logging config
30
24
-`persistent` gets set for namespaces if `writeback` is.
@@ -33,6 +27,21 @@
33
27
- Various type hints
34
28
- Reverted discarding of events during app initialize methods to pre-4.5 by default and added an option to turn it on if required (should fix run_in() calls with a delay of 0 during initialize, as well as listen_state() with a duration and immediate=True)
35
29
30
+
## 4.5.11
31
+
32
+
**Features**
33
+
34
+
- Add skin parameter to dash_navigate function for dynamic theme switching - contributed by [Vitor](https://github.com/vitorrm)
35
+
- Improved error handling for service calls
36
+
37
+
38
+
**Fixes**
39
+
40
+
- Parameter passing in notify()
41
+
- Fix for `run_at_sunset()` and `run_at_sunrise()` defaults
0 commit comments