Vjeux
8b1990caa7
Update the tooling page to include pyReact, react-rails and react-page
2013-08-26 14:55:10 -07:00
Vjeux
007d8b4f79
Community round-up #7
...
http://fooo.fr:4000/react/blog/2013/08/26/community-roundup-7.html
2013-08-26 14:55:01 -07:00
Paul O’Shannessy
e6b5013a8b
[react-tools] Add src/ to files
...
This is so it's possible to use the original @providesModule source
files in a toolchain that understands those.
2013-08-22 23:07:41 -07:00
Clay Allsopp
e4fa9ca9ee
Add CDNJS to docs. Fixes #244
...
(cherry picked from commit 3d1cc16a9b )
2013-08-22 11:11:53 -07:00
Paul O’Shannessy
176ef3521c
Docs: fix header
...
(cherry picked from commit cbe86e04b3 )
2013-08-22 11:11:53 -07:00
Paul O’Shannessy
58635eea36
Use script to find remaining 404s. Fix them.
...
(cherry picked from commit a558e560bd )
2013-08-22 11:11:53 -07:00
Clay Allsopp
f8737dc8fe
Fix broken tutorial link and change wording
...
(cherry picked from commit cfe4152b1d )
2013-08-22 11:11:53 -07:00
Kunal Mehta
01297cf212
Added PyReact blog post.
2013-08-19 14:52:03 -07:00
Stoyan
89437e6a97
typo fix
2013-08-19 14:51:48 -07:00
Vjeux
ed755945a3
Community Round-up #6
2013-08-05 16:57:24 -07:00
Christopher Chedeau
018e08cdd8
Fix 404 in Getting Started
2013-08-05 09:30:35 -07:00
Peter Cottle
949c69fd56
Fix Github links in examples
...
Looks like we link to github.com/facebook/react/ instead of react-js. This just fixes the links
`grep -r "facebook/react.js" .` comes up clean now
2013-08-05 09:30:35 -07:00
Paul O’Shannessy
a244928353
react-rails blog post
...
(cherry picked from commit dc06704ec7 )
2013-07-30 15:26:56 -07:00
Paul O’Shannessy
c034435052
Updated Readme for 0.4.1
...
(cherry picked from commit c347b720a9 )
2013-07-30 15:26:56 -07:00
Paul O’Shannessy
8795a78ca0
Blog post for v0.4.1
...
(cherry picked from commit 27a1729f6d )
2013-07-30 15:26:56 -07:00
Paul O’Shannessy
123d091cc0
Updated Changelog for 0.4.1
...
(cherry picked from commit a1f5c1dee7 )
2013-07-30 15:26:56 -07:00
Hugo Jobling
764ca84e02
remove dead link
...
the event handling doc page no longer exists
(cherry picked from commit 4ab62a6bd2 )
2013-07-30 14:55:58 -07:00
Hugo Jobling
3d78d30f49
put closing paren in correct place
...
(cherry picked from commit 07427ae9d0 )
2013-07-30 14:55:58 -07:00
Hugo Jobling
fae1c48470
update dead jsx link to point to an extant page
...
syntax.html no longer exists, so point people at the in depth article instead.
(cherry picked from commit 8f55d94d40 )
2013-07-30 14:55:58 -07:00
Daniel Gasienica
9801937715
Fix incorrect port of standard Python server
...
/ht @zpao
(cherry picked from commit 6f2848f4a6 )
2013-07-30 14:55:58 -07:00
Paul O’Shannessy
0cac12d375
v0.4.1
v0.4.1
2013-07-26 15:33:52 -07:00
Paul O’Shannessy
1e2d37f7e8
Send branch info from travis for continuous builds
...
(cherry picked from commit 20179b7991 )
2013-07-26 15:00:39 -07:00
Paul O’Shannessy
38bce710ac
Merge master to 0.4-stable
2013-07-26 14:43:36 -07:00
Paul O'Shannessy
2e43de20cc
Cleanup 2nd param to ReactEventEmitter.ensureListening
...
It was removed, so these callsites aren't actually doing anything.
2013-07-26 12:25:03 -07:00
Paul O’Shannessy
a41aa76ef3
Merge pull request #224 from spicyj/cb-context
...
Call callbacks from setState in component context
2013-07-25 09:04:17 -07:00
Tim Yung
bdf2a9bb12
Use invariant in react/utils
...
Just some therapeutic cleanup.
2013-07-24 17:41:54 -07:00
Tim Yung
8d48610b7e
Typecheck ImmutableObject
...
Just some therapeutic cleanup.
2013-07-24 17:41:37 -07:00
Tim Yung
759425fc90
Use invariant in OrderedMap
...
Just some therapeutic cleanup.
2013-07-24 17:41:22 -07:00
Jordan Walke
2ee66262db
Remove circular dependencies in React Core.
...
There is a circular dependency between `ReactID`, `ReactMount` and
`ReactInstanceHandles`. Ben and I talked about this today. It seems like the
simplest solution is to consolidate a lot of the code that Ben recently wrote
into `ReactMount`. We can later find ways to trim code out of this module
without causing circular deps.
2013-07-24 17:40:57 -07:00
Pete Hunt
260d90ba02
Warn when server-rendered markup is not what we expect on the client
...
As @leebyron and balpert pointed out, if the markup on the server is differnet than what the client expects undefined behavior and chaos may ensue. A good fallback
is for us to just inject the client-side markup (as it is the source of truth) and warn the user in __DEV__ that something is wrong. In order to do a fast
browser-independent check of the DOM I use an adler32 checksum of the generated markup. I believe this is better than a simple innerHTML compare because different
browsers massage innerHTML differently.
2013-07-24 17:39:59 -07:00
Jordan Walke
492407bcc9
Fix OrderedMap.
...
Tim caught a bug. Squashing it so he can rebase on top of it.
2013-07-24 17:39:37 -07:00
Jakub Malinowski
374c3b8a29
Do not export load in JSXTransformer unless in a browser environment
...
(cherry picked from commit 795a84d60f )
2013-07-24 14:22:29 -07:00
Jakub Malinowski
c362c16e1e
Allow to execute JSXTransformer outside of browser environment
...
(cherry picked from commit 2b9dd04f4d )
2013-07-24 14:22:29 -07:00
Paul O’Shannessy
ddb0ef98f7
Fix "Suppport" type in docs
2013-07-24 13:13:27 -07:00
Paul O’Shannessy
8dd4428c55
Merge pull request #217 from jakubmal/non-browser-env
...
Allow to execute JSXTransformer outside of browser environment
2013-07-23 17:29:14 -07:00
Jakub Malinowski
795a84d60f
Do not export load in JSXTransformer unless in a browser environment
2013-07-23 23:01:38 +02:00
Jakub Malinowski
947e17154a
Merge remote branch 'upstream/master' into non-browser-env
2013-07-23 22:31:48 +02:00
Cheng Lou
7f8b2885d9
fix jquery-bootstrap example bugs
...
Old one had some bugs:
- 'x' on modal wasn't showing.
- trying to close modal in unmount, but modal had a closing animation.
2013-07-23 11:01:42 -07:00
Paul O’Shannessy
d1c5cda93f
Use the right home page for react-source gem
2013-07-23 10:55:41 -07:00
Vjeux
fa5da5c848
Community Round-up #5
...
http://fooo.fr:4000/react/blog/2013/07/20/community-roundup-5.html
(cherry picked from commit 975b5d978f )
2013-07-23 09:28:52 -07:00
Jamie Wong
734ee22a0c
s/pased/passed
...
(cherry picked from commit 50a00662cf )
2013-07-23 09:28:36 -07:00
Cheng Lou
84dbb9bcd1
fix typos
...
(cherry picked from commit 64d72f8c4b )
2013-07-23 09:28:36 -07:00
Ben Alpert
8ed80cae94
One-character typo fix
...
(cherry picked from commit 222faf4544 )
2013-07-23 09:28:36 -07:00
Jamie Wong
8b995ceb6a
Docs Typo Fix: s/distinciton/distinction
...
(cherry picked from commit bf275a9097 )
2013-07-23 09:28:36 -07:00
Vjeux
975b5d978f
Community Round-up #5
...
http://fooo.fr:4000/react/blog/2013/07/20/community-roundup-5.html
2013-07-23 09:23:50 -07:00
Ben Alpert
f1231e60b0
Call callbacks from setState in component context
...
This is way more useful than the alternative.
2013-07-22 23:47:07 -05:00
Tim Yung
4deb0d619c
Fix Clicks in Mobile Safari
...
This works around a bug with listening to clicks using event delegation on Mobile Safari using an event plugin.
NOTE: We don't enable touch events by default, so I don't know if would want to inject this plugin by default. In fact, I'm not sure what our strategy is at all for when to invoke `React.useTouchEvents(true)`.
2013-07-22 18:31:33 -07:00
Tim Yung
cf3ff07f92
Fix TypeError in SyntheticEvent
...
I suspect that plugins are modifying `Object.prototype` which is causing TypeErrors in `SyntheticEvent`. Let's fix it.
2013-07-22 18:31:08 -07:00
Paul O’Shannessy
bbb4a367be
Run grunt build with npm test so that we can upload all files
2013-07-22 18:16:44 -07:00
Paul O’Shannessy
63d6cc013e
Push builds from travis to remote host
2013-07-22 18:07:43 -07:00