Skip to content

Releases: GibbsConsulting/django-plotly-dash

Version 1.4.1

21 Jun 05:13
17a2a67
Compare
Choose a tag to compare

Add checklist documentation for installing bootstrap and using dash-bootstrap-components

Version 1.4.0

20 Jun 19:16
6b2c3cd
Compare
Choose a tag to compare

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

17 Apr 03:56
f6c6149
Compare
Choose a tag to compare

Fix broken dependencies from 1.3.0

Version 1.3.0

16 Apr 06:10
ef1e4a4
Compare
Choose a tag to compare

Enable use of Django 3.0 by removing installer restriction.

Version 1.2.0

16 Apr 05:35
2ef7cad
Compare
Choose a tag to compare

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

20 Dec 18:47
21eef8b
Compare
Choose a tag to compare

Add request to extended callbacks
Extend bootstrap example to demonstrate feature requiring v4.3.1 bootstrap or higher

v1.1.3

04 Dec 15:04
Compare
Choose a tag to compare

Fix for streaming content in middleware

v1.1.2

04 Dec 14:10
Compare
Choose a tag to compare

Add handling of PreventUpdate exceptions. These can now be raised inside a callback.

Version 1.1.1

24 Nov 15:32
Compare
Choose a tag to compare

Add variant of ploty_app tag to provide responsive behaviour with bootstrap.

Version 1.1.0

17 Nov 00:52
Compare
Choose a tag to compare

Add handling of multiple return values from callbacks.
Better handling of fingerprinting.
Admin button to load unregistered Dash apps.