UNPKG

74.1 kBMarkdownView Raw
1## <small>2.3.4 (2019-02-07)</small>
2
3* #469 - fixes example in README, tested with a fresh vue-cli project ([b0037c9](https://github.com/vue-generators/vue-form-generator/commit/b0037c9))
4* #551 - added "is-disabled" class to the radios label ([1e9db8e](https://github.com/vue-generators/vue-form-generator/commit/1e9db8e)), closes [#551](https://github.com/vue-generators/vue-form-generator/issues/551)
5* Add vfg-field-matrix into the readme ([a898201](https://github.com/vue-generators/vue-form-generator/commit/a898201))
6* added optional field property `debounceValidateTime` which works at the field level, allowing indivi ([d98fa50](https://github.com/vue-generators/vue-form-generator/commit/d98fa50))
7* Ref #563 - return unique validation errors (prevents multiple validators from returning "this field ([f9c699b](https://github.com/vue-generators/vue-form-generator/commit/f9c699b)), closes [#563](https://github.com/vue-generators/vue-form-generator/issues/563)
8* single-quotes fix ([5756317](https://github.com/vue-generators/vue-form-generator/commit/5756317))
9* Update validators.js ([a282933](https://github.com/vue-generators/vue-form-generator/commit/a282933))
10* updated abstractField test, seems the `field.formOptions` wasn't being updated, the `this.$parent.op ([8c1f462](https://github.com/vue-generators/vue-form-generator/commit/8c1f462))
11* updated package-lock with latest deps ([f7d7c71](https://github.com/vue-generators/vue-form-generator/commit/f7d7c71))
12
13
14
15## <small>2.3.3 (2018-12-14)</small>
16
17* #535, #526 - reversed "deep property path" fix ([da32bde](https://github.com/vue-generators/vue-form-generator/commit/da32bde)), closes [#535](https://github.com/vue-generators/vue-form-generator/issues/535) [#526](https://github.com/vue-generators/vue-form-generator/issues/526)
18* added "item.disabled" logic, supporting both boolean values and a function that is passed a referenc ([b227eb4](https://github.com/vue-generators/vue-form-generator/commit/b227eb4))
19* added "options" to VFG install function, appending custom "validators" to the validators object that ([892469e](https://github.com/vue-generators/vue-form-generator/commit/892469e))
20* added "type" attribute to inside buttons schema, defaults to "button" when one is not provided ([3306893](https://github.com/vue-generators/vue-form-generator/commit/3306893))
21* added an optional "unique" flag to "getFieldID" that appends lodash "uniqueId" to the ID when true. ([ab1daeb](https://github.com/vue-generators/vue-form-generator/commit/ab1daeb)), closes [#468](https://github.com/vue-generators/vue-form-generator/issues/468)
22* added newline ([5813f0a](https://github.com/vue-generators/vue-form-generator/commit/5813f0a))
23* Codacy (guard-for-in) fix ([4e81d2d](https://github.com/vue-generators/vue-form-generator/commit/4e81d2d))
24* code fix ([b3a1010](https://github.com/vue-generators/vue-form-generator/commit/b3a1010))
25* Fix required number input does not require a value ([f95b38c](https://github.com/vue-generators/vue-form-generator/commit/f95b38c))
26* fixed code structure ([3b750b3](https://github.com/vue-generators/vue-form-generator/commit/3b750b3))
27* fixed single-quotes ([dfee175](https://github.com/vue-generators/vue-form-generator/commit/dfee175))
28* fixes #480 - dates are always passed to "date" and "datetime-local" elements using the standard form ([db3413f](https://github.com/vue-generators/vue-form-generator/commit/db3413f)), closes [#480](https://github.com/vue-generators/vue-form-generator/issues/480)
29* fixes an issue with fieldPikaday modifying the field schema and attaching `this.$el` to it, the pika ([2024204](https://github.com/vue-generators/vue-form-generator/commit/2024204))
30* listen for model-updated from `fields`, and fix `debounceFormatFunction` property to match fieldInpu ([7ad1fca](https://github.com/vue-generators/vue-form-generator/commit/7ad1fca))
31* migrated VFG docs to newer GitBooks, created GitHub Repo for Docs to allow for easier maintenance, u ([d372f5b](https://github.com/vue-generators/vue-form-generator/commit/d372f5b))
32* feat: add maxElements slot to fieldVueMultiSelect ([2e91a2f](https://github.com/vue-generators/vue-form-generator/commit/2e91a2f))
33
34
35
36## <small>2.3.2 (2018-10-22)</small>
37
38* Export dist ([9912b5e](https://github.com/vue-generators/vue-form-generator/commit/9912b5e))
39* Fix deep property path not working ([fb02f26](https://github.com/vue-generators/vue-form-generator/commit/fb02f26))
40* Fix fieldSubmit not calling validate method ([c82c44b](https://github.com/vue-generators/vue-form-generator/commit/c82c44b))
41* Fix Rawgit shut down ([34e08a6](https://github.com/vue-generators/vue-form-generator/commit/34e08a6))
42* docs: replace duplicated 2.3.0 with 2.3.1 ([69bbfce](https://github.com/vue-generators/vue-form-generator/commit/69bbfce))
43* feat(fields): add required attribute to checkbox component ([2b3c7e5](https://github.com/vue-generators/vue-form-generator/commit/2b3c7e5))
44* feat(fields): add required attribute to radios component ([8d04252](https://github.com/vue-generators/vue-form-generator/commit/8d04252))
45
46
47
48<a name="2.3.1"></a>
49## 2.3.1 (2018-10-03)
50
51* Use lodash-webpack-plugin for even better size
52* Added required attribute to textarea
53
54
55<a name="2.3.0"></a>
56## 2.3.0 (2018-09-19)
57
58* Fixed issue with SCSS variables being referenced incorrectly (#449)
59* Updated README to include new third-party VFG Fields
60* Rework of formGenerator use a component
61* Allow HTML for Field Label and Hints
62* Updated package.json URL's for VFG
63* Added a "noResult" slot to FieldVueMultiSelect
64* Include a reference to the VFG instance that triggered a "validated" event (3rd param)
65* Fixed a number parsing bug in IE/Edge with FieldInput
66* Added support for Bootstrap CSS Classes (`form-group` will not set width on `col-*` elements)
67
68
69
70<a name="2.2.2"></a>
71## 2.2.2 (2018-04-24)
72
73* Fix NaN with value 0 on input type number/range.
74* Fix bug in fieldUpload that threw error due to $event not being defined
75* Added $event to onValidationError in fieldSubmit
76* Fixed bug with validationErrorClass and validationSuccessClass depending on each
77* Made DEBOUNCE_FORMAT_MS configurable in fieldInput, just pass `debounceFormatTimeout: TIME_IN_MS` in field schema
78* $event.preventDefault() called when using async validation with fieldSubmit to prevent unwanted form submissions
79
80
81
82<a name="2.2.1"></a>
83## 2.2.1 (2018-03-09)
84
85* ... ([eadccc2](https://github.com/icebob/vue-form-generator/commit/eadccc2))
86* #409 - fixed id property in fieldUpdate ([b86fddf](https://github.com/icebob/vue-form-generator/commit/b86fddf))
87* fixed markdown link ([3ef928a](https://github.com/icebob/vue-form-generator/commit/3ef928a))
88* removed extra paren ([a6df78b](https://github.com/icebob/vue-form-generator/commit/a6df78b))
89* resolves #368 added vue-tel-input ([a8859b3](https://github.com/icebob/vue-form-generator/commit/a8859b3)), closes [#368](https://github.com/icebob/vue-form-generator/issues/368)
90* setup automate releasing ([6e6527f](https://github.com/icebob/vue-form-generator/commit/6e6527f))
91
92
93
94<a name="2.2.0"></a>
95# 2.2.0 (2018-01-21)
96
97* add console.log ([fa779bd](https://github.com/icebob/vue-form-generator/commit/fa779bd))
98* add console.log to debug ([d05818e](https://github.com/icebob/vue-form-generator/commit/d05818e))
99* add indent ([026439a](https://github.com/icebob/vue-form-generator/commit/026439a))
100* add unscape html for error message. ([20b8d9d](https://github.com/icebob/vue-form-generator/commit/20b8d9d))
101* added "getLabelClasses" and unit test, using the fieldClasses unit test as an example ([8c01307](https://github.com/icebob/vue-form-generator/commit/8c01307))
102* added labelClasses support ([acdbb6c](https://github.com/icebob/vue-form-generator/commit/acdbb6c))
103* added missing "id" attributes to checkbox, checklist, radios and submit ([09d44c1](https://github.com/icebob/vue-form-generator/commit/09d44c1))
104* added missing comma that failed in Travis ([32c7627](https://github.com/icebob/vue-form-generator/commit/32c7627))
105* added styleClasses support to groups ([8b6801b](https://github.com/icebob/vue-form-generator/commit/8b6801b))
106* addeds "styleClasses" to group schemas, reimplements #339 ([8e4b43d](https://github.com/icebob/vue-form-generator/commit/8e4b43d))
107* bumped vue version to 2.5.3 ([7d7c0c4](https://github.com/icebob/vue-form-generator/commit/7d7c0c4))
108* change the judgement ([d4bc27a](https://github.com/icebob/vue-form-generator/commit/d4bc27a))
109* check if field.type is undefined before appending the "field-undefined" class ([9993550](https://github.com/icebob/vue-form-generator/commit/9993550))
110* commit the built bundle ([45e1436](https://github.com/icebob/vue-form-generator/commit/45e1436))
111* commit the built dist ([12b3cf7](https://github.com/icebob/vue-form-generator/commit/12b3cf7))
112* commit without console.log ([79a77bd](https://github.com/icebob/vue-form-generator/commit/79a77bd))
113* delete console.log ([ed853a2](https://github.com/icebob/vue-form-generator/commit/ed853a2))
114* 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))
115* fix bower.json validation ([2afb4ac](https://github.com/icebob/vue-form-generator/commit/2afb4ac))
116* fixed null check ([7842b92](https://github.com/icebob/vue-form-generator/commit/7842b92))
117* fixed Vue version ([624ed92](https://github.com/icebob/vue-form-generator/commit/624ed92))
118* 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)
119* 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)
120* 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)
121* 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)
122* 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)
123* 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)
124* Groupped fields "tag" param fixed. ([9275a26](https://github.com/icebob/vue-form-generator/commit/9275a26))
125* 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))
126* remove garbage ([17eeae5](https://github.com/icebob/vue-form-generator/commit/17eeae5))
127* remove the errorUnescaped property, add v-html on the error part ([ecd2ca5](https://github.com/icebob/vue-form-generator/commit/ecd2ca5))
128* remove uniqueId import ([c86d7dc](https://github.com/icebob/vue-form-generator/commit/c86d7dc))
129* removed commented out console.log statements ([e9bf285](https://github.com/icebob/vue-form-generator/commit/e9bf285))
130* removed console.log and fixed quotes ([025b541](https://github.com/icebob/vue-form-generator/commit/025b541))
131* removed indentation ([49f57b8](https://github.com/icebob/vue-form-generator/commit/49f57b8))
132* requested by @icebob ([2724809](https://github.com/icebob/vue-form-generator/commit/2724809))
133* reverted back to `schema.required` for "none selected" disabled state, per @icebob ([f562d7f](https://github.com/icebob/vue-form-generator/commit/f562d7f))
134* reverting back to original test ([4ba3d4a](https://github.com/icebob/vue-form-generator/commit/4ba3d4a))
135* Update badges ([705c6a7](https://github.com/icebob/vue-form-generator/commit/705c6a7))
136* Update formGenerator.vue ([3208446](https://github.com/icebob/vue-form-generator/commit/3208446))
137* update node-sass ([e3eee64](https://github.com/icebob/vue-form-generator/commit/e3eee64))
138* Update README.md ([f57faba](https://github.com/icebob/vue-form-generator/commit/f57faba))
139* Update README.md ([1092e01](https://github.com/icebob/vue-form-generator/commit/1092e01))
140* Update README.md ([9d9701b](https://github.com/icebob/vue-form-generator/commit/9d9701b))
141* updated tests for modified label logic ([f0c2281](https://github.com/icebob/vue-form-generator/commit/f0c2281))
142
143
144
145<a name="2.1.1"></a>
146## 2.1.1 (2017-10-20)
147
148* :package: build ([42341a2](https://github.com/icebob/vue-form-generator/commit/42341a2))
149
150
151
152<a name="2.1.0"></a>
153# 2.1.0 (2017-10-20)
154
155* :package: build ([a8eaf38](https://github.com/icebob/vue-form-generator/commit/a8eaf38))
156* :package: Build ([c0b9007](https://github.com/icebob/vue-form-generator/commit/c0b9007))
157* :package: Build ([e43baec](https://github.com/icebob/vue-form-generator/commit/e43baec))
158* Add `validateDebounceTime` formOption to fix #309 ([20bbd59](https://github.com/icebob/vue-form-generator/commit/20bbd59)), closes [#309](https://github.com/icebob/vue-form-generator/issues/309)
159* Add empty formatValueToField & formatValueToModel. Fix #308 #276 ([3353860](https://github.com/icebob/vue-form-generator/commit/3353860)), closes [#308](https://github.com/icebob/vue-form-generator/issues/308) [#276](https://github.com/icebob/vue-form-generator/issues/276)
160* Add minlength attribute to input field ([f608113](https://github.com/icebob/vue-form-generator/commit/f608113))
161* added css classes for core fields ([05a98eb](https://github.com/icebob/vue-form-generator/commit/05a98eb))
162* bump version ([b8d5820](https://github.com/icebob/vue-form-generator/commit/b8d5820))
163* checklist input name ([9c6c8d8](https://github.com/icebob/vue-form-generator/commit/9c6c8d8)), closes [#243](https://github.com/icebob/vue-form-generator/issues/243)
164* Clarified css import instructions ([f1f6997](https://github.com/icebob/vue-form-generator/commit/f1f6997))
165* Cleave field fixed. ([3aec9af](https://github.com/icebob/vue-form-generator/commit/3aec9af))
166* Error options handled. ([7877bb7](https://github.com/icebob/vue-form-generator/commit/7877bb7))
167* File input warning message fixed. ([c0ea9f7](https://github.com/icebob/vue-form-generator/commit/c0ea9f7))
168* fix custom field import error ([22a3197](https://github.com/icebob/vue-form-generator/commit/22a3197))
169* Fix lint. ([c4e4a52](https://github.com/icebob/vue-form-generator/commit/c4e4a52))
170* Fix slugify. ([17aba74](https://github.com/icebob/vue-form-generator/commit/17aba74))
171* Fix syntax error in template. ([19cb7bb](https://github.com/icebob/vue-form-generator/commit/19cb7bb))
172* Fixed #234 ([42b4fcb](https://github.com/icebob/vue-form-generator/commit/42b4fcb)), closes [#234](https://github.com/icebob/vue-form-generator/issues/234)
173* fixed missing semi-colon ([e4c6093](https://github.com/icebob/vue-form-generator/commit/e4c6093))
174* fixed pug syntax ([b4bf14e](https://github.com/icebob/vue-form-generator/commit/b4bf14e))
175* Group options in function value. ([15344d7](https://github.com/icebob/vue-form-generator/commit/15344d7))
176* hint ([a8f09ae](https://github.com/icebob/vue-form-generator/commit/a8f09ae))
177* Hint ([4fe380e](https://github.com/icebob/vue-form-generator/commit/4fe380e))
178* Hint test ([e637c60](https://github.com/icebob/vue-form-generator/commit/e637c60))
179* Improve onChange in file field. ([b0baf00](https://github.com/icebob/vue-form-generator/commit/b0baf00))
180* Input type range now return a `Number` ([8d891d2](https://github.com/icebob/vue-form-generator/commit/8d891d2))
181* Missing semicolon fixed. ([fec34f4](https://github.com/icebob/vue-form-generator/commit/fec34f4))
182* New field: file upload (fieldFile). ([5b74ead](https://github.com/icebob/vue-form-generator/commit/5b74ead))
183* refactored to ([db63f91](https://github.com/icebob/vue-form-generator/commit/db63f91))
184* Refinement ([89ee169](https://github.com/icebob/vue-form-generator/commit/89ee169))
185* Refinement ([daefe38](https://github.com/icebob/vue-form-generator/commit/daefe38))
186* removed unnecessary semi-colon to fix travis ([076f0e8](https://github.com/icebob/vue-form-generator/commit/076f0e8))
187* Rename fieldFile to fieldUpload. ([9bfbb4e](https://github.com/icebob/vue-form-generator/commit/9bfbb4e))
188* Syntax error fix. ([6a171e3](https://github.com/icebob/vue-form-generator/commit/6a171e3))
189* Test 1. version. ([cacf34f](https://github.com/icebob/vue-form-generator/commit/cacf34f))
190* Test fixed. ([98bc6b6](https://github.com/icebob/vue-form-generator/commit/98bc6b6))
191* update changelog ([426cee9](https://github.com/icebob/vue-form-generator/commit/426cee9))
192* Update selection field with group options. ([07bbb07](https://github.com/icebob/vue-form-generator/commit/07bbb07))
193* Use `name` in checklist input fields with slugify. Fix #243 ([a60c0db](https://github.com/icebob/vue-form-generator/commit/a60c0db)), closes [#243](https://github.com/icebob/vue-form-generator/issues/243)
194* Use selectOptions in selectEx ([fa2acf1](https://github.com/icebob/vue-form-generator/commit/fa2acf1))
195
196
197
198<a name="2.0.0"></a>
199# 2.0.0 (2017-06-30)
200
201* :package: build ([c21f97e](https://github.com/icebob/vue-form-generator/commit/c21f97e))
202* :package: Build v2 stable ([f7043b6](https://github.com/icebob/vue-form-generator/commit/f7043b6))
203* # Please enter the commit message for your changes. Lines starting ([2009272](https://github.com/icebob/vue-form-generator/commit/2009272))
204* Add an option to hide the none selected text ([b4d2b34](https://github.com/icebob/vue-form-generator/commit/b4d2b34))
205* add license badge ([c30cbbf](https://github.com/icebob/vue-form-generator/commit/c30cbbf))
206* Add missing option ([324c0e6](https://github.com/icebob/vue-form-generator/commit/324c0e6))
207* bump version to v2 stable ([b84211e](https://github.com/icebob/vue-form-generator/commit/b84211e))
208* create picker dev ([47d9d57](https://github.com/icebob/vue-form-generator/commit/47d9d57))
209* eslint fixes ([11763e3](https://github.com/icebob/vue-form-generator/commit/11763e3))
210* fix #138. Add format to date inputs ([c82cd9a](https://github.com/icebob/vue-form-generator/commit/c82cd9a)), closes [#138](https://github.com/icebob/vue-form-generator/issues/138)
211* Fix dev ([ab31578](https://github.com/icebob/vue-form-generator/commit/ab31578))
212* Fix problem with comments and update test ([155f5a1](https://github.com/icebob/vue-form-generator/commit/155f5a1))
213* update multiselect ver ([181aa06](https://github.com/icebob/vue-form-generator/commit/181aa06))
214* Update the options for the v2 of multiselect ([c868aab](https://github.com/icebob/vue-form-generator/commit/c868aab))
215
216
217
218<a name="2.0.0-beta8"></a>
219# 2.0.0-beta8 (2017-06-01)
220
221* :package: build ([938f112](https://github.com/icebob/vue-form-generator/commit/938f112))
222* :package: build ([076b7f0](https://github.com/icebob/vue-form-generator/commit/076b7f0))
223* Add access to click event on buttons ([d949421](https://github.com/icebob/vue-form-generator/commit/d949421))
224* bump version ([67bd717](https://github.com/icebob/vue-form-generator/commit/67bd717))
225* fix #218 ([b632f1b](https://github.com/icebob/vue-form-generator/commit/b632f1b)), closes [#218](https://github.com/icebob/vue-form-generator/issues/218)
226* fix webpack core css filename ([ba48329](https://github.com/icebob/vue-form-generator/commit/ba48329))
227* update changelog ([cabc1e4](https://github.com/icebob/vue-form-generator/commit/cabc1e4))
228
229
230
231<a name="2.0.0-beta7"></a>
232# 2.0.0-beta7 (2017-05-31)
233
234* :package: build ([71e9eb4](https://github.com/icebob/vue-form-generator/commit/71e9eb4))
235* :package: build ([908100e](https://github.com/icebob/vue-form-generator/commit/908100e))
236* :package: build ([5105f39](https://github.com/icebob/vue-form-generator/commit/5105f39))
237* [BUGFIX] Fieldset in proper place un puq template ([79c0852](https://github.com/icebob/vue-form-generator/commit/79c0852))
238* [BUGFIX] vue-form-gerenator class in wrapper div ([b5d58ac](https://github.com/icebob/vue-form-generator/commit/b5d58ac))
239* [FEATURE] Groups ([613e831](https://github.com/icebob/vue-form-generator/commit/613e831))
240* Add a props to change the main tag ([90b0767](https://github.com/icebob/vue-form-generator/commit/90b0767))
241* Add support for schema.legend & field id prefixes ([a6165c8](https://github.com/icebob/vue-form-generator/commit/a6165c8))
242* Add unit test for vueFormGenerator.fieldTypeHasLabel ([c61b941](https://github.com/icebob/vue-form-generator/commit/c61b941))
243* Added props validation for "tag" and unit test for it. ([c728597](https://github.com/icebob/vue-form-generator/commit/c728597))
244* Added tests for abstractField.getFieldID() ([492514d](https://github.com/icebob/vue-form-generator/commit/492514d))
245* bump version ([5a30f87](https://github.com/icebob/vue-form-generator/commit/5a30f87))
246* fix checklist validation bug #194 ([bea085f](https://github.com/icebob/vue-form-generator/commit/bea085f)), closes [#194](https://github.com/icebob/vue-form-generator/issues/194)
247* fix lints ([890ed44](https://github.com/icebob/vue-form-generator/commit/890ed44))
248* fix schema.fields error ([d2b67e0](https://github.com/icebob/vue-form-generator/commit/d2b67e0))
249* fix tests & layout for fields ([ee5ed30](https://github.com/icebob/vue-form-generator/commit/ee5ed30))
250* fixed indentation ([425faa2](https://github.com/icebob/vue-form-generator/commit/425faa2))
251* Implement #199 ([547ea2e](https://github.com/icebob/vue-form-generator/commit/547ea2e))
252* Make fieldTypeHasLabel test actually work & test default path ([d618958](https://github.com/icebob/vue-form-generator/commit/d618958))
253* remove .sync ([d008869](https://github.com/icebob/vue-form-generator/commit/d008869))
254* remove tag from groups ([b4dc972](https://github.com/icebob/vue-form-generator/commit/b4dc972))
255* rename `options` to `formOptions` because conflicted with vueMultiSelect property ([2f29943](https://github.com/icebob/vue-form-generator/commit/2f29943))
256* rename example & improve code ([caa4124](https://github.com/icebob/vue-form-generator/commit/caa4124))
257* Support bootstrap columns on fields ([fc2d47a](https://github.com/icebob/vue-form-generator/commit/fc2d47a))
258* Support custom validation classes ([378a2a7](https://github.com/icebob/vue-form-generator/commit/378a2a7))
259
260
261
262<a name="2.0.0-beta6"></a>
263# 2.0.0-beta6 (2017-04-04)
264
265* :package: build ([4f2cabe](https://github.com/icebob/vue-form-generator/commit/4f2cabe))
266* :package: build ([dd33ea0](https://github.com/icebob/vue-form-generator/commit/dd33ea0))
267* #159 Fix customLabel function from multi-select field to work with object values ([84d3e41](https://github.com/icebob/vue-form-generator/commit/84d3e41))
268* #172 Sync model value with files from file upload input ([4ac96e4](https://github.com/icebob/vue-form-generator/commit/4ac96e4))
269* `checklist` field now support array of string or array of objects (with `name` and `value` propertie ([be09146](https://github.com/icebob/vue-form-generator/commit/be09146))
270* `radios` field now support array of string or array of objects (with `name` and `value` properties) ([0f48c30](https://github.com/icebob/vue-form-generator/commit/0f48c30))
271* add `.locale` method to every validator ([1dc7fb7](https://github.com/icebob/vue-form-generator/commit/1dc7fb7))
272* Add a `is-checked` class to element where the input is checked to ease customisation. Add checklist ([3facc08](https://github.com/icebob/vue-form-generator/commit/3facc08))
273* add example to dev ([267073c](https://github.com/icebob/vue-form-generator/commit/267073c))
274* add test for async validator ([e9463c2](https://github.com/icebob/vue-form-generator/commit/e9463c2))
275* bump version ([8ced4af](https://github.com/icebob/vue-form-generator/commit/8ced4af))
276* change `input` event to `change` on checlist field ([e6a2b9a](https://github.com/icebob/vue-form-generator/commit/e6a2b9a))
277* Change `onChange` trigger event from `change` to `input` for `checklist` ([67a3659](https://github.com/icebob/vue-form-generator/commit/67a3659))
278* fix #174 ([d939c95](https://github.com/icebob/vue-form-generator/commit/d939c95)), closes [#174](https://github.com/icebob/vue-form-generator/issues/174)
279* Fix a problem with value define but not an Array ([190f67a](https://github.com/icebob/vue-form-generator/commit/190f67a))
280* fix double validator ([7c6d658](https://github.com/icebob/vue-form-generator/commit/7c6d658))
281* Fix error "TypeError: this.value.push is not a function" in `checklist` ([c66b0e9](https://github.com/icebob/vue-form-generator/commit/c66b0e9))
282* fix lint ([1f99ab6](https://github.com/icebob/vue-form-generator/commit/1f99ab6))
283* fix parameters of validators ([d97c917](https://github.com/icebob/vue-form-generator/commit/d97c917))
284* Fix test to reflect changes ([6126f25](https://github.com/icebob/vue-form-generator/commit/6126f25))
285* fix usage example in readme ([596b302](https://github.com/icebob/vue-form-generator/commit/596b302))
286* Fix validator messages interpolation ([6b44e39](https://github.com/icebob/vue-form-generator/commit/6b44e39))
287* Improve readme file. ([846cf15](https://github.com/icebob/vue-form-generator/commit/846cf15))
288* Move some dependency to devDependency ([b00e4bb](https://github.com/icebob/vue-form-generator/commit/b00e4bb))
289* Provides ability to use strings as validators ([36c7829](https://github.com/icebob/vue-form-generator/commit/36c7829))
290* remove only from test ([560d234](https://github.com/icebob/vue-form-generator/commit/560d234))
291* simplify code ([cd922ee](https://github.com/icebob/vue-form-generator/commit/cd922ee))
292* support async (promised) validators #170 ([d50a756](https://github.com/icebob/vue-form-generator/commit/d50a756))
293* update changelog ([385b7be](https://github.com/icebob/vue-form-generator/commit/385b7be))
294* update code language in readme ([3ee0865](https://github.com/icebob/vue-form-generator/commit/3ee0865))
295* Update the unit test to reflect the changes and test for the new behavior. Fix lint error. ([1f6150f](https://github.com/icebob/vue-form-generator/commit/1f6150f))
296* Update unit test for `checklist` ([24eb17f](https://github.com/icebob/vue-form-generator/commit/24eb17f))
297* Update unit test for `radios` ([8a94e81](https://github.com/icebob/vue-form-generator/commit/8a94e81))
298* Use `this.$set` instead of a direct assignation ([4b7e118](https://github.com/icebob/vue-form-generator/commit/4b7e118))
299
300
301
302<a name="2.0.0-beta5"></a>
303# 2.0.0-beta5 (2017-03-01)
304
305* :package: build ([dfee906](https://github.com/icebob/vue-form-generator/commit/dfee906))
306* :package: build ([0629b89](https://github.com/icebob/vue-form-generator/commit/0629b89))
307* :package: build ([15bf501](https://github.com/icebob/vue-form-generator/commit/15bf501))
308* :package: build ([e87756c](https://github.com/icebob/vue-form-generator/commit/e87756c))
309* :package: build ([147ecc0](https://github.com/icebob/vue-form-generator/commit/147ecc0))
310* :package: build beta5 ([a878aac](https://github.com/icebob/vue-form-generator/commit/a878aac))
311* add `on-validated` event to formGenerator ([369b69f](https://github.com/icebob/vue-form-generator/commit/369b69f))
312* add yarn cache to travis ([025563c](https://github.com/icebob/vue-form-generator/commit/025563c))
313* bump version ([5dc24c4](https://github.com/icebob/vue-form-generator/commit/5dc24c4))
314* change name to "vfg" instead of "vue-form-generator" for the exported files. ([11303d4](https://github.com/icebob/vue-form-generator/commit/11303d4))
315* Change template from jade to pug ([7e61a57](https://github.com/icebob/vue-form-generator/commit/7e61a57))
316* fix #130 ([01ff885](https://github.com/icebob/vue-form-generator/commit/01ff885)), closes [#130](https://github.com/icebob/vue-form-generator/issues/130)
317* Fix #137 (number input validation) ([22ac59e](https://github.com/icebob/vue-form-generator/commit/22ac59e)), closes [#137](https://github.com/icebob/vue-form-generator/issues/137)
318* Fix `this` in schema functions ([356241b](https://github.com/icebob/vue-form-generator/commit/356241b))
319* fix examples ([5ffcf20](https://github.com/icebob/vue-form-generator/commit/5ffcf20))
320* fix main in bower ([2d77337](https://github.com/icebob/vue-form-generator/commit/2d77337))
321* fix onChanged event in abstractField ([69d2f76](https://github.com/icebob/vue-form-generator/commit/69d2f76))
322* fix some test ([8db23f8](https://github.com/icebob/vue-form-generator/commit/8db23f8))
323* fix submit button issues ([d2e3b07](https://github.com/icebob/vue-form-generator/commit/d2e3b07))
324* fix template of errors ([94a2199](https://github.com/icebob/vue-form-generator/commit/94a2199))
325* Fix use of moment.js to fecha in dev ([928da35](https://github.com/icebob/vue-form-generator/commit/928da35))
326* fixed some test after #120 ([ba4be42](https://github.com/icebob/vue-form-generator/commit/ba4be42)), closes [#120](https://github.com/icebob/vue-form-generator/issues/120)
327* ignore typings ([736a646](https://github.com/icebob/vue-form-generator/commit/736a646))
328* remove comment ([245f3d5](https://github.com/icebob/vue-form-generator/commit/245f3d5))
329* remove console log ([a8d5e43](https://github.com/icebob/vue-form-generator/commit/a8d5e43))
330* remove travis cache ([67a2128](https://github.com/icebob/vue-form-generator/commit/67a2128))
331* remove unused dep ([dc08fbf](https://github.com/icebob/vue-form-generator/commit/dc08fbf))
332* remove unused deps ([ddb1efd](https://github.com/icebob/vue-form-generator/commit/ddb1efd))
333* rename `on-validated` to `validated` ([5b8bd23](https://github.com/icebob/vue-form-generator/commit/5b8bd23))
334* reupdate deps ([a21532b](https://github.com/icebob/vue-form-generator/commit/a21532b))
335* revert karma update ([67e79c3](https://github.com/icebob/vue-form-generator/commit/67e79c3))
336* rewrite field validate ([0f83624](https://github.com/icebob/vue-form-generator/commit/0f83624))
337* Separation of the bundle into "core" fields and "optional" fields ([e98e23e](https://github.com/icebob/vue-form-generator/commit/e98e23e))
338* Small changes to npm script and removed console.warn ([3011bb8](https://github.com/icebob/vue-form-generator/commit/3011bb8))
339* some comments ([19ecdbb](https://github.com/icebob/vue-form-generator/commit/19ecdbb))
340* test field validate event ([e3a31cf](https://github.com/icebob/vue-form-generator/commit/e3a31cf))
341* travis yarn to npm ([142d7b1](https://github.com/icebob/vue-form-generator/commit/142d7b1))
342* try yarn without cache ([08f545b](https://github.com/icebob/vue-form-generator/commit/08f545b))
343* update changelog ([6264ab0](https://github.com/icebob/vue-form-generator/commit/6264ab0))
344* update deps ([4b2e1f7](https://github.com/icebob/vue-form-generator/commit/4b2e1f7))
345* update readme #123 ([a3d8e7e](https://github.com/icebob/vue-form-generator/commit/a3d8e7e))
346
347
348
349<a name="2.0.0-beta4"></a>
350# 2.0.0-beta4 (2017-02-15)
351
352* :package: build ([ade96b4](https://github.com/icebob/vue-form-generator/commit/ade96b4))
353* :package: build ([0f8aea5](https://github.com/icebob/vue-form-generator/commit/0f8aea5))
354* :package: build ([0c84de0](https://github.com/icebob/vue-form-generator/commit/0c84de0))
355* :package: build ([a69e244](https://github.com/icebob/vue-form-generator/commit/a69e244))
356* :package: build ([3f25fca](https://github.com/icebob/vue-form-generator/commit/3f25fca))
357* :package: build ([9f707dc](https://github.com/icebob/vue-form-generator/commit/9f707dc))
358* #112 Get rid of Vue dependency in the code. ([01fa81b](https://github.com/icebob/vue-form-generator/commit/01fa81b))
359* add fecha ([4751917](https://github.com/icebob/vue-form-generator/commit/4751917))
360* add fecha instead of moment ([dcaa273](https://github.com/icebob/vue-form-generator/commit/dcaa273))
361* add lodash babel plugin ([8dce56d](https://github.com/icebob/vue-form-generator/commit/8dce56d))
362* Amend error message for vue-multi-select ([dc0ace9](https://github.com/icebob/vue-form-generator/commit/dc0ace9))
363* bump version ([ede7fd8](https://github.com/icebob/vue-form-generator/commit/ede7fd8))
364* fix dateTimePicker ([53d3867](https://github.com/icebob/vue-form-generator/commit/53d3867))
365* fix dev example ([ecd812f](https://github.com/icebob/vue-form-generator/commit/ecd812f))
366* fix dev example ([8be80aa](https://github.com/icebob/vue-form-generator/commit/8be80aa))
367* fix eslint restspread error ([cc7a436](https://github.com/icebob/vue-form-generator/commit/cc7a436))
368* fix fieldImage url if undefined ([d199677](https://github.com/icebob/vue-form-generator/commit/d199677))
369* fix model-changed event value ([364a1ce](https://github.com/icebob/vue-form-generator/commit/364a1ce))
370* fix pikaday ([e7589b3](https://github.com/icebob/vue-form-generator/commit/e7589b3))
371* fix unreactive model sets (again) ([2bef826](https://github.com/icebob/vue-form-generator/commit/2bef826))
372* handle null value ([97213a8](https://github.com/icebob/vue-form-generator/commit/97213a8))
373* remove skip from pikaday tests ([39ce4c6](https://github.com/icebob/vue-form-generator/commit/39ce4c6))
374* remove unused comment ([8c47cf9](https://github.com/icebob/vue-form-generator/commit/8c47cf9))
375* remove unused comments ([c61ab6b](https://github.com/icebob/vue-form-generator/commit/c61ab6b))
376* update changelog ([3f1848f](https://github.com/icebob/vue-form-generator/commit/3f1848f))
377* update datetimepicker version ([d3faf1c](https://github.com/icebob/vue-form-generator/commit/d3faf1c))
378* Update README.md ([2095c08](https://github.com/icebob/vue-form-generator/commit/2095c08))
379* Update README.md ([b095166](https://github.com/icebob/vue-form-generator/commit/b095166))
380* update year ([afe5e74](https://github.com/icebob/vue-form-generator/commit/afe5e74))
381
382
383
384<a name="2.0.0-beta3"></a>
385# 2.0.0-beta3 (2017-02-10)
386
387* :package: build ([dfe78a0](https://github.com/icebob/vue-form-generator/commit/dfe78a0))
388* :pencil: update changelog ([cfe892f](https://github.com/icebob/vue-form-generator/commit/cfe892f))
389* bump version ([665d6c1](https://github.com/icebob/vue-form-generator/commit/665d6c1))
390* fix nested models ([3e8d1a1](https://github.com/icebob/vue-form-generator/commit/3e8d1a1))
391* remove unused codes ([ce999d0](https://github.com/icebob/vue-form-generator/commit/ce999d0))
392* update changelog ([8636178](https://github.com/icebob/vue-form-generator/commit/8636178))
393
394
395
396<a name="2.0.0-beta2"></a>
397# 2.0.0-beta2 (2017-01-30)
398
399* :bug: fix examples ([b8c82c0](https://github.com/icebob/vue-form-generator/commit/b8c82c0))
400* :bug: fix examples ([86d2ef4](https://github.com/icebob/vue-form-generator/commit/86d2ef4))
401* :package: Build beta2 ([ab562bd](https://github.com/icebob/vue-form-generator/commit/ab562bd))
402* Add support for readonly and featured field functions ([065d0a7](https://github.com/icebob/vue-form-generator/commit/065d0a7))
403* Allow form fields required state to be controlled with a function, ([e08dbbb](https://github.com/icebob/vue-form-generator/commit/e08dbbb))
404* Better label support for more inputs: ([c727d7a](https://github.com/icebob/vue-form-generator/commit/c727d7a))
405* bump version to 2.0.0-beta2 ([94347e7](https://github.com/icebob/vue-form-generator/commit/94347e7))
406* fix checkbox tests ([593307b](https://github.com/icebob/vue-form-generator/commit/593307b))
407* Fix eslint errors ([6cfde46](https://github.com/icebob/vue-form-generator/commit/6cfde46))
408* Fix some CSS visual bugs ([7a786f7](https://github.com/icebob/vue-form-generator/commit/7a786f7))
409* fix some errors ([8d3ca97](https://github.com/icebob/vue-form-generator/commit/8d3ca97))
410* Fix vue version in examples ([ebfc4b0](https://github.com/icebob/vue-form-generator/commit/ebfc4b0))
411* fix vue-multiselect test errors ([2aacb57](https://github.com/icebob/vue-form-generator/commit/2aacb57))
412* Improve labels for better accessibility: ([0e2c41c](https://github.com/icebob/vue-form-generator/commit/0e2c41c))
413* remove console.log ([454fa0e](https://github.com/icebob/vue-form-generator/commit/454fa0e))
414* remove v4 from travis ([bbdcc0f](https://github.com/icebob/vue-form-generator/commit/bbdcc0f))
415* reorganize dev codes ([386fa3f](https://github.com/icebob/vue-form-generator/commit/386fa3f))
416* Undo the local port number change for the dev server ([2a17ce6](https://github.com/icebob/vue-form-generator/commit/2a17ce6))
417* update deps ([f4e5709](https://github.com/icebob/vue-form-generator/commit/f4e5709))
418* update readme ([eb6328c](https://github.com/icebob/vue-form-generator/commit/eb6328c))
419* Update README.md ([ea91365](https://github.com/icebob/vue-form-generator/commit/ea91365))
420* update travis. Remove v5, add v7 ([1d85539](https://github.com/icebob/vue-form-generator/commit/1d85539))
421* update yarn lock ([e57725c](https://github.com/icebob/vue-form-generator/commit/e57725c))
422* update yarn lock ([df5aca0](https://github.com/icebob/vue-form-generator/commit/df5aca0))
423
424
425
426<a name="2.0.0-beta1"></a>
427# 2.0.0-beta1 (2016-12-12)
428
429* docs: changelog updated ([9334ce6](https://github.com/icebob/vue-form-generator/commit/9334ce6))
430* :bug: fix $index ([80ecf31](https://github.com/icebob/vue-form-generator/commit/80ecf31))
431* :bug: fix examples ([8ab6894](https://github.com/icebob/vue-form-generator/commit/8ab6894))
432* :package: first build for Vue 2.x ([393461b](https://github.com/icebob/vue-form-generator/commit/393461b))
433* Fix a bug with v-model and dynamic type on input. ([1d090df](https://github.com/icebob/vue-form-generator/commit/1d090df))
434* fix validator error ([d671057](https://github.com/icebob/vue-form-generator/commit/d671057))
435* Update README.md ([52c1cb6](https://github.com/icebob/vue-form-generator/commit/52c1cb6))
436* Update README.md ([acd1e22](https://github.com/icebob/vue-form-generator/commit/acd1e22))
437* Update vuejs version to 2.1.3, and made change accordingly (added vue-template-compiler). Update vue ([61b76c1](https://github.com/icebob/vue-form-generator/commit/61b76c1))
438* test: fix checklist tests ([f3202fa](https://github.com/icebob/vue-form-generator/commit/f3202fa))
439* test: fix fieldCleave tests ([caae630](https://github.com/icebob/vue-form-generator/commit/caae630))
440* test: fix selectEx tests ([b240183](https://github.com/icebob/vue-form-generator/commit/b240183))
441* test: fix test cases ([8044f9e](https://github.com/icebob/vue-form-generator/commit/8044f9e))
442
443
444
445<a name="0.6.1"></a>
446## 0.6.1 (2016-11-28)
447
448* docs: update changelog ([853228d](https://github.com/icebob/vue-form-generator/commit/853228d))
449* :package: Build v0.6.1 ([79580a2](https://github.com/icebob/vue-form-generator/commit/79580a2))
450* Add missing opening brace ([6842f1b](https://github.com/icebob/vue-form-generator/commit/6842f1b))
451* bump version ([1976b4a](https://github.com/icebob/vue-form-generator/commit/1976b4a))
452* Fixed bower file syntax error #98 ([06b0022](https://github.com/icebob/vue-form-generator/commit/06b0022)), closes [#98](https://github.com/icebob/vue-form-generator/issues/98)
453
454
455
456<a name="0.6.0"></a>
457# 0.6.0 (2016-11-14)
458
459* docs: fix npms.io badge url ([475eb91](https://github.com/icebob/vue-form-generator/commit/475eb91))
460* docs: update changelog ([6bd9c78](https://github.com/icebob/vue-form-generator/commit/6bd9c78))
461* :bug: Fix options prop default #91 ([3d2e821](https://github.com/icebob/vue-form-generator/commit/3d2e821)), closes [#91](https://github.com/icebob/vue-form-generator/issues/91)
462* :package: build ([51abcca](https://github.com/icebob/vue-form-generator/commit/51abcca))
463* :package: Build ([ce72dc4](https://github.com/icebob/vue-form-generator/commit/ce72dc4))
464* :package: bump version & build ([d56f93c](https://github.com/icebob/vue-form-generator/commit/d56f93c))
465* [wip] modification to work with vuejs 2.0. ([0b1df2c](https://github.com/icebob/vue-form-generator/commit/0b1df2c))
466* add bower ([ce44822](https://github.com/icebob/vue-form-generator/commit/ce44822))
467* add number prop to input field ([a40e23c](https://github.com/icebob/vue-form-generator/commit/a40e23c))
468* add step attribute to number field #92 ([ce64c4e](https://github.com/icebob/vue-form-generator/commit/ce64c4e))
469* Fix #82 ([7a83777](https://github.com/icebob/vue-form-generator/commit/7a83777)), closes [#82](https://github.com/icebob/vue-form-generator/issues/82)
470* Fix #84 ([2c36001](https://github.com/icebob/vue-form-generator/commit/2c36001)), closes [#84](https://github.com/icebob/vue-form-generator/issues/84)
471* Fix #84 ([58093c7](https://github.com/icebob/vue-form-generator/commit/58093c7)), closes [#84](https://github.com/icebob/vue-form-generator/issues/84)
472* fix lints ([1f8f3d9](https://github.com/icebob/vue-form-generator/commit/1f8f3d9))
473* quick fix for #85 ([cad76da](https://github.com/icebob/vue-form-generator/commit/cad76da)), closes [#85](https://github.com/icebob/vue-form-generator/issues/85)
474* remote customLabel prop from multiselect because give errors ([5dfc5bb](https://github.com/icebob/vue-form-generator/commit/5dfc5bb))
475* remove commit message package ([682c6ab](https://github.com/icebob/vue-form-generator/commit/682c6ab))
476* Update README.md ([8128a52](https://github.com/icebob/vue-form-generator/commit/8128a52))
477* test: add test to #82 ([aefdbac](https://github.com/icebob/vue-form-generator/commit/aefdbac))
478* test: lock multiselect version ([5b0a4d0](https://github.com/icebob/vue-form-generator/commit/5b0a4d0))
479* fix: aligned with issue #84 ([5d6c0c7](https://github.com/icebob/vue-form-generator/commit/5d6c0c7))
480* fix: customLabel return a basic function when undefined instead of null ([9b3d51d](https://github.com/icebob/vue-form-generator/commit/9b3d51d))
481* fix: rewrite in jade and commenting problematic fields ([35be49e](https://github.com/icebob/vue-form-generator/commit/35be49e))
482* bug: fix quotes ([13d6e0f](https://github.com/icebob/vue-form-generator/commit/13d6e0f))
483* new: add form POST example ([08412c7](https://github.com/icebob/vue-form-generator/commit/08412c7))
484
485
486
487<a name="0.5.0"></a>
488# 0.5.0 (2016-09-28)
489
490* docs: commenting methods ([0d7848e](https://github.com/icebob/vue-form-generator/commit/0d7848e))
491* docs: commenting methods ([dc17006](https://github.com/icebob/vue-form-generator/commit/dc17006))
492* docs: remove TODOS from readme ([76aeb52](https://github.com/icebob/vue-form-generator/commit/76aeb52))
493* docs: update changelog ([3f0db9f](https://github.com/icebob/vue-form-generator/commit/3f0db9f))
494* :bug: fix: Fixed #75 ([f8db7b0](https://github.com/icebob/vue-form-generator/commit/f8db7b0)), closes [#75](https://github.com/icebob/vue-form-generator/issues/75)
495* :package: build ([af75ebc](https://github.com/icebob/vue-form-generator/commit/af75ebc))
496* :package: Build v.0.5.0 ([b67ada9](https://github.com/icebob/vue-form-generator/commit/b67ada9))
497* Add dynamic class to help styling of the noUiSlider field ([2ce1938](https://github.com/icebob/vue-form-generator/commit/2ce1938))
498* add test for radios field and update schema ([07605c1](https://github.com/icebob/vue-form-generator/commit/07605c1))
499* Bump version to v0.5.0 ([14b34be](https://github.com/icebob/vue-form-generator/commit/14b34be))
500* code maintenance ([307e903](https://github.com/icebob/vue-form-generator/commit/307e903))
501* creation of two computed value to avoid a warning from Vue in noUiSlider field ([6f5b71d](https://github.com/icebob/vue-form-generator/commit/6f5b71d))
502* fix #71 format value to properly interact with model and other fields ([b48c7f1](https://github.com/icebob/vue-form-generator/commit/b48c7f1)), closes [#71](https://github.com/icebob/vue-form-generator/issues/71)
503* fix linting ([4bc0601](https://github.com/icebob/vue-form-generator/commit/4bc0601))
504* format date related fields values ([cf2f577](https://github.com/icebob/vue-form-generator/commit/cf2f577))
505* hideInput prop in dev schema ([b68f94f](https://github.com/icebob/vue-form-generator/commit/b68f94f))
506* Implement #78 ([f92b193](https://github.com/icebob/vue-form-generator/commit/f92b193))
507* rename dateTime to dateTimePicker and slider to rangeSlider ([5830e85](https://github.com/icebob/vue-form-generator/commit/5830e85))
508* rename field html5 to input ([323968e](https://github.com/icebob/vue-form-generator/commit/323968e))
509* rename sliderOptions to noUiSliderOptions to follow schema logic ([7f4afa9](https://github.com/icebob/vue-form-generator/commit/7f4afa9))
510* update dependencies #79 ([7298080](https://github.com/icebob/vue-form-generator/commit/7298080))
511* Update README.md ([f70b5e8](https://github.com/icebob/vue-form-generator/commit/f70b5e8))
512* Update README.md ([7d89746](https://github.com/icebob/vue-form-generator/commit/7d89746))
513* Update README.md ([a8ec66e](https://github.com/icebob/vue-form-generator/commit/a8ec66e))
514* update schema ([bce9070](https://github.com/icebob/vue-form-generator/commit/bce9070))
515* Update schema and data for dev ([4c76f21](https://github.com/icebob/vue-form-generator/commit/4c76f21))
516* update schema and fix a test ([b97c6bd](https://github.com/icebob/vue-form-generator/commit/b97c6bd))
517* fix: check value correspond to selected value ([b00e777](https://github.com/icebob/vue-form-generator/commit/b00e777))
518* fix: fix Codacy issues ([deb50b6](https://github.com/icebob/vue-form-generator/commit/deb50b6))
519* fix: forgot the new method getStartValue() ([13b74e3](https://github.com/icebob/vue-form-generator/commit/13b74e3))
520* fix: missing closing bracket ([42c42b0](https://github.com/icebob/vue-form-generator/commit/42c42b0))
521* fix: moment import ([ebf7484](https://github.com/icebob/vue-form-generator/commit/ebf7484))
522* fix: remove console.log ([7cf484a](https://github.com/icebob/vue-form-generator/commit/7cf484a))
523* new: hideInput prop in fieldImage #77 ([deb4ec5](https://github.com/icebob/vue-form-generator/commit/deb4ec5))
524* new: new "radios" field ([7106394](https://github.com/icebob/vue-form-generator/commit/7106394))
525* new: new field html5 input ([5189b99](https://github.com/icebob/vue-form-generator/commit/5189b99))
526* test: add attr checker to switch field ([2ed434e](https://github.com/icebob/vue-form-generator/commit/2ed434e))
527* test: add file input attr test ([352fb20](https://github.com/icebob/vue-form-generator/commit/352fb20))
528* test: attr test to submit field ([1627c71](https://github.com/icebob/vue-form-generator/commit/1627c71))
529* test: deactivate a unit test. Add a better check to avoid "undefined" warning on a condition. ([4afccd3](https://github.com/icebob/vue-form-generator/commit/4afccd3))
530* enhancement: staticMap updated with more options for more flexibility. Test updated to reflect chang ([65c8ac2](https://github.com/icebob/vue-form-generator/commit/65c8ac2))
531
532
533
534<a name="0.4.1"></a>
535## 0.4.1 (2016-09-08)
536
537* docs: update changelog ([67ed6f3](https://github.com/icebob/vue-form-generator/commit/67ed6f3))
538* :arrow_up: change fontawesome help icon to img #61 ([70baca6](https://github.com/icebob/vue-form-generator/commit/70baca6))
539* :bug: bug: "Invalid date" message in pikaday field. Change dev schema for a simple one. Delete defau ([a45188a](https://github.com/icebob/vue-form-generator/commit/a45188a))
540* :package: build ([60dda5f](https://github.com/icebob/vue-form-generator/commit/60dda5f))
541* :package: build ([2e94d52](https://github.com/icebob/vue-form-generator/commit/2e94d52))
542* :package: Build v0.4.1 ([9fee72a](https://github.com/icebob/vue-form-generator/commit/9fee72a))
543* :white_check_mark: test: add test to custom field ([80d1025](https://github.com/icebob/vue-form-generator/commit/80d1025))
544* Bump version to v0.4.1 ([4e0e031](https://github.com/icebob/vue-form-generator/commit/4e0e031))
545* support custom fields & example #62 ([e61824a](https://github.com/icebob/vue-form-generator/commit/e61824a))
546* fix: change test depending on changes ([c645cea](https://github.com/icebob/vue-form-generator/commit/c645cea))
547* fix: re-added placeholder in field password and number (and corresponding test) ([79bfee6](https://github.com/icebob/vue-form-generator/commit/79bfee6))
548* fix: remove comment, trailing space and duplicate from tests ([e618253](https://github.com/icebob/vue-form-generator/commit/e618253))
549* fix: remove readonly attribute on select element ([2e5e16b](https://github.com/icebob/vue-form-generator/commit/2e5e16b))
550* fix: remove useless attributes ([5745318](https://github.com/icebob/vue-form-generator/commit/5745318))
551* fix: update of attributes of Checklist, Text and Textarea fields. ([ce3a91c](https://github.com/icebob/vue-form-generator/commit/ce3a91c))
552* test: update to many test to check optional attributes ([ebf3f01](https://github.com/icebob/vue-form-generator/commit/ebf3f01))
553* dev: remove console log ([3ffeef1](https://github.com/icebob/vue-form-generator/commit/3ffeef1))
554* enhancement: add minlength attribute to textarea ([a7e39d9](https://github.com/icebob/vue-form-generator/commit/a7e39d9))
555* enhancement: add missing "autocomplete", "placeholder" and "readonly" attr to input fields. Ordered ([f5af70c](https://github.com/icebob/vue-form-generator/commit/f5af70c))
556
557
558
559<a name="0.4.0"></a>
560# 0.4.0 (2016-08-30)
561
562* noUISlider: minor changes ([1f22d80](https://github.com/icebob/vue-form-generator/commit/1f22d80))
563* docs: update changelog ([672e656](https://github.com/icebob/vue-form-generator/commit/672e656))
564* fix: add a .jsbeautify to help with linting ([acfa264](https://github.com/icebob/vue-form-generator/commit/acfa264))
565* fix: add disabled option to noUiSlider field ([c169cb3](https://github.com/icebob/vue-form-generator/commit/c169cb3))
566* fix: add disabled option to noUiSlider field ([6d10687](https://github.com/icebob/vue-form-generator/commit/6d10687))
567* fix: added missing options for VueMultiselect. Removed `min` from dev schema (not used). ([a9bb8ae](https://github.com/icebob/vue-form-generator/commit/a9bb8ae))
568* fix: better selector for the main component and added latest build ([b2fcef1](https://github.com/icebob/vue-form-generator/commit/b2fcef1))
569* fix: buttonText instead of caption ([d4b25a9](https://github.com/icebob/vue-form-generator/commit/d4b25a9))
570* fix: buttonText instead of caption for unit test file ([f47f704](https://github.com/icebob/vue-form-generator/commit/f47f704))
571* fix: Cleavejs better mask definition ([34a6401](https://github.com/icebob/vue-form-generator/commit/34a6401))
572* fix: Cleavejs better mask definition ([e338e6d](https://github.com/icebob/vue-form-generator/commit/e338e6d))
573* fix: Fixed fragment instances #28 ([0f9863c](https://github.com/icebob/vue-form-generator/commit/0f9863c)), closes [#28](https://github.com/icebob/vue-form-generator/issues/28)
574* fix: fragment instance warning ([f9915e6](https://github.com/icebob/vue-form-generator/commit/f9915e6))
575* fix: handle disabled and max props of VueMultiSelect better ([e59bcc1](https://github.com/icebob/vue-form-generator/commit/e59bcc1))
576* fix: handle disabled and max props of VueMultiSelect better ([9a6fc4b](https://github.com/icebob/vue-form-generator/commit/9a6fc4b))
577* fix: handle missing library better ([99b6a4d](https://github.com/icebob/vue-form-generator/commit/99b6a4d))
578* fix: handle missing library better ([ec93745](https://github.com/icebob/vue-form-generator/commit/ec93745))
579* fix: lint error ([a2665dd](https://github.com/icebob/vue-form-generator/commit/a2665dd))
580* fix: lint error and warning ([24c49d9](https://github.com/icebob/vue-form-generator/commit/24c49d9))
581* fix: lint error and warning ([54a3502](https://github.com/icebob/vue-form-generator/commit/54a3502))
582* fix: package version for `extract-text-webpack-plugin` ([778a9ff](https://github.com/icebob/vue-form-generator/commit/778a9ff))
583* fix: remove jQuery from eslint ([74cc91d](https://github.com/icebob/vue-form-generator/commit/74cc91d))
584* fix: small bug with quotes ([71ae504](https://github.com/icebob/vue-form-generator/commit/71ae504))
585* test: add external libs to karma ([776f6c4](https://github.com/icebob/vue-form-generator/commit/776f6c4))
586* test: basic unit testing ([f870dae](https://github.com/icebob/vue-form-generator/commit/f870dae))
587* test: fix pikaday expect error ([60a0868](https://github.com/icebob/vue-form-generator/commit/60a0868))
588* test: improve karma debug page ([8a094c8](https://github.com/icebob/vue-form-generator/commit/8a094c8))
589* test: improve testing of noUiSlider ([59d5036](https://github.com/icebob/vue-form-generator/commit/59d5036))
590* test: improve testing of noUiSlider ([42c9ea9](https://github.com/icebob/vue-form-generator/commit/42c9ea9))
591* test: improve testing of VueMultiSelect ([09a41f0](https://github.com/icebob/vue-form-generator/commit/09a41f0))
592* test: improve unit testing of vueMultiSelect ([1b24293](https://github.com/icebob/vue-form-generator/commit/1b24293))
593* test: improve unit testing of vueMultiSelect ([1c09c30](https://github.com/icebob/vue-form-generator/commit/1c09c30))
594* test: progress on noUiSlider ([dea27a2](https://github.com/icebob/vue-form-generator/commit/dea27a2))
595* test: progress on noUiSlider ([2e7380f](https://github.com/icebob/vue-form-generator/commit/2e7380f))
596* test: querySelector instead of querySelectorAll ([00bfbda](https://github.com/icebob/vue-form-generator/commit/00bfbda))
597* test: querySelector instead of querySelectorAll ([136b112](https://github.com/icebob/vue-form-generator/commit/136b112))
598* test: unit test for field slider ([bb9410d](https://github.com/icebob/vue-form-generator/commit/bb9410d))
599* test: unit test for fieldCleave ([012ee91](https://github.com/icebob/vue-form-generator/commit/012ee91))
600* test: unit test for fieldGoogleAddress ([63d47aa](https://github.com/icebob/vue-form-generator/commit/63d47aa))
601* test: unit test for fieldSpectrum ([0b65bdb](https://github.com/icebob/vue-form-generator/commit/0b65bdb))
602* style: add box-sizing ([841f20d](https://github.com/icebob/vue-form-generator/commit/841f20d))
603* style: image remove button change to inline img ([92cea99](https://github.com/icebob/vue-form-generator/commit/92cea99))
604* dev: add a basic color field for testing ([49e8d43](https://github.com/icebob/vue-form-generator/commit/49e8d43))
605* dev: add another port to karma watch, so that it raise no warning when both commands (test and ci) r ([04a71a0](https://github.com/icebob/vue-form-generator/commit/04a71a0))
606* dev: noUiSlider with scale ([e1b4126](https://github.com/icebob/vue-form-generator/commit/e1b4126))
607* dev: noUiSlider with scale ([dfef1f1](https://github.com/icebob/vue-form-generator/commit/dfef1f1))
608* :arrow_up: Fixed #37 ([f4f1f18](https://github.com/icebob/vue-form-generator/commit/f4f1f18)), closes [#37](https://github.com/icebob/vue-form-generator/issues/37)
609* :bug: fix: eslint warning ([65b4d59](https://github.com/icebob/vue-form-generator/commit/65b4d59))
610* :bug: fix: remove jQuery code ([d0a32cd](https://github.com/icebob/vue-form-generator/commit/d0a32cd))
611* :bug: test: Fix noUiSlider test #46 ([7bfffb1](https://github.com/icebob/vue-form-generator/commit/7bfffb1)), closes [#46](https://github.com/icebob/vue-form-generator/issues/46)
612* :new: new: add fieldGoogleAddress #33 ([91f9317](https://github.com/icebob/vue-form-generator/commit/91f9317))
613* :new: new: new field type: Cleave. Reorganization of dev index file. ([c6e3f5e](https://github.com/icebob/vue-form-generator/commit/c6e3f5e))
614* :new: new: new field type: noUiSlider ([9abf3e2](https://github.com/icebob/vue-form-generator/commit/9abf3e2))
615* :new: new: new field type: Pikaday. ([b0e3e96](https://github.com/icebob/vue-form-generator/commit/b0e3e96))
616* :new: new: new field type: Vue Multiselect ([cef52cb](https://github.com/icebob/vue-form-generator/commit/cef52cb))
617* :package: build ([3ab09df](https://github.com/icebob/vue-form-generator/commit/3ab09df))
618* :package: build ([def5d7d](https://github.com/icebob/vue-form-generator/commit/def5d7d))
619* :package: build ([d7c225a](https://github.com/icebob/vue-form-generator/commit/d7c225a))
620* :package: build ([1228b64](https://github.com/icebob/vue-form-generator/commit/1228b64))
621* :package: build ([fe76993](https://github.com/icebob/vue-form-generator/commit/fe76993))
622* :package: Build ([81073bc](https://github.com/icebob/vue-form-generator/commit/81073bc))
623* :package: Build v0.4.0 ([320bacf](https://github.com/icebob/vue-form-generator/commit/320bacf))
624* :pencil: docs: fix typo ([ae02461](https://github.com/icebob/vue-form-generator/commit/ae02461))
625* :pencil: docs: update readme ([236e9d0](https://github.com/icebob/vue-form-generator/commit/236e9d0))
626* :pencil: update README ([09f1acf](https://github.com/icebob/vue-form-generator/commit/09f1acf))
627* :pencil2: docs: update readme ([06f55ac](https://github.com/icebob/vue-form-generator/commit/06f55ac))
628* :pencil2: docs: update readme ([6c84c69](https://github.com/icebob/vue-form-generator/commit/6c84c69))
629* :star: webpack: add stats plugin to webpack ([031f9b0](https://github.com/icebob/vue-form-generator/commit/031f9b0))
630* :up: dep: update dependencies ([4ab7a8e](https://github.com/icebob/vue-form-generator/commit/4ab7a8e))
631* :up: fix lint errors ([f84be2b](https://github.com/icebob/vue-form-generator/commit/f84be2b))
632* :up: improve new fields ([d8e5a8e](https://github.com/icebob/vue-form-generator/commit/d8e5a8e))
633* :white_check_mark: fix selectex unit test ([d908f39](https://github.com/icebob/vue-form-generator/commit/d908f39))
634* :white_check_mark: test: add fieldCleave & fieldPikaday tests ([22d98b4](https://github.com/icebob/vue-form-generator/commit/22d98b4))
635* :white_check_mark: test: add fieldMasked unit test ([19f5d98](https://github.com/icebob/vue-form-generator/commit/19f5d98))
636* :white_check_mark: test: fix fieldDateTime test ([14c0602](https://github.com/icebob/vue-form-generator/commit/14c0602))
637* :white_check_mark: test: improve multiselect test ([9a26911](https://github.com/icebob/vue-form-generator/commit/9a26911))
638* [package] update package.json ([c5b6f33](https://github.com/icebob/vue-form-generator/commit/c5b6f33))
639* Add all remainning props and some events (`onNewTag` & `onSearch`) from multiselect and update dev s ([dba3ed7](https://github.com/icebob/vue-form-generator/commit/dba3ed7))
640* add every component to the body ([8e528b4](https://github.com/icebob/vue-form-generator/commit/8e528b4))
641* add extracted css to package.json ([31a578d](https://github.com/icebob/vue-form-generator/commit/31a578d))
642* add fieldSubmit.vue ([9a149d3](https://github.com/icebob/vue-form-generator/commit/9a149d3))
643* added most options from vue-multiselect ([9df5b5e](https://github.com/icebob/vue-form-generator/commit/9df5b5e))
644* change to fix versions ([8c45e38](https://github.com/icebob/vue-form-generator/commit/8c45e38))
645* create test for fieldSubmit ([7b575c3](https://github.com/icebob/vue-form-generator/commit/7b575c3))
646* downgrade mocha ([f808219](https://github.com/icebob/vue-form-generator/commit/f808219))
647* fix pikaday unit test ([23f5a90](https://github.com/icebob/vue-form-generator/commit/23f5a90))
648* improve code quality ([cd7029f](https://github.com/icebob/vue-form-generator/commit/cd7029f))
649* improve code quality ([2d2a819](https://github.com/icebob/vue-form-generator/commit/2d2a819))
650* Remove dependency from vue-multiselect. Make it optional and check if loaded. Add it to dev files. ([7e3472d](https://github.com/icebob/vue-form-generator/commit/7e3472d))
651* remove minimized version. #41 ([1867165](https://github.com/icebob/vue-form-generator/commit/1867165))
652* remove node v0.12 because eslint doesn't support it ([314c412](https://github.com/icebob/vue-form-generator/commit/314c412))
653* remove submit field from dev sample ([66d201d](https://github.com/icebob/vue-form-generator/commit/66d201d))
654* Small changes to `fieldSwitch` to allow easier customization of the width of the switch. ([5a4769e](https://github.com/icebob/vue-form-generator/commit/5a4769e))
655* update dependencies ([72d862b](https://github.com/icebob/vue-form-generator/commit/72d862b))
656* Update README.md ([f4e7a5b](https://github.com/icebob/vue-form-generator/commit/f4e7a5b))
657* Update README.md ([2eae985](https://github.com/icebob/vue-form-generator/commit/2eae985))
658* example: change font settings ([6061d4e](https://github.com/icebob/vue-form-generator/commit/6061d4e))
659* improve: simple example is more simple ([da5d8cc](https://github.com/icebob/vue-form-generator/commit/da5d8cc))
660* styles: add bootstrap styles to .form-control and buttons ([3e7dfc9](https://github.com/icebob/vue-form-generator/commit/3e7dfc9))
661* styles: default input width 100%, fieldColor is changed to fix width ([9fc302d](https://github.com/icebob/vue-form-generator/commit/9fc302d))
662* styles: fix .wrapper styles ([49d122e](https://github.com/icebob/vue-form-generator/commit/49d122e))
663* styles: fix checkbox style ([8e5bb9d](https://github.com/icebob/vue-form-generator/commit/8e5bb9d))
664* styles: fix fieldLabel style selector ([b910b3d](https://github.com/icebob/vue-form-generator/commit/b910b3d))
665* styles: fix half-width style in dev app ([977d12d](https://github.com/icebob/vue-form-generator/commit/977d12d))
666* styles: fix styles of field ([03fd9d2](https://github.com/icebob/vue-form-generator/commit/03fd9d2))
667* styles: remove shadow from fieldSwitch ([e0ea478](https://github.com/icebob/vue-form-generator/commit/e0ea478))
668* styles: some minor changed ([8204f59](https://github.com/icebob/vue-form-generator/commit/8204f59))
669* enhancement: add global class `.vue-form-generator`. Rewriting of most selector for a more encapsula ([e864d10](https://github.com/icebob/vue-form-generator/commit/e864d10))
670* enhancement: extract styles to a `vue-form-generator.css` file. ([21c8876](https://github.com/icebob/vue-form-generator/commit/21c8876))
671* enhenhancement: remove scoped styles ([1c46aef](https://github.com/icebob/vue-form-generator/commit/1c46aef))
672* enhenhancement: remove scoped styles ([4a4641c](https://github.com/icebob/vue-form-generator/commit/4a4641c))
673
674
675
676<a name="0.3.0"></a>
677# 0.3.0 (2016-07-07)
678
679* :arrow_up: bump version ([249376f](https://github.com/icebob/vue-form-generator/commit/249376f))
680* :new: implement #14 ([c6d0a76](https://github.com/icebob/vue-form-generator/commit/c6d0a76))
681* :package: build ([9e91fcb](https://github.com/icebob/vue-form-generator/commit/9e91fcb))
682* :package: build: v0.3.0 ([8780d3b](https://github.com/icebob/vue-form-generator/commit/8780d3b))
683* :pencil: docs: update changelog ([3f3aa31](https://github.com/icebob/vue-form-generator/commit/3f3aa31))
684* add maxlength property to fieldText ([3fede6d](https://github.com/icebob/vue-form-generator/commit/3fede6d))
685* cover validators.required method ([df2516c](https://github.com/icebob/vue-form-generator/commit/df2516c))
686* Move validator error messages to resources #15 ([302ba3f](https://github.com/icebob/vue-form-generator/commit/302ba3f))
687* remove joi dependency ([31c24f1](https://github.com/icebob/vue-form-generator/commit/31c24f1))
688* improve: minor change dev code ([84b0a2c](https://github.com/icebob/vue-form-generator/commit/84b0a2c))
689
690
691
692<a name="0.2.0"></a>
693# 0.2.0 (2016-06-16)
694
695* docs: fix typo in readme ([5530c99](https://github.com/icebob/vue-form-generator/commit/5530c99))
696* docs: update changelog ([52fc88c](https://github.com/icebob/vue-form-generator/commit/52fc88c))
697* docs: Update changelog ([77b92b6](https://github.com/icebob/vue-form-generator/commit/77b92b6))
698* docs: update readme ([b66f9a9](https://github.com/icebob/vue-form-generator/commit/b66f9a9))
699* :bug fix: validation bugs ([a403971](https://github.com/icebob/vue-form-generator/commit/a403971))
700* :bug: fix: checkbox readonly ([a3d330e](https://github.com/icebob/vue-form-generator/commit/a3d330e))
701* :bug: fix: Handle non selected lists ([1714776](https://github.com/icebob/vue-form-generator/commit/1714776))
702* :bug: test: fix datetime bugs ([3c132e3](https://github.com/icebob/vue-form-generator/commit/3c132e3))
703* :new: new: multiple fields in a row ([da4f766](https://github.com/icebob/vue-form-generator/commit/da4f766))
704* :new: new: new field type: Switch ([534c384](https://github.com/icebob/vue-form-generator/commit/534c384))
705* :package: bump version to v0.2.0 ([e7b5130](https://github.com/icebob/vue-form-generator/commit/e7b5130))
706* :pencil: Update readme example ([0b1c36f](https://github.com/icebob/vue-form-generator/commit/0b1c36f))
707* :pencil2: docs ([4940592](https://github.com/icebob/vue-form-generator/commit/4940592))
708* :pencil2: docs ([30ff08d](https://github.com/icebob/vue-form-generator/commit/30ff08d))
709* :pencil2: docs ([3bb625f](https://github.com/icebob/vue-form-generator/commit/3bb625f))
710* :pencil2: docs: Add docs link to readme ([ca1b180](https://github.com/icebob/vue-form-generator/commit/ca1b180))
711* :pencil2: docs: Remove from project ([5f70de9](https://github.com/icebob/vue-form-generator/commit/5f70de9))
712* :rocket: breaking: change form layout ([57f690b](https://github.com/icebob/vue-form-generator/commit/57f690b))
713* :star: new: change slider to ion.rangeSlider ([059cde5](https://github.com/icebob/vue-form-generator/commit/059cde5))
714* :start: new: add validator for array ([f0d4c4e](https://github.com/icebob/vue-form-generator/commit/f0d4c4e))
715* :white_check_mark: test: abstractField.vue covered 100% ([d0be50b](https://github.com/icebob/vue-form-generator/commit/d0be50b))
716* :white_check_mark: test: Add field test cases ([adb4f88](https://github.com/icebob/vue-form-generator/commit/adb4f88))
717* :white_check_mark: test: add tests to dateTime field ([4cd7bc6](https://github.com/icebob/vue-form-generator/commit/4cd7bc6))
718* :white_check_mark: test: Cover 100% the VueFormGenerator.vue ([6a6299e](https://github.com/icebob/vue-form-generator/commit/6a6299e))
719* :white_check_mark: test: cover 94% ([8bede7f](https://github.com/icebob/vue-form-generator/commit/8bede7f))
720* :white_check_mark: test: cover all source files ([1d4d898](https://github.com/icebob/vue-form-generator/commit/1d4d898))
721* :white_check_mark: test: improve fieldImage tests ([a5d714d](https://github.com/icebob/vue-form-generator/commit/a5d714d))
722* :white_check_mark: test: Make abstractField test cases ([564963f](https://github.com/icebob/vue-form-generator/commit/564963f))
723* :white_check_mark: test: More fields test cases ([4496149](https://github.com/icebob/vue-form-generator/commit/4496149))
724* :white_check_mark: test: More fields test cases ([c1c57be](https://github.com/icebob/vue-form-generator/commit/c1c57be))
725* :white_check_mark: test: remove dep. warning ([f04f59d](https://github.com/icebob/vue-form-generator/commit/f04f59d))
726* :white_check_mark: test: schema test cases ([540eb63](https://github.com/icebob/vue-form-generator/commit/540eb63))
727* :white_check_mark: test: validator tests ([8847b26](https://github.com/icebob/vue-form-generator/commit/8847b26))
728* :zap: Impove example ([1193b8f](https://github.com/icebob/vue-form-generator/commit/1193b8f))
729* add TODO ([5674df0](https://github.com/icebob/vue-form-generator/commit/5674df0))
730* Build v0.2.0 ([023b342](https://github.com/icebob/vue-form-generator/commit/023b342))
731* improve styles for multiple fields in a row ([d57f829](https://github.com/icebob/vue-form-generator/commit/d57f829))
732* Minor changes ([28ee7a8](https://github.com/icebob/vue-form-generator/commit/28ee7a8))
733* Modify examples ([ad2c359](https://github.com/icebob/vue-form-generator/commit/ad2c359))
734* Update babel dependencies ([87738f5](https://github.com/icebob/vue-form-generator/commit/87738f5))
735* Update README.md ([03d9d1b](https://github.com/icebob/vue-form-generator/commit/03d9d1b))
736* Update README.md ([ba41387](https://github.com/icebob/vue-form-generator/commit/ba41387))
737* test: cover fieldSwitch ([e31c4ba](https://github.com/icebob/vue-form-generator/commit/e31c4ba))
738* test: Fix sinon imports ([81531fe](https://github.com/icebob/vue-form-generator/commit/81531fe))
739* fix: Fix schema in dev example ([b6f9f57](https://github.com/icebob/vue-form-generator/commit/b6f9f57))
740* fix: lint warnings ([564c0e5](https://github.com/icebob/vue-form-generator/commit/564c0e5))
741* fix: remove describe.only ([9bd87a9](https://github.com/icebob/vue-form-generator/commit/9bd87a9))
742* improve: sass variable for width in switch field ([e01b816](https://github.com/icebob/vue-form-generator/commit/e01b816))
743* chore(package): update conventional-github-releaser to version 1.1.3 ([25477c9](https://github.com/icebob/vue-form-generator/commit/25477c9))
744* chore(package): update eslint to version 2.12.0 ([11d00cc](https://github.com/icebob/vue-form-generator/commit/11d00cc))
745* chore(package): update gitbook-cli to version 2.3.0 ([83238cc](https://github.com/icebob/vue-form-generator/commit/83238cc))
746* chore(package): update joi to version 8.4.2 ([2bc58c5](https://github.com/icebob/vue-form-generator/commit/2bc58c5))
747* chore(package): update vue to version 1.0.24 ([adc2a15](https://github.com/icebob/vue-form-generator/commit/adc2a15))
748* new: change faker.js to fakerator ([3184fa4](https://github.com/icebob/vue-form-generator/commit/3184fa4))
749* build: new dist files ([932a20d](https://github.com/icebob/vue-form-generator/commit/932a20d))
750* config: add coverall script to npm ([bee378f](https://github.com/icebob/vue-form-generator/commit/bee378f))
751* config: modify coverage scripts ([ec86030](https://github.com/icebob/vue-form-generator/commit/ec86030))
752
753
754
755<a name="0.1.1"></a>
756## 0.1.1 (2016-05-07)
757
758* :package: Build ([28183bf](https://github.com/icebob/vue-form-generator/commit/28183bf))
759* :package: Build ([6ce60d6](https://github.com/icebob/vue-form-generator/commit/6ce60d6))
760* :package: Build ([eb4b1f9](https://github.com/icebob/vue-form-generator/commit/eb4b1f9))
761* 0.1.1 ([d52c53f](https://github.com/icebob/vue-form-generator/commit/d52c53f))
762* Add badges ([b58ec65](https://github.com/icebob/vue-form-generator/commit/b58ec65))
763* Add changelog ([5ae0832](https://github.com/icebob/vue-form-generator/commit/5ae0832))
764* Add coveralls ([c425ef7](https://github.com/icebob/vue-form-generator/commit/c425ef7))
765* Add eslint ([816fc34](https://github.com/icebob/vue-form-generator/commit/816fc34))
766* add TODO ([00c9554](https://github.com/icebob/vue-form-generator/commit/00c9554))
767* Add travis ci ([182f42e](https://github.com/icebob/vue-form-generator/commit/182f42e))
768* change dependencies ([6ba97df](https://github.com/icebob/vue-form-generator/commit/6ba97df))
769* Create first test cases ([2246059](https://github.com/icebob/vue-form-generator/commit/2246059))
770* Create test environment ([a874195](https://github.com/icebob/vue-form-generator/commit/a874195))
771* Create test environment ([8cfde38](https://github.com/icebob/vue-form-generator/commit/8cfde38))
772* Fix CI errors. ([0d62830](https://github.com/icebob/vue-form-generator/commit/0d62830))
773* Fixed lint errors and warnings ([b88dc5c](https://github.com/icebob/vue-form-generator/commit/b88dc5c))
774* Improve webpack config ([f369c90](https://github.com/icebob/vue-form-generator/commit/f369c90))
775* More tests ([9cf627c](https://github.com/icebob/vue-form-generator/commit/9cf627c))
776* Test cases ([8d2c1dd](https://github.com/icebob/vue-form-generator/commit/8d2c1dd))
777* Test cases ([facc6b2](https://github.com/icebob/vue-form-generator/commit/facc6b2))
778* Update README.md ([3d7c3a4](https://github.com/icebob/vue-form-generator/commit/3d7c3a4))
779* Update README.md ([00999d2](https://github.com/icebob/vue-form-generator/commit/00999d2))
780* Update README.md ([10f7bc8](https://github.com/icebob/vue-form-generator/commit/10f7bc8))
781* Update README.md ([90403bb](https://github.com/icebob/vue-form-generator/commit/90403bb))
782* docs: Add gitbook files ([cb7309e](https://github.com/icebob/vue-form-generator/commit/cb7309e))
783* docs: update readme badgets ([43d321c](https://github.com/icebob/vue-form-generator/commit/43d321c))
784* docs: update readme badgets ([38b14c9](https://github.com/icebob/vue-form-generator/commit/38b14c9))
785* config: add coveralls ([60a3ef1](https://github.com/icebob/vue-form-generator/commit/60a3ef1))
786
787
788
789<a name="0.1.0"></a>
790# 0.1.0 (2016-05-03)
791
792* Add example ([a81bf42](https://github.com/icebob/vue-form-generator/commit/a81bf42))
793* Add files & first build ([6e773d0](https://github.com/icebob/vue-form-generator/commit/6e773d0))
794* Add icon to buttons ([b93df72](https://github.com/icebob/vue-form-generator/commit/b93df72))
795* Add input mask field ([4e7d5ba](https://github.com/icebob/vue-form-generator/commit/4e7d5ba))
796* Added datetime picker field ([5cbaadb](https://github.com/icebob/vue-form-generator/commit/5cbaadb))
797* Build ([07bcdae](https://github.com/icebob/vue-form-generator/commit/07bcdae))
798* Build ([d856740](https://github.com/icebob/vue-form-generator/commit/d856740))
799* Color pickers added. ([16581fb](https://github.com/icebob/vue-form-generator/commit/16581fb))
800* Create LICENSE ([74d96f8](https://github.com/icebob/vue-form-generator/commit/74d96f8))
801* Create README.md ([31320f2](https://github.com/icebob/vue-form-generator/commit/31320f2))
802* Dev environment ([80e0f86](https://github.com/icebob/vue-form-generator/commit/80e0f86))
803* Dev environment ([e1f6125](https://github.com/icebob/vue-form-generator/commit/e1f6125))
804* Extend dev env ([e7b4ba1](https://github.com/icebob/vue-form-generator/commit/e7b4ba1))
805* Handling bootstrap-select ([da8d621](https://github.com/icebob/vue-form-generator/commit/da8d621))
806* Image field added. ([053f445](https://github.com/icebob/vue-form-generator/commit/053f445))
807* Impove code. Add built-in validators ([8a721d4](https://github.com/icebob/vue-form-generator/commit/8a721d4))
808* Initial commit ([15f3df5](https://github.com/icebob/vue-form-generator/commit/15f3df5))
809* Modify validation error handling, handle if schema is null ([b849cc0](https://github.com/icebob/vue-form-generator/commit/b849cc0))
810* Move build config to root ([52b0775](https://github.com/icebob/vue-form-generator/commit/52b0775))
811* Update readme ([a4797c0](https://github.com/icebob/vue-form-generator/commit/a4797c0))
812* Update README.md ([032e420](https://github.com/icebob/vue-form-generator/commit/032e420))
813* Update README.md ([3c24161](https://github.com/icebob/vue-form-generator/commit/3c24161))
814* Update README.md ([3fb6261](https://github.com/icebob/vue-form-generator/commit/3fb6261))
815
816
817