Skip to content

Releases: programcsharp/griddly

Split export/view

08 Nov 15:30
Compare
Choose a tag to compare

Breaking Changes

  • isExportOnly: true changes to renderMode: ColumnRenderMode.Export

Reparse formatted value before sending to server

27 Oct 05:43
Compare
Choose a tag to compare

Fix conditional

27 Oct 04:26
Compare
Choose a tag to compare
1.5.19

Fix conditional

Filter fixes

27 Oct 04:18
Compare
Choose a tag to compare
  • Don't display "Both" for a nullable filter with 2 items (one is the null item). Resolves #71.
  • Handle junk values on date parse. Resolves #70.
  • Flow through currency symbol from server to filter display.
  • Allow selecting/clearing grouped inline filter list items by clicking the group header.

Only auto-pluralize filter captions when in English culture

10 Oct 18:28
Compare
Choose a tag to compare
Merge pull request #74 from jehhynes/master

Fix bug when pluralizing non-English language

Add mappable queryable result

26 Sep 22:54
Compare
Choose a tag to compare

Allow transform between query and display.

GriddlyButton enhancements

19 Sep 23:55
Compare
Choose a tag to compare
  • Allow disabling button dropdown menu items
  • Don't fire click actions on disabled buttons

Upgrade Dapper to 1.50.2

14 Sep 19:49
Compare
Choose a tag to compare
Merge pull request #73 from jehhynes/master

Upgrade to Dapper 1.50.2

Add support for dropdowns with no caret

14 Sep 15:17
Compare
Choose a tag to compare

Breaking Changes

  • New GriddlyButton DropdownCaret property/enum replaces IsSplitDropDown

Enhance IE back button detection

25 Aug 17:23
Compare
Choose a tag to compare

IE back button detection wasn't working with no cache headers. Fix so history reload works properly in both cases.