|
| 1 | +<a name="2.2.0"></a> |
| 2 | +# 2.2.0 (2018-01-21) |
| 3 | + |
| 4 | +* add console.log ([fa779bd](https://github.com/icebob/vue-form-generator/commit/fa779bd)) |
| 5 | +* add console.log to debug ([d05818e](https://github.com/icebob/vue-form-generator/commit/d05818e)) |
| 6 | +* add indent ([026439a](https://github.com/icebob/vue-form-generator/commit/026439a)) |
| 7 | +* add unscape html for error message. ([20b8d9d](https://github.com/icebob/vue-form-generator/commit/20b8d9d)) |
| 8 | +* added "getLabelClasses" and unit test, using the fieldClasses unit test as an example ([8c01307](https://github.com/icebob/vue-form-generator/commit/8c01307)) |
| 9 | +* added labelClasses support ([acdbb6c](https://github.com/icebob/vue-form-generator/commit/acdbb6c)) |
| 10 | +* added missing "id" attributes to checkbox, checklist, radios and submit ([09d44c1](https://github.com/icebob/vue-form-generator/commit/09d44c1)) |
| 11 | +* added missing comma that failed in Travis ([32c7627](https://github.com/icebob/vue-form-generator/commit/32c7627)) |
| 12 | +* added styleClasses support to groups ([8b6801b](https://github.com/icebob/vue-form-generator/commit/8b6801b)) |
| 13 | +* addeds "styleClasses" to group schemas, reimplements #339 ([8e4b43d](https://github.com/icebob/vue-form-generator/commit/8e4b43d)) |
| 14 | +* bumped vue version to 2.5.3 ([7d7c0c4](https://github.com/icebob/vue-form-generator/commit/7d7c0c4)) |
| 15 | +* change the judgement ([d4bc27a](https://github.com/icebob/vue-form-generator/commit/d4bc27a)) |
| 16 | +* check if field.type is undefined before appending the "field-undefined" class ([9993550](https://github.com/icebob/vue-form-generator/commit/9993550)) |
| 17 | +* commit the built bundle ([45e1436](https://github.com/icebob/vue-form-generator/commit/45e1436)) |
| 18 | +* commit the built dist ([12b3cf7](https://github.com/icebob/vue-form-generator/commit/12b3cf7)) |
| 19 | +* commit without console.log ([79a77bd](https://github.com/icebob/vue-form-generator/commit/79a77bd)) |
| 20 | +* delete console.log ([ed853a2](https://github.com/icebob/vue-form-generator/commit/ed853a2)) |
| 21 | +* don't render labels when no label text is provided, proposed option 1 from #347 ([8ecc851](https://github.com/icebob/vue-form-generator/commit/8ecc851)) |
| 22 | +* fix bower.json validation ([2afb4ac](https://github.com/icebob/vue-form-generator/commit/2afb4ac)) |
| 23 | +* fixed null check ([7842b92](https://github.com/icebob/vue-form-generator/commit/7842b92)) |
| 24 | +* fixed Vue version ([624ed92](https://github.com/icebob/vue-form-generator/commit/624ed92)) |
| 25 | +* fixes #340 - "none" value set to `null`, formatValueToField checks for `isNil(value)` and returns `n ([5b42807](https://github.com/icebob/vue-form-generator/commit/5b42807)), closes [#340](https://github.com/icebob/vue-form-generator/issues/340) |
| 26 | +* fixes #341 - introduced debounce functionality into `formatValueToModel` ([a46fe31](https://github.com/icebob/vue-form-generator/commit/a46fe31)), closes [#341](https://github.com/icebob/vue-form-generator/issues/341) |
| 27 | +* fixes #345 - declare debouncedValidateFunc and set it when debouncedValidate() is called... vue 2.2. ([ee684f0](https://github.com/icebob/vue-form-generator/commit/ee684f0)), closes [#345](https://github.com/icebob/vue-form-generator/issues/345) |
| 28 | +* fixes #358 - support "validateBeforeSubmit" with async validators ([5a26ef1](https://github.com/icebob/vue-form-generator/commit/5a26ef1)), closes [#358](https://github.com/icebob/vue-form-generator/issues/358) |
| 29 | +* fixes #361 - use $event.target.valueAsNumber for number/range inputs, debounce `formatValueToModel` ([d1a8bcf](https://github.com/icebob/vue-form-generator/commit/d1a8bcf)), closes [#361](https://github.com/icebob/vue-form-generator/issues/361) |
| 30 | +* fixes #362 - `integer` validator now calls `number` validator, and returns `invalidIntegerl: "The va ([8d436be](https://github.com/icebob/vue-form-generator/commit/8d436be)), closes [#362](https://github.com/icebob/vue-form-generator/issues/362) |
| 31 | +* Groupped fields "tag" param fixed. ([9275a26](https://github.com/icebob/vue-form-generator/commit/9275a26)) |
| 32 | +* moved unit test to formGenerator, as labels are managed by formGenerator and not the field component ([f102967](https://github.com/icebob/vue-form-generator/commit/f102967)) |
| 33 | +* remove garbage ([17eeae5](https://github.com/icebob/vue-form-generator/commit/17eeae5)) |
| 34 | +* remove the errorUnescaped property, add v-html on the error part ([ecd2ca5](https://github.com/icebob/vue-form-generator/commit/ecd2ca5)) |
| 35 | +* remove uniqueId import ([c86d7dc](https://github.com/icebob/vue-form-generator/commit/c86d7dc)) |
| 36 | +* removed commented out console.log statements ([e9bf285](https://github.com/icebob/vue-form-generator/commit/e9bf285)) |
| 37 | +* removed console.log and fixed quotes ([025b541](https://github.com/icebob/vue-form-generator/commit/025b541)) |
| 38 | +* removed indentation ([49f57b8](https://github.com/icebob/vue-form-generator/commit/49f57b8)) |
| 39 | +* requested by @icebob ([2724809](https://github.com/icebob/vue-form-generator/commit/2724809)) |
| 40 | +* reverted back to `schema.required` for "none selected" disabled state, per @icebob ([f562d7f](https://github.com/icebob/vue-form-generator/commit/f562d7f)) |
| 41 | +* reverting back to original test ([4ba3d4a](https://github.com/icebob/vue-form-generator/commit/4ba3d4a)) |
| 42 | +* Update badges ([705c6a7](https://github.com/icebob/vue-form-generator/commit/705c6a7)) |
| 43 | +* Update formGenerator.vue ([3208446](https://github.com/icebob/vue-form-generator/commit/3208446)) |
| 44 | +* update node-sass ([e3eee64](https://github.com/icebob/vue-form-generator/commit/e3eee64)) |
| 45 | +* Update README.md ([f57faba](https://github.com/icebob/vue-form-generator/commit/f57faba)) |
| 46 | +* Update README.md ([1092e01](https://github.com/icebob/vue-form-generator/commit/1092e01)) |
| 47 | +* Update README.md ([9d9701b](https://github.com/icebob/vue-form-generator/commit/9d9701b)) |
| 48 | +* updated tests for modified label logic ([f0c2281](https://github.com/icebob/vue-form-generator/commit/f0c2281)) |
| 49 | + |
| 50 | + |
| 51 | + |
1 | 52 | <a name="2.1.1"></a>
|
2 | 53 | ## 2.1.1 (2017-10-20)
|
3 | 54 |
|
|
0 commit comments