Skip to content

Commit 672e656

Browse files
committed
docs: update changelog
1 parent 320bacf commit 672e656

File tree

1 file changed

+116
-0
lines changed

1 file changed

+116
-0
lines changed

CHANGELOG.md

+116
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
<a name="0.4.0"></a>
2+
# 0.4.0 (2016-08-30)
3+
4+
* noUISlider: minor changes ([1f22d80](https://github.com/icebob/vue-form-generator/commit/1f22d80))
5+
* :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)
6+
* :bug: fix: eslint warning ([65b4d59](https://github.com/icebob/vue-form-generator/commit/65b4d59))
7+
* :bug: fix: remove jQuery code ([d0a32cd](https://github.com/icebob/vue-form-generator/commit/d0a32cd))
8+
* :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)
9+
* :new: new: add fieldGoogleAddress #33 ([91f9317](https://github.com/icebob/vue-form-generator/commit/91f9317))
10+
* :new: new: new field type: Cleave. Reorganization of dev index file. ([c6e3f5e](https://github.com/icebob/vue-form-generator/commit/c6e3f5e))
11+
* :new: new: new field type: noUiSlider ([9abf3e2](https://github.com/icebob/vue-form-generator/commit/9abf3e2))
12+
* :new: new: new field type: Pikaday. ([b0e3e96](https://github.com/icebob/vue-form-generator/commit/b0e3e96))
13+
* :new: new: new field type: Vue Multiselect ([cef52cb](https://github.com/icebob/vue-form-generator/commit/cef52cb))
14+
* :package: build ([3ab09df](https://github.com/icebob/vue-form-generator/commit/3ab09df))
15+
* :package: build ([def5d7d](https://github.com/icebob/vue-form-generator/commit/def5d7d))
16+
* :package: build ([d7c225a](https://github.com/icebob/vue-form-generator/commit/d7c225a))
17+
* :package: build ([1228b64](https://github.com/icebob/vue-form-generator/commit/1228b64))
18+
* :package: build ([fe76993](https://github.com/icebob/vue-form-generator/commit/fe76993))
19+
* :package: Build ([81073bc](https://github.com/icebob/vue-form-generator/commit/81073bc))
20+
* :package: Build v0.4.0 ([320bacf](https://github.com/icebob/vue-form-generator/commit/320bacf))
21+
* :pencil: docs: fix typo ([ae02461](https://github.com/icebob/vue-form-generator/commit/ae02461))
22+
* :pencil: docs: update readme ([236e9d0](https://github.com/icebob/vue-form-generator/commit/236e9d0))
23+
* :pencil: update README ([09f1acf](https://github.com/icebob/vue-form-generator/commit/09f1acf))
24+
* :pencil2: docs: update readme ([06f55ac](https://github.com/icebob/vue-form-generator/commit/06f55ac))
25+
* :pencil2: docs: update readme ([6c84c69](https://github.com/icebob/vue-form-generator/commit/6c84c69))
26+
* :star: webpack: add stats plugin to webpack ([031f9b0](https://github.com/icebob/vue-form-generator/commit/031f9b0))
27+
* :up: dep: update dependencies ([4ab7a8e](https://github.com/icebob/vue-form-generator/commit/4ab7a8e))
28+
* :up: fix lint errors ([f84be2b](https://github.com/icebob/vue-form-generator/commit/f84be2b))
29+
* :up: improve new fields ([d8e5a8e](https://github.com/icebob/vue-form-generator/commit/d8e5a8e))
30+
* :white_check_mark: fix selectex unit test ([d908f39](https://github.com/icebob/vue-form-generator/commit/d908f39))
31+
* :white_check_mark: test: add fieldCleave & fieldPikaday tests ([22d98b4](https://github.com/icebob/vue-form-generator/commit/22d98b4))
32+
* :white_check_mark: test: add fieldMasked unit test ([19f5d98](https://github.com/icebob/vue-form-generator/commit/19f5d98))
33+
* :white_check_mark: test: fix fieldDateTime test ([14c0602](https://github.com/icebob/vue-form-generator/commit/14c0602))
34+
* :white_check_mark: test: improve multiselect test ([9a26911](https://github.com/icebob/vue-form-generator/commit/9a26911))
35+
* [package] update package.json ([c5b6f33](https://github.com/icebob/vue-form-generator/commit/c5b6f33))
36+
* 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))
37+
* add every component to the body ([8e528b4](https://github.com/icebob/vue-form-generator/commit/8e528b4))
38+
* add extracted css to package.json ([31a578d](https://github.com/icebob/vue-form-generator/commit/31a578d))
39+
* add fieldSubmit.vue ([9a149d3](https://github.com/icebob/vue-form-generator/commit/9a149d3))
40+
* added most options from vue-multiselect ([9df5b5e](https://github.com/icebob/vue-form-generator/commit/9df5b5e))
41+
* change to fix versions ([8c45e38](https://github.com/icebob/vue-form-generator/commit/8c45e38))
42+
* create test for fieldSubmit ([7b575c3](https://github.com/icebob/vue-form-generator/commit/7b575c3))
43+
* downgrade mocha ([f808219](https://github.com/icebob/vue-form-generator/commit/f808219))
44+
* fix pikaday unit test ([23f5a90](https://github.com/icebob/vue-form-generator/commit/23f5a90))
45+
* improve code quality ([cd7029f](https://github.com/icebob/vue-form-generator/commit/cd7029f))
46+
* improve code quality ([2d2a819](https://github.com/icebob/vue-form-generator/commit/2d2a819))
47+
* 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))
48+
* remove minimized version. #41 ([1867165](https://github.com/icebob/vue-form-generator/commit/1867165))
49+
* remove node v0.12 because eslint doesn't support it ([314c412](https://github.com/icebob/vue-form-generator/commit/314c412))
50+
* remove submit field from dev sample ([66d201d](https://github.com/icebob/vue-form-generator/commit/66d201d))
51+
* Small changes to `fieldSwitch` to allow easier customization of the width of the switch. ([5a4769e](https://github.com/icebob/vue-form-generator/commit/5a4769e))
52+
* update dependencies ([72d862b](https://github.com/icebob/vue-form-generator/commit/72d862b))
53+
* Update README.md ([f4e7a5b](https://github.com/icebob/vue-form-generator/commit/f4e7a5b))
54+
* Update README.md ([2eae985](https://github.com/icebob/vue-form-generator/commit/2eae985))
55+
* test: add external libs to karma ([776f6c4](https://github.com/icebob/vue-form-generator/commit/776f6c4))
56+
* test: basic unit testing ([f870dae](https://github.com/icebob/vue-form-generator/commit/f870dae))
57+
* test: fix pikaday expect error ([60a0868](https://github.com/icebob/vue-form-generator/commit/60a0868))
58+
* test: improve karma debug page ([8a094c8](https://github.com/icebob/vue-form-generator/commit/8a094c8))
59+
* test: improve testing of noUiSlider ([59d5036](https://github.com/icebob/vue-form-generator/commit/59d5036))
60+
* test: improve testing of noUiSlider ([42c9ea9](https://github.com/icebob/vue-form-generator/commit/42c9ea9))
61+
* test: improve testing of VueMultiSelect ([09a41f0](https://github.com/icebob/vue-form-generator/commit/09a41f0))
62+
* test: improve unit testing of vueMultiSelect ([1b24293](https://github.com/icebob/vue-form-generator/commit/1b24293))
63+
* test: improve unit testing of vueMultiSelect ([1c09c30](https://github.com/icebob/vue-form-generator/commit/1c09c30))
64+
* test: progress on noUiSlider ([dea27a2](https://github.com/icebob/vue-form-generator/commit/dea27a2))
65+
* test: progress on noUiSlider ([2e7380f](https://github.com/icebob/vue-form-generator/commit/2e7380f))
66+
* test: querySelector instead of querySelectorAll ([00bfbda](https://github.com/icebob/vue-form-generator/commit/00bfbda))
67+
* test: querySelector instead of querySelectorAll ([136b112](https://github.com/icebob/vue-form-generator/commit/136b112))
68+
* test: unit test for field slider ([bb9410d](https://github.com/icebob/vue-form-generator/commit/bb9410d))
69+
* test: unit test for fieldCleave ([012ee91](https://github.com/icebob/vue-form-generator/commit/012ee91))
70+
* test: unit test for fieldGoogleAddress ([63d47aa](https://github.com/icebob/vue-form-generator/commit/63d47aa))
71+
* test: unit test for fieldSpectrum ([0b65bdb](https://github.com/icebob/vue-form-generator/commit/0b65bdb))
72+
* style: add box-sizing ([841f20d](https://github.com/icebob/vue-form-generator/commit/841f20d))
73+
* style: image remove button change to inline img ([92cea99](https://github.com/icebob/vue-form-generator/commit/92cea99))
74+
* dev: add a basic color field for testing ([49e8d43](https://github.com/icebob/vue-form-generator/commit/49e8d43))
75+
* 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))
76+
* dev: noUiSlider with scale ([e1b4126](https://github.com/icebob/vue-form-generator/commit/e1b4126))
77+
* dev: noUiSlider with scale ([dfef1f1](https://github.com/icebob/vue-form-generator/commit/dfef1f1))
78+
* fix: add a .jsbeautify to help with linting ([acfa264](https://github.com/icebob/vue-form-generator/commit/acfa264))
79+
* fix: add disabled option to noUiSlider field ([c169cb3](https://github.com/icebob/vue-form-generator/commit/c169cb3))
80+
* fix: add disabled option to noUiSlider field ([6d10687](https://github.com/icebob/vue-form-generator/commit/6d10687))
81+
* fix: added missing options for VueMultiselect. Removed `min` from dev schema (not used). ([a9bb8ae](https://github.com/icebob/vue-form-generator/commit/a9bb8ae))
82+
* fix: better selector for the main component and added latest build ([b2fcef1](https://github.com/icebob/vue-form-generator/commit/b2fcef1))
83+
* fix: buttonText instead of caption ([d4b25a9](https://github.com/icebob/vue-form-generator/commit/d4b25a9))
84+
* fix: buttonText instead of caption for unit test file ([f47f704](https://github.com/icebob/vue-form-generator/commit/f47f704))
85+
* fix: Cleavejs better mask definition ([34a6401](https://github.com/icebob/vue-form-generator/commit/34a6401))
86+
* fix: Cleavejs better mask definition ([e338e6d](https://github.com/icebob/vue-form-generator/commit/e338e6d))
87+
* 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)
88+
* fix: fragment instance warning ([f9915e6](https://github.com/icebob/vue-form-generator/commit/f9915e6))
89+
* fix: handle disabled and max props of VueMultiSelect better ([e59bcc1](https://github.com/icebob/vue-form-generator/commit/e59bcc1))
90+
* fix: handle disabled and max props of VueMultiSelect better ([9a6fc4b](https://github.com/icebob/vue-form-generator/commit/9a6fc4b))
91+
* fix: handle missing library better ([99b6a4d](https://github.com/icebob/vue-form-generator/commit/99b6a4d))
92+
* fix: handle missing library better ([ec93745](https://github.com/icebob/vue-form-generator/commit/ec93745))
93+
* fix: lint error ([a2665dd](https://github.com/icebob/vue-form-generator/commit/a2665dd))
94+
* fix: lint error and warning ([24c49d9](https://github.com/icebob/vue-form-generator/commit/24c49d9))
95+
* fix: lint error and warning ([54a3502](https://github.com/icebob/vue-form-generator/commit/54a3502))
96+
* fix: package version for `extract-text-webpack-plugin` ([778a9ff](https://github.com/icebob/vue-form-generator/commit/778a9ff))
97+
* fix: remove jQuery from eslint ([74cc91d](https://github.com/icebob/vue-form-generator/commit/74cc91d))
98+
* fix: small bug with quotes ([71ae504](https://github.com/icebob/vue-form-generator/commit/71ae504))
99+
* example: change font settings ([6061d4e](https://github.com/icebob/vue-form-generator/commit/6061d4e))
100+
* improve: simple example is more simple ([da5d8cc](https://github.com/icebob/vue-form-generator/commit/da5d8cc))
101+
* styles: add bootstrap styles to .form-control and buttons ([3e7dfc9](https://github.com/icebob/vue-form-generator/commit/3e7dfc9))
102+
* styles: default input width 100%, fieldColor is changed to fix width ([9fc302d](https://github.com/icebob/vue-form-generator/commit/9fc302d))
103+
* styles: fix .wrapper styles ([49d122e](https://github.com/icebob/vue-form-generator/commit/49d122e))
104+
* styles: fix checkbox style ([8e5bb9d](https://github.com/icebob/vue-form-generator/commit/8e5bb9d))
105+
* styles: fix fieldLabel style selector ([b910b3d](https://github.com/icebob/vue-form-generator/commit/b910b3d))
106+
* styles: fix half-width style in dev app ([977d12d](https://github.com/icebob/vue-form-generator/commit/977d12d))
107+
* styles: fix styles of field ([03fd9d2](https://github.com/icebob/vue-form-generator/commit/03fd9d2))
108+
* styles: remove shadow from fieldSwitch ([e0ea478](https://github.com/icebob/vue-form-generator/commit/e0ea478))
109+
* styles: some minor changed ([8204f59](https://github.com/icebob/vue-form-generator/commit/8204f59))
110+
* 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))
111+
* enhancement: extract styles to a `vue-form-generator.css` file. ([21c8876](https://github.com/icebob/vue-form-generator/commit/21c8876))
112+
* enhenhancement: remove scoped styles ([1c46aef](https://github.com/icebob/vue-form-generator/commit/1c46aef))
113+
* enhenhancement: remove scoped styles ([4a4641c](https://github.com/icebob/vue-form-generator/commit/4a4641c))
114+
115+
116+
1117
<a name="0.3.0"></a>
2118
# 0.3.0 (2016-07-07)
3119

0 commit comments

Comments
 (0)