Commit Graph

218 Commits

Author SHA1 Message Date
Christian Alfoni 43a8f66150 Merge pull request #197 from rblakeley/patch-1
fix #196
2015-10-02 13:46:25 +02:00
Christian Alfoni 523ab69a4e Update LICENSE 2015-09-12 17:14:58 +02:00
Christian Alfoni a8dd273148 Merge pull request #176 from silvenon/patch-3
Make it browserify-friendly
2015-09-12 16:37:10 +02:00
Christian Alfoni 3791b1976f Merge pull request #174 from silvenon/patch-1
Add example use case for require="isFalse"
2015-09-12 16:33:09 +02:00
Dmitry Semigradsky 13688f1716 Update README.md 2015-09-09 10:52:00 +03:00
Ryan Blakeley 7f6ab4f52c add built files, fix #196 2015-09-04 10:48:06 -06:00
Ryan Blakeley 6b521d35e7 removed obsolete method call, fix #196 2015-09-04 10:35:47 -06:00
Ryan Blakeley c311e144fb fix #196 2015-09-04 10:27:14 -06:00
Matija Marohnić c04623ae05 Make it browserify-friendly
Because `main.js` uses ES2015, this tells browserify to compile it with babelify first.
2015-07-28 16:27:13 +02:00
Matija Marohnić dcac01159a Add example use case for require="isFalse" 2015-07-26 16:44:58 +02:00
Christian Alfoni e38154f73a Merge pull request #173 from silvenon/warnings
Fix React warnings in tests
2015-07-26 16:21:25 +02:00
Christian Alfoni 344154b377 Merge pull request #172 from michaelcontento/relaxed-react-dependency
Relax react peerDependency to minor level (0.13.x instead of ^0.13.1)
2015-07-26 16:20:03 +02:00
Matija Marohnić 977bf7caaf Fix React warnings in tests 2015-07-24 18:23:24 +02:00
Michael Contento 4da58c12d7 any bugfix release of react 0.13 is fine for us 2015-07-24 17:23:49 +02:00
Dmitry Semigradsky c84d5e2a45 Merge pull request #160 from reiniergs/master
Update main.js
2015-07-10 20:42:33 +03:00
Reinier Guerra 31e9590172 Update main.js 2015-07-10 11:18:44 -04:00
Reinier Guerra 8691866c0d Update main.js 2015-07-09 23:32:23 -04:00
Dmitry Semigradsky b86cca70b3 Edited build badge 2015-07-07 22:26:24 +03:00
Dmitry Semigradsky 7e3b4b5e59 Merge pull request #156 from gregors/fix_typo_2
fix typo
2015-07-07 08:02:12 +03:00
Gregory Ostermayr 701e2308a4 fix typo 2015-07-06 17:09:48 -04:00
Christian Alfoni 4279dd59a2 Merge pull request #153 from garbin/master
* Fixed mapModel issue when input name is nested
2015-07-06 11:57:13 +02:00
Christian Alfoni 1c74cb377f Merge pull request #148 from christianalfoni/pass-props
Made passing all props, except `onSubmit`
2015-07-06 11:52:13 +02:00
Garbin Huang 958bd98223 * Fixed mapModel issue when input name is nested 2015-07-01 12:36:45 +08:00
Dmitry Semigradsky 07f2a51a30 Update API.md 2015-06-25 23:42:46 +03:00
Dmitry Semigradsky 114db75de9 Merge pull request #149 from gregors/fix_typo
fix typo
2015-06-24 22:44:25 +03:00
Gregory Ostermayr 8af9abec36 fix typo 2015-06-24 15:41:22 -04:00
Semigradsky 9db2b9fccf Fix tests 2015-06-23 12:55:12 +03:00
Semigradsky c37c053a66 Made passing all props, except `onSubmit` 2015-06-23 12:54:57 +03:00
Christian Alfoni c394ce0925 Merge pull request #138 from christianalfoni/bugfix/validate-empty-fields
Changed validation behaviour
2015-06-09 07:21:16 +02:00
Semigradsky 0395f61233 Changed validation behaviour 2015-06-03 13:10:02 +03:00
christianalfoni d7e7dfc55e Reverted passing of all props, only added autoComplete 2015-05-22 16:20:34 +02:00
christianalfoni 4fcb74f8d8 Bumped version and created release 2015-05-22 14:47:32 +02:00
christianalfoni a1cf2236df Prepared new release 2015-05-22 14:46:45 +02:00
christianalfoni dbb0653a2b Merge branch 'master' of https://github.com/christianalfoni/formsy-react 2015-05-22 13:21:06 +02:00
christianalfoni 23f91c4373 Pull request for isChanged 2015-05-22 13:21:03 +02:00
Christian Alfoni 99500432dc Merge pull request #117 from tomaash/master
Allow form to be initialised with specified data
2015-05-22 13:20:36 +02:00
Tomas Holas 2ef73a2ec2 Merge remote-tracking branch 'upstream/master' 2015-05-16 13:10:16 +02:00
semigradsky cca4973382 Changed loader for examples. 2015-05-15 21:53:08 +03:00
Dmitry Semigradsky d7629a3f6a Merge pull request #125 from kriogenx0/master
typeo in error message
2015-05-15 21:29:06 +03:00
Alex Vaos 5b2ca883f3 typeo in error message 2015-05-15 10:59:16 -07:00
Dmitry Semigradsky 538003698c Update README.md 2015-05-12 12:50:04 +03:00
Semigradsky c9078b69c2 Added testing in io.js 2015-05-11 13:49:01 +03:00
Semigradsky 49d7d39005 💄 cleanup 2015-05-11 13:48:22 +03:00
Dmitry Semigradsky e5d27b832c Merge pull request #119 from esseguin/master
Add type check to isSame
2015-05-08 20:21:05 +03:00
Evan Seguin 5ae260820e adding tests and fixing a bug where an error would be thrown when comparing an object and null 2015-05-08 09:28:58 -07:00
Evan Seguin effa9de53f Adding type checks to prevent errors resulting from assuming two object properties are of the same
type
2015-05-07 11:49:41 -07:00
Evan Seguin d225fa3d2b adding an undefined check to the isSame function 2015-05-07 11:34:16 -07:00
Tomáš Holas 9ab0acff82 Allow form to be initialised with specified data
Modify reset function so that it accepts argument with data model that the form should be initialised with. This comes handy when you want to edit an object to have the form prefilled with object data by just passing the object to reset function instead of filling the fields manualy.
2015-05-04 22:22:05 +02:00
Semigradsky 7ef6c51f1f Updated API 2015-04-29 16:36:09 +03:00
Semigradsky f168b53a10 Add some validation rules 2015-04-29 16:35:53 +03:00