Skip to content

Releases: GibbsConsulting/django-plotly-dash

v2.1.3

11 Nov 05:12
29285e7
Compare
Choose a tag to compare

Fix code to work with latest Flask and Dash releases.

Addresses #425

v2.1.2

10 Nov 23:41
f6b23f5
Compare
Choose a tag to compare

Fix json handling when orjson is installed.
Addresses #421 and #404

v2.1.1

09 Nov 15:04
eaeeb94
Compare
Choose a tag to compare

Fix package dependencies. Addresses #424

v2.1.0

29 Oct 05:01
4be68ad
Compare
Choose a tag to compare

Move to python 3.10 as base version.
Relax historical constraints #413
Allow use of Django json conversion #408
Extend range of sandbox permissions in iframes #419

v2.0.0 - Support for Dash v2.0

06 Jun 01:53
4ac19fe
Compare
Choose a tag to compare

This release marks a jump to supporting v2.0 and higher of Dash.

Note that this is not backwards compatible. Please use v1.7.2 or earlier if you need to use a version of Dash less than v2.0

Whilst the intention to leave v1 (both Dash and django-plotly-dash) behind, it is still possible to create releases for v1.x Dash using patches applied to the v1.7.2 tag code, should it prove necessary.

v 1.7.2

12 May 04:00
c7914b5
Compare
Choose a tag to compare

Add version dependency constraints to setup.py, so that they are also used by pip and other package installers.

v1.7.1

08 May 06:24
4ff451b
Compare
Choose a tag to compare

Add a workaround for bad Werkzeug versions.

Addresses the issue underlying #393 by using the workaround provided.

v1.7.0

08 May 06:09
1979f94
Compare
Choose a tag to compare

Update setup script to not require virtualenv package.

Add fixes for package versions and loading errors.

v1.6.6

12 Oct 12:27
3887e39
Compare
Choose a tag to compare

Enforce correctly the restrictions from v1.6.5

Restrict dash version to < 1.21.0

23 Aug 23:18
39ef1d8
Compare
Choose a tag to compare

Restrict dash version to less than 1.21.0 to avoid a path issue introduced by this release.

See #349 and #350. A more complete fix (#351) will allow this restriction to be relaxed