3.0.0-preview-1
Pre-release
Pre-release
gustavnavar
released this
13 Oct 18:48
·
168 commits
to master
since this release
Fixes
- Fix error initializing CRUD form's columns with html "select" tag
- Fix error causing filter box re-rendering on mouse over the filter title
- Fix SGrid constructor inheritance
New Features
- .Net 6.0 RC2 support
- Split GridMvc package into GridCore and GridMvc:
- GridCore: it includes all code necessary for the back-end Blazor applications (data processing, filtering, sorting, etc.), excluding all MVC dependencies (Razor view and pages rendering).
- GridMvcCore: it only includes all MVC dependencies required for rendering Razor views and pages.
- New GridBlazorStandalone sample