Releases: GibbsConsulting/django-plotly-dash
Releases · GibbsConsulting/django-plotly-dash
v1.7.0
Update setup script to not require virtualenv package.
Add fixes for package versions and loading errors.
v1.6.6
Enforce correctly the restrictions from v1.6.5
Restrict dash version to < 1.21.0
Version 1.6.4
Minor patch release with improved documentation
v1.6.3
Minor point release to improve efficiency of JSON parsing
Version 1.6.2
Bugfix for handling initial arguments in form of json-encoded string (fixes #328)
V1.6.1
- Introduction of CHANGELOG.md
- State management for wildcard arguments
- Forwarding of extra arguments
- Stub use_dash_dispatch for backwards compatibility
v1.6.0
Multiple updates to callback handling to cover pattern matching and multiple return values.
Special thanks to the contributions of @sdementen to this release.
Version 1.5.0
Address lack of backwards compatibility in channels 3.0 release by restricting install to earlier versions
Version 1.4.2
Fix bug in states, thanks to @gurcke for the fix!