Releases: dschnelldavis/angular2-json-schema-form
Releases · dschnelldavis/angular2-json-schema-form
0.7.0-alpha.1
Adds multiple languages for error messages. Separates frameworks into different modules.
Note breaking change: you must now import both JsonSchemaFormModule and a framework module.
old:
imports: [ BrowserModule, JsonSchemaFormModule ]
new:
imports: [ BrowserModule, Bootstrap3FrameworkModule, JsonSchemaFormModule.forRoot(Bootstrap3FrameworkModule) ]
0.6.0-alpha.7
Move condition evaluation to JSF service, and add support for new fun…
0.6.0-alpha.6
Fix dynamic title parsing.
0.6.0-alpha.5
Fix bug displaying expandable sections.
0.6.0-alpha.4
Update version to 0.6.0-alpha.4.
0.6.0-alpha.3
Pad 'date-time' inputs, if needed, to mach ISO format.
0.6.0-alpha.2
Fix problems with ngModel 2-way data binding.
0.6.0-alpha.1
Change "Angular 4" to "Angular 4 and 5" in demo site and readme
0.5.0-alpha.16
Increase version number to 0.5.0-alpha.16.
0.5.0-alpha.15
Increase version number to 0.5.0-alpha.15.