Commit Graph

50 Commits

Author SHA1 Message Date
Paul O’Shannessy dd499fdee2 v0.12.2 2014-12-18 12:33:48 -08:00
Paul O’Shannessy de16bd5883 0.12.1 2014-11-18 09:11:02 +01:00
Christopher Chedeau 93572503dd JSXTransformer build with stripping type annotations 2014-11-15 17:32:36 -08:00
Paul O’Shannessy ffa032b146 Update to latest
Includes #2419, #2428, #2418, #2443, #2433
2014-10-31 11:24:54 -07:00
Paul O’Shannessy 654b347d58 v0.12.0 2014-10-28 11:36:52 -07:00
Paul O’Shannessy 023e79f085 Update to latest
https://github.com/facebook/react/compare/99a45a59ccff...e179f7b19e66
2014-09-24 16:59:54 -07:00
Paul O’Shannessy 7fa746f7c8 v0.11.2 2014-09-16 11:12:31 -07:00
Paul O’Shannessy 4bb397d6e5 Latest sync of docs 2014-09-03 15:58:17 -07:00
Paul O’Shannessy 741eea6c73 Sync latest changes to docs
Also removes stray es5-shim/sham files (and perhaps a slightly different
redcarpet version resulting in different markdown parsing...)
2014-08-12 15:26:53 -07:00
Vjeux 63a6f74321 link issue 2014-07-30 19:50:01 +02:00
Paul O’Shannessy 2aa83f71cc v0.11.1 2014-07-25 11:25:07 -07:00
Paul O’Shannessy f6b0e9d59b v0.11.0 2014-07-17 13:53:28 -07:00
Ben Alpert 08656fec3f Rebuild docs 2014-06-30 01:08:56 -07:00
Cheng Lou 0751a8f0a1 Add --harmony option and update tutorial 2014-06-29 22:09:26 -07:00
Paul O’Shannessy eecc70cf96 Sync latest changes 2014-04-07 17:59:48 -07:00
Paul O’Shannessy 7e16bb70b1 v0.10.0 2014-03-21 13:37:35 -07:00
Paul O’Shannessy 2221fe1132 v0.9.0 2014-02-20 09:42:59 -08:00
Paul O’Shannessy f414b96c03 Community roundup 15 2014-02-05 16:09:46 -08:00
Ben Alpert 5af1ac1836 Rebuild docs
Somehow ee5805d included an unintended update to JSXTransformer.js and react.min.js.
2014-02-04 00:37:11 -08:00
Vjeux 9afcad69d1 Pete Hunt petehunt Add link to meteor talk c06ca23
Pete Hunt	petehunt	Update videos.md	7467b1f
Pete Hunt	petehunt	Add a complementary tools page	3c19f62
Pete Hunt	petehunt	add example apps page	9209207
Pete Hunt	petehunt	Update example-apps.md	 7f22f43
2014-02-02 04:03:21 +01:00
Vjeux ee5805da65 Christopher Chedeau vjeux Document isMounted … 30e16e4
Nick Thompson	nick-thompson	Clarify componentWillMount behavior	542f20b
Cheng Lou	chenglou	docs fix back link in Examples	6b15ad5
Cheng Lou	chenglou	docs add jsx->js tab to live editors	7ac5f3c
Paul O’Shannessy	zpao	Normalize line endings	6b1c6be
Ben Alpert	spicyj	Update homepage for new JSX/JS editor	761e1c8
Ben Alpert	spicyj	Properly clear live editor on JSX compile failure	d3fc5ad
Ben Alpert	spicyj	Simplify live editor execution logic	c7f0663
Cheng Lou	chenglou	[docs] Tweak frontpage first example and jsx-compiler example	8c8841c
Christoph Pojer	cpojer	Update propTypes documentation.	b66fbde
Jean Lauliac	jeanlauliac	Update broken link in 'why react' article	341d292
Jean Lauliac	jeanlauliac	Normalize internal links in 'why react' article	0681d13
aymanosman	aymanosman	Fix typo	09650e1
Bob Eagan	bobeagan	fix incorrect link	2edb76f
Bob Eagan	bobeagan	add hash link for lifecycle section of working with the browser page	3db3460
Pete Hunt	petehunt	remove references to react-page	3120192
Ben Alpert	spicyj	Fix docs typo	6e4ddfd
Paul O’Shannessy	zpao	Fix animation example code …	dd66223
Eric Schoffstall	Contra	fix grammar mistake	64ac427
Kunal Mehta	kmeht	Add documentation about React.renderComponent …	f970453
Christopher Chedeau	vjeux	s/Mock DOM/Virtual DOM/ …	22772c9
Ben Alpert	spicyj	Disable CodeMirror smart indentation …	571d173
Ben Alpert	spicyj	[docs] Fix comma splice	3810c83
2014-02-02 03:58:18 +01:00
Paul O’Shannessy e82227b698 Updated to latest changes
7c4c0cd [docs] Remove commented out ghbtns
92102ac Add info about dev vs. prod builds
277cbf0 [docs] Add timezone to _config
b0b7717 Remove stray "117", combine lines in polyfill docs
8d63dad Rewrite Older Browsers polyfill section for clarity.
edd61ed Fix "Uncontrolled Components" documentation
d99cafa Fix typo in docs.
190f373 Update docs to mention that you need both es5-shim.js and
es5-sham.js to use React with IE8.
1873e1d Add dataType to all $.ajax calls for consistency
27ac8a3 Fix #845, Trivial year change
97f2441 Fix #874: Edit thinking-in-react
ce72e84 Document return value of unmountComponentAtNode
52ad24f Remove two more react.min.js references
7efdb43 Don't use the min build in getting started guide
51e7a6b Fix URL in displayName description
f44e8cc Add charCode/keyCode/which to key event docs
2014-01-15 11:42:32 -08:00
Vjeux ea32d3659c chenglou docs tips fix small typo and code 8dc36e3
chenglou	docs better error display for live editor and JSX compiler	8d37f7d
vjeux	React Chrome Developer Tools	dbae31d
2014-01-02 21:07:09 +01:00
Vjeux d786436367 spicyj Upgrade codemirror and enable line wrapping … 32753c5
chenglou	docs remove link to wiki page …	 c5a2ca9
2013-12-31 06:02:08 +01:00
Vjeux 84a9d1821b IE8 style fixes 2013-12-31 01:27:34 +01:00
Vjeux 777f999db5 chenglou docs tips expose component function cdb328b
wincent	Fix a typo in the working-with-the-browser docs	0e95e8e
spicyj	Make React website work in IE8	30178d4baf
2013-12-30 23:50:58 +01:00
Vjeux a276e32f51 jhiswin live_editor.js using deprecated function
petehunt Update parent/child communication tip
2013-12-30 19:58:39 +01:00
Vjeux 15e8c64633 html-jsx compiler with the fix 2013-12-23 18:34:41 +01:00
Vjeux 72296a4385 revert html-jsx 2013-12-23 07:03:04 +01:00
Vjeux 8c153e6427 fix up javascript for jsx-compiler 2013-12-23 06:43:38 +01:00
Vjeux 97ec6b66d0 chenglou docs section for non-dom attributes … 94c100c
vjeux	Document the Diff algorithm …	8f24fca

