Commit Graph

292 Commits

Author SHA1 Message Date
Semigradsky d5268a4eef Added mapping to `getModel()` 2015-12-08 13:10:48 +03:00
Semigradsky 5b5bd0fb67 Add `getModel()` to documentation. 2015-12-08 12:00:49 +03:00
Dmitry Semigradsky 46c1f2c250 Merge pull request #275 from christianalfoni/issue-267
Issue 267
2015-12-08 11:39:23 +03:00
Semigradsky dcac495d79 Renamed `this.updateModel` to `this.getModel` 2015-12-07 13:56:47 +03:00
Semigradsky c4fa202ebf Fix `component[Will|Did]Update` behavior. Build release. 2015-12-02 16:50:06 +03:00
Semigradsky 7481b6da64 Fix #267 2015-12-02 16:39:39 +03:00
Semigradsky fbd09119d3 Added `dynamic form fields` example. 2015-12-01 17:00:43 +03:00
Dmitry Semigradsky f67f8317c9 Merge pull request #252 from neoziro/patch-2
Prevent multiple rendering with PureRenderMixin
2015-11-05 13:43:10 +03:00
Semigradsky 59bde8324c Added test for rendering elements with PureRenderMixin and Formsy.Mixin 2015-11-05 13:41:48 +03:00
Dmitry Semigradsky 8636cdabc3 Added link to codepen demo. 2015-11-03 15:02:53 +03:00
Dmitry Semigradsky cfebf17aea Merge pull request #242 from easyrider/master
Fix: Form.validationErrors disables input validation #239
2015-11-03 14:34:45 +03:00
Greg Bergé 6bcdb61b27 Prevent multiple rendering with PureRenderMixin
Creating a new instance of error triggers two additional rendering when typing in an input, using same instance prevent it to happen.
2015-10-28 12:48:46 +01:00
Dmitry Semigradsky 300a53f172 Merge pull request #251 from neoziro/patch-1
Remove babelify transform
2015-10-28 13:50:49 +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
adam.dymowski 8cf8409e3a Fix: Form.validationErrors disables input validation #239 2015-10-20 09:19:24 +02:00
Dmitry Semigradsky e4d35f999b Merge pull request #243 from mbrookes/patch-2
Add formsy-material-ui to elements section.
2015-10-19 18:13:05 +03:00
Matt Brookes 78b2ada909 Add formsy-material-ui to elements section. 2015-10-19 15:52:20 +01:00
adam.dymowski 2a384f40a6 Fix: Form.validationErrors disables input validation #239 2015-10-19 16:19:03 +02:00
Dmitry Semigradsky b797979873 Update README.md 2015-10-15 11:52:10 +03:00
Dmitry Semigradsky 13615e82e4 Merge pull request #238 from mbrookes/patch-1
Add formsy-material-ui
2015-10-15 11:51:08 +03:00
Matt Brookes 2639319f9b Add formsy-material-ui
In alphabetical order. ;)
2015-10-14 22:01:08 +01:00
Christian Alfoni 2be44f1b32 React 0.14 support 2015-10-08 09:31:59 +02:00
Christian Alfoni 97923876d9 Merge pull request #233 from almasakchabayev/lib-main
Update package.json
2015-10-08 09:29:17 +02:00
Christian Alfoni 9fb4b93fec Merge pull request #229 from Mayank1791989/fix_missing_props_in_hoc
fix extending props in HOC.
2015-10-08 09:28:41 +02:00
Almas Akchabayev dd15a840a0 Update package.json 2015-10-08 09:29:39 +06:00
Mayank Agarwal 6f2a21e3ef fix extending props in HOC. 2015-10-06 11:25:59 +05:30
Christian Alfoni 5bfa7e53f1 Bumped version due to beta testing 2015-10-04 17:53:48 +02:00
Christian Alfoni 4ca7a57af7 New travis container 2015-10-04 17:49:19 +02:00
Christian Alfoni 3bd3ad699e Changed travis version 2015-10-04 17:45:18 +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
Christian Alfoni 8254580e62 Merge pull request #221 from danpantry/react-0.14
Transpile with Babel prior to publishing to npm
2015-10-02 15:15:50 +02:00
Christian Alfoni 4670a9cc1f Merge pull request #214 from gusaiani/init-state-in-readme
Add getInitialState to README example
2015-10-02 14:56:27 +02:00
Christian Alfoni 2c6f7fe8f0 Merge pull request #213 from kryogenic/patch-1
make server validation more obvious in docs
2015-10-02 14:56:02 +02:00
Christian Alfoni 404f696bfb Merge pull request #211 from LestaD/patch-1
Add display name
2015-10-02 14:55:41 +02:00
Christian Alfoni e72f34a3d1 Merge pull request #210 from rozzzly/patch-1
fix links so they work on githib
2015-10-02 14:52:44 +02:00
Christian Alfoni 0c5e927f8b Merge pull request #205 from christianalfoni/isAlphanumeric
Added new validation rules: `isAlphanumeric`, `isInt`, `isFloat`
2015-10-02 14:42:46 +02:00
Christian Alfoni 43a8f66150 Merge pull request #197 from rblakeley/patch-1
fix #196
2015-10-02 13:46:25 +02:00
Christian Alfoni 2c4f73dd8e Merge pull request #195 from blittle/react-0.14
Pass through props inside the decorator
2015-10-02 13:38:18 +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
Gustavo Saiani f559c8f9d4 Add getInitialState to README example 2015-09-21 17:14:15 -03:00
Kale bf77058a87 make server validation more obvious in docs 2015-09-21 07:17:27 -06:00
Sergey Sova 32aac21a4e Add display name 2015-09-18 15:01:07 +03:00
Patrick Lienau 349d5c7922 fix links so they work on githib
Before the links to the examples pointed towards `localhost:8080`; therefore not easily—well, it wasn't exactly hard to find either—accessible from the github repository. 'Tis but a simple fix, will probably save somebody else a few seconds. Great repo btw.
2015-09-17 08:37:19 -05: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
Semigradsky a96f5246e7 Added new validation rules: `isAlphanumeric`, `isInt`, `isFloat` 2015-09-11 11:02:35 +03:00
Semigradsky 8fe0d4d73f Fixed React warnings 2015-09-10 16:10:17 +03:00
Semigradsky 5deb7554c9 Added description for `reset-values` example 2015-09-10 15:30:01 +03:00