Skip to content

Releases: GibbsConsulting/django-plotly-dash

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

Version 1.6.4

14 May 23:14
76ca546
Compare
Choose a tag to compare

Minor patch release with improved documentation

v1.6.3

28 Mar 06:22
7553a78
Compare
Choose a tag to compare

Minor point release to improve efficiency of JSON parsing

Version 1.6.2

18 Mar 02:12
5ef2d7c
Compare
Choose a tag to compare

Bugfix for handling initial arguments in form of json-encoded string (fixes #328)

V1.6.1

06 Feb 15:10
b9b8712
Compare
Choose a tag to compare
  • Introduction of CHANGELOG.md
  • State management for wildcard arguments
  • Forwarding of extra arguments
  • Stub use_dash_dispatch for backwards compatibility

v1.6.0

24 Jan 03:53
b9b682f
Compare
Choose a tag to compare

Multiple updates to callback handling to cover pattern matching and multiple return values.

Special thanks to the contributions of @sdementen to this release.

Version 1.5.0

11 Dec 17:33
03f8554
Compare
Choose a tag to compare

Address lack of backwards compatibility in channels 3.0 release by restricting install to earlier versions

Version 1.4.2

03 Jul 01:13
7158406
Compare
Choose a tag to compare

Fix bug in states, thanks to @gurcke for the fix!