The Dash.NET backend has been separated into a core project and 2 backend implementations for Giraffe (Dash.NET.Giraffe) and Suave (Dash.NET.Suave)
Dash.NET.Giraffe
Dash.NET.Suave
Dash.NET (core)
- Add DashTable (Known issue with deserializing properties)
- Add Markdown core component
- Add Checklist core component
- Add Interval core component
- Add Location core component
- Add Slider core component
- Add component generation
- Auto open some common submodules
- [Use Feliz.Engine for HTML and CSS DSL - thanks @kaashyapan](https://github.com/plotly/Dash.NET/commit/6fb16df9a22caa754afe596f286107225d5c320c)
- Target .NET 5
- Enable callback evaluation for boxed IConvertible sequences as well
- Vastly refactor callback, add multi-output callbacks
- Add custom operators and the CallbackBinding type
- Init Component Property DSL
- Improve type safety/conversion for callback functions
- Add rudimentary support for HTML components
- Add possibility to add custom CSS/scripts to the Dash app
- Add Tabs and Tab core components
- Auto generate id for callback registration
- Prevent initial callback calls per default
- Add Store core component
- Add RadioItems core component