Component compatibility with Dash.jl 1.x ?
The Dash Julia User Guide at https://dash.plotly.com/julia documents several components (e..g, Dash Bio, Dash DAQ Dash Cytoscape) that are not compatible with Dash.jl 1.x. (Although there's a current pull request about 1.0 compatibility waiting for review on DashDaq: https://github.com/plotly/DashDaq.jl/pull/5)
I'm new to Dash.jl and loving use the 1.x series, but I haven't managed to find information about possible upgrades to other components for 1.0 compatibility. Should that be part of the user's guide somewhere?
Update
The Dash compat bound in DashDaq.jl has been properly updated https://github.com/plotly/DashDaq.jl/blob/00308c92f192f8ea209d720b8ce7a2099ff7f8dc/Project.toml#L10
but those in
- DashBio.jl https://github.com/plotly/DashBio.jl/blob/67e0618909e9ef5e090e8c3e2c689278a63c9b82/Project.toml#L12
- DashCytoscape.jl https://github.com/plotly/DashCytoscape.jl/blob/293fd3fca8feac5188391dfb2b16117fc68af570/Project.toml#L12 and
need an update.