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
+11
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 0.25.0 - 2018-08-14
2
+
## Added
3
+
- Take configs values from init or environ variables (Prefixed with `DASH_`). [#322](https://github.com/plotly/dash/pull/322)
4
+
5
+
## Fixed
6
+
- Take `requests_pathname_prefix` config when creating scripts tags.
7
+
-`requests/routes_pathname_prefix` must starts and end with `/`.
8
+
-`requests_pathname_prefix` must ends with `routes_pathname_prefix`. If you supplied both `requests` and `routes` pathname before this update, make sure `requests_pathname_prefix` ends with the same value as `routes_pathname_prefix`.
9
+
-`url_base_pathname` set both `requests/routes` pathname, cannot supply it with either `requests` or `routes` pathname prefixes.
10
+
11
+
1
12
## 0.24.2 - 2018-08-13
2
13
## Fixed
3
14
- Disallow duplicate component ids in the initial layout. [#320](https://github.com/plotly/dash/pull/320)
0 commit comments