Skip to content

4.2.0

Compare
Choose a tag to compare
@gumbarros gumbarros released this 26 Jul 14:06
· 222 commits to main since this release
5ee6e2e

version

New Features:

  • New layout for Data Dictionary menu and many changes at the UI and UX at JJMasterData.Web
  • Added Edit button at /Render/
  • It's possible to select a custom connection for a FormElement using FormElement.SelectedConnectionId. The connection is loaded from JJMasterData:ConnectionStrings.
  • Added DataAccess.GetDataSet and DataAccess.GetDataSetAsync
  • Confirmation messages are now showed on a JJMessageBox instead of a JS alert.
  • New component: JJBreadcrumb. Includes a class and a TagHelper.
  • New component: JJOffcanvas. Includes a class and a TagHelper.
  • New component: JJMessageToast. Includes a class and a TagHelper.
  • JJTitle now supports simple actions with a List<TitleAction>
  • "About" from MasterData is now rendered at an Offcanvas.
  • ValidationSummaryTagHelper now loads errors from ModelState by default.
  • Added FormElementField.GridRenderingTemplate to render custom HTML at GridView.

Documentation:

  • More info about Authorization
  • Added information about {FieldName} expression keyword

Chore:

Bug Fixes:

  • Floating labels now work for text area and textbox with actions
  • JJDataPanel was not respecting AutoReloadFormFields at relationships
  • When clicking "New" at a new field, the field list will work normally
  • GridView data source errors were not logged
  • MessageBox had incorrectly translated messages

Breaking Changes:

  • Floating labels are now saved at FormElement.Options