Dmitry Semigradsky
da8f041eca
Merge pull request #357 from wizardzloy/patch-1
...
Use better displayNames for components wrapped into HOC
2016-07-05 10:41:16 +03:00
Vladimir Guguiev
9e923dd0dc
Use better names for components wrapped into HOC
...
Currently the `displayName` of the component wrapped into HOC looks like `Constructor`, which isn't very descriptive.
This PR introduces a better `displayName` for such components: `Formsy(ComponentName)`
2016-06-11 13:21:44 +02:00
Semigradsky
89a2d4287b
Update documentation
2016-04-21 13:16:00 +03:00
Semigradsky
6767a6b9eb
Fix: Cannot reset value unless truthy
2016-04-21 13:05:47 +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
Dmitry Semigradsky
4931256105
Fix link
2015-12-12 16:19:38 +03:00
Dmitry Semigradsky
7658d06cc8
Merge pull request #258 from sdemjanenko/fix_multiple_on_change
...
Fix multiple on change
2015-12-10 21:23:05 +03:00
Stephen Demjanenko
1df3e3520f
Formsy.Form: omit Formsy-only props from the `<form/>` component
2015-12-10 09:38:01 -08:00
Stephen Demjanenko
fec4576d1b
FormsySpec: test that `onChange` is called only once
2015-12-10 09:37:57 -08:00
Dmitry Semigradsky
b39fd2ed74
Fix link
2015-12-10 09:22:53 +03:00
Semigradsky
18467a94a1
Added `updateInputsWithError` to documentation.
2015-12-10 09:21:53 +03:00
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