2.3.0
Element
- Introduce new methods
Element::withParent()
andElement::parent()
to keep track of the parentCollectionElement
/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.