A maintenance-focused release that tightens type safety across the whole codebase, modernizes the JavaScript test stack, and turns static analysis into a non-negotiable part of the build. No API changes – just a more solid foundation under the hood.
- Native types everywhere – filled in missing native type declarations across
Container,BaseControl,Validator,Rules,Formand friends, so PHPStan (and your IDE) see the real shape of things - Sharper phpDoc – tightened phpDoc types and descriptions throughout, giving better autocomplete and clearer intent at every call - Reorganized a few tests and switched some over to
allowCrossOrigin()for clarity