Skip to content

4.3.0

Latest
Compare
Choose a tag to compare
@gumbarros gumbarros released this 28 Aug 15:10
· 187 commits to main since this release
e8febbf

version

  • Update all NuGet dependencies
  • Small performance improvements suggested by Rider R# and Rosylnator
  • Critical performance fix: Use DbType.AnsiString instead of DbType.String
  • Lots of fixes related to relationships
  • New action type: HtmlTemplateAction. Powered by Fluid you can create dynamic HTML experiences using SQL queries and a Liquid template.
  • You can also Fluid for conditionals and functions at GridView fields rendering template
  • NCalc is now used by default at exp: expressions
  • JJDataPanel now support secret values using the SecretValues property
  • It's now possible to set a PageState of a form using {ElementName}_PageState at query string

Breaking Changes

  • Renamed ShowPagging to ShowPaging at JJGridView
  • All async events that run more synchronous than asynchronous must return a ValueTask instead of a Task for better performance.