Commit Graph

73 Commits

Author SHA1 Message Date
Aesop Wolf ebd84bb026 Fix warning about isMounted being deprecated 2017-06-17 19:30:05 -07:00
Aesop Wolf 7dc68fc633 Migrate from React.createClass to create-react-class 2017-06-16 14:28:30 -07:00
Aesop Wolf a20da5b7cd Migrate from React.PropTypes to prop-types 2017-06-15 20:10:13 -07:00
Aesop Wolf c5dfa4b31a v0.19.2 2017-01-23 19:18:56 -08:00
Aesop Wolf 57f97cb045 v0.19.1 2017-01-18 13:32:55 -08:00
Aesop Wolf c56e8c3328 0.19.0 2016-12-08 22:34:08 -08:00
Semigradsky 6b167cbfe1 0.18.1 2016-07-05 11:52:41 +03:00
Semigradsky d84397906b 0.18.0 2016-04-19 11:12:31 +03:00
Semigradsky 112819f699 Update dependencies. Some minor changes. 2016-04-19 11:12:14 +03:00
Semigradsky 59bde8324c Added test for rendering elements with PureRenderMixin and Formsy.Mixin 2015-11-05 13:41:48 +03:00
Greg Bergé 36b5dd1dab Remove babelify transform
To be able to use this module in a browserify project without having to install babelify.
2015-10-28 11:23:15 +01:00
Christian Alfoni 2be44f1b32 React 0.14 support 2015-10-08 09:31:59 +02:00
Almas Akchabayev dd15a840a0 Update package.json 2015-10-08 09:29:39 +06:00
Christian Alfoni 5bfa7e53f1 Bumped version due to beta testing 2015-10-04 17:53:48 +02:00
Christian Alfoni 19e28c6437 Set correct version release 2015-10-04 17:42:33 +02:00
Christian Alfoni 2846f0fadd Refactored tests and made React 0.14 friendly 2015-10-04 17:40:58 +02:00
Dan Pantry 5083c31c8d transpile with Babel prior to publishing to npm
This enables Node environments to use require('formsy-react') instead of
having to transpile it themselves
2015-09-26 23:54:39 +01:00
Semigradsky 7ab78f9603 Moved tests to es2015 2015-09-09 12:45:44 +03:00
christianalfoni 0acaf5e14c bumped version 2015-08-31 15:57:01 +02:00
christianalfoni 575321d2e2 Bumped version 2015-08-31 15:33:04 +02:00
David Blurton 3258545a55 Fix package.json 2015-08-31 13:17:34 +00:00
David Blurton c0fa87f5cb Merge branch 'master' into react-0.14
Conflicts:
	package.json
2015-08-31 13:01:27 +00:00
David Blurton d623d9ddf1 Depend on beta version of React 2015-08-31 11:22:11 +00: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
Michael Contento 4da58c12d7 any bugfix release of react 0.13 is fine for us 2015-07-24 17:23:49 +02:00
Dmitry Semigradsky 9e5723c554 Update package.json
Added missed dependencies
2015-07-07 22:21:04 +03:00
christianalfoni 818b1defbf Initial commit for new version 2015-07-07 19:31:14 +02:00
Semigradsky 9db2b9fccf Fix tests 2015-06-23 12:55:12 +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 37018b10fa Merged pull, fixed equality bug and added tests 2015-04-29 14:57:51 +02:00
christianalfoni a7ac20ba41 Bumped new version and added release 2015-04-25 12:21:41 +02:00
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