Releases: GibbsConsulting/django-plotly-dash
V2.5.0
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
V2.4.6
Enable finders to work with Django 5.2
v2.4.5
Patch to fix an import error introduced in v2.4.4
v2.4.4
Minor additions and bump version to correct number
v2.4.3
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
V2.4.1
Restrict Dash version to < 2.13 to workaround a change in how plotly.js is served by Dash apps.
V2.4.0
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
Add height option to main template tag.
Update various demonstration examples.