-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Insert stub function for backwards compatibility (#320)
* Insert stub function for backwards compatibility * Add CHANGELOG and update version Co-authored-by: Mark Gibbs <[email protected]>
- Loading branch information
Showing
3 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Change log for django-plotly-dash | ||
|
||
All notable changes should be documented in this file. | ||
|
||
## [1.6.1] - 2021-02-06 | ||
|
||
Added a stub for `use_dash_dispatch` for backwards compatibility. | ||
|
||
[PR](https://github.com/GibbsConsulting/django-plotly-dash/pull/320) | ||
|
||
Handle state management for wildcard arguments. | ||
|
||
https://github.com/GibbsConsulting/django-plotly-dash/pull/316 | ||
|
||
Enable forwarding of extra arguments to DjangoDash constructor | ||
|
||
https://github.com/GibbsConsulting/django-plotly-dash/pull/312 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ | |
''' | ||
|
||
__version__ = "1.6.0" | ||
__version__ = "1.6.1" |