Releases: programcsharp/griddly
Releases · programcsharp/griddly
Button enhancements
- Add button TextTemplate
- Add ButtonSeparator alignRight option
Bug fixes
Bug fixes and QOL
- Populate summary values for simplegriddly
- Allow rendering simple griddly in non mvc pages
- Don't reload the page on rowclick if whitespace
- Don't asplode in jQuery 3
GetAllForProperty should be sorted
Add sortFields
argument to GetAllForProperty
Add NonGeneric methods on GriddlyResult
Add NonGeneric methods on GriddlyResult
Don't require GetAllForProperty
GriddlyResult.GetAllForProperty
does not always have to be implemented.
More customizable custom handler
Breaking Changes:
GriddlySettings.HandleCustomExport
is now injected with theGriddlyResult
object instead of theGriddlyResult.GetAll(sort)
output.GriddlyResult
has a new abstract method:IEnumerable<P> GetAllForProperty<P>(string propertyName)
This should be implemented to return only the property projection requested.
More fixes
Fix breaking changes from before
Don't kneecap js handlers on buttons if we don't have to for the confirmMessage
New fixes could be breaking
Parse date only from filter value to kill timezone issues
Don't double refresh on filter reset
Fix breaking change in 1.6.6
So the bool change was breaking because it was a bug. This should resolve that and make it work and not be breaking.
More stuff for not M3
- Render filter settings for filter form items
- Render optgroups for SelectListItemGroup in filter form lists
- Bool filter values should match stuff that will work in js