Paul O’Shannessy
dc92fa480a
Upgrade package dependencies for new esprima/jstransform
2015-03-01 11:25:16 -08:00
Paul O’Shannessy
48e54da484
XJS -> JSX
...
Part 1: change all of our methods and AST node types.
Part 2: Rename files so there is no trace of XJS
2015-02-27 18:23:18 -08:00
Ben Alpert
673874dc87
Merge pull request #3263 from wmertens/patch-1
...
beta1 blog entry: Fix CoffeeScript example
2015-02-27 15:28:22 -08:00
Ben Alpert
de1f8682d5
Add note about enter/leave bubbling
...
Fixes #2826 .
2015-02-26 16:29:18 -08:00
Sebastian Markbåge
1c697ab141
Merge pull request #3265 from sebmarkbage/shouldupdaterefs
...
Avoid passing `this` of a static object
2015-02-26 13:33:35 -08:00
Sebastian Markbage
061c6fc13c
Avoid passing this of a static object
...
Refactoring artifact.
2015-02-25 18:37:02 -08:00
Ben Alpert
618bbdc531
Merge pull request #3239 from rralian/update/docs-clarify-forceUpdate
...
Docs: clarifies forceUpdate method
2015-02-25 17:35:07 -08:00
Wout Mertens
ce7190537f
beta1 blog entry: Fix CoffeeScript example
...
Fix the constructor call and make code more idiomatic.
2015-02-26 00:26:16 +01:00
Paul O’Shannessy
84ddd9deaf
Merge pull request #3257 from danmane/update-tutorial-md
...
Add mention of go and php server implementations in React tutorial
2015-02-25 12:46:17 -08:00
Daniel Mané
a7ae40e90d
Add mention of go and php server implementations in React tutorial
2015-02-24 15:10:11 -08:00
Paul O’Shannessy
63146e1f16
v0.13 RC blog post
...
Note: we need to manually specify date in these files so that the sort order is
correct (2 posts on the same day). Otherwise it will just be ABC order, which
is wrong.
Closes : #3256
2015-02-24 14:05:57 -08:00
Paul O’Shannessy
7269422825
Fix typo
...
(cherry picked from commit 4d90b9bdf3 )
2015-02-24 12:49:19 -08:00
Paul O’Shannessy
888daccf9f
Merge pull request #3255 from chenglou/fix-blog-post
...
[Blog] Fix post code snippet display
2015-02-24 12:39:28 -08:00
Cheng Lou
99d23a54bc
[Blog] Fix post code snippet display
...
I think nokogiri (is that what we use?) accidentally escaped this
snippet. Simply putting spaces between braces fixes it.
2015-02-24 15:22:25 -05:00
Paul O’Shannessy
2f20091520
Merge pull request #3250 from sebmarkbage/blogpost
...
Add Blog Post about ReactElement Changes in 0.13
2015-02-24 11:26:55 -08:00
Sebastian Markbage
cd47798c59
Add Blog Post about ReactElement Changes in 0.13
...
Explains some of the rationale for the new warnings added in 0.13.
2015-02-24 10:54:03 -08:00
Paul O’Shannessy
44d91295cb
Merge pull request #3251 from Simek/empty-docs-prevnext-fix
...
do not show empty "docs-prevnext" div on single page
2015-02-24 09:24:23 -08:00
Bartosz Kaszubowski
f785dd09ea
do not show empty "docs-prevnext" div on single page
...
to remove additional necessary spacing between content and footer
2015-02-24 16:28:47 +01:00
Bob Ralian
8d29520dc7
clarifies forceUpdate method
2015-02-23 10:34:41 -06:00
Paul O’Shannessy
95206fe5dc
Make cloneWithProps typechecks static-only
2015-02-22 14:40:39 -08:00
Paul O’Shannessy
a30e25467d
v0.13.0-rc1 starter kit
2015-02-22 13:32:25 -08:00
Paul O’Shannessy
06126ad3f4
v0.13.0-rc1
v0.13.0-rc1
2015-02-22 13:26:13 -08:00
Paul O’Shannessy
4f26cc1414
Update dependencies
2015-02-22 13:26:13 -08:00
Paul O’Shannessy
d83fa6a6bf
Merge pull request #3224 from Simek/patch-2
...
wider Twitter timeline on support page
2015-02-22 13:10:43 -08:00
Paul O’Shannessy
fe16c8292c
Merge pull request #3232 from artnez/master
...
Add vendor/inline-source-map.js to package.json
2015-02-22 13:01:05 -08:00
Paul O’Shannessy
029e64bb56
Merge pull request #3233 from artnez/es6-call-spread
...
Add support for jstransform es6-call-spread
2015-02-22 12:57:25 -08:00
Artem Nezvigin
0bc4aafb74
Add support for jstransform es6-call-spread
2015-02-22 11:57:06 -08:00
Artem Nezvigin
d7791a7cbb
Add vendor/inline-source-map.js to package.json
2015-02-22 11:11:48 -08:00
Bartosz Kaszubowski
087cd7b27a
wider Twitter timeline on support page
2015-02-21 23:20:09 +01:00
Paul O’Shannessy
5ab7fdecfe
Merge pull request #2994 from chenglou/docs-classset
...
[Docs] Add note on classSet deprecation
2015-02-20 17:00:36 -08:00
Paul O’Shannessy
4046b92487
Merge pull request #2847 from zpao/jsx-es5
...
Expose --target=esversion flag on jsx executable
2015-02-20 15:19:37 -08:00
Paul O’Shannessy
d40be68d2c
Expose --target flag on jsx executable
...
Valid values are 'es3' and 'es5'.
es3: perform reserved words quoting, don't use defineProperty
es5: default, don't do the above, class methods non-enumerable
2015-02-20 13:37:42 -08:00
Paul O’Shannessy
821383165f
Merge pull request #3212 from denis-sokolov/patch-1
...
Contributing: cleanup quote style
2015-02-20 08:20:18 -08:00
Denis Sokolov
ae3e85d9e4
Contributing: cleanup quote style
...
The line above it recommends `'` over `"`, and yet the line in question uses `"`.
2015-02-20 12:06:33 +02:00
Greg Hurrell and Paul O’Shannessy
531add88c4
Add Relay blog post
...
closes #3174
2015-02-19 21:27:45 -08:00
Paul O’Shannessy
85baea4404
Merge pull request #3209 from chicoxyzzy/eslint-everywhere
...
lint from root
2015-02-19 20:59:44 -08:00
Paul O’Shannessy
362e9595c4
Fix long lines in vendor/fbtransform/visitors
...
I meant to do this with #3206 but forgot to add them.
2015-02-19 18:43:06 -08:00
Paul O’Shannessy
a3ee6a9548
Merge pull request #2993 from chenglou/classset-ded
...
Put deprecation warning for classSet
2015-02-19 18:36:36 -08:00
Jim
8326a9f11e
Merge pull request #2921 from hanski07/updateTransferringPropsDocs
...
Update transferring props docs
2015-02-19 17:52:02 -08:00
chico
90ce7f67d7
lint vendor/*.js
2015-02-20 04:37:45 +03:00
chico
ed6d02e1a8
fix .eslintignore
2015-02-20 04:31:21 +03:00
Jim
8913a07ada
Merge pull request #3161 from koba04/fix-clone-with-props-document
...
Fix a doc. cloneWithProps clones a ReactElement.
2015-02-19 17:14:53 -08:00
chico
1876bc2432
remove ballmer example
2015-02-20 04:13:07 +03:00
Toru Kobayashi
60e96edce2
Fix a doc. cloneWithProps clones a ReactElement.
2015-02-20 10:08:46 +09:00
chico
466f4faf4e
lint from root
2015-02-20 04:06:15 +03:00
Jim
d69329a17c
Merge pull request #3208 from jsfb/clonewithprops-jsdocs
...
Fixed mistake in jsdocs types for cloneWithProps
2015-02-19 17:02:28 -08:00
Jim
bad85fafa1
Fixed mistake in jsdocs types for cloneWithProps
2015-02-19 16:38:25 -08:00
Cheng Lou
835316bc13
Put deprecation warning for classSet
...
Also removes the one test that used the module.
2015-02-19 19:31:54 -05:00
Paul O’Shannessy
c889f409bf
Merge pull request #3191 from zpao/jsxtransformer-use-shared-code
...
Use same pathways for browser transforms as we use in react-tools
2015-02-19 16:09:41 -08:00
Paul O’Shannessy
cb3e797236
Merge pull request #3206 from zpao/lint-fbtransform
...
Lint vendor/fbtransform as well
2015-02-19 16:06:38 -08:00