Commit Graph

1955 Commits

Author SHA1 Message Date
Denis Laxalde
413f53b500 Remove mention of deprecated ReactLink add-on (#6535) 2016-04-18 06:26:10 -07:00
Jim
d5116e56b3 Mention Enzyme on the test utils page. (#6523) 2016-04-15 16:20:43 -07:00
Paul O’Shannessy
87b1f7033b Cleanup environments doc
- Use correct "Note" formatting so they render correctly
- reordered sections so Node is first
- Use "Node.js" consistently (it is a product name just like Nashorn)
- added/tweaked some of the text
- simplified the Java code so it doesn't hit the internet.
2016-04-14 14:17:44 -07:00
Jim
eb56cc7a4a Added docs for environment integration. 2016-04-14 12:25:17 -07:00
Jim
cc287674d7 Merge pull request #6148 from jimfb/node-package-manager
Create section on using React with package managers.
2016-04-12 22:33:47 -07:00
Jim
40380fbafd Create section on using React with package managers. 2016-04-12 12:39:49 -07:00
Dan Abramov
4b5240f833 Use the same changelog format as 15.0 post 2016-04-08 23:00:20 +01:00
Paul O’Shannessy
9fc9ffcc39 Actually bump version on website
(cherry picked from commit d72885b383ffb23597048b649ed2a94ed17cb362)
2016-04-08 14:39:03 -07:00
Paul O’Shannessy
5d7cb146c9 Update website for 15.0.1
(cherry picked from commit fd1476e3aab038711ba32eae3d1dce06e7d8032f)
2016-04-08 14:39:03 -07:00
Paul O’Shannessy
c7dab9cb00 15.0.1 blog post
(cherry picked from commit 142e4ebb57269c4f44004204acdeea31945ab4a2)
2016-04-08 14:39:03 -07:00
Brandon Dail
6d60404ac7 Grammar fix for 15.0 blog post
Since "This" is the subject and singular, "have" should be "has"

New wording explaining implementation details

Grammar fix for 15.0 blog post

Since "This" is the subject and singular, "have" should be "has"

Fix wording for 15.0 blog post

nitpicks
2016-04-08 11:04:06 -05:00
Paul O’Shannessy
53c2a76662 [docs] Clarify data-reactid in v15 post 2016-04-07 15:27:05 -07:00
Paul O’Shannessy
83c1686efa [docs] Update site for v15
(cherry picked from commit 0275d77fc05eba6b276c164e53f561f553b4e975)
2016-04-07 15:15:44 -07:00
Dan Abramov
c4891e5eb6 Add React 15 post
(cherry picked from commit 67a4b12e270e6d343a3a8274b212e63f5199617c)
2016-04-07 15:15:44 -07:00
Paul O’Shannessy
17b15ece13 [docs] Update acknowledgements for v15
(cherry picked from commit 40c0867f6319f57ebc2b810aa8caac328db14b66)
2016-04-07 15:15:44 -07:00
Dan Abramov
f949f83c9f Add the missing download
(cherry picked from commit 1aee28ef1b1489caae70954b99fd1a1dbc5da1bb)
2016-04-07 14:35:00 -07:00
Jim
40fa2fae6a Merge pull request #6400 from jimfb/return-value-legacy
Document legacyness of the return value of ReactDOM.render()
2016-04-07 14:03:56 -07:00
Jim
04e291d7b6 Merge pull request #6419 from IvanVergiliev/master
Add documentation about empty functional components
2016-04-07 14:03:21 -07:00
Paul O’Shannessy
a06287b8f3 Merge pull request #6428 from zpao/15-docs-attrs
[docs] Update supported attrs, clarified what supported elements actually means
2016-04-07 11:22:55 -07:00
Jim
e2e36cfbfe Document legacyness of the return value of ReactDOM.render() 2016-04-06 16:30:25 -07:00
Michael Terry
ceec4829b7 Fix briefly confusing typo
There are two examples of a text input with initial value  of "Hello!" on this page, a controlled and an uncontrolled. The explanation for the uncontrolled version mistakenly says it works much like the earlier "uncontrolled" example, but the earlier example was the controlled version.
2016-04-06 15:57:48 -07:00
Paul O’Shannessy
5cda4a63c2 [docs] Update supported attrs, clarified what supported elements actually means 2016-04-06 15:41:56 -07:00
Ivan Vergiliev
a9e07a8b3c Document that stateless functional components can return null in v15 2016-04-06 20:19:14 +03:00
Ivan Vergiliev
6fb4eefcc4 Add documentation about empty functional components 2016-04-06 01:29:59 +03:00
Dan Abramov
cccba8f1e3 Remove another 0.14 changelog entry for 15 RC1 release notes 2016-04-05 01:32:38 +01:00
Dan Abramov
efcced2ff0 Remove 15 RC1 changelog entry that was fixed in 0.14 2016-04-05 00:49:07 +01:00
Dan Abramov
71ec42921a Clarify that ReactPerf.getLastMeasurements() is now opaque 2016-04-04 16:29:53 +01:00
Dan Abramov
2d56ee4b57 Merge pull request #5731 from MatthewHerbst/docs-arrayof-custom-validator
Documentation for arrayOf custom item validator
2016-04-02 14:12:23 +01:00
Matthew Herbst
5693f30959 Added new documentation showing use of a custom validator for arrayOf or objectOf, specifically how the method signature for such a validator differs from the customProp validator method signature. Made minor edits to error message for customProp example to match error messages found in src. 2016-04-02 19:28:25 +08:00
Jim
dad1d98b32 Merge pull request #6367 from sottar/translate-thinking-in-react.md-to-Japanese
Translate thinking-in-react.md to Japanese
2016-03-30 20:52:08 -07:00
Dan Abramov
10c3aca26e Merge pull request #6363 from facebook/gaearon-patch-1
Document how to avoid wrapper in ReactTransitionGroup
2016-03-30 01:17:48 +01:00
Dan Abramov
cbfdf2ff4f Document how to avoid wrapper in ReactTransitionGroup
Thanks to @rayshan for some rewording tips too!
2016-03-30 01:16:37 +01:00
Dan Abramov
4ff97c6082 Fixed paren balance in the doc 2016-03-29 21:30:49 +01:00
Mark Funk
2ecd32cc89 Link to "No Autobinding" section for ES6 classes.
There's a more descriptive section about the lack of Autobinding in ES6 classes and suggestions around it, so this commit adds a link to that section.
2016-03-29 13:19:38 -07:00
Mark Funk
00e1fe2b6a Update ES6 class documentation with binding perf
Adding a note in the ES6 class documentation about function binding.  Recommending that you bind your handlers in the constructor so that they are referentially the same function every time render is invoked (helps with child components that might potentially call shouldComponentUpdate)
2016-03-29 12:51:57 -07:00
Dan Abramov
de22ad5abe Fix whitespace in 0.14.8 blog entry 2016-03-29 18:31:48 +01:00
Dan Abramov
f710e97024 Blog post for React 0.14.8 2016-03-29 16:47:11 +01:00
sottar
3a5c7c0e13 Translate thinking-in-react.md to Japanese 2016-03-29 21:02:58 +09:00
speedskater
5b6d354230 Updated react conf links
* Added React Conf 2016
* Fixed Links for React Conf 2015
2016-03-24 08:11:35 +01:00
Jim
69640ba17c Merge pull request #6195 from mxstbr/perf-links
Add benchling engineering articles about perf to docs
2016-03-23 16:47:42 -07:00
Paul O’Shannessy
682997b9ff Merge pull request #6191 from strawbrary/edit-on-github-position
[docs] keep position of "Edit on GitHub" link fixed
2016-03-23 12:24:16 -07:00
Jim
e7949b5772 Removed script security attributes, since fb.me isn't setting the proper headers. 2016-03-21 15:06:08 -07:00
Christopher Chedeau
8076ea2212 [website] Fix jump on the header
Algolia adds two inline styles

```css
  position: relative;
  vertical-align: top;
```

to the element once the script inserted at the end of the page runs which super slightly moves the header. The fix is to always apply those two rules this way it doesn't jump. I did not notice it on my machine because it doesn't move when custom fonts are not being used.

Test Plan:
- Open two tabs: reactjs.com and localhost:4000/react
- Click around on reactjs.com to prime the cache with the fonts
- Switch tabs and click around on localhost (but do not force refresh!)
- Now you get custom fonts loaded locally and it doesn't jump when you change tabs
2016-03-21 14:12:20 -07:00
Jim
a96fa2399d Merge pull request #6281 from rgarifullin/microfix_docs
Microfix docs
2016-03-19 11:24:27 -07:00
Dan Abramov
0beef5d943 Rename ReactPerf methods to match the upcoming ReactPerf revamp 2016-03-17 20:18:42 +00:00
rgarifullin
8f7edbca43 Add missing semicolon in test-utils part of docs 2016-03-17 22:51:11 +03:00
Dan Abramov
71d74b2e74 Add v15 RC2 download 2016-03-16 22:22:47 +00:00
Dan Abramov
dd7564b666 Add v15 RC2 blog post 2016-03-16 21:48:24 +00:00
Jim
ac31a54ebb Merge pull request #6260 from iawia002/master
Update 02-displaying-data.zh-CN.md
2016-03-15 03:32:15 -07:00
iamchenxin
106a793baa [DOCS] Update zh-docs to v15-rc.1 (with #3240c09) 2016-03-15 09:42:29 +00:00