Commit Graph

266 Commits

Author SHA1 Message Date
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
Semigradsky 5c350d73f5 Merge branch 'react-0.14' of https://github.com/christianalfoni/formsy-react into react-0.14 2015-09-10 15:26:24 +03:00
Semigradsky 6a0d23cc03 Added `reset-values` example.
Moved examples to es2015
2015-09-10 15:26:17 +03:00
Dmitry Semigradsky d25a0ace2c Merge pull request #202 from zpalexander/examples-readme-broken-links
Fix 'localhost' links in 'Examples' readme
2015-09-10 13:27:47 +03:00
Dmitry Semigradsky e19a2eadbd Merge pull request #201 from iwangu/master
removed unneeded comparison
2015-09-10 13:24:06 +03:00
Zach Alexander 5c33b56e71 Fix 'localhost' links in 'Examples' readme 2015-09-09 10:44:51 -04:00
Semigradsky 7ab78f9603 Moved tests to es2015 2015-09-09 12:45:44 +03:00
Semigradsky cfb3a5af6f Removed unnecessary NodeJS versions 2015-09-09 11:03:19 +03: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
Bret Little b1275d813e Add built files 2015-09-03 18:16:16 -06:00
Bret Little 882eaa1801 Pass through props inside the decorator
This allows custom properties on inputs. Example:

<Input label="What is your first name?" name='firstName' required/>

The property label is now available within a custom input:

export default class Input extends React.Component {
	render() {
		return (
			<div className="form-group">
				<label>{this.props.label}</label>
				<input type="text" className="form-control"/>
			</div>
		)
	}
}
2015-09-01 18:00:06 -06:00
christianalfoni 0acaf5e14c bumped version 2015-08-31 15:57:01 +02:00
Christian Alfoni 034a5725db Merge pull request #193 from davidblurton/react-0.14
React 0.14
2015-08-31 15:55:31 +02:00
David Blurton 38546bc76b Merge remote-tracking branch 'christianalfoni/react-0.14' into react-0.14 2015-08-31 13:51:11 +00:00
David Blurton 2a1be46ffe Add release files 2015-08-31 13:49:21 +00:00
christianalfoni 575321d2e2 Bumped version 2015-08-31 15:33:04 +02:00
Christian Alfoni 3dcfb90044 Merge pull request #192 from davidblurton/react-0.14
React 0.14
2015-08-31 15:24:33 +02:00
David Blurton 87f14ae418 Fix warnings 2015-08-31 13:18:12 +00:00
David Blurton 712f38883b Use react-dom 2015-08-31 13:17:58 +00: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
iwangu 338ceb853a Update app.js 2015-08-16 21:48:13 +02: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