<a name="0.25.2"></a>
## [0.25.2](https://github.com/ESSS/ng-xform/compare/v0.25.1...v0.25.2) (2022-11-30)



<a name="0.25.1"></a>
## [0.25.1](https://github.com/ESSS/ng-xform/compare/v0.25.0...v0.25.1) (2022-11-30)


### Bug Fixes

* **ng-xform:** fix ci and move to github actions ([#58](https://github.com/ESSS/ng-xform/issues/58)) ([f9a6141](https://github.com/ESSS/ng-xform/commit/f9a6141))
* **ngxform:** fix export module not compatible with angular 10 projects ([#57](https://github.com/ESSS/ng-xform/issues/57)) ([68ea135](https://github.com/ESSS/ng-xform/commit/68ea135))



<a name="0.25.0"></a>
# [0.25.0](https://github.com/ESSS/ng-xform/compare/v0.24.1...v0.25.0) (2019-01-28)


### Bug Fixes

* **ng-xform:** unsubscribing from searchHandlers  ([#53](https://github.com/ESSS/ng-xform/issues/53)) ([a1ba276](https://github.com/ESSS/ng-xform/commit/a1ba276))



<a name="0.24.1"></a>
## [0.24.1](https://github.com/ESSS/ng-xform/compare/v0.24.0...v0.24.1) (2019-01-28)


### Bug Fixes

* **ngxform:** fix measure field value not reseting ([d3c4222](https://github.com/ESSS/ng-xform/commit/d3c4222))
* **NumberField:** not showing zero values ([a742e6d](https://github.com/ESSS/ng-xform/commit/a742e6d))
* **xform:** fix cancel not reverting form field values ([bfe3c62](https://github.com/ESSS/ng-xform/commit/bfe3c62))
* **xform:** fix cancel not reverting form field values ([2387513](https://github.com/ESSS/ng-xform/commit/2387513))



<a name="0.24.0"></a>
# [0.24.0](https://github.com/ESSS/ng-xform/compare/v0.23.0...v0.24.0) (2019-01-02)


### Bug Fixes

* **MeasureField:** accept exponential value input ([#52](https://github.com/ESSS/ng-xform/issues/52)) ([12a7f96](https://github.com/ESSS/ng-xform/commit/12a7f96))



<a name="0.23.0"></a>
# [0.23.0](https://github.com/ESSS/ng-xform/compare/v0.22.3...v0.23.0) (2018-12-21)


### Features

* **ng-xform:** suppot async validators ([#51](https://github.com/ESSS/ng-xform/issues/51)) ([d0e1f15](https://github.com/ESSS/ng-xform/commit/d0e1f15))



<a name="0.22.3"></a>
## [0.22.3](https://github.com/ESSS/ng-xform/compare/v0.22.2...v0.22.3) (2018-12-19)


### Bug Fixes

* **xform:** date field does not show date picker on read mode ([#49](https://github.com/ESSS/ng-xform/issues/49)) ([5c49da8](https://github.com/ESSS/ng-xform/commit/5c49da8))



<a name="0.22.2"></a>
## [0.22.2](https://github.com/ESSS/ng-xform/compare/v0.22.1...v0.22.2) (2018-12-10)


### Bug Fixes

* **InputNumber:** fixing InputNumberComponent on Firefox ([#48](https://github.com/ESSS/ng-xform/issues/48)) ([9acacbc](https://github.com/ESSS/ng-xform/commit/9acacbc))



<a name="0.22.1"></a>
## [0.22.1](https://github.com/ESSS/ng-xform/compare/v0.22.0...v0.22.1) (2018-12-04)


### Bug Fixes

* **MeasureField:** fixing loop on writevalue ([#47](https://github.com/ESSS/ng-xform/issues/47)) ([b38579a](https://github.com/ESSS/ng-xform/commit/b38579a))



<a name="0.22.0"></a>
# [0.22.0](https://github.com/ESSS/ng-xform/compare/v0.21.2...v0.22.0) (2018-12-03)


### Features

* **ng-xforms:** onChangeFn parameter added to DynamicField ([#44](https://github.com/ESSS/ng-xform/issues/44)) ([6c01689](https://github.com/ESSS/ng-xform/commit/6c01689))
* **NumberField:** add InputNumberComponent ([#45](https://github.com/ESSS/ng-xform/issues/45)) ([e8c3af9](https://github.com/ESSS/ng-xform/commit/e8c3af9))



<a name="0.21.2"></a>
## [0.21.2](https://github.com/ESSS/ng-xform/compare/v0.21.1...v0.21.2) (2018-11-23)


### Bug Fixes

* **xform:** fix MeasureField writeValue method for null values ([#42](https://github.com/ESSS/ng-xform/issues/42)) ([19a0faf](https://github.com/ESSS/ng-xform/commit/19a0faf))
* **xform:** fix reset form value with cancel when started on editing … ([#43](https://github.com/ESSS/ng-xform/issues/43)) ([9f6c499](https://github.com/ESSS/ng-xform/commit/9f6c499))



<a name="0.21.1"></a>
## [0.21.1](https://github.com/ESSS/ng-xform/compare/v0.21.0...v0.21.1) (2018-10-30)



<a name="0.21.0"></a>
# [0.21.0](https://github.com/ESSS/ng-xform/compare/v0.20.1...v0.21.0) (2018-10-30)



<a name="0.20.1"></a>
## [0.20.1](https://github.com/ESSS/ng-xform/compare/v0.20.0...v0.20.1) (2018-10-17)


### Features

* **MeasureField:** add format options to measure field to properly format values ([c8cca28](https://github.com/ESSS/ng-xform/commit/c8cca28))
* **MeasureField:** add formatOptions example for MeasureFiled on README file ([f1862b2](https://github.com/ESSS/ng-xform/commit/f1862b2))
* **SelectField:** improve coverage os select field with search key handler ([566dd78](https://github.com/ESSS/ng-xform/commit/566dd78))
* **SelectField:** remove unused import of Observable ([7bb0d9f](https://github.com/ESSS/ng-xform/commit/7bb0d9f))



<a name="0.20.0"></a>
# [0.20.0](https://github.com/ESSS/ng-xform/compare/v0.19.2...v0.20.0) (2018-10-11)


### Features

* Decouple Xform and Submit/Cancel buttons bar ([462456b](https://github.com/ESSS/ng-xform/commit/462456b))



<a name="0.19.2"></a>
## [0.19.2](https://github.com/ESSS/ng-xform/compare/v0.19.1...v0.19.2) (2018-10-08)



<a name="0.19.1"></a>
## [0.19.1](https://github.com/ESSS/ng-xform/compare/v0.19.0...v0.19.1) (2018-10-08)


### Bug Fixes

* **lib:** reset model on fields change ([3ae1350](https://github.com/ESSS/ng-xform/commit/3ae1350))


### Features

* **DataRangeField:** improve code coverage for data range field and error message pipe ([#37](https://github.com/ESSS/ng-xform/issues/37)) ([e265588](https://github.com/ESSS/ng-xform/commit/e265588))



<a name="0.19.0"></a>
# [0.19.0](https://github.com/ESSS/ng-xform/compare/v0.18.0...v0.19.0) (2018-09-20)


### Features

* **NgXform:** validate all fields on submit ([#34](https://github.com/ESSS/ng-xform/issues/34)) ([4067c28](https://github.com/ESSS/ng-xform/commit/4067c28)), closes [#35](https://github.com/ESSS/ng-xform/issues/35) [#36](https://github.com/ESSS/ng-xform/issues/36)



<a name="0.18.0"></a>
# [0.18.0](https://github.com/ESSS/ng-xform/compare/v0.17.0...v0.18.0) (2018-08-21)


### Features

* **Custom Field:** add support to custom field with template ([#33](https://github.com/ESSS/ng-xform/issues/33)) ([a834db7](https://github.com/ESSS/ng-xform/commit/a834db7))
* **NgXform:** remove errorCode ([#32](https://github.com/ESSS/ng-xform/issues/32)) ([9c1b77b](https://github.com/ESSS/ng-xform/commit/9c1b77b))



<a name="0.17.0"></a>
# [0.17.0](https://github.com/ESSS/ng-xform/compare/v0.16.0...v0.17.0) (2018-08-02)


### Bug Fixes

* **npm:** checking if logged in ([2cc979c](https://github.com/ESSS/ng-xform/commit/2cc979c))
* **npm:** checking if logged in ([ef40512](https://github.com/ESSS/ng-xform/commit/ef40512))



<a name="0.16.0"></a>
# [0.16.0](https://github.com/ESSS/ng-xform/compare/v0.15.5...v0.16.0) (2018-07-24)


### Features

* **error-message.pipe:** adding custom error message support ([#30](https://github.com/ESSS/ng-xform/issues/30)) ([aea9c13](https://github.com/ESSS/ng-xform/commit/aea9c13))
* **MeasureField:** setting min-width and text-align ([#29](https://github.com/ESSS/ng-xform/issues/29)) ([6462c53](https://github.com/ESSS/ng-xform/commit/6462c53))



<a name="0.15.5"></a>
## [0.15.5](https://github.com/ESSS/ng-xform/compare/v0.15.4...v0.15.5) (2018-07-18)


### Bug Fixes

* **RadioGroupField:** fixing boolean values error ([f7c94da](https://github.com/ESSS/ng-xform/commit/f7c94da))


### Features

* **RadiogroupField:** add support to radio group ([b4f688b](https://github.com/ESSS/ng-xform/commit/b4f688b))
* **RadiogroupField:** add support to radio group ([#28](https://github.com/ESSS/ng-xform/issues/28)) ([368df53](https://github.com/ESSS/ng-xform/commit/368df53))



<a name="0.15.4"></a>
## [0.15.4](https://github.com/ESSS/ng-xform/compare/v0.15.3...v0.15.4) (2018-07-05)



<a name="0.15.3"></a>
## [0.15.3](https://github.com/ESSS/ng-xform/compare/v0.15.2...v0.15.3) (2018-07-04)


### Bug Fixes

* **ng-xform:** Fix typo and demo code ([#26](https://github.com/ESSS/ng-xform/issues/26)) ([3fb2cd1](https://github.com/ESSS/ng-xform/commit/3fb2cd1))



<a name="0.15.2"></a>
## [0.15.2](https://github.com/ESSS/ng-xform/compare/v0.15.1...v0.15.2) (2018-07-04)


### Features

* **ng-xform:** Add support for addNewOption on the fly   ([2da43df](https://github.com/ESSS/ng-xform/commit/2da43df))



<a name="0.15.1"></a>
## [0.15.1](https://github.com/ESSS/ng-xform/compare/v0.15.0...v0.15.1) (2018-06-18)


### Features

* **ng-xform): Present flag red asterisk on required fields when in horizontal layout (#24:** feat(ng-xform): Present flag red asterisk on required fields when in horizontal layout (#24):  ([734b84d](https://github.com/ESSS/ng-xform/commit/734b84d)), closes [#24](https://github.com/ESSS/ng-xform/issues/24)



<a name="0.15.0"></a>
# [0.15.0](https://github.com/ESSS/ng-xform/compare/v0.14.0...v0.15.0) (2018-06-06)


### Features

* **ng-xform:** set angular LOCALE_ID as default ([#23](https://github.com/ESSS/ng-xform/issues/23)) ([1a73f93](https://github.com/ESSS/ng-xform/commit/1a73f93))



<a name="0.14.0"></a>
# [0.14.0](https://github.com/ESSS/ng-xform/compare/v0.13.0...v0.14.0) (2018-06-01)



<a name="0.13.0"></a>
# [0.13.0](https://github.com/ESSS/ng-xform/compare/v0.11.0...v0.13.0) (2018-05-30)


### Features

* **ng-xform:** add tests for change unit and set disabled ([1fc31b4](https://github.com/ESSS/ng-xform/commit/1fc31b4))
* **ng-xform:** support for bundle generation with external dependency for mathjs ([c1ca176](https://github.com/ESSS/ng-xform/commit/c1ca176))
* **ng-xform:** update documentation and remove dependencies from js_quantities ([2446c29](https://github.com/ESSS/ng-xform/commit/2446c29))



<a name="0.11.0"></a>
# [0.11.0](https://github.com/ESSS/ng-xform/compare/v0.10.0...v0.11.0) (2018-05-24)



<a name="0.10.0"></a>
# [0.10.0](https://github.com/ESSS/ng-xform/compare/v0.9.1...v0.10.0) (2018-05-21)


### Features

* **ng-xform:** support for type checked fields key ([d2d3e5b](https://github.com/ESSS/ng-xform/commit/d2d3e5b))



<a name="0.9.1"></a>
## [0.9.1](https://github.com/ESSS/ng-xform/compare/v0.9.0...v0.9.1) (2018-05-11)


### Bug Fixes

* **ng-xform:** Expose root form values in base dynamic field visibility fn ([92d0548](https://github.com/ESSS/ng-xform/commit/92d0548))
* **SelectFieldCompoenet:** force label update when options are setted by observable ([#17](https://github.com/ESSS/ng-xform/issues/17)) ([bd330a3](https://github.com/ESSS/ng-xform/commit/bd330a3))



<a name="0.9.0"></a>
# [0.9.0](https://github.com/ESSS/ng-xform/compare/v0.8.0...v0.9.0) (2018-05-08)


### Bug Fixes

* **ci:** fix ci test runner ([c24a630](https://github.com/ESSS/ng-xform/commit/c24a630))
* **ci:** fix ci test runner ([24aef01](https://github.com/ESSS/ng-xform/commit/24aef01))
* **ng-xform:** fix horizontal layout ([12b37ca](https://github.com/ESSS/ng-xform/commit/12b37ca))



<a name="0.7.1"></a>
## [0.7.1](https://github.com/ESSS/ng-xform/compare/v0.7.0...v0.7.1) (2018-04-17)



<a name="0.7.0"></a>
# [0.7.0](https://github.com/ESSS/ng-xform/compare/v0.6.3...v0.7.0) (2018-04-17)


### Bug Fixes

* **ng-xform:** reference error ([9aeee93](https://github.com/ESSS/ng-xform/commit/9aeee93))


### Features

* **ng-xform:** support for horizontal form layout ([fea1b0c](https://github.com/ESSS/ng-xform/commit/fea1b0c))



<a name="0.6.3"></a>
## [0.6.3](https://github.com/ESSS/ng-xform/compare/v0.6.2...v0.6.3) (2018-04-12)


### Bug Fixes

* **MeasureComponent:** fixing change unit ([#14](https://github.com/ESSS/ng-xform/issues/14)) ([914d283](https://github.com/ESSS/ng-xform/commit/914d283))



<a name="0.6.2"></a>
## [0.6.2](https://github.com/ESSS/ng-xform/compare/v0.6.1...v0.6.2) (2018-04-10)


### Bug Fixes

* **MeasureCompinent:** display '-' when null ([816a249](https://github.com/ESSS/ng-xform/commit/816a249))



<a name="0.6.1"></a>
## [0.6.1](https://github.com/ESSS/ng-xform/compare/v0.6.0...v0.6.1) (2018-04-10)


### Bug Fixes

* **MeasureComponent:** fixing the undefined input element error when … ([#13](https://github.com/ESSS/ng-xform/issues/13)) ([a6c25a6](https://github.com/ESSS/ng-xform/commit/a6c25a6))



<a name="0.6.0"></a>
# [0.6.0](https://github.com/ESSS/ng-xform/compare/v0.5.1...v0.6.0) (2018-04-09)



<a name="0.5.1"></a>
## [0.5.1](https://github.com/ESSS/ng-xform/compare/v0.5.0...v0.5.1) (2018-03-20)


### Bug Fixes

* **demo:** fix demo application ([d2b2194](https://github.com/ESSS/ng-xform/commit/d2b2194))
* **ng-xform:** fix checkbox component to send false instead of null ([#10](https://github.com/ESSS/ng-xform/issues/10)) ([adabf82](https://github.com/ESSS/ng-xform/commit/adabf82))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/ESSS/ng-xform/compare/v0.4.0...v0.5.0) (2018-03-19)


### Features

* **ng-xform:** add visibilityFn ([#9](https://github.com/ESSS/ng-xform/issues/9)) ([997e4f7](https://github.com/ESSS/ng-xform/commit/997e4f7))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/ESSS/ng-xform/compare/v0.3.0...v0.4.0) (2018-03-15)



<a name="0.3.0"></a>
# [0.3.0](https://github.com/ESSS/ng-xform/compare/v0.2.3...v0.3.0) (2018-03-02)


### Features

* **datepicker:** add datepicker field ([#6](https://github.com/ESSS/ng-xform/issues/6)) ([eada3e4](https://github.com/ESSS/ng-xform/commit/eada3e4))



<a name="0.2.3"></a>
## [0.2.3](https://github.com/ESSS/ng-xform/compare/v0.2.2...v0.2.3) (2018-02-23)


* Control value accessor (#4) ([5476f15](https://github.com/ESSS/ng-xform/commit/5476f15)), closes [#4](https://github.com/ESSS/ng-xform/issues/4)


### BREAKING CHANGES

* Removed AutoCompleteField;

fix(test): the version of @ng-select/ng-select was locked to 0.16.0



<a name="0.2.2"></a>
## [0.2.2](https://github.com/ESSS/ng-xform/compare/v0.2.1...v0.2.2) (2018-02-02)


### Features

* **ng-xform:** Add nested form group support ([bb3dc2a](https://github.com/ESSS/ng-xform/commit/bb3dc2a))



<a name="0.2.1"></a>
## [0.2.1](https://github.com/ESSS/ng-xform/compare/v0.1.4...v0.2.1) (2018-01-31)



<a name="0.1.4"></a>
## [0.1.4](https://github.com/ESSS/ng-xform/compare/v0.1.3...v0.1.4) (2018-01-31)



<a name="0.1.3"></a>
## [0.1.3](https://github.com/ESSS/ng-xform/compare/v0.1.2...v0.1.3) (2018-01-31)


### Bug Fixes

* **ng-xform:** submit autocomplete with a null value ([#1](https://github.com/ESSS/ng-xform/issues/1)) ([3a51978](https://github.com/ESSS/ng-xform/commit/3a51978))



<a name="0.1.2"></a>
## [0.1.2](https://github.com/ESSS/ng-xform/compare/v0.1.1...v0.1.2) (2018-01-26)


### Features

* **ng-xform:** object attribute mapping for autocomplete field ([5fe3961](https://github.com/ESSS/ng-xform/commit/5fe3961))



<a name="0.1.1"></a>
## [0.1.1](https://github.com/ESSS/ng-xform/compare/f559b33...v0.1.1) (2018-01-24)


### Features

* **lib:** dynamic form with fields: text, autocomplete, measure, select ([f559b33](https://github.com/ESSS/ng-xform/commit/f559b33))
* **ng-xform:** dynamic form with fields: text, autocomplete, measure, select ([b17e720](https://github.com/ESSS/ng-xform/commit/b17e720))



