Releases: programcsharp/griddly
Releases · programcsharp/griddly
Fix griddly button toggle click
Needed correct this
.
Allow overriding confirm display
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
1.6.3 Release the things
Fix issue with extra refresh on first click
- 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
Form classes, reset button class.
Version bump for previous breaking changes
1.6.0 We did lots of breaking changes, so lets bump the version.
Consistently fire filter change events
1.5.23 Consistently fire filterchange
Form style arrays
Breaking Changes
- Route generation changed from comma delimited to form style arrays. Remove references to
CommaSeparatedModelBinder
on Griddly actions.
Split export/view
Breaking Changes
isExportOnly: true
changes torenderMode: ColumnRenderMode.Export