Commit Graph

41 Commits

Author SHA1 Message Date
christianalfoni 8acaeadaee Fixed value bug and configured deploy new version script 2015-04-25 12:14:15 +02:00
christianalfoni ce9f566a38 Moved react to dev dependency also 2015-04-24 10:29:33 +02:00
christianalfoni dd52595dd9 added webpack and jasmine node tests 2015-04-24 09:46:33 +02:00
Semigradsky b18b4e8c79 Clean up 2015-04-22 19:06:53 +03:00
christianalfoni f64d2443b9 releasing 0.12.6 2015-04-22 16:54:46 +02:00
Dmitry Semigradsky 1a70c89996 Added keywords
For making package easier to discover on NPM
2015-04-21 12:35:25 +03:00
christianalfoni 4267c40f3b Fixed validation errors using callback 2015-04-17 19:36:28 +02:00
christianalfoni aaac6d0618 Fixed bug with comparing validations. Removed dynamic validations 2015-04-16 17:19:01 +02:00
christianalfoni 1475dbb88b Fixed required bug 2015-04-15 20:12:40 +02:00
christianalfoni d0af1375a2 Fixed callbacks for onInvalidSubmit and onValidSubmit 2015-04-15 07:28:39 +02:00
christianalfoni 1fb4461121 Removed noValidate and added formNoValidate to readme 2015-04-14 21:31:41 +02:00
christianalfoni 54a857638a Release 0.12.0 2015-04-14 19:01:59 +02:00
christianalfoni 785ac0ca54 Fixed equalsField rule 2015-04-14 08:10:48 +02:00
christianalfoni 4d63e3b0b2 Bumped 2015-04-13 19:17:39 +02:00
christianalfoni 4cd34a0084 bumped to 0.11 2015-04-13 18:30:56 +02:00
christianalfoni ad83a10894 Fixed bugs with isValidValue and isValidForm 2015-04-07 07:24:19 +02:00
christianalfoni 0964b07e1d Fixed validation bug 2015-04-03 13:20:17 +02:00
Semigradsky a90b98111f Added example 2015-03-30 13:38:05 +03:00
christianalfoni 47dd80b67f Bumped to release 0.9.0 2015-03-29 13:39:52 +02:00
christianalfoni 5e12c95d36 Support React 0.13.1 2015-03-24 07:53:09 +01:00
Christian Alfoni 2c64535522 Update package.json 2015-03-09 17:22:53 +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
Liam Horne cef4495d41 Move React to peerDependencies
Using this package and `react` with `npm` causes both scripts to be loaded twice. Peer dependencies is meant to fix this.

See http://blog.nodejs.org/2013/02/07/peer-dependencies/
2015-03-06 19:54:29 -05:00
christianalfoni 385263c383 Merged two pull requests 2015-02-23 08:55:36 +01:00
Christian Alfoni 86ba085cc4 onChange, dynamic form elements and bug fix 2015-02-03 15:03:55 +01:00
Christian Alfoni 15b6df9526 Pristine, mapping and tests 2015-01-21 15:16:27 +01:00
Christian Alfoni 1ec5868f64 Fixed bug with handlers in ajax 2015-01-19 18:41:40 +01:00
Christian Alfoni 9e430bbf83 Fixed bug with empty validations 2015-01-14 10:32:31 +01:00
Christian Alfoni e9743a2df1 Cross input validation, invalidateForm and bug fix 2015-01-14 10:15:49 +01:00
Christian Alfoni 915ddb8cee Fixed required and no validations bug 2015-01-07 11:06:01 +01:00
Christian Alfoni b04c989cf6 Release 0.4.0 2015-01-07 07:28:15 +01:00
Christian Alfoni df4e84a10a Added new handlers 2015-01-05 15:03:01 +01:00
Christian Alfoni 20f1d71f96 Fixed props check 2014-11-17 11:53:52 +01:00
Christian Alfoni 874fe8f716 Fixed updating of props bug 2014-10-29 16:10:04 +01:00
Christian Alfoni 5bdfc8235d onCancel handler toggles showing of cancel button 2014-10-28 15:20:51 +01:00
Christian Alfoni 014f7add09 Added hasValue() method 2014-10-28 12:56:35 +01:00
Christian Alfoni 2f20ec13e4 Fixed resetValue bug 2014-10-28 11:47:29 +01:00
Christian Alfoni 822892314c Fixed isValue check 2014-10-28 11:43:08 +01:00
Christian Alfoni 2e501f4f4f Fixed showRequired and added resetValue method 2014-10-28 11:26:30 +01:00
Christian Alfoni 6727636536 Initial commit 2014-10-22 14:51:26 +02:00