Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-07-12 | 1.8 kB | |
Version 1.3.0 source code.tar.gz | 2023-07-12 | 134.8 kB | |
Version 1.3.0 source code.zip | 2023-07-12 | 197.6 kB | |
Totals: 3 Items | 334.2 kB | 0 |
Added
- Add
getindex
method byid
forapp.layout
and components https://github.com/plotly/Dash.jl/pull/203
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
anddcc_graph
- new prop
disable_n_clicks
- new
dcc_dropdown
propssearch
andmaxHeight
- Update DashBase compat bound to
"0.2"
(JSON2 is longer installed) https://github.com/plotly/Dash.jl/pull/194
Internal
Tech debt
- Update resource generation pipeline https://github.com/plotly/Dash.jl/pull/212
- Update Lint workflow and lint all the files https://github.com/plotly/Dash.jl/pull/206, https://github.com/plotly/Dash.jl/pull/210,
Tests
- Fix the CircleCI integration tests https://github.com/plotly/Dash.jl/pull/207 and https://github.com/plotly/Dash.jl/pull/211
- Run CI tests on Julia 1.9 https://github.com/plotly/Dash.jl/pull/196
- Add Aqua checks and adapt code accordingly https://github.com/plotly/Dash.jl/pull/192
Docs
- Update repo README https://github.com/plotly/Dash.jl/pull/198, https://github.com/plotly/Dash.jl/pull/201 and https://github.com/plotly/Dash.jl/pull/216
- Add a Contributor Guide https://github.com/plotly/Dash.jl/pull/215
New Contributors
- @sjkelly made their first contribution in https://github.com/plotly/Dash.jl/pull/192
- @bolognam made their first contribution in https://github.com/plotly/Dash.jl/pull/198
- @BeastyBlacksmith made their first contribution in https://github.com/plotly/Dash.jl/pull/203
Full diff: https://github.com/plotly/Dash.jl/compare/v1.2.1...v1.3.0