Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed Sep 28, 2016
1 parent b67ada9 commit 3f0db9f
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
<a name="0.5.0"></a>
# 0.5.0 (2016-09-28)

* :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)
* :package: build ([af75ebc](https://github.com/icebob/vue-form-generator/commit/af75ebc))
* :package: Build v.0.5.0 ([b67ada9](https://github.com/icebob/vue-form-generator/commit/b67ada9))
* Add dynamic class to help styling of the noUiSlider field ([2ce1938](https://github.com/icebob/vue-form-generator/commit/2ce1938))
* add test for radios field and update schema ([07605c1](https://github.com/icebob/vue-form-generator/commit/07605c1))
* Bump version to v0.5.0 ([14b34be](https://github.com/icebob/vue-form-generator/commit/14b34be))
* code maintenance ([307e903](https://github.com/icebob/vue-form-generator/commit/307e903))
* creation of two computed value to avoid a warning from Vue in noUiSlider field ([6f5b71d](https://github.com/icebob/vue-form-generator/commit/6f5b71d))
* 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)
* fix linting ([4bc0601](https://github.com/icebob/vue-form-generator/commit/4bc0601))
* format date related fields values ([cf2f577](https://github.com/icebob/vue-form-generator/commit/cf2f577))
* hideInput prop in dev schema ([b68f94f](https://github.com/icebob/vue-form-generator/commit/b68f94f))
* rename dateTime to dateTimePicker and slider to rangeSlider ([5830e85](https://github.com/icebob/vue-form-generator/commit/5830e85))
* rename field html5 to input ([323968e](https://github.com/icebob/vue-form-generator/commit/323968e))
* rename sliderOptions to noUiSliderOptions to follow schema logic ([7f4afa9](https://github.com/icebob/vue-form-generator/commit/7f4afa9))
* update dependencies #79 ([7298080](https://github.com/icebob/vue-form-generator/commit/7298080))
* Update README.md ([f70b5e8](https://github.com/icebob/vue-form-generator/commit/f70b5e8))
* Update README.md ([7d89746](https://github.com/icebob/vue-form-generator/commit/7d89746))
* Update README.md ([a8ec66e](https://github.com/icebob/vue-form-generator/commit/a8ec66e))
* update schema ([bce9070](https://github.com/icebob/vue-form-generator/commit/bce9070))
* Update schema and data for dev ([4c76f21](https://github.com/icebob/vue-form-generator/commit/4c76f21))
* update schema and fix a test ([b97c6bd](https://github.com/icebob/vue-form-generator/commit/b97c6bd))
* fix: check value correspond to selected value ([b00e777](https://github.com/icebob/vue-form-generator/commit/b00e777))
* fix: fix Codacy issues ([deb50b6](https://github.com/icebob/vue-form-generator/commit/deb50b6))
* fix: forgot the new method getStartValue() ([13b74e3](https://github.com/icebob/vue-form-generator/commit/13b74e3))
* fix: missing closing bracket ([42c42b0](https://github.com/icebob/vue-form-generator/commit/42c42b0))
* fix: moment import ([ebf7484](https://github.com/icebob/vue-form-generator/commit/ebf7484))
* fix: remove console.log ([7cf484a](https://github.com/icebob/vue-form-generator/commit/7cf484a))
* new: hideInput prop in fieldImage #77 ([deb4ec5](https://github.com/icebob/vue-form-generator/commit/deb4ec5))
* new: new "radios" field ([7106394](https://github.com/icebob/vue-form-generator/commit/7106394))
* new: new field html5 input ([5189b99](https://github.com/icebob/vue-form-generator/commit/5189b99))
* docs: commenting methods ([0d7848e](https://github.com/icebob/vue-form-generator/commit/0d7848e))
* docs: commenting methods ([dc17006](https://github.com/icebob/vue-form-generator/commit/dc17006))
* docs: remove TODOS from readme ([76aeb52](https://github.com/icebob/vue-form-generator/commit/76aeb52))
* 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))
* enhancement: staticMap updated with more options for more flexibility. Test updated to reflect chang ([65c8ac2](https://github.com/icebob/vue-form-generator/commit/65c8ac2))



<a name="0.4.1"></a>
## 0.4.1 (2016-09-08)

Expand Down

0 comments on commit 3f0db9f

Please sign in to comment.