Skip to content

Releases: programcsharp/griddly

Fix griddly button toggle click

16 Feb 19:05
Compare
Choose a tag to compare

Needed correct this.

Allow overriding confirm display

15 Feb 16:53
Compare
Choose a tag to compare

Add confirmPromptFunction setting to override built in use of browser confirm().

Potentially breaking change on griddly buttons that did something weird because now we do navigate using window.location if toggle was not a normal button action instead of returning true/false from the onclick -- bootbox is async so that won't work anymore.

Handle the curious case of the filterlist with no items

15 Feb 16:50
Compare
Choose a tag to compare

Fix issue with extra refresh on first click

22 Jan 11:41
Compare
Choose a tag to compare
  • Only hide popovers on html click if we're in inline filter mode
  • Only hide popovers on html click that are actually showing to avoid triggering unnecessary filter changes

Remove m3isms from filter form

16 Jan 22:27
Compare
Choose a tag to compare

Form classes, reset button class.

Version bump for previous breaking changes

16 Jan 22:26
Compare
Choose a tag to compare
1.6.0

We did lots of breaking changes, so lets bump the version.

Consistently fire filter change events

16 Jan 22:25
Compare
Choose a tag to compare
1.5.23

Consistently fire filterchange

Form style arrays

12 Jan 13:01
Compare
Choose a tag to compare

Breaking Changes

  • Route generation changed from comma delimited to form style arrays. Remove references to CommaSeparatedModelBinder on Griddly actions.

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