Skip to content

Releases: json-schema-form/angular-schema-form

0.8.8

20 Aug 14:17
Compare
Choose a tag to compare
  • Don't rely on documentFragment.children @davidlgj
  • Restored "template" type support with the builder. @davidlgj
  • Fixed defaults in array items. @davidlgj

0.8.7

19 Aug 06:31
Compare
Choose a tag to compare
  • Moved common builder functions from angular-schema-form-bootstrap decorator.
  • Bugfix for the new builder.

0.8.6

14 Aug 08:53
Compare
Choose a tag to compare

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

14 Aug 07:59
Compare
Choose a tag to compare
0.8.5 Pre-release
Pre-release
  • 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

12 Jul 15:39
Compare
Choose a tag to compare

Reverted trackBy on selects since it caused some trouble.

0.8.3

30 Jun 10:25
Compare
Choose a tag to compare
  • "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 @stramel
  • trackBy 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

20 Apr 11:34
Compare
Choose a tag to compare

Same as 0.8.2, but without typo that broke package.json

0.8.1

20 Apr 07:05
Compare
Choose a tag to compare

v0.8.1

Too much for one release

20 Mar 21:50
Compare
Choose a tag to compare

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

25 Feb 08:16
Compare
Choose a tag to compare
  • Bugfix for condition, it depended on jQuery