Skip to content

Release v2.1.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 10:00
· 39 commits to main since this release

Release v2.1.1

Dashboard Twig forms iterate unrendered FormKit children; fix item full-page
field order for pathPattern/matchAttributes.

Changelog

Fixed

  • Dashboard item form (full page): render all FormKit fields in type order. Explicit form_row lists skipped pathPattern / matchAttributes, so those fields appeared after parent via form_rest.

Changed

  • Dashboard collection/item/import Twig (partials + full-page forms) iterate unrendered children ({% for child in form %} / not child.rendered) instead of listing each field + form_rest.

Full Changelog: v2.1.0...v2.1.1