| 
 | 1 | +v0.8.0  | 
 | 2 | +Loads of stuff happened this release, so we're bumping version to 0.8.0.  | 
 | 3 | +Note as well that there is a small change to `tabsarray` type regarding its title, the title is now  | 
 | 4 | +interpolated instead of eval'd. So if you have any problems slap on a `{{ }}` around the tab title.  | 
 | 5 | +See the docs on `tabarray` for an more info.  | 
 | 6 | + | 
 | 7 | + * Custom validation via ngModel.$validators and ngModel.$asyncValidators, thanks @davidlgj  | 
 | 8 | + * Inject errors from backend directly to a field with events, thanks @davidlgj, @burdiuz, @jdgblinq  | 
 | 9 | + * Icons to `button` type, thanks @maff  | 
 | 10 | + * Fixed spoiled comment, thanks @mchapman  | 
 | 11 | + * A new `template` field type, insert a angular template, like a mini add-on.  | 
 | 12 | + * Support for schema type that allows null, thanks @ulion  | 
 | 13 | + * Option groups in selects, thanks @DennisHalmstad  | 
 | 14 | + * input group addons, thanks @quietlyconfident  | 
 | 15 | + * validationMessages overhaul, nicer validationMessages with interpolation and a new sf-messages  | 
 | 16 | +   directive for add-on to use. thanks @davidlgj  | 
 | 17 | + * interpolation instead of eval'ing in tabarray title, thanks @coridyn  | 
 | 18 | + * Lots of bugfixes, most notable checkboxes validation now works, thanks @davidlgj, @coridyn,  | 
 | 19 | +   @ulion, @adamcbuckley   | 
 | 20 | + | 
1 | 21 | v0.7.13  | 
2 | 22 | -------  | 
3 | 23 |  * Bugfix for condition, it depended on jQuery  | 
 | 
0 commit comments