Skip to content

Commit 3f0db9f

Browse files
committed
docs: update changelog
1 parent b67ada9 commit 3f0db9f

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

CHANGELOG.md

+42
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
<a name="0.5.0"></a>
2+
# 0.5.0 (2016-09-28)
3+
4+
* :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)
5+
* :package: build ([af75ebc](https://github.com/icebob/vue-form-generator/commit/af75ebc))
6+
* :package: Build v.0.5.0 ([b67ada9](https://github.com/icebob/vue-form-generator/commit/b67ada9))
7+
* Add dynamic class to help styling of the noUiSlider field ([2ce1938](https://github.com/icebob/vue-form-generator/commit/2ce1938))
8+
* add test for radios field and update schema ([07605c1](https://github.com/icebob/vue-form-generator/commit/07605c1))
9+
* Bump version to v0.5.0 ([14b34be](https://github.com/icebob/vue-form-generator/commit/14b34be))
10+
* code maintenance ([307e903](https://github.com/icebob/vue-form-generator/commit/307e903))
11+
* creation of two computed value to avoid a warning from Vue in noUiSlider field ([6f5b71d](https://github.com/icebob/vue-form-generator/commit/6f5b71d))
12+
* 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)
13+
* fix linting ([4bc0601](https://github.com/icebob/vue-form-generator/commit/4bc0601))
14+
* format date related fields values ([cf2f577](https://github.com/icebob/vue-form-generator/commit/cf2f577))
15+
* hideInput prop in dev schema ([b68f94f](https://github.com/icebob/vue-form-generator/commit/b68f94f))
16+
* rename dateTime to dateTimePicker and slider to rangeSlider ([5830e85](https://github.com/icebob/vue-form-generator/commit/5830e85))
17+
* rename field html5 to input ([323968e](https://github.com/icebob/vue-form-generator/commit/323968e))
18+
* rename sliderOptions to noUiSliderOptions to follow schema logic ([7f4afa9](https://github.com/icebob/vue-form-generator/commit/7f4afa9))
19+
* update dependencies #79 ([7298080](https://github.com/icebob/vue-form-generator/commit/7298080))
20+
* Update README.md ([f70b5e8](https://github.com/icebob/vue-form-generator/commit/f70b5e8))
21+
* Update README.md ([7d89746](https://github.com/icebob/vue-form-generator/commit/7d89746))
22+
* Update README.md ([a8ec66e](https://github.com/icebob/vue-form-generator/commit/a8ec66e))
23+
* update schema ([bce9070](https://github.com/icebob/vue-form-generator/commit/bce9070))
24+
* Update schema and data for dev ([4c76f21](https://github.com/icebob/vue-form-generator/commit/4c76f21))
25+
* update schema and fix a test ([b97c6bd](https://github.com/icebob/vue-form-generator/commit/b97c6bd))
26+
* fix: check value correspond to selected value ([b00e777](https://github.com/icebob/vue-form-generator/commit/b00e777))
27+
* fix: fix Codacy issues ([deb50b6](https://github.com/icebob/vue-form-generator/commit/deb50b6))
28+
* fix: forgot the new method getStartValue() ([13b74e3](https://github.com/icebob/vue-form-generator/commit/13b74e3))
29+
* fix: missing closing bracket ([42c42b0](https://github.com/icebob/vue-form-generator/commit/42c42b0))
30+
* fix: moment import ([ebf7484](https://github.com/icebob/vue-form-generator/commit/ebf7484))
31+
* fix: remove console.log ([7cf484a](https://github.com/icebob/vue-form-generator/commit/7cf484a))
32+
* new: hideInput prop in fieldImage #77 ([deb4ec5](https://github.com/icebob/vue-form-generator/commit/deb4ec5))
33+
* new: new "radios" field ([7106394](https://github.com/icebob/vue-form-generator/commit/7106394))
34+
* new: new field html5 input ([5189b99](https://github.com/icebob/vue-form-generator/commit/5189b99))
35+
* docs: commenting methods ([0d7848e](https://github.com/icebob/vue-form-generator/commit/0d7848e))
36+
* docs: commenting methods ([dc17006](https://github.com/icebob/vue-form-generator/commit/dc17006))
37+
* docs: remove TODOS from readme ([76aeb52](https://github.com/icebob/vue-form-generator/commit/76aeb52))
38+
* 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))
39+
* enhancement: staticMap updated with more options for more flexibility. Test updated to reflect chang ([65c8ac2](https://github.com/icebob/vue-form-generator/commit/65c8ac2))
40+
41+
42+
143
<a name="0.4.1"></a>
244
## 0.4.1 (2016-09-08)
345

0 commit comments

Comments
 (0)