plotly / Dash.jl

Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
MIT License
486 stars 41 forks source link

Drop DashBase `0.2` compat #226

Closed etpinard closed 1 year ago

etpinard commented 1 year ago

I think this is more correct.

Since https://github.com/plotly/Dash.jl/pull/223 removed things from Dash in https://github.com/plotly/Dash.jl/pull/223/commits/bcb5b50c4c4fc95dcfdfb19fd77b4b0b5def164e and https://github.com/plotly/Dash.jl/pull/223/commits/fb011f3a1aa4db0d12e61a3e31cd3d100d409e99 that now require DashBase v1 to work.

In other words, the upcoming Dash v1.4.0 and DashBase v0.2.0 would have missing functionality.