1
0
mirror of synced 2024-11-22 13:26:06 +03:00
Commit Graph

525 Commits

Author SHA1 Message Date
Justin Schroeder
83d82ab1ac 0.7.3 2018-03-19 09:42:16 -04:00
Justin Schroeder
9343b168a1 Adds a custom input field to the example 2018-03-19 09:41:30 -04:00
Justin Schroeder
143af8442d 0.7.2 2018-03-14 15:38:21 -04:00
Justin Schroeder
61bcc5da71 Adds demo link to the readme, a few other readme clean ups 2018-03-14 15:37:29 -04:00
Justin Schroeder
b6213bf0f0 0.7.1 2018-03-14 14:34:04 -04:00
Justin Schroeder
a66e72ac2f Rebuilt distribution files 2018-03-14 14:33:38 -04:00
Justin Schroeder
c9e594f24a Merge branch 'master' of github.com:wearebraid/vue-formulate 2018-03-14 14:30:49 -04:00
Justin Schroeder
c219633ebf
Adds an example to the project
Documentation update, and example idea and initial contribution by: Martin Bramwell <mhb.warehouseman@gmail.com>

* Adds an example form and updates documentation to reflect curried function
2018-03-14 09:49:40 -05:00
Luan Nguyen
d85da177eb fixes typos in the readme 2018-03-13 17:58:24 -05:00
Justin Schroeder
539584e765 0.7.0 2018-03-07 15:44:55 -05:00
Justin Schroeder
c1e4b3948c Components now deregister themselves when removed 2018-03-07 15:44:35 -05:00
Justin Schroeder
0300519b41 0.6.0 2018-03-02 15:15:04 -05:00
Justin Schroeder
2ea9ed4134 Adds the ability to reset a form with new resetForm mutation 2018-03-02 15:14:47 -05:00
Justin Schroeder
9448479ada 0.5.2 2018-02-28 17:25:06 -05:00
Justin Schroeder
5b496a56bc Removes console log 2018-02-28 17:24:55 -05:00
Justin Schroeder
d60b34710a Removes console.log...sorry guys 2018-02-28 17:24:25 -05:00
Justin Schroeder
2b5dca4859 0.5.1 2018-02-28 11:47:49 -05:00
Justin Schroeder
d7bc86b077 Fixes bug with v-if formulate-elements that had initial values 2018-02-28 11:47:34 -05:00
Justin Schroeder
8581a40662 0.5.0 2018-02-27 10:18:58 -05:00
Justin Schroeder
abcc8fffa3 Adds transition element around formulate-errors-list 2018-02-27 10:18:31 -05:00
Justin Schroeder
b9a94dc8fa 0.4.9 2018-02-27 09:04:21 -05:00
Justin Schroeder
9cc1105a21 formulate-errors now uses a transition-group wrapper to allow for vue transitions 2018-02-27 09:04:07 -05:00
Justin Schroeder
1c43d7bb95 0.4.8 2018-02-26 22:32:37 -05:00
Justin Schroeder
f12774532a Adds support for 'text' classification 2018-02-26 22:31:59 -05:00
Justin Schroeder
7751d27f80 0.4.7 2018-02-26 22:26:45 -05:00
Justin Schroeder
d289575a13 Adds build 2018-02-26 22:26:29 -05:00
Justin Schroeder
1440e4ee1c Corrects version patch, 4.4.6 has no value 2018-02-26 22:25:58 -05:00
Justin Schroeder
69708da5e5 0.4.6 2018-02-26 22:24:25 -05:00
Justin Schroeder
39b92f70ce Adds build file 2018-02-26 22:24:11 -05:00
Justin Schroeder
94e52d4221 Adds a new data-classification attribute on formulate-element-input-wrapper 2018-02-26 22:23:34 -05:00
Justin Schroeder
d4c517c8bc 0.4.5 2018-02-26 22:15:27 -05:00
Justin Schroeder
03054ebef7 Adds data-type attribute, and formulate-element--type-- to formulate elment wrappers 2018-02-26 22:15:15 -05:00
Justin Schroeder
a8dd145247 0.4.4 2018-02-16 14:29:55 -05:00
Justin Schroeder
daef2b8a2b Fixes reactivity issue for mergedInitials 2018-02-16 14:29:41 -05:00
Justin Schroeder
eb4813acca 0.4.3 2018-02-16 00:19:19 -05:00
Justin Schroeder
7239e229bd Last patch did not include compiled code 2018-02-16 00:19:11 -05:00
Justin Schroeder
7aa37c234e 0.4.2 2018-02-15 23:55:55 -05:00
Justin Schroeder
fde067d974 Fixes bug causing FormulateElement's initial prop to occasionally be overwritten by the Formulate initial prop 2018-02-15 23:55:36 -05:00
Justin Schroeder
f46a0f66c8 0.4.1 2018-02-15 23:30:25 -05:00
Justin Schroeder
3a9b1093db Adds support for numbers to initial prop 2018-02-15 23:30:06 -05:00
Justin Schroeder
902714c1d4 0.4.0 2018-02-15 23:23:29 -05:00
Justin Schroeder
46ac900f0e Adds support for new errors prop on the Formulate element that passes errors down to child elements. Also forms no longer prevent submission if they only have local errors. This can be changed with a prevent="all" prop on the Formulate element. 2018-02-15 23:21:29 -05:00
Justin Schroeder
d4443a1e2c 0.3.8 2018-02-07 15:52:15 -05:00
Justin Schroeder
de79e33aef Adds support for option list attributes, like disaled 2018-02-07 15:51:47 -05:00
Justin Schroeder
84678799fd 0.3.7 2018-02-05 14:17:37 -05:00
Justin Schroeder
797a52bb5a Fixes a reactivity issue with initial props 2018-02-05 14:17:26 -05:00
Justin Schroeder
4655e2a31f 0.3.6 2018-02-02 13:38:17 -05:00
Justin Schroeder
a8a2be0820 Fixes bug that prevent validationLabel from being used in error messages 2018-02-02 13:38:05 -05:00
Justin Schroeder
c9ad09392a 0.3.5 2018-02-02 12:12:48 -05:00
Justin Schroeder
a7211a270a Compiled for distribution 2018-02-02 12:12:45 -05:00