Releases: plotly/Dash.jl
Releases · plotly/Dash.jl
Version 1.5.0
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
Changed
- Move
DashBase.to_dash
definitions andgetindex(::DashBase.Component, #= =#)
to DashBase (see DashBasev1 milestone
, removing type piracy from the Dash.jlsrc
and removing dependencies on PlotlyBase and Requires [#223, #226]
Internal
Tests
Docs
- Even better contributing guidelines [#225]
Full diff: v1.3.0...v1.4.0
Version 1.3.0
Added
- Add
getindex
method byid
forapp.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
anddcc_graph
- new prop
disable_n_clicks
- new
dcc_dropdown
propssearch
andmaxHeight
- Update DashBase compat bound to
"0.2"
(JSON2 is longer installed) #194
Internal
Tech debt
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
- @sjkelly made their first contribution in #192
- @bolognam made their first contribution in #198
- @BeastyBlacksmith made their first contribution in #203
Full diff: v1.2.1...v1.3.0
Version 1.2.1
Same as https://github.com/plotly/Dash.jl/releases/tag/v1.2.0, but now successfully registered JuliaRegistries/General#77586
Version 1.2.0
What's Changed
New Contributors
- https://github.com/mind6 made their first contribution in #183
Full changelog: v1.1.2...v1.2.0
Version 1.1.2
What's Changed
- Throw error on multiple callbacks targeting same output by @cserteGT3 in #165
- Fix error with SyncPlot from PlotlyJS by @waralex in #166
- Fix docs regarding dev by @PallHaraldsson in #162
New Contributors
- @cserteGT3 made their first contribution in #165
Full Changelog: v1.1.1...v1.1.2
Version 1.1.1
Version 1.1.0
What's Changed
Version 1.0.0
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
Compatibility with PlotlyBase v0.8.5