Skip to content

0.15.0

Compare
Choose a tag to compare
@lulco lulco released this 31 Jul 15:51
· 34 commits to main since this release

Added

  • Support for form groups
  • Collecting options for checkbox list and radio list and report if some non-existing option is used
  • Tip for error message "Latte template xxx.latte was not analysed"
  • Tip for standalone templates
  • Feature: Transform dynamic form controls to "dynamic" string (control with name $record->id will be transformed to "$record->id") (Turn this feature with parameter latte.features.transformDynamicFormControlNamesToString: true)
  • Support for object shape variables
  • latte extension to fileExtensions parameter to report unmatched errors also in latte (If it's causing any problems in your applications, please report issue and we will remove it)

Fixed

  • If condition is always true for CheckboxList::getLabelPart(), CheckboxList::getControlPart(), RadioList::getLabelPart() and RadioList::getControlPart()