Skip to content

v2.1: Updates nette-forms-components and fixes entity resolving

Choose a tag to compare

@thorewi thorewi released this 09 May 11:05
· 19 commits to master since this release
Updates the nette-forms-components library to version 2.0.

Improves entity resolving in BaseForm by considering entity ID
existence and the method name being called, ensuring correct entity
injection in various form processing scenarios.

Adds return type declarations to setOnAfter* methods for better
type safety and consistency.