# Changelog

## v1.0.7

* Added UIFieldWithFields class and documented class
* Added UiFormField class and documented class
* Added formField shortcut function and documented function
* Update index.js to export additional classes and shortcut functions
* Updated demo/sample-page.js and confirmed generated page has valid html code.

## v1.0.6

* Updated index.js to export classes and functions
* Updated code documentation for ui-renderer
* Updated templateOptions to reflect default templates

## v1.0.2

* Added UIRadioField class, radioField shortcut function
* Added UiCheckboxesField class, checkboxesField shortcut function
* Checked radioField, checkboxesField render correctly with values
* Documented classes code