vjeux	Add video at the bottom of the front page	0993b61

bricooke	Update highlighted lines in tutorial …	38d68fd

jaredly	rename this tip to be less confusing …	9686487

jaredly	fixing capitalization	1a9b213

nicholasbs	Fix typo (ot -> to)	18410bf

jaredly	adding note about initializing state w/ props	4f71ddf

jaredly	changes as requested	cb0cbcc

jaredly	one liner	cd2fd80

squidsoup	Tutorial template markup needs a reference to jquery for the ajax calls …	37e544d

chenglou	docs add input attrs for Dom Differences	7eae8d3

chenglou	docs make all link start with /react/docs	dbc8563

Daniel15	Simple HTML to JSX converter, built during Hackathon 40 at Facebook. …	 2308f95
2013-12-23 06:37:00 +01:00
Paul O’Shannessy ef762b50a7 v0.8.0 2013-12-19 10:44:05 -08:00
Paul O’Shannessy 404810aba8 v0.5.2 2013-12-18 12:04:10 -08:00
Paul O’Shannessy fd93cfb229 Merge in latest docs changes 2013-12-02 15:51:23 -08:00
Paul O’Shannessy 7dd0009c60 v0.5.1 2013-10-29 11:51:20 -07:00
Paul O’Shannessy 7938338441 Update live editor 2013-10-16 18:12:14 -07:00
Paul O’Shannessy fdb12c2ea3 v0.5.0 2013-10-16 11:53:27 -07:00
Paul O’Shannessy 59ce7e4a8f v0.4.1 2013-07-26 15:32:59 -07:00
Paul O’Shannessy 9bc285b67e Fix errors and example code for the homepage, small blog typo 2013-07-17 13:36:13 -07:00
Paul O’Shannessy 3dd6235041 v0.4.0 2013-07-17 11:35:48 -07:00
Paul O’Shannessy 83fe3ddaee v0.3.3 2013-06-20 15:12:41 -07:00
Paul O’Shannessy edaa7881bd Updated Todo example on the home page 2013-06-07 15:54:21 -07:00
Paul O’Shannessy 4346b10363 Update to latest master, including blog posts 2013-06-05 09:08:04 -07:00
Paul O’Shannessy d06a7ef606 v0.3.2 2013-05-31 17:02:37 -07:00
Paul O’Shannessy 1d628ef207 v0.3.1 2013-05-30 15:02:20 -07:00
Paul O’Shannessy cff20b7a4c Roll up latest changes to master 2013-05-30 11:49:38 -07:00
Paul O’Shannessy 6c61658bba Updated to latest master build 2013-05-29 17:07:32 -04:00
Paul O’Shannessy 757022d229 Updated to lastest master build 2013-05-29 17:07:32 -04:00
Paul O’Shannessy b0e208a155 v0.3.0 2013-05-29 17:07:32 -04:00
Paul O’Shannessy 6de0ab3293 v0.3.0 2013-05-29 17:07:32 -04:00