Releases: json-schema-form/angular-schema-form
Releases · json-schema-form/angular-schema-form
0.7.12
0.7.11
- New front page with a list of add-on:s based on a bower search! Thanks @unicornforce @Dervisevic @davidlgj
- Twitter account, @ngSchemaForm, new releases will be announced here. Thanks @Dervisevic
- copyValueTo form option. Thanks @Dervisevic
0.7.10
- 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
0.7.8
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
- Array ref changes in model updates form, thanks @Sandreu
- Tabarray & array fixes, thanks @Sandreu, @davidlgj
- Use objectpath more generically to fix requirejs issues, thanks @mike-marcacci
- README and documentation updates, thanks @davidlgj, @engelfrost, @Dervisevic, @stramel, @Sandreu
- Expanded documentation on custom validation messages, thanks @Dervisevic
- Deep structure tests, thanks @Sandreu
- SF-insert-field documentation, thanks @davidlgj
- Array model watch & array defaults, thanks @Sandreu
0.7.6
- Fixed broken bower specification.
- Updated README and documentation.
0.7.5
- Bracket notation for reserved words to make IE8 happier,thanks @jibwa
- Clarification of module loading in docs, thanks @coderajay
0.7.4
- 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
- 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