All notable changes to semantic-form will be documented in this file.
- Add new component
rupiah()
- Minimum PHP version changed to 7.1.3
- Minimum Laravel version changed to 5.7
- Add horizontal form
- Add
Macroable
- Add global helper
form()
- Alias
SemanticForm
are now deprecated, use aliasForm::text()
or helperform()->text()
- Add new component
link()
- Add new component
action()
- Remove undocumented function
setToken()
- Automatically generate CSRF token when opening form
- Add chainable method
withoutToken()
when opening form - Add optional second param to
open($route, $bind)
to bind model - Make
bind()
chainable - Add optional second param to
label($text, $fieldCallback)
to modify Field wrapper - Component
submit()
will have classui button primary
as default