Commit Graph

118 Commits

Author SHA1 Message Date
Christian Alfoni 6eb83c0c8a Update CHANGES.md 2015-04-14 18:51:33 +02:00
christianalfoni 785ac0ca54 Fixed equalsField rule 2015-04-14 08:10:48 +02:00
Christian Alfoni 1e9ff5e527 Merge pull request #86 from TallerWebSolutions/fix-equalsfield
Fixed equalsField validation rule.
2015-04-14 08:05:22 +02:00
Gabriel Neutzling a0bab16ca3 fixed equalsField validation rule. 2015-04-14 00:36:17 -03:00
christianalfoni 617cc21ee5 updated readme 2015-04-13 19:40:08 +02:00
christianalfoni 4d63e3b0b2 Bumped 2015-04-13 19:17:39 +02:00
christianalfoni 8b42fd254a Added string returns error for rules 2015-04-13 19:15:10 +02:00
christianalfoni c5bbc06178 Added missing pull 2015-04-13 18:43:22 +02:00
christianalfoni 4cd34a0084 bumped to 0.11 2015-04-13 18:30:56 +02:00
christianalfoni b0738a5032 Added validation objects and required validation 2015-04-13 18:29:23 +02:00
christianalfoni 36d4439019 added react 0.13 as test lib 2015-04-13 18:29:23 +02:00
christianalfoni 5e00ea281f Passing invalidate on onValidSubmit and onInvalidSubmit 2015-04-13 18:29:22 +02:00
Christian Alfoni fe8ec06af9 Update README.md 2015-04-12 13:23:28 +02:00
Christian Alfoni 82457b66f6 Update README.md 2015-04-12 12:59:40 +02:00
Christian Alfoni 53a4985a7e Merge pull request #79 from Semigradsky/examples
Added example of custom validation
2015-04-11 15:30:16 +02:00
Semigradsky 4a40cd21f1 Add example of custom validation 2015-04-09 13:48:09 +03:00
Christian Alfoni a33a9db353 Update README.md 2015-04-07 19:40:56 +02:00
christianalfoni ad83a10894 Fixed bugs with isValidValue and isValidForm 2015-04-07 07:24:19 +02:00
christianalfoni f1d9d6c15c Added section on validate method 2015-04-03 13:25:04 +02:00
christianalfoni 0964b07e1d Fixed validation bug 2015-04-03 13:20:17 +02:00
Christian Alfoni a348b1aa20 Merge pull request #68 from Semigradsky/npmignore
Added npmignore file
2015-04-01 14:04:46 +02:00
christianalfoni 8cbd6e19ff added internal validation 2015-04-01 13:59:52 +02:00
christianalfoni ebd17fde62 Fixed bug with internal ajax 2015-04-01 13:49:38 +02:00
Christian Alfoni eb3eaa6544 Merge pull request #63 from philippotto/checkValidity
Allow a component to decide whether it is valid (fixes #60)
2015-04-01 13:43:18 +02:00
Christian Alfoni 4814fdbe79 Merge pull request #69 from Semigradsky/examples
Added example
2015-04-01 13:19:42 +02:00
Semigradsky a90b98111f Added example 2015-03-30 13:38:05 +03:00
Semigradsky 5116f5999d Added npmignore file 2015-03-30 11:25:08 +03:00
christianalfoni 47dd80b67f Bumped to release 0.9.0 2015-03-29 13:39:52 +02:00
christianalfoni dca9f78524 Handle any value with tests 2015-03-28 23:12:23 +01:00
Christian Alfoni 703e879f75 Merge pull request #49 from sdemjanenko/fix_initial_false_value
Fix bug: Allow value === false to be passed
2015-03-28 23:10:23 +01:00
Christian Alfoni 716498e6d7 Merge pull request #51 from sdemjanenko/fix_spec_typo
Element spec: Fix typo in spec description
2015-03-28 23:08:02 +01:00
Christian Alfoni c49f7949f2 Merge pull request #55 from Semigradsky/patch-1
Update README.md
2015-03-28 23:02:47 +01:00
Christian Alfoni 6e74d92392 Merge pull request #50 from sdemjanenko/add_validation_tests
Rewrite validation tests
2015-03-28 22:56:42 +01:00
christianalfoni 5e12c95d36 Support React 0.13.1 2015-03-24 07:53:09 +01:00
Philipp Otto 0d34e7b5bb Allow a component to decide whether it is valid (fixes #60) 2015-03-23 00:16:05 +01:00
Christian Alfoni 36d9741535 Merge pull request #61 from michaelcontento/patch-1
Fix global variable leak
2015-03-20 10:53:20 +01:00
Christian Alfoni dd259c5b13 Merge pull request #59 from mistakster/patch-1
Suppress error in non-browser environments
2015-03-20 10:49:14 +01:00
Michael Contento 879b19f2cd Fix global variable leak 2015-03-18 08:10:32 +01:00
Vladimir Kuznetsov 6fcc9391c7 Suppress error in non-browser environments 2015-03-17 11:44:03 +05:00
Dmitry 891526a0fd Update README.md
Added some crosslink for easy navigation.
2015-03-15 12:57:50 +03:00
Stephen Demjanenko 27f705a3d0 Element spec: Fix typo in spec description 2015-03-14 10:43:09 -07:00
Stephen Demjanenko 011d98dfad Rewrite validation tests
Write more tests and share code between them in a describe block with a
beforeEach to set up initial state.
2015-03-14 10:35:21 -07:00
Stephen Demjanenko bade05b9cd Fix bug: Allow value === false to be passed
This is necessary to make a checkbox input work.  Without this change,
value would be set to '' in this case.  Add a test.
2015-03-14 09:45:33 -07:00
Christian Alfoni 2c64535522 Update package.json 2015-03-09 17:22:53 +01:00
Christian Alfoni ba71d27135 Merge pull request #41 from jonaswindey/patch-2
Add repository to package.json (prevents npm WARN)
2015-03-09 17:21:54 +01:00
Jonas Windey 51bdf8da4f Add repository to package.json (prevents npm WARN)
This prevents the npm warning:
``` 
npm WARN package.json formsy-react@0.8.0 No repository field.
```
2015-03-09 08:46:28 +01:00
christianalfoni 86aec656df Fixed dynamic validations, disable form, dynamic value update etc. 2015-03-07 12:51:15 +01:00
christianalfoni d9bf45d417 Added CSRF token handling 2015-03-07 11:12:08 +01:00
Christian Alfoni 6b69c0d8d5 Merge pull request #34 from bryannaegele/master
Added dynamic validation rule support
2015-03-07 10:09:59 +01:00
Christian Alfoni d04bae94f9 Merge pull request #38 from sdemjanenko/settimeout_check_mounted
Check isMounted in setTimeout
2015-03-07 09:51:05 +01:00