Skip to content

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

0.7.12

23 Feb 07:42
Compare
Choose a tag to compare
  • Error on deleteFromArray task, thanks @bygiro
  • Fix for copyValueTo on numeric fields, thanks @Anthropic
  • "condition" option on every form type, thanks @davidlgj
  • Force redraw "schemaFormRedraw", thanks @davidlgj
  • Possible fix for "updateOn exception", thanks @plong0

0.7.11

06 Feb 14:35
Compare
Choose a tag to compare

0.7.10

06 Feb 13:12
Compare
Choose a tag to compare
  • Accessability additions, thanks @stramel
  • Updates to the gulp tasks, thanks @stramel
  • Updated to bower, thanks @Dervisevic
  • Updates to documentation & README & Contributing.md, thanks @davidlgj @Dervisevic
  • Speed optimization, thanks @stramel
  • Call ngModel.$setDirty() when deleting from array, thanks @qstrahl
  • Don't override readonly if specified on items individually, thanks @qstrahl
  • Update to the examples, thanks @mike-marcacci

0.7.9

15 Jan 08:11
Compare
Choose a tag to compare
  • Fixed a wrongful glob in bower.json that caused files to be missing in the bower install. Thanks, @mohsen1 for reporting it.

0.7.8

14 Jan 07:07
Compare
Choose a tag to compare

NOTE: This version is missing the dist/schema-form.js file in bower installs

  • Thanks to @burdiuz for finding a memory leak issue and finding a solution. And thanks to @davidlgj for implementing that solution.
  • Post render event, thanks @mrijken
  • Events documentation, thanks @Dervisevic
  • startEmpty documentation, thanks @DavidLJ
  • npm and bower updates, thanks @Dervisevic
  • x-schema-form attribute, thanks @davidlgj
  • htmlClass and fieldHtmlClass form options, thanks @davidlgj

0.7.7

14 Jan 07:09
Compare
Choose a tag to compare

0.7.6

14 Jan 07:09
Compare
Choose a tag to compare
  • Fixed broken bower specification.
  • Updated README and documentation.

0.7.5

14 Jan 07:09
Compare
Choose a tag to compare
  • Bracket notation for reserved words to make IE8 happier,thanks @jibwa
  • Clarification of module loading in docs, thanks @coderajay

0.7.4

14 Jan 07:10
Compare
Choose a tag to compare
  • bower.json fixes, thanks @mike-marcacci, @morrislaptop
  • Updated docs with a part on extending angular schema form.
  • The example now includes the tinymce add on (https://github.com/Textalk/angular-schema-form-tinymce)
  • @cameronprattedwards split the gulp tasks and tests into manageble files.
  • Fixed validation bugs with numbers and dates, this also got validation working in Angular 1.3.0
  • Placeholder on textarea
  • step="any" so a HTML5 input doesn't default to 1 and break float validation
  • Allow for a pre-existing layout where fields will be inserted, thanks @ebrehault
    Docs are missing but lock at PR #112.
  • Better "readonly" support, thanks @mike-marcacci!

v0.7.3

14 Jan 07:10
Compare
Choose a tag to compare
  • Fix for regression in enum order in selects, thanks @adamschwartz
  • Descriptons in fieldsets, thanks @mike-marcacci
  • Evaluate sfModel in the parent scope, thanks @mike-marcacci
  • 'defaultFormDefinition' is now exported on the schemaForm provider making it possible to create
    addons that have arbitrary forms inside them, i.e. like fieldset.
  • A couple of bugs, required should now work fine, tabarrays behave, list tags be mathed etc