Skip to content

Commit 385b7be

Browse files
committed
update changelog
1 parent 8ced4af commit 385b7be

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
<a name="2.0.0-beta6"></a>
2+
# 2.0.0-beta6 (2017-04-04)
3+
4+
* :package: build ([dd33ea0](https://github.com/icebob/vue-form-generator/commit/dd33ea0))
5+
* #159 Fix customLabel function from multi-select field to work with object values ([84d3e41](https://github.com/icebob/vue-form-generator/commit/84d3e41))
6+
* #172 Sync model value with files from file upload input ([4ac96e4](https://github.com/icebob/vue-form-generator/commit/4ac96e4))
7+
* `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))
8+
* `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))
9+
* add `.locale` method to every validator ([1dc7fb7](https://github.com/icebob/vue-form-generator/commit/1dc7fb7))
10+
* 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))
11+
* add example to dev ([267073c](https://github.com/icebob/vue-form-generator/commit/267073c))
12+
* add test for async validator ([e9463c2](https://github.com/icebob/vue-form-generator/commit/e9463c2))
13+
* bump version ([8ced4af](https://github.com/icebob/vue-form-generator/commit/8ced4af))
14+
* change `input` event to `change` on checlist field ([e6a2b9a](https://github.com/icebob/vue-form-generator/commit/e6a2b9a))
15+
* Change `onChange` trigger event from `change` to `input` for `checklist` ([67a3659](https://github.com/icebob/vue-form-generator/commit/67a3659))
16+
* fix #174 ([d939c95](https://github.com/icebob/vue-form-generator/commit/d939c95)), closes [#174](https://github.com/icebob/vue-form-generator/issues/174)
17+
* Fix a problem with value define but not an Array ([190f67a](https://github.com/icebob/vue-form-generator/commit/190f67a))
18+
* fix double validator ([7c6d658](https://github.com/icebob/vue-form-generator/commit/7c6d658))
19+
* Fix error "TypeError: this.value.push is not a function" in `checklist` ([c66b0e9](https://github.com/icebob/vue-form-generator/commit/c66b0e9))
20+
* fix lint ([1f99ab6](https://github.com/icebob/vue-form-generator/commit/1f99ab6))
21+
* fix parameters of validators ([d97c917](https://github.com/icebob/vue-form-generator/commit/d97c917))
22+
* Fix test to reflect changes ([6126f25](https://github.com/icebob/vue-form-generator/commit/6126f25))
23+
* fix usage example in readme ([596b302](https://github.com/icebob/vue-form-generator/commit/596b302))
24+
* Fix validator messages interpolation ([6b44e39](https://github.com/icebob/vue-form-generator/commit/6b44e39))
25+
* Improve readme file. ([846cf15](https://github.com/icebob/vue-form-generator/commit/846cf15))
26+
* Move some dependency to devDependency ([b00e4bb](https://github.com/icebob/vue-form-generator/commit/b00e4bb))
27+
* Provides ability to use strings as validators ([36c7829](https://github.com/icebob/vue-form-generator/commit/36c7829))
28+
* remove only from test ([560d234](https://github.com/icebob/vue-form-generator/commit/560d234))
29+
* simplify code ([cd922ee](https://github.com/icebob/vue-form-generator/commit/cd922ee))
30+
* support async (promised) validators #170 ([d50a756](https://github.com/icebob/vue-form-generator/commit/d50a756))
31+
* update code language in readme ([3ee0865](https://github.com/icebob/vue-form-generator/commit/3ee0865))
32+
* 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))
33+
* Update unit test for `checklist` ([24eb17f](https://github.com/icebob/vue-form-generator/commit/24eb17f))
34+
* Update unit test for `radios` ([8a94e81](https://github.com/icebob/vue-form-generator/commit/8a94e81))
35+
* Use `this.$set` instead of a direct assignation ([4b7e118](https://github.com/icebob/vue-form-generator/commit/4b7e118))
36+
37+
38+
139
<a name="2.0.0-beta5"></a>
240
# 2.0.0-beta5 (2017-03-01)
341

0 commit comments

Comments
 (0)