Skip to content

2.3.0

Compare
Choose a tag to compare
@Chrico Chrico released this 19 Sep 06:34
· 7 commits to master since this release
bb27332

Element

  • Introduce new methods Element::withParent() and Element::parent() to keep track of the parent CollectionElement/Form and track "submission"-state on all Elements.
  • Introduced new method which prepares the "id" and "name" for rendering to take the Element parents into account.

Form, CollectionElement, Element

Reduced amount of methods which are overwritten and ensure that with*() methods are not callable after submission.