1
0
mirror of synced 2024-11-22 21:36:04 +03:00
Commit Graph

198 Commits

Author SHA1 Message Date
Justin Schroeder
85b4ef6571 0.9.5 2018-11-01 17:04:24 -04:00
Justin Schroeder
8bc3ff3dae Fixes a race condition that could add validation errors for fields that had been removed 2018-11-01 17:04:05 -04:00
Justin Schroeder
55368defd1 Fixes a race condition that could add validation errors for fields that had been removed 2018-11-01 17:03:05 -04:00
Justin Schroeder
6b19a973a8 0.9.4 2018-10-30 11:15:14 -04:00
Justin Schroeder
b0de7b5ee7 Field's without initial values commit undefined values, this fixes failing validation 2018-10-30 11:14:07 -04:00
Justin Schroeder
6391a14f0e 0.9.3 2018-10-15 23:21:49 -04:00
Justin Schroeder
98734e3f74 Adds support for the step attribute 2018-10-15 23:21:31 -04:00
Justin Schroeder
4297759781 0.9.2 2018-08-08 23:30:38 -04:00
Justin Schroeder
a012b120ba Adds maxlength attribute support 2018-08-08 23:30:16 -04:00
Justin Schroeder
33442c291f 0.9.1 2018-05-18 23:47:18 -04:00
Justin Schroeder
73ae9db111 Adds wrappers around box inputs 2018-05-18 23:47:14 -04:00
Justin Schroeder
1c0980b1e8 0.9.0 2018-05-18 14:46:19 -04:00
Justin Schroeder
c5e90171e6 New Feature: FormulateElement now supports help text via the new GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)
These shell commands are defined internally.  Type `help' to see this list.
Type `help name' to find out more about the function `name'.
Use `info bash' to find out more about the shell in general.
Use `man -k' or `info' to find out more about commands not in this list.

A star (*) next to a name means that the command is disabled.

 JOB_SPEC [&]                       (( expression ))
 . filename [arguments]             :
 [ arg... ]                         [[ expression ]]
 alias [-p] [name[=value] ... ]     bg [job_spec ...]
 bind [-lpvsPVS] [-m keymap] [-f fi break [n]
 builtin [shell-builtin [arg ...]]  caller [EXPR]
 case WORD in [PATTERN [| PATTERN]. cd [-L|-P] [dir]
 command [-pVv] command [arg ...]   compgen [-abcdefgjksuv] [-o option
 complete [-abcdefgjksuv] [-pr] [-o continue [n]
 declare [-afFirtx] [-p] [name[=val dirs [-clpv] [+N] [-N]
 disown [-h] [-ar] [jobspec ...]    echo [-neE] [arg ...]
 enable [-pnds] [-a] [-f filename]  eval [arg ...]
 exec [-cl] [-a name] file [redirec exit [n]
 export [-nf] [name[=value] ...] or false
 fc [-e ename] [-nlr] [first] [last fg [job_spec]
 for NAME [in WORDS ... ;] do COMMA for (( exp1; exp2; exp3 )); do COM
 function NAME { COMMANDS ; } or NA getopts optstring name [arg]
 hash [-lr] [-p pathname] [-dt] [na help [-s] [pattern ...]
 history [-c] [-d offset] [n] or hi if COMMANDS; then COMMANDS; [ elif
 jobs [-lnprs] [jobspec ...] or job kill [-s sigspec | -n signum | -si
 let arg [arg ...]                  local name[=value] ...
 logout                             popd [+N | -N] [-n]
 printf [-v var] format [arguments] pushd [dir | +N | -N] [-n]
 pwd [-LP]                          read [-ers] [-u fd] [-t timeout] [
 readonly [-af] [name[=value] ...]  return [n]
 select NAME [in WORDS ... ;] do CO set [--abefhkmnptuvxBCHP] [-o opti
 shift [n]                          shopt [-pqsu] [-o long-option] opt
 source filename [arguments]        suspend [-f]
 test [expr]                        time [-p] PIPELINE
 times                              trap [-lp] [arg signal_spec ...]
 true                               type [-afptP] name [name ...]
 typeset [-afFirtx] [-p] name[=valu ulimit [-SHacdfilmnpqstuvx] [limit
 umask [-p] [-S] [mode]             unalias [-a] name [name ...]
 unset [-f] [-v] [name ...]         until COMMANDS; do COMMANDS; done
 variables - Some variable names an wait [n]
 while COMMANDS; do COMMANDS; done  { COMMANDS ; } prop
2018-05-18 14:46:04 -04:00
Justin Schroeder
dd626a0f58 0.8.2 2018-04-10 10:51:49 -04:00
Justin Schroeder
25c618a4cf Fixes issue #6. Changes validation to occur via watcher of the vuex store 2018-04-10 10:51:26 -04:00
Justin Schroeder
d50a0ebe25 0.8.1 2018-04-09 11:51:28 -04:00
Justin Schroeder
21a83d0d50 Builds in support for disabled buttons fields and button content slots 2018-04-09 11:51:14 -04:00
Justin Schroeder
cec35a834a 0.8.0 2018-03-30 14:56:51 -04:00
Justin Schroeder
c85b35cb03 Adds production build for 0.8.0 2018-03-30 14:56:41 -04:00
Justin Schroeder
dde830dbd0 Adds textarea support 2018-03-30 14:51:47 -04:00
Justin Schroeder
da1786db8c Adds vue-formulate version 0.7.4 2018-03-19 10:02:18 -04:00
Justin Schroeder
fd4c422f7d 0.7.4 2018-03-19 10:00:06 -04:00
Justin Schroeder
c02528de4a Adds support for element-classes attribute allowing classes to be added to the interior elements. Closes #5 2018-03-19 09:58:45 -04:00
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