Releases: GibbsConsulting/django-plotly-dash
Version 1.4.1
Add checklist documentation for installing bootstrap and using dash-bootstrap-components
Version 1.4.0
Add setting of callback_context as both dash global variable and extra argument to extended callbacks.
Permit use with Dash versions 1.11 or later.
Change minimum Django requirement to 2.2
Version 1.3.1
Fix broken dependencies from 1.3.0
Version 1.3.0
Enable use of Django 3.0 by removing installer restriction.
Version 1.2.0
Release to freeze installed package versions until the codebase is adapted for recent changes in underlying packages.
Restrict Dash version to 1.10
Restrict Django version to 2.x
Add in the missing websocket file.
v1.1.4
Add request to extended callbacks
Extend bootstrap example to demonstrate feature requiring v4.3.1 bootstrap or higher
v1.1.3
Fix for streaming content in middleware
v1.1.2
Add handling of PreventUpdate exceptions. These can now be raised inside a callback.
Version 1.1.1
Add variant of ploty_app tag to provide responsive behaviour with bootstrap.
Version 1.1.0
Add handling of multiple return values from callbacks.
Better handling of fingerprinting.
Admin button to load unregistered Dash apps.