Paul O’Shannessy
d7f21d760b
Update recast to 0.6, update constants.js
...
I dropped the part of constants.js that we weren't using (namely the
part where we insert constants) but left it open to do that. It should
be trivial, we just aren't using it.
Fixes #1824
2014-08-14 11:14:20 -07:00
Ben Alpert
5ca9e193ee
Merge pull request #2038 from zpao/update-testutil-docs
...
TestUtils docs: isComponentOfType -> isDescriptorOfType
2014-08-13 19:29:16 -07:00
Paul O’Shannessy
aa959dcb97
TestUtils docs: isComponentOfType -> isDescriptorOfType
...
Fixes #1946
2014-08-13 19:23:47 -07:00
Paul O’Shannessy
5df9b90c3d
Merge pull request #1832 from rayqian/master
...
Add chinese translation for 02-displaying-data.md
2014-08-13 17:38:44 -07:00
Paul O’Shannessy
d6f5ff0288
Merge pull request #1867 from WickyNilliams/patch-1
...
Add note about key prop being excluded by cloneWithProps
2014-08-13 17:36:48 -07:00
Paul O’Shannessy
f30e5b5a72
Merge pull request #2007 from janhancic/better-docs-for-select-multiple
...
Add a 'note' about passing arrays into the `value` attribute
2014-08-13 17:27:26 -07:00
Paul O’Shannessy
91cdd5af24
Merge pull request #2010 from nw/patch-1
...
Update ref-01-top-level-api.md
2014-08-13 17:26:51 -07:00
Ben Alpert
f982387c6e
[docs] Move "| React" to end of OG title
...
For consistency!
2014-08-13 16:30:43 -07:00
Paul O’Shannessy
6d740448e2
[docs] Move "| React" to end of page title
...
Looks better in search results
2014-08-13 16:28:50 -07:00
Paul O’Shannessy
eb3ea3f2df
Move batchedUpdated to React.addons
...
This is a followup to #1060 , where I did not read closely enough before
merging.
2014-08-13 15:40:40 -07:00
Paul O’Shannessy
938bcbecd5
Merge pull request #1060 from spicyj/gh-906
...
Add React.batchedUpdates to public API
2014-08-13 15:37:43 -07:00
Paul O’Shannessy
ec6653aa56
Merge pull request #1952 from slorber/master
...
Update 09.2-form-input-binding-sugar.md -> document checkedLink
2014-08-13 15:32:27 -07:00
Paul O’Shannessy
16dfaca66a
Merge pull request #2035 from zpao/jekyll-update
...
[Docs] Update Jekyll + more
2014-08-13 15:23:37 -07:00
Karpich Dmitry
a185f09943
Add classid property for <object/> tag
...
This properties needed to work with ActiveX objects in IE, created by
<object/> tag.
Closes #1526
2014-08-13 13:28:19 -07:00
Paul O’Shannessy
fdf97f42f7
Update README to use bundle exec *
...
Also, referenced rake release task
2014-08-13 12:38:09 -07:00
Paul O’Shannessy
2cbf609856
Autogenerate acknowledgements
2014-08-13 12:38:09 -07:00
Paul O’Shannessy
51df0efe34
Use jekyll-redirect-from instead of our other redirect method
2014-08-13 12:38:09 -07:00
Paul O’Shannessy
4c7cd13ab3
Set default layout for docs
2014-08-13 11:40:14 -07:00
Paul O’Shannessy
03df215bd2
Default to layout: post for posts
...
Just a little less boilerplate. This also removes a bit of trailing
whitespace because it shouldn't have been there.
2014-08-13 11:37:19 -07:00
Paul O’Shannessy
b58b9d0b79
Update Bourbon files (4.0.2)
2014-08-13 11:20:00 -07:00
Paul O’Shannessy
8dbdd53e46
Reorder _config for sanity
2014-08-13 11:14:24 -07:00
Paul O’Shannessy
77fa3f35b5
Minimal updates for Jekyll 2.0
2014-08-13 11:10:40 -07:00
Paul O’Shannessy
ed27c89748
Merge pull request #2026 from spicyj/likely-a-bug-in-the-framework
...
Improve Danger error message to not blame React
2014-08-12 13:23:29 -07:00
Ben Alpert
26aff787e7
Merge pull request #2028 from andrezsanchez/patch-1
...
Fix typo
2014-08-11 20:09:28 -07:00
Andre Z Sanchez
6f49827c12
Fix typo
2014-08-11 22:57:33 -04:00
Ben Alpert
e2ac2f326c
Improve Danger error message to not blame React
2014-08-11 15:18:07 -07:00
Nathan White
c141a8581f
changed type info. added descriptor to descriptions
2014-08-11 15:44:21 -06:00
Ben Alpert
13e60298e1
Merge pull request #2025 from zpao/rm-flux-todomvc
...
Remove TodoMVC flux example
2014-08-11 13:37:23 -07:00
Paul O’Shannessy
1033c4805f
Remove TodoMVC flux example
...
It lives at https://github.com/facebook/flux/tree/master/examples/flux-todomvc now.
2014-08-11 13:02:12 -07:00
Ben Alpert
f7af58fa0c
<noscript /> -> null in todomvc-flux Footer
2014-08-11 12:26:10 -07:00
Paul O’Shannessy
986f5a1a07
Merge pull request #1662 from gaearon/warn-when-using-hyphenated-style-names
...
Warn when using hyphenated style property names
Closes #1662
Conflicts:
src/browser/ui/dom/CSSPropertyOperations.js
2014-08-11 10:18:08 -07:00
Paul O’Shannessy
0e5316f12f
Merge pull request #2021 from adammark/patch-1
...
Close <section> tag in sample markup
2014-08-11 10:07:36 -07:00
Adam Mark
8642262aad
Copy edit (fix grammar)
2014-08-11 12:19:08 -04:00
Adam Mark
77d7b4928e
Close <section> tag in sample markup
2014-08-11 12:13:04 -04:00
Cheng Lou
82da739d9e
Merge pull request #2018 from samselikoff/patch-2
...
Clarify section introducing callbacks
2014-08-10 13:59:20 -07:00
Sam Selikoff
90888debd0
Clarify section introducing callbacks
2014-08-10 16:47:06 -04:00
Cheng Lou
68930ad4a6
Merge pull request #2016 from samselikoff/patch-1
...
Clarify section introducing `props`
2014-08-09 17:54:15 -07:00
Sam Selikoff
255f238cee
Clarify section introducing props
2014-08-09 19:24:40 -04:00
Paul O’Shannessy
c506b44173
Merge pull request #2000 from RReverser/stop-travis-on-docs
...
Cancelling Travis build on commits with docs updates only.
2014-08-08 13:25:23 -07:00
Nathan White
c53fb8f405
Update ref-01-top-level-api.md
...
Added docs for `React.isValidClass` and `React.isValidComponent`.
Still missing top level api:
* `constructAndRenderComponent`
* `constructAndRenderComponentById`
* `withContext`
2014-08-07 12:09:45 -06:00
Jan Hancic
1db8756b8f
Remove quotes around the value attribute
2014-08-07 09:22:46 +01:00
Jan Hancic
b25e4368bb
Add ={true} so it's aligned with recommended practises
2014-08-07 08:10:55 +01:00
Josh Duck
f71455fb31
Fire onBeforeUpdate for space on Android
...
We deliberately skip the event, but Android Chrome
doesn't fire the keypress, so this is wrong.
2014-08-06 16:41:56 -07:00
Sebastian Markbage
036d751397
Add createElement alias for createDescriptor
2014-08-06 16:41:47 -07:00
Jan Hancic
b016400bb1
Add a 'note' about passing arrays into the value attribute
...
This is for #1700
2014-08-06 23:45:37 +01:00
Cheng Lou
aaa8a5ff50
Merge pull request #1990 from syranide/rmctest
...
Simplified and improved test-cases for ReactMultiChildText-test
2014-08-06 11:20:59 -07:00
Cheng Lou
12ab5e8345
Merge pull request #1974 from jstoja/jquery-tutorial
...
jQuery note in tutorial
2014-08-05 22:10:58 -07:00
Andreas Svensson
41d5cee44e
Simplified and improved test-cases for ReactMultiChildText-test
2014-08-05 23:40:11 +02:00
Ingvar Stepanyan
233af7e2df
Cancelling Travis build on commits with docs updates only.
...
Currently recognized patterns:
* any Markdown files (*.md)
* any files in docs or examples directories.
Closes facebook/react#1768 .
2014-08-06 00:39:55 +03:00
Ben Alpert
e39a28c175
[docs] Add parens to defeat ASI in example
...
Fixes #1996 .
2014-08-04 21:48:24 -07:00