Releases: glhd/aire
Releases · glhd/aire
1.9.0
This release improves some of the client-side validation logic to handle custom themes (like Bootstrap) better. It allows for more flexibility in how you format your error messages while still allowing for fully-automatic client-side validation.
It also includes a fix for nested input names, like foo[bar][]
.
1.8.1
1.8.0
1.7.1
1.7.0
1.6.1
1.6.0
- Aire now uses
ForwardsCalls
to improve error messages if a method doesn't exist. - Dropped use of
collect()
method in favor ofnew Collection()
Element::data()
will now try to serialize the data value if possible, so that you can pass JSON down to your javascript easily
1.5.1
1.5.0
1.5.0-beta.1
Improve variant support