Skip to content

Releases: GibbsConsulting/django-plotly-dash

V2.5.0

09 Jul 03:55
9919e28
Compare
Choose a tag to compare

Version 2.5.0 - enable use of v3.0 and higher of Dash.
The version constraint requiring v2.n of Dash has been removed.
Note that this release works with v3.0, but does not enable all of the features from this major version number to be used from Django.

V2.4.7

05 Jul 22:45
f65e613
Compare
Choose a tag to compare

Update documentation and address path name formation on Windows.

V2.4.6

14 Apr 00:27
7cb0867
Compare
Choose a tag to compare

Enable finders to work with Django 5.2

v2.4.5

06 Feb 03:55
4edb730
Compare
Choose a tag to compare

Patch to fix an import error introduced in v2.4.4

v2.4.4

05 Feb 03:34
4d0a1ac
Compare
Choose a tag to compare

Minor additions and bump version to correct number

v2.4.3

10 Oct 13:14
6a6f850
Compare
Choose a tag to compare

Version 2.4.2 contained an unwanted built artefact. This bumps the build number to enable pushing an update package to PyPI

V2.4.2

10 Oct 05:14
defe70d
Compare
Choose a tag to compare

Add plotly assets to those handled explicitly by django-plotly-dash.
Addresses #502 for Dash version 2.13 or later, so this version relaxes the constraint imposed in 2.4.1

V2.4.1

10 Oct 02:05
45dcd4b
Compare
Choose a tag to compare

Restrict Dash version to < 2.13 to workaround a change in how plotly.js is served by Dash apps.

V2.4.0

01 Oct 03:00
7b4e5be
Compare
Choose a tag to compare

Extend range of permitted Dash versions, and in particular handle current Dash versions.
Known limit is 3.0, but this is subject to change.

V2.3.2

30 Sep 23:45
8a0b27e
Compare
Choose a tag to compare

Add height option to main template tag.
Update various demonstration examples.