Skip to content

0.13.0

Compare
Choose a tag to compare
@lulco lulco released this 05 Jun 10:30
· 65 commits to main since this release

Changed

  • Separated collection of Form Containers
  • Renamed CollectedFormField to CollectedFormControl (BC break)
  • Renamed FormFieldCollector to FormControlCollector (BC break)
  • Renamed FormFieldFinder to FormControlFinder (BC break)
  • Error message Form field with name "xxx" probably does not exist. has been changed to Form control with name "xxx" probably does not exist. (BC break)

Added

  • Support for numeric form container names

Fixed

  • Subcomponents in multi registered components
  • Stubs for Nette\Bridges\FormsLatte\Runtime::item
  • FilterString type contains also null because Nette cast all inputs to string first and null is also available
  • Ignored incorrect calls from latte Checkbox::getControlPart('') and Checkbox::getLabelPart('')