Skip to content

Commit 8568403

Browse files
committed
Update version and CHANGELOG.
1 parent 4e09830 commit 8568403

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff 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+
112
## 0.24.2 - 2018-08-13
213
## Fixed
314
- Disallow duplicate component ids in the initial layout. [#320](https://github.com/plotly/dash/pull/320)

dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.24.2'
1+
__version__ = '0.25.0'

0 commit comments

Comments
 (0)