File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 1.9.0
2+ - Bump minimum php version to 5.6 - #276 (Thanks to [ @max-kovpak ] ( https://github.com/max-kovpak ) )
3+ - Add support for Laravel 5.3 and fix EntityType lists method - #276 (Thanks to [ @max-kovpak ] ( https://github.com/max-kovpak ) )
4+ - Add ` alterFieldValues ` and ` alterValid ` methods to Form class - #272 (Thanks to [ @rudiedirkx ] ( https://github.com/rudiedirkx ) )
5+ - Fix collection type to use current request data if old input is not available - issue #268
6+ - Fix automatic class append functionality that was added in PR #220 - use ` class_append ` option instead.
7+
8+
19## 1.8.0
210- Add default classes per field - #220 (Thanks to @jvdlaar )
311- Set up ServiceProvider to be compatible with Laravel 5.3 - #236 (Thanks to @marcoraddatz )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ By default it supports Bootstrap 3.
1515For laravel 4 version check [ laravel4-form-builder] ( https://github.com/kristijanhusak/laravel4-form-builder )
1616
1717## Upgrade to 1.6
18- If you upgraded to ` 1.6.* ` from ` 1.5.* ` or eariler, and having problems with form value binding, rename ` default_value ` to ` value ` .
18+ If you upgraded to ` > 1.6.*` from ` 1.5.* ` or eariler, and having problems with form value binding, rename ` default_value ` to ` value ` .
1919
2020More info in [ changelog] ( https://github.com/kristijanhusak/laravel-form-builder/blob/master/CHANGELOG.md )
2121
You can’t perform that action at this time.
0 commit comments