Andrew Boyd
4bfe43719d
Adds startsWith and endsWith validation rules ( #9 )
...
* adds language definitions for new rules
* re-order rules file to order rule definitions alphabetically
* adds support for endsWith validation rule and converts snake_case rules to camelCase function calls
* adds support for startsWith field validation
* better en.js definitions for new validations
* adds tests for snakeCaseToCamelCase function
2020-03-03 06:53:04 -05:00
Justin Schroeder
c7f26c0929
v2.1.1
2020-03-02 14:01:38 -05:00
Sasha Milenkovic
bd0af7d6cc
fixes classname typos in snow.css, formulatefiles component, and inputs.scss
2020-03-02 13:34:44 -05:00
Justin Schroeder
192a2cd93b
Fixes #6
2020-03-02 01:34:18 -05:00
Justin Schroeder
c6eae3493b
Fixes issues with upload field re-hydration and requried validation rule for FileUpload fields.
2020-03-02 00:35:56 -05:00
Justin Schroeder
cf9396e0d6
Fixes issue with grouped options hydrating initial values
2020-03-01 22:29:54 -05:00
Justin Schroeder
3fcfa759a9
Patches axios uploader behavior
2020-03-01 13:28:46 -05:00
Justin Schroeder
cea58754a3
Production build for version 2.0.4
2020-02-29 00:59:58 -05:00
Justin Schroeder
12326a91fd
Adds a new values prop to FormulateForm
2020-02-29 00:50:31 -05:00
Justin Schroeder
433ac5728e
Patches form uploads to proper swap server return back into the form data
2020-02-29 00:18:58 -05:00
Justin Schroeder
08d9cd0ff9
Makes rollup not use named exports
2020-02-28 23:30:43 -05:00
Justin Schroeder
d73b7d0326
Adds 2.0.2 build assets
2020-02-28 16:04:55 -05:00
Justin Schroeder
50ff66f86f
Improves minified browser build
2020-02-28 11:19:44 -05:00
Justin Schroeder
8576bd0b71
Makes iife build use VueFormulate keyword
2020-02-28 10:56:46 -05:00
Justin Schroeder
9775e14770
Cleans up dependencies and bundles requirements in browser minified version
2020-02-28 10:46:08 -05:00
Justin Schroeder
c0ffcab79f
Adds support for plugin architecture
2020-02-27 14:47:24 -05:00
Justin Schroeder
c31e896b86
Includes support for slider values, custom validation rules and messages
2020-02-27 01:18:51 -05:00
Justin Schroeder
bfa94fc24a
Updated build packages for alpha 2
2020-02-26 00:26:22 -05:00
Justin Schroeder
839f0936ed
Fixes form submissions, and a bug that prevented value props from populating forms
2020-02-26 00:21:10 -05:00
Justin Schroeder
d7e3859951
Adds support for validation rules that are aware of other form elements
2020-02-25 17:32:40 -05:00
Justin Schroeder
778d6b8731
Makes value set the initial value of inputs
2020-01-31 22:50:18 -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
dbb41471e5
Updates vue formulate with updated build
2019-11-01 14:03:48 -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
d13f306479
Adds support for option groups on select lists
2019-09-24 11:28:15 -04:00
Justin Schroeder
339ff51666
Adds the ability to disable individual input boxes
2019-09-23 16:47:02 -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
aa367c4bd4
Adds support for focus class on formulate wrapper
2019-03-18 13:48:26 -04: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
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
b0de7b5ee7
Field's without initial values commit undefined values, this fixes failing validation
2018-10-30 11:14:07 -04:00
Justin Schroeder
98734e3f74
Adds support for the step attribute
2018-10-15 23:21:31 -04:00
Justin Schroeder
a012b120ba
Adds maxlength attribute support
2018-08-08 23:30:16 -04:00
Justin Schroeder
73ae9db111
Adds wrappers around box inputs
2018-05-18 23:47:14 -04:00