Releases: json-schema-form/angular-schema-form
Releases · json-schema-form/angular-schema-form
0.8.8
0.8.7
0.8.6
Same as 0.8.5, but without a left over console.timeEnd()
call
- UMD wrapping for bootstrap-decorator, thanks @angelaharalson
- label instead of h3 in array title, whic is more consistent. Thanks @prettymuchbryce
- doc typos, thanks @zerofifteen
- multipleOf validation message fix, thanks @leipert
- infinite digest bugfix, thanks @israelshirk
- minLength validation message bugfix, thanks @iamdarrenhall
- bugfix for Angular 1.2 and arrays watching, thanks @davidlgj
0.8.5
- UMD wrapping for bootstrap-decorator, thanks @angelaharalson
- label instead of h3 in array title, whic is more consistent. Thanks @prettymuchbryce
- doc typos, thanks @zerofifteen
- multipleOf validation message fix, thanks @leipert
- infinite digest bugfix, thanks @israelshirk
- minLength validation message bugfix, thanks @iamdarrenhall
- bugfix for Angular 1.2 and arrays watching, thanks @davidlgj
0.8.4
0.8.3
- "destroyStrategy" support, thanks @jbsaff! This means that
condition
can now remove values
from the model when their fields are hidden. - Bugfix for global option propagation, thanks @golfmat1
notitle
now works on fieldset as well, thanks @strameltrackBy
on selects, thanks @Fridus- update list variable when watching for array changes, thanks @LukeBennet
- doc changes for the "save to gist" feature, thanks @niklasb
- validation error message mixups, thanks @leipert
- ObjectPath, deps and browserify fixes, thanks @saller, @LoicMahieu, @thardyman, @davidlgj
0.8.2
0.8.1
v0.8.1
- Fixed order of error messages, thanks @davidlgj
- Added
modelValue
to variables available in a condition, thanks @dben - UMD wrapping, thanks @dwikle
- disableErrorState, disableSuccessState options, thanks @domasx2
- Awesome gist integration to example page, thanks @Dervisevic
- Global option to disable tv4 validation, thanks @maff
- Option: labelHtmlClass, thanks @AlexAlbala
- Doc fixes and updates, thanks @Minisai, @jdcaballerov, @cjroth, @Dervisevic
- Bugfixes, thanks @engelfrost, @mqamhieh, @carchrae
Too much for one release
Loads of stuff happened this release, so we're bumping version to 0.8.0.
Note as well that there is a small change to tabsarray
type regarding its title, the title is now
interpolated instead of eval'd. So if you have any problems slap on a {{ }}
around the tab title.
See the docs on tabarray
for an more info.
- Custom validation via ngModel.$validators and ngModel.$asyncValidators, thanks @davidlgj
- Inject errors from backend directly to a field with events, thanks @davidlgj, @burdiuz, @jdgblinq
- Icons to
button
type, thanks @maff - Fixed spoiled comment, thanks @mchapman
- A new
template
field type, insert a angular template, like a mini add-on. - Support for schema type that allows null, thanks @ulion
- Option groups in selects, thanks @DennisHalmstad
- input group addons, thanks @quietlyconfident
- validationMessages overhaul, nicer validationMessages with interpolation and a new sf-messages
directive for add-on to use. thanks @davidlgj - interpolation instead of eval'ing in tabarray title, thanks @Coridyn
- Lots of bugfixes, most notable checkboxes validation now works, thanks @davidlgj, @Coridyn,
@ulion, @adamcbuckley
0.7.13
- Bugfix for condition, it depended on jQuery