Commit Graph

  • 0de35588c1 jsx gotchas, reference petehunt 2013-07-14 16:34:19 -07:00
  • 21ea1ac61e add working with your environment section petehunt 2013-07-14 16:11:14 -07:00
  • 4fccaa514b @vjeux comments petehunt 2013-07-14 15:46:13 -07:00
  • 13ad0c500b antipatterns petehunt 2013-07-13 19:30:19 -07:00
  • 126a7f5c11 more jsx handholding petehunt 2013-07-12 15:14:13 -07:00
  • bb3bd76fe9 Reorg docs, write a lot of content, import a lot of stuff from dex petehunt 2013-07-12 15:10:15 -07:00
  • 4bbdcdb0b8 another comment petehunt 2013-07-11 13:53:49 -07:00
  • d294a7f30f more scaling up petehunt 2013-07-11 13:52:28 -07:00
  • de8d0e35a2 more state machiens petehunt 2013-07-10 17:22:02 -07:00
  • faa84b5b85 further improvements petehunt 2013-07-10 17:18:13 -07:00
  • e1e5f17b27 link to blog petehunt 2013-07-10 17:14:29 -07:00
  • 0e63000b5c even better toc petehunt 2013-07-10 17:12:58 -07:00
  • 151997b1e1 Start on section 04 petehunt 2013-07-10 17:11:52 -07:00
  • a36bcd33c6 more toc petehunt 2013-07-10 17:02:32 -07:00
  • 9194fea915 Add table of contents info petehunt 2013-07-10 17:01:19 -07:00
  • 67d9891926 add seconds 02.1 and 03 petehunt 2013-07-10 16:56:43 -07:00
  • 05341fb3b3 Add more jsx docs rather than linking petehunt 2013-07-10 16:26:07 -07:00
  • c82afd7e54 Some style changes petehunt 2013-07-09 11:42:02 -07:00
  • ed98f2ca57 Make less facebooky petehunt 2013-07-09 11:38:48 -07:00
  • 462e450bb3 First two sections of newdocs petehunt 2013-07-09 11:36:02 -07:00
  • 06e5fcc010 "use strict" for ReactDoNotBindDeprecated Paul O'Shannessy 2013-07-12 15:40:41 -07:00
  • ac84652e50 Cleanup console.* uses Paul O'Shannessy 2013-07-12 15:40:23 -07:00
  • eee3980749 Stringify value in ReactDOMInput / ChangeEventPlugin Tim Yung 2013-07-12 15:40:18 -07:00
  • cf83fbe397 Remove references to React.autoBind Paul O'Shannessy 2013-07-11 18:42:43 -07:00
  • e221ff7cd4 Add exports to globals for jshint Paul O’Shannessy 2013-07-11 17:20:21 -07:00
  • 3ce6c88952 A couple docs updates, new blog post Paul O’Shannessy 2013-07-11 15:59:51 -07:00
  • f7c56d77df Update syntax.md 0.3-stable Pete Hunt 2013-07-02 18:27:15 -07:00
  • 5cdc55664d Emphasis on single child. (cherry picked from commit 858377946f) Cheng Lou 2013-07-06 16:10:34 -04:00
  • d098ad7222 New blog post: Props in v0.4 Paul O’Shannessy 2013-07-11 15:22:51 -07:00
  • 607de16d82 New blog post: Props in v0.4 Paul O’Shannessy 2013-07-11 15:22:51 -07:00
  • d762627312 Rename props to propTypes Paul O'Shannessy 2013-07-10 14:45:16 -07:00
  • 10dab495f2 Stop Unnecessary Purging of Node Cache Tim Yung 2013-07-10 14:45:11 -07:00
  • ee1335b6a2 Delete setTextNodeValueAtIndexByParentID Tim Yung 2013-07-10 14:45:06 -07:00
  • 8687645c50 Reduce Lookup for Missing Lifecycle Methods Tim Yung 2013-07-10 14:45:01 -07:00
  • 7b68fcd408 Short-circuit updatePropertyByID Tim Yung 2013-07-10 14:44:51 -07:00
  • 92dab0759c More autobind warnings and invariants Pete Hunt 2013-07-10 14:44:38 -07:00
  • 5c6e59f53c Don't ignore children of non-ancestor ID nodes in findComponentRoot. Ben Newman 2013-07-10 14:44:32 -07:00
  • 067fe27699 Fix Clowny Validation Code Tim Yung 2013-07-10 14:44:26 -07:00
  • 8db2ba9130 Upgrade other dependencies Paul O’Shannessy 2013-07-09 10:55:56 -07:00
  • 1500e9810c Upgrade browserify. Paul O’Shannessy 2013-07-09 09:20:57 -07:00
  • a3b21b10e4 Merge pull request #178 from paulshen/master Paul O’Shannessy 2013-07-08 18:27:39 -07:00
  • fa03e98426 Add __benchmarks__ to .gitignore Paul Shen 2013-07-08 16:40:21 -07:00
  • 203dba271b Add some missing attributes Paul O'Shannessy 2013-07-08 13:49:41 -07:00
  • 91562ba934 Sync JSX tags from upstream Paul O’Shannessy 2013-07-08 12:51:11 -07:00
  • fc5f7e0e85 Add support for missing html elements Paul O'Shannessy 2013-07-08 11:48:48 -07:00
  • a4123a069e Continue over ID-less children in ReactMount.findComponentRoot. Ben Newman 2013-07-08 11:48:44 -07:00
  • a5ddb07cb3 Make ReactMount.findComponentRoot breadth-first & non-recursive. Ben Newman 2013-07-08 11:48:39 -07:00
  • 917e101c2c Try harder to find container in ReactMount.findReactContainerForID. Ben Newman 2013-07-08 11:41:36 -07:00
  • 5c624021ea Tweaks to make the Closure parser happy Pete Hunt 2013-07-08 11:41:29 -07:00
  • 5676a486cf Allow nested ReactUpdates Pete Hunt 2013-07-08 11:41:19 -07:00
  • 1658feade8 Remove the check for console.warn Pete Hunt 2013-07-08 11:41:14 -07:00
  • 5f1eceb1ee Merge pull request #176 from andreypopp/master Pete Hunt 2013-07-08 00:44:33 -07:00
  • fc3491e0d0 dateTime attr: camelCase and MUST_USE_ATTRIBUTE Andrey Popp 2013-07-08 11:23:43 +04:00
  • 9f94244994 add datetime to the list of known attributes Andrey Popp 2013-07-08 00:09:38 +04:00
  • 6ebdd0cfd2 Merge pull request #173 from chenglou/patch-4 Pete Hunt 2013-07-06 23:20:20 -07:00
  • 858377946f Emphasis on single child. Cheng Lou 2013-07-06 16:10:34 -04:00
  • 826d603b05 Merge pull request #167 from benjamn/issue-166-fix-phantomjs-executability Ben Newman 2013-07-05 16:18:05 -07:00
  • da4b761c45 Don't require tmp module unless we're going to use it. Ben Newman 2013-07-05 19:17:12 -04:00
  • 70a2f8046c Ensure that the phantomjs binary has appropriate UNIX mode. Ben Newman 2013-07-05 19:01:10 -04:00
  • 688c56d79c Community Roundup #4 Paul O’Shannessy 2013-07-03 18:41:25 -07:00
  • 67fc4266f4 Community Round-up #4 Vjeux 2013-07-04 03:22:15 +02:00
  • 51bf95f6d1 Merge pull request #157 from vjeux/communit_4 Christopher Chedeau 2013-07-03 18:32:36 -07:00
  • 2246f530af Community Round-up #4 Vjeux 2013-07-04 03:22:15 +02:00
  • 4e04ef0769 Merge pull request #153 from lrowe/patch-2 Paul O’Shannessy 2013-07-03 15:48:19 -07:00
  • b2bbdf8cbf Add hidden attribute to DOM properties. Laurence Rowe 2013-07-03 12:21:32 -07:00
  • 9178208ba8 update docs petehunt 2013-07-03 13:09:10 -07:00
  • 7d3db0e5ed Add finally block for clearing ReactUpdates state Pete Hunt 2013-07-03 11:38:14 -07:00
  • 2869e5b4df Inject ReactDOMInput Tim Yung 2013-07-03 11:33:18 -07:00
  • 510146eb6d Faster Listener Deletion Tim Yung 2013-07-03 11:33:14 -07:00
  • c692d9e844 Fix ChangeEventPlugin for IE8 and IE9 Tim Yung 2013-07-03 11:33:09 -07:00
  • 32423a83fc Injectable DOMProperty configs, and add back ID attribute Pete Hunt 2013-07-02 18:26:59 -07:00
  • d50148591b Introduce a supported way to slice children Sebastian Markbage 2013-07-02 18:26:54 -07:00
  • b6451be582 Update syntax.md Pete Hunt 2013-07-02 18:27:15 -07:00
  • 5e296d7af8 Merge pull request #150 from benjamn/commoner-dir-watcher Paul O’Shannessy 2013-07-02 17:21:39 -07:00
  • 3093a476b1 Merge pull request #115 from spicyj/async-state Pete Hunt 2013-07-02 17:16:07 -07:00
  • 00e56c5155 Merge pull request #151 from spicyj/bq Paul O’Shannessy 2013-07-02 17:14:34 -07:00
  • 8b9891aa8a Remove autobinding warning Pete Hunt 2013-07-02 16:52:38 -07:00
  • f7901a2380 Add blockquote tag (already in JSX) Ben Alpert 2013-07-02 16:19:23 -07:00
  • 5c4352b57b Upgrade Commoner to --watch directories instead of individual files. Ben Newman 2013-07-02 17:47:52 -04:00
  • aa7ea0637e New blog post Paul O’Shannessy 2013-07-02 13:08:24 -07:00
  • fc84582daa Blog: Autobind by Default Paul O’Shannessy 2013-07-02 10:33:19 -07:00
  • 9ca7c9631a Blog: Autobind by Default Paul O’Shannessy 2013-07-02 10:33:19 -07:00
  • d9e99d4688 Batch together calls to setState, setProps, etc Ben Alpert 2013-06-27 01:24:22 -07:00
  • 3fd56b4038 Merge pull request #147 from lrowe/patch-1 Pete Hunt 2013-07-01 17:51:42 -07:00
  • 44659df598 Add figure and figcaption elements to React.DOM (already supported by jsx.) Laurence Rowe 2013-07-01 17:03:54 -07:00
  • 0e9ee239a9 Merge branch 'master' into async-state Ben Alpert 2013-07-01 16:08:57 -07:00
  • ce0704a491 Merge pull request #145 from benjamn/no-jsx-dependency-scanning-by-default Paul O’Shannessy 2013-07-01 13:57:12 -07:00
  • 0acc1d8c78 Merge pull request #144 from benjamn/fix-EMFILE-jsx-errors Paul O’Shannessy 2013-07-01 13:54:09 -07:00
  • 18ef8962f1 Bump Commoner version to disable dependency scanning by default. Ben Newman 2013-07-01 16:50:35 -04:00
  • e748be32da Bump Commoner version to fix EMFILE errors. Ben Newman 2013-07-01 16:29:56 -04:00
  • 0ad14fc038 Merge pull request #143 from spicyj/ie8-fixes-2 Paul O’Shannessy 2013-07-01 13:12:14 -07:00
  • dd61439061 Revert Flattening of Children CommitSyncScript 2013-07-01 12:59:49 -07:00
  • 40bebf0c86 Fix ReactDOMInput and ReactDOMTextarea Race Condition CommitSyncScript 2013-07-01 12:59:18 -07:00
  • 2aa5631e2e Use proper names for scroll metric properties Ben Alpert 2013-07-01 11:54:13 -07:00
  • f39a0f8e40 Merge branch 'no-content' of git://github.com/spicyj/react into spicyj-no-content Paul O’Shannessy 2013-06-28 16:42:59 -07:00
  • ca19ffb083 use .apply instead of .call in ReactCompositeComponent CommitSyncScript 2013-06-28 16:34:00 -07:00
  • 15272f30f4 Don't keep the HTML escaped ID internally, only in HTML generation CommitSyncScript 2013-06-28 16:33:56 -07:00
  • 55176116a2 Implement ReactDOMTextarea CommitSyncScript 2013-06-28 16:33:49 -07:00
  • 738de8cfa8 Improve findComponentRoot Error Message CommitSyncScript 2013-06-28 16:33:45 -07:00
  • bd150ec658 Clean up unused variables for lint Paul O’Shannessy 2013-06-28 16:31:40 -07:00