Skip to content

Releases: programcsharp/griddly

Button enhancements

21 Jul 00:02
Compare
Choose a tag to compare
  • Add button TextTemplate
  • Add ButtonSeparator alignRight option

Bug fixes

07 Jul 18:10
Compare
Choose a tag to compare
  • Catch summary function errors on non-nullable types.

Bug fixes and QOL

20 May 13:54
Compare
Choose a tag to compare
  • 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

13 Mar 16:00
Compare
Choose a tag to compare

Add sortFields argument to GetAllForProperty

Add NonGeneric methods on GriddlyResult

07 Mar 14:36
Compare
Choose a tag to compare

Add NonGeneric methods on GriddlyResult

Don't require GetAllForProperty

06 Mar 18:21
Compare
Choose a tag to compare

GriddlyResult.GetAllForProperty does not always have to be implemented.

More customizable custom handler

06 Mar 18:17
Compare
Choose a tag to compare

Breaking Changes:

  • GriddlySettings.HandleCustomExport is now injected with the GriddlyResult object instead of the GriddlyResult.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

22 Feb 15:14
Compare
Choose a tag to compare

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

22 Feb 04:03
Compare
Choose a tag to compare

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

22 Feb 03:13
Compare
Choose a tag to compare
  • 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

These could be breaking changes. Don't think so, but a possibility.