Releases: formers/former
Releases · formers/former
3.5.7
3.5.6
3.5.5
3.5.4
3.5.3
Added
- Allow repopulating multiselects from Laravel relationships
- Support checkbox repopulation from models
Fixed
- Handle dot notation in live validation
- Don't repopulate _token fields
- Encode values of hidden fields
3.5.2
Fixed
- Fix the
bind
function for checkables - Fixed an error when manually creating checkables
3.5.1
Added
- Added support for Foundation 5
- Added PlainText field type
- Added
->bind()
method to fields to change which binding to use for repopulation
Changed
- Peformance tweaks (framework caching)
Fixed
- Fixed position of MAX_FILE_SIZE field
- Fixed Laravel 5 compatibility
- Fixed wrong class for inline checkables on Bootstrap 3
3.5.0
Changed
- Bumped minimum requirement to 5.4
3.4.4
Deprecated
- Last release for PHP 5.3
3.4.3
Added
- Added step parameter to
Select::range()
method - Allow individual checkboxes to override the global push-checkbox setting
Changed
- Add some additional options for Foundation 4
- Allow translation method to fetch nested keys via dot or brackets
Fixed
- Fix some repopulation issues