Skip to content
Snippets Groups Projects
Commit 2849c241 authored by Eryk Mika's avatar Eryk Mika
Browse files

chore: changelog update

parent f49de683
No related branches found
No related tags found
1 merge request!32feature: toggle field
# Changelog # Changelog
## [3.3.0] - 2025-04-XX ## [4.0.0] - 2025-04-XX
### Added ### Added
- ToggleField class, extends CheckboxField for toggle button functionality. - ToggleField class, extends CheckboxField for toggle button functionality.
### Changed
- Declared nullable parameter types (e.g. `?string`, `?Renderer`) to fix PHP 8.4 deprecation warnings about implicitly nullable parameters.
### Removed
- Support for PHP < 7.1.
## [3.2.1] - 2024-10-30 ## [3.2.1] - 2024-10-30
### Changed ### Changed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment