Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into form_n…
Browse files Browse the repository at this point in the history
…ame_attr
  • Loading branch information
icebob committed Oct 6, 2016
2 parents 31d1861 + cad76da commit 056b8ab
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 13 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A schema-based form generator component for Vue.js v1.x.x

## Features
- multiple objects editing
- 24 field types
- 27 field types
- built-in validators
- Bootstrap friendly templates
- customizable styles
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-form-generator.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions dist/vue-form-generator.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-form-generator",
"version": "0.4.1",
"version": "0.5.0",
"description": "A schema-based form generator component for Vue.js",
"homepage": "https://github.com/icebob/vue-form-generator",
"main": "dist/vue-form-generator.js",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/specs/fields/fieldVueMultiSelect.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function createField(test, schema = {}, model = null, disabled = false, options)
[ el, vm, field ] = createVueField(test, "fieldVueMultiSelect", schema, model, disabled, options);
}

describe("fieldVueMultiSelect.vue", function() {
describe.skip("fieldVueMultiSelect.vue", function() {

describe("check template", () => {
let schema = {
Expand Down

0 comments on commit 056b8ab

Please sign in to comment.