1
0
mirror of synced 2024-11-22 05:16:05 +03:00
Commit Graph

545 Commits

Author SHA1 Message Date
Justin Schroeder
6690ab3576 Removes the original source code 2020-02-18 13:08:40 -05:00
Justin Schroeder
778d6b8731 Makes value set the initial value of inputs 2020-01-31 22:50:18 -05:00
Justin Schroeder
6954b45867 2.0.0-alpha.1 2020-01-29 17:08:19 -05:00
Justin Schroeder
4a1946c656 Makes private 2020-01-29 17:07:02 -05:00
Justin Schroeder
c0b77fbd8d Temporarily changes the next branch 2020-01-29 17:05:25 -05:00
Justin Schroeder
6825d4559b Fixes forms to submit the internalFormModelProxy instead of the defunct formModel 2020-01-28 17:24:28 -05:00
Justin Schroeder
5c00230bc7 Fixes issue related to: https://github.com/vuejs/vue/issues/11058 2020-01-28 16:53:13 -05:00
Justin Schroeder
4a53d17fc7 Adds support for buttons 2020-01-28 12:12:08 -05:00
Justin Schroeder
d868555be8 Adds support for simple image previews on image uploads 2019-11-21 00:29:28 -05:00
Justin Schroeder
1095e33d4d File fields no longer upload unless they pass validation rules 2019-11-20 23:16:31 -05:00
Justin Schroeder
dd74fcb12e Fixes stray drag/drop on missed dropzones, allows removing of non uploaded files 2019-11-19 07:15:13 -05:00
Justin Schroeder
2d1c58f725 Adds faux uploader method and initial upload styling 2019-11-15 14:44:01 -05:00
Justin Schroeder
cb9349a6cf Adds new date format capability and associated tests 2019-11-14 01:00:56 -05:00
Justin Schroeder
ba24fc21e8 Adds default validation messages for all rule types 2019-11-13 16:10:17 -05:00
Justin Schroeder
e952e46aad Adds initial validation rules and support 2019-11-07 17:03:34 -05:00
Justin Schroeder
a53edaa342 Initial tests written for validation parsing and rules 2019-11-06 17:17:19 -05:00
Justin Schroeder
9522459600 Adds a internalFormModelProxy to FormulateForm to allow two way model bindings 2019-11-05 10:52:05 -05:00
Justin Schroeder
c736f818af Removes debugging artifacts for Travis CI troubleshooting 2019-11-01 21:03:01 -04:00
Justin Schroeder
4f250563fd Updated formualte to be capitalized 2019-11-01 17:12:27 -04:00
Justin Schroeder
2db5754c6f Sets node target to version 9 2019-11-01 16:21:16 -04:00
Justin Schroeder
616676d451 Removes the js transformer 2019-11-01 16:14:32 -04:00
Justin Schroeder
d812479c8b Revers to back using ../ as module import path 2019-11-01 16:08:18 -04:00
Justin Schroeder
4b85898462 Reverts to using esm.js 2019-11-01 16:01:42 -04:00
Justin Schroeder
a09ce24104 Adds js suffix to formulate module 2019-11-01 15:51:54 -04:00
Justin Schroeder
a30857fd2d Updates tests to use src alias 2019-11-01 15:45:53 -04:00
Justin Schroeder
7d12414914 Updates babel-jest transform pattern matching 2019-11-01 14:47:25 -04:00
Justin Schroeder
d5bd85bdd4 Updates build to use node 11 2019-11-01 14:35:06 -04:00
Justin Schroeder
dbb41471e5 Updates vue formulate with updated build 2019-11-01 14:03:48 -04:00
Justin Schroeder
0eff0aadb5 Removes coverage from repository 2019-10-31 10:25:06 -04:00
Justin Schroeder
58822a86e6 Adds a workaround test for bug vuejs/vue-test-utils#1130 2019-10-31 10:24:18 -04:00
Justin Schroeder
7809cdd2e3 Adds form level data binding 2019-10-29 23:33:31 -04:00
Justin Schroeder
942ff41ad9 Initial reactivity for FormulateForm 2019-10-08 23:54:16 -04:00
Justin Schroeder
3ad166ac90 Adds full multi-option support for checkboxes and radios 2019-10-08 13:50:53 -04:00
Justin Schroeder
27bd2bda26 Initial commit of the version 2 rewrite 2019-10-07 10:24:30 -04:00
Justin Schroeder
d3a1aea436 0.13.0 2019-09-24 11:28:40 -04:00
Justin Schroeder
d13f306479 Adds support for option groups on select lists 2019-09-24 11:28:15 -04:00
Justin Schroeder
59e7dc763c 0.12.0 2019-09-23 16:47:17 -04:00
Justin Schroeder
339ff51666 Adds the ability to disable individual input boxes 2019-09-23 16:47:02 -04:00
Justin Schroeder
d3def49523 0.11.1 2019-09-10 01:08:27 -04:00
Justin Schroeder
9e54d53283 Fixes bug that causes textareas to not recieve proper data-classification 2019-09-10 01:08:04 -04:00
Justin Schroeder
90186fbbeb 0.11.0 2019-03-18 13:48:52 -04:00
Justin Schroeder
aa367c4bd4 Adds support for focus class on formulate wrapper 2019-03-18 13:48:26 -04:00
Justin Schroeder
5fe64141d3 0.10.0 2019-02-26 10:56:29 -05:00
Justin Schroeder
dad7386777 Adds a prefix and a suffix slot for formulate-elements 2019-02-26 10:54:16 -05:00
Justin Schroeder
289bbd2af3 0.9.6 2018-11-20 11:58:04 -05:00
Justin Schroeder
40001b6b6a Merge branch 'master' of github.com:wearebraid/vue-formulate 2018-11-20 11:55:38 -05:00
Chris Ellinger
9785e5fb26 Adds pattern as an attribute and adds number as a rule for validation (#11) 2018-11-20 11:51:32 -05:00
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