An error occurred fetching the project authors.
- 28 Mar, 2015 1 commit
-
-
oscarballadares authored
-
- 30 Oct, 2014 1 commit
-
-
Pascal Hartig authored
- Remove obsolete @jsx annotations - Rename renderComponent -> render - Use event.preventDefault instead of returning false
-
- 14 Oct, 2014 1 commit
-
-
Pascal Hartig authored
Moved all examples into `examples/`. Fix #1016
-
- 12 Aug, 2014 1 commit
-
-
Ciro S. Costa authored
-
- 03 Jun, 2014 1 commit
-
-
Pascal Hartig authored
-
- 20 Feb, 2014 1 commit
-
-
Cheng Lou authored
Fixes all the stuff from #785 too.
-
- 26 Jan, 2014 1 commit
-
-
Daniel Stutzman authored
Bug fix: clicking toggle-all checkbox didn't affect all checkboxes consistently, since setting checked to null means "don't sync with React"
-
- 23 Jan, 2014 1 commit
-
-
Thomas Coopman authored
-
- 22 Jan, 2014 1 commit
-
-
Pascal Hartig authored
Close #783
-
- 26 Nov, 2013 1 commit
-
-
Ben Alpert authored
-
- 02 Nov, 2013 1 commit
-
-
petehunt authored
-
- 30 Oct, 2013 1 commit
-
-
petehunt authored
-
- 29 Oct, 2013 1 commit
-
-
Vjeux authored
- 2x: The unminified version contains invariants that shouldn't be used in production and slow it down. - 3x: Adding a shouldComponentUpdate override in order to short-cut re-rendering the component when props and state didn't change. In order to do that, we need to avoid doing mutations by doing a shallow copy and only modifying what changed - When React 0.5.0 will be released, it will give another 1.5x. Other miscellaneous changes: - Update class="..." to className="..." to work in 0.5.0 (still works in 0.4.1) - Use prop="..." instead of prop='...' - Use filter(f, this) instead of filter(f.bind(this)) to prevent a function allocaton
-
- 25 Jul, 2013 1 commit
-
-
Cheng Lou authored
- Compilant with coding style. - Removed app.css. No need anymore since we freed id. - Render info footer separately (specs). - Tweak footer to make it pass jshint when compiled: - {''} after 'left'. - {''} around `clear completed`. - Breaking style for footer clearButton, `>` on the same line. - Rename cx and put it in Utils. - Routing with director. - Change some keyUp to keyDown (specs). - Strip form tags (specs? Referred to the stable ones). - Trim after editing item. - Manually autofocus (attribute not supported in ie9). - Input focus now triggers as a callback (because of batch rendering). - Controlled input. - Gutter at 80. - Class `completed` trim whitespace. - Remove bind.
-