Dash.jl Versions Save

Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.

v1.5.0

3 months ago

Changed

Internal

Tests


Full diff: https://github.com/plotly/Dash.jl/compare/v1.4.0...v1.5.0

v1.4.0

6 months ago

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: https://github.com/plotly/Dash.jl/compare/v1.3.0...v1.4.0

v1.3.0

9 months ago

Added

Changed

  • Update DashCoreResources to v2.10.2 https://github.com/plotly/Dash.jl/pull/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) https://github.com/plotly/Dash.jl/pull/194

Internal

Tech debt

Tests

Docs

New Contributors

Full diff: https://github.com/plotly/Dash.jl/compare/v1.2.1...v1.3.0

v1.2.0

1 year ago

What's Changed

New Contributors

Full changelog: https://github.com/plotly/Dash.jl/compare/v1.1.2...v1.2.0

v1.1.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/plotly/Dash.jl/compare/v1.1.1...v1.1.2

v1.1.1

2 years ago

What's Changed

v1.1.0

2 years ago

What's Changed

v1.0.0

2 years ago

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

What's Changed

Full Changelog: https://github.com/plotly/Dash.jl/compare/v0.1.6...v1.0.0

v0.1.6

2 years ago

Compatibility with PlotlyBase v0.8.5