Releases: gustavnavar/Grid.Blazor
Releases · gustavnavar/Grid.Blazor
3.0.5
Fixes
- Fix group row colspan calculation
New Features
- N / A
3.0.4
Fixes
- Fix error when using list filter with search input in a server-side Blazor application
New Features
- Add extended sorting and grouping initial values
- List filter improvements for searching items on the list
3.0.3
3.0.2
Fixes
- N/A
New Features
- Disable diacritics distinction when filtering and/or searching
3.0.1
Fixes
- Fix error initializing CRUD form's columns using RenderCrudComponentAs method
New Features
- N/A
3.0.0
Fixes
- N/A
New Features
- .Net 6,0 support
3.0.0-preview-2
Fixes
- Fix crud field width when using a custom component
New Features
- N/A
3.0.0-preview-1
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
2.1.20
Fixes
- Fix error initializing CRUD form's columns with html tag New Features N/A