Ben Alpert
e534e0730e
Use local grunt executable on Travis
...
Builds have been flaky lately. Maybe this will help?
2015-04-28 14:45:55 -07:00
Ben Alpert
3b10a7b038
Add forgotten clipPath wrapper in getMarkupWrap
2015-04-27 15:39:39 -07:00
codesuki
e3cf48cd7f
Added support for SVG clipPath element and clip-path attribute
2015-04-27 15:37:23 -07:00
Ben Alpert
d359319073
Merge pull request #3758 from spicyj/keys-keys-keys
...
Add key warning to nested collections
2015-04-27 14:51:30 -07:00
Ben Alpert
086636747f
Add key warning to nested collections
...
Also when reusing elements in multiple contexts -- before we were mutating each element to indicate its validity; now we mutate the array containing it (which we create, in the case of rest-arg children).
Fixes #2496 . Fixes #3348 .
2015-04-27 14:41:25 -07:00
Ben Alpert
adcb420414
Merge pull request #3757 from spicyj/es6
...
Add missing super() calls
2015-04-27 14:31:03 -07:00
Ben Alpert
2d1a24e8df
Add missing super() calls
...
Babel complains without these because it's invalid ES6.
2015-04-27 13:41:10 -07:00
Ben Alpert
8e9deff3cc
Merge pull request #3749 from VictorKoenders/master
...
unmountChildren was missing an Object.hasOwnProperty check (src/core/ReactChildReconciler.js)
2015-04-26 15:09:48 -07:00
Victor Koenders
ed4daba87d
src/core/ReactChildReconciler.js::unmountChildren was missing an Object.hasOwnProperty check
2015-04-26 13:54:16 +02:00
Cheng Lou
86dee966a4
Merge pull request #3747 from jayeszee/patch-1
...
Missing punctuations in comments.
2015-04-26 00:23:43 -04:00
Jack Zhang
f7a9a6c480
Missing punctuations in comments.
...
Added periods to two comment lines to ensure uniform format.
2015-04-25 20:50:30 -07:00
Cheng Lou
f6ae856797
Merge pull request #3739 from chenglou/style-mut-comments
...
Tweak style mutation warning, remove test comment
2015-04-24 15:08:24 -04:00
Cheng Lou
1df2b6f638
Tweak style mutation warning, remove test comment
2015-04-24 15:04:05 -04:00
Cheng Lou
288c7ed139
Merge pull request #2027 from chenglou/warn-style-mutation
...
Set up `style` mutation monitoring
2015-04-24 14:51:33 -04:00
Paul O’Shannessy
4dbccea975
Merge pull request #3734 from marocchino/update-korean
...
Update Translation to 0183f70
2015-04-23 23:03:47 -07:00
Shim Won
8d0937e60d
Update Translation to 0183f70
2015-04-24 09:15:46 +09:00
Ben Alpert
0183f70797
Merge pull request #3727 from spicyj/dsih
...
Relax dangerouslySetInnerHTML validation
2015-04-22 17:37:40 -07:00
mheiber
39442aaa84
Update cloneWithProps documentation
...
Updated documentation to reflect that using React.cloneElement is the new way to copy an element and preserve `key` and `ref`.
Fixes #3432 , closes #3447 .
2015-04-22 17:05:59 -07:00
Ben Alpert
7f02455220
Relax dangerouslySetInnerHTML validation
...
Fixes #3460 .
2015-04-22 16:59:50 -07:00
Ben Alpert
a171474348
Merge pull request #3429 from AoDev/patch-1
...
Add a note about react classe name convention
2015-04-22 16:11:56 -07:00
Jim
41348ba911
Merge pull request #3640 from jsfb/render-subtree-pass-context
...
Provide top level method for rendering subtree (passes context)
2015-04-22 14:29:06 -07:00
Jim
c93b4245cb
Provide top level method for rendering subtree (passes context)
2015-04-22 14:25:29 -07:00
Jim
1a5fe9fd13
Merge pull request #3723 from jsfb/fix-bad-homepage-link
...
Fix bad links in docs. Fixes #3654 .
2015-04-22 13:35:02 -07:00
Jim
d900541021
Fix bad links in docs. Fixes #3654 .
2015-04-22 13:17:39 -07:00
Ben Alpert
3c66b8f0f7
Merge pull request #3665 from mridgway/replaceHasOwnProperty
...
[performance] Replace hasOwnProperty in child processing with typeof undefined check
2015-04-22 11:21:38 -07:00
Scott Feeney
d235940037
Merge pull request #3716 from graue/optional-shallow-render-context
...
Shallow render components that define contextTypes
2015-04-22 10:54:40 -07:00
Paul O’Shannessy
5b42e895c1
Merge pull request #3691 from jonscottclark/patch-1
...
Add 'cache: false' to $.ajax when fetching comments (docs/tutorial)
2015-04-22 09:57:58 -07:00
Paul O’Shannessy
4f285b7ba0
Merge pull request #3676 from zpao/rm-withContext
...
Remove withContext from top-level API
2015-04-22 09:45:26 -07:00
Jon Scott Clark
f4a6644f4e
Fix line highlighting in code blocks due to addition of extra example code
2015-04-22 10:45:15 -04:00
Scott Feeney
df937af91c
Shallow render components that define contextTypes
...
You now no longer have to pass an undocumented extra argument to the
shallow renderer for rendering components with contextTypes to work.
Fixes #3696
2015-04-21 16:17:06 -07:00
Paul O’Shannessy
f0c7fa3098
Merge pull request #3712 from zpao/changelog-jsxtransformer
...
Update Changelog for 0.13 to mention JSXTransfomer change
2015-04-21 15:04:43 -07:00
Paul O’Shannessy
73cad28e22
Update Changelog for 0.13 to mention JSXTransfomer change
2015-04-21 15:04:13 -07:00
Ben Alpert
cc412367dd
Merge pull request #3706 from spicyj/no-raf
...
Remove ReactRAFBatchingStrategy
2015-04-20 13:41:46 -07:00
Ben Alpert
302f0a1f5a
Remove ReactRAFBatchingStrategy
...
We don't use or support this, so let's just delete it. (#3570 )
2015-04-20 12:09:15 -07:00
Paul O’Shannessy
088d71c7c1
Merge pull request #3693 from reedloden/swap-http-to-https
...
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
2015-04-20 11:02:29 -07:00
Paul O’Shannessy
7b89989c47
Merge pull request #3705 from zpao/doc/update-supported-attrs
...
[docs] Update supported HTML attributes
2015-04-20 10:45:36 -07:00
Jim
e5747b8ffb
Merge pull request #3697 from basecode/improve-pooler-tests
...
Improve `PooledClass` tests
2015-04-20 10:41:18 -07:00
Paul O’Shannessy
1dff5a2009
[docs] Update supported HTML attributes
2015-04-20 09:56:55 -07:00
Paul O’Shannessy
cfc734bb33
Merge pull request #3703 from JimBobSquarePants/patch-1
...
Example is JSX not JS.
2015-04-20 09:40:23 -07:00
James South
8972ad921f
Example is JSX not JS.
2015-04-20 14:26:39 +01:00
Tobias Reiss
e2fa43031e
should call new and old constructor with arguments
2015-04-20 00:43:55 +02:00
Paul O’Shannessy
ec31267e1c
Merge pull request #3694 from adamzap/fix-tutorial-line-highlighting
...
Fix missing line highlight in tutorial
2015-04-19 15:21:59 -07:00
Reed Loden
3e8951e8c7
SSL/TLSize all the things! (convert http:// to https:// where appropriate)
...
Update links to use https:// where it is supported. There's probably a lot
more that could be fixed, but these are the core ones I found (especially
the download links in order to prevent MITM attacks). Note that there are
some fb.me links that will redirect to http:// even while accessed over
https://, but this seemed like the best way to fix those for now.
NOTE: Only non-third-party files were modified. There are references to
http:// URLs in vendored/third-party files, but seems appropriate to fix
upstream for those rather than editing the files.
Also, copy one image locally to the blog, as it was hotlinking to a site
that did not support https://.
Last, use youtube-nocookie.com instead of youtube.com for video embeds,
as the former doesn't try to set a cookie on load (privacy enhancement).
2015-04-18 16:49:32 -07:00
Adam Zapletal
05562a0b09
Fix missing line highlight in tutorial
2015-04-18 18:36:18 -05:00
Paul O’Shannessy
feef6e885b
Tweak wording in 0.13.2 blog post
2015-04-18 16:08:01 -07:00
Paul O’Shannessy
5a19481160
v0.13.2 blog post
...
(cherry picked from commit 6ed202288b )
2015-04-18 15:58:13 -07:00
Paul O’Shannessy
1185fdaf1f
Update website with 0.13.2 builds
...
(cherry picked from commit 179f904525 )
2015-04-18 15:58:11 -07:00
Paul O’Shannessy
8a691f59fe
Readme for 0.13.2
...
(cherry picked from commit e1437078fc )
2015-04-18 15:57:05 -07:00
Paul O’Shannessy
3f5f78e374
Changelog for 0.13.2
...
(cherry picked from commit 4f1c61f915 )
2015-04-18 15:57:05 -07:00
Jon Scott Clark
90f086efbf
Add 'cache: false' to $.ajax when fetching comments
2015-04-18 11:11:18 -04:00