Skip to content

Releases: plotly/Dash.jl

Version 1.5.0

05 Jan 16:00
c5c1f4c
Compare
Choose a tag to compare

Changed

  • Update callback Dependency constructor dispatches for Julia 1.10. It seems that Julia 1.10 is more strict about
    element type during conversion to <:Vector #231

Internal

Tests

  • Update CircleCI browser tools to 1.4.6 #234

Full diff: v1.4.0...v1.5.0

Version 1.4.0

10 Oct 17:56
193d129
Compare
Choose a tag to compare

Changed

  • Move DashBase.to_dash definitions and getindex(::DashBase.Component, #= =#) to DashBase (see DashBase v1 milestone, removing type piracy from the Dash.jl src and removing dependencies on PlotlyBase and Requires [#223, #226]

Internal

Tests

  • Update CircleCI browser tools to 1.4.3 [#224]
  • Add tests for Plots renderers [#223]

Docs

  • Even better contributing guidelines [#225]

Full diff: v1.3.0...v1.4.0

Version 1.3.0

12 Jul 19:20
96aac85
Compare
Choose a tag to compare

Added

  • Add getindex method by id for app.layout and components #203

Changed

  • Update DashCoreResources to v2.10.2 #212, with additions such as:
    • plotly.js v2.23.2
    • support for Promises in clientside callbacks
    • new component dcc_geolocation
    • support for MathJax in dcc_markdown and dcc_graph
    • new prop disable_n_clicks
    • new dcc_dropdown props search and maxHeight
  • Update DashBase compat bound to "0.2" (JSON2 is longer installed) #194

Internal

Tech debt

  • Update resource generation pipeline #212
  • Update Lint workflow and lint all the files #206, #210,

Tests

  • Fix the CircleCI integration tests #207 and #211
  • Run CI tests on Julia 1.9 #196
  • Add Aqua checks and adapt code accordingly #192

Docs

New Contributors

Full diff: v1.2.1...v1.3.0

Version 1.2.1

27 Feb 19:17
5ec76d9
Compare
Choose a tag to compare

Version 1.2.0

07 Feb 22:23
e8344fb
Compare
Choose a tag to compare

What's Changed

  • bump HTTP.jl compat to "1" #183
  • drop support for Julia version below 1.6 #183

New Contributors

Full changelog: v1.1.2...v1.2.0

Version 1.1.2

25 Feb 17:42
965ac54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

Version 1.1.1

24 Nov 08:02
1f9117b
Compare
Choose a tag to compare

What's Changed

Version 1.1.0

12 Nov 12:46
2bcaecf
Compare
Choose a tag to compare

What's Changed

Version 1.0.0

06 Oct 17:23
b31952d
Compare
Choose a tag to compare

Core components packages (DashCoreComponents, DashHtmlComponents and DashTable) are now integrated into Dash itself

What's Changed

Full Changelog: v0.1.6...v1.0.0

version 0.1.6

11 Aug 17:17
f3c5264
Compare
Choose a tag to compare

Compatibility with PlotlyBase v0.8.5