Release v3.0.0
Stable release with full Nette 3.2 and PHP 8.2+ support.
Changes since v3.0.0@rc:
- Raised PHPStan to level max with full type safety
- Fixed compatibility with nette/component-model 3.1.0+
- Fixed WeakMap::contains() → offsetExists() for PHP 8.2+
- Removed deprecated setAccessible() call (not needed since PHP 8.1)
- Fixed createOne() type casting in createDefault()
- Updated deprecated Nette interfaces (ISubmitterControl → SubmitterControl)
- Added phpstan-nette and phpstan-deprecation-rules extensions
- Added composer scripts for local CI runs
- Improved .gitattributes to exclude dev files from package
Breaking changes:
- Requires
nette/component-model >= 3.1.0 getContainers()andgetButtons()now returnarrayinstead ofiterableaddCreateOnClick()first parameter is now strictlybool