Shirshak Bajgain
45c05c7097
Remove broken link from licence ( #11176 )
2017-10-10 16:57:00 +01:00
skratchdot
0344f7ad55
[Gatsby] " https://facebook.github.io/react/ " -> " https://reactjs.org/ " ( #10970 )
2017-09-29 18:43:22 -07:00
BJR Matos
473327a469
remove note about license for example ( #10943 )
...
removing the old mention of license for examples. since there is no examples in the repository and also the license for them was deleted [here](#10890 )
2017-09-28 23:27:52 +01:00
Sophie Alpert
b765fb25eb
Change license and remove references to PATENTS
...
Only remaining references:
```
docs/_posts/2014-10-28-react-v0.12.md
51:You can read the full text of the [LICENSE](https://github.com/facebook/react/blob/master/LICENSE ) and [`PATENTS`](https://github.com/facebook/react/blob/master/PATENTS ) files on GitHub.
docs/_posts/2015-04-17-react-native-v0.4.md
20:* **Patent Grant**: Many of you had concerns and questions around the PATENTS file. We pushed [a new version of the grant](https://code.facebook.com/posts/1639473982937255/updating-our-open-source-patent-grant/ ).
src/__mocks__/vendor/third_party/WebComponents.js
8: * subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
```
2017-09-25 18:17:44 -07:00
Simen Bekkhus
b629b78350
Remove Travis badge from readme ( #10041 )
2017-06-26 11:22:21 +01:00
Tetsuya Hasegawa
d6cc1d1755
Remove outdated Troubleshooting section ( #9489 )
...
* fixed a simple typo in README.md troubleshooting section
* Remove the troubleshooting section
2017-04-26 14:14:07 +01:00
Vikash Agrawal
db989c0f63
Updated link for good first bug's in README.md ( #9273 )
...
* Updated link for good first bug's in README.md
* Changed text for beginner friendly bugs
* update beginner friendly bugs section title
2017-04-14 10:56:38 -05:00
Abhay Nikam
a95e1d8ffc
Updated recommended links for installation in readme ( #9425 )
2017-04-13 23:15:13 +01:00
Dan Abramov
0e6f784259
Replace Starter Kit with doc link ( #8682 )
...
* Replace Starter Kit with doc link
* https in Babel link
2017-01-04 09:39:01 -08:00
Tom Occhino
e44b526999
Add CircleCI badge to the Readme
2016-12-02 17:43:16 -08:00
tomocchino
66ee428a61
Update Changelog & Readme for 15.4.0
...
(cherry picked from commit 443683525f )
2016-11-16 14:51:38 +00:00
Brad Vogel
01753cde85
"take part in" is the correct saying ( #8013 )
2016-10-22 21:57:57 +01:00
Tyler Buchea
e5b197cd94
Update README.md to use jsx for syntax highlighting ( #7884 )
...
Github now supports jsx syntax highlighting in their markdown documents. So I have updated the main README.md to use jsx instead of js.
2016-10-05 14:13:11 -05:00
Dan Abramov
7b10b2b88d
Update the homepage with ES6 ( #7868 )
...
* Update the homepage with ES6
* Avoid array spread and stale state
2016-10-04 19:33:09 +01:00
Dan Abramov
1c0b5dca5a
Tweak the contributing wording in README
2016-09-27 23:32:57 +01:00
Dan Abramov
c82bcefa93
Move How to Contribute to documentation and update it ( #7817 )
...
* Move How to Contribute to documentation and update it
* Consistent formatting
2016-09-27 23:20:49 +01:00
Paul O’Shannessy
af28c5cd73
Update Changelog & Readme for 15.3.2
...
(cherry picked from commit 8c7bbbfc21 )
Fix formatting of 15.3.2 changelog
(cherry picked from commit c2388bf09b )
2016-09-19 11:14:16 -07:00
Michael Jackson
9fd42264fe
s/npmcdn/unpkg/g ( #7609 )
...
npmcdn.com is moving to unpkg.com. Same backend, one less letter in the
domain name. Boom.
2016-08-29 19:45:31 -07:00
Lucas
56e20b4ab5
Fix minor typo in README.md ( #7540 )
2016-08-21 18:36:54 -07:00
Paul O’Shannessy
e10f83de12
Update readme for 15.3.1
...
(cherry picked from commit cc41ec258f )
2016-08-19 14:20:02 -07:00
Paul O’Shannessy
1bb257de93
[docs] Use npmcdn ( #7394 )
2016-08-02 13:44:06 -07:00
Paul O’Shannessy
7d4e97f9e5
Update readme for 15.3.0
...
(cherry picked from commit 7251f6a6e9 )
2016-07-29 12:17:41 -07:00
Paul O’Shannessy
1252739c84
Update readme for 15.2.1
...
(cherry picked from commit 5597ca70be )
2016-07-19 12:17:34 -07:00
Paul O’Shannessy
7ef584b2c3
Update readme for 15.2.0
...
(cherry picked from commit 516aa96419 )
2016-07-01 12:21:48 -07:00
Paul O’Shannessy
4886e028bf
Specify possible need for C++ compiler ( #7064 )
2016-06-17 11:34:04 -07:00
Juan
b618b786a9
Update readme to latest React description ( #7014 )
...
* Update readme to latest React description
* Update readme to latest wordsmithing
2016-06-14 12:46:21 -07:00
Paul O’Shannessy
015833e594
Update readme for 15.1.0
...
(cherry picked from commit b7d480986a )
2016-05-20 16:34:56 -07:00
Paul O’Shannessy
9d14cce62f
Update readme for 15.0.2
...
(cherry picked from commit 4dec99c61e )
2016-05-02 10:15:57 -07:00
Paul O’Shannessy
9bbe80a6cc
Update changelog & readme for 15.0.1
...
(cherry picked from commit a6179d03f3 )
2016-04-08 14:39:03 -07:00
Paul O’Shannessy
3ed07aca5f
Update readme for v15
...
(cherry picked from commit c49166401a )
2016-04-07 15:15:45 -07:00
Dan Abramov
96c0cd061e
Update README and CHANGELOG for 0.14.8
2016-03-29 17:07:21 +01:00
Kent C. Dodds
6b307a55fb
add prs welcome badge
2016-03-24 14:18:32 -06:00
Jon Tewksbury
17c9dffed4
Add npm install instructions to readme
2016-02-12 23:20:52 -08:00
Paul O’Shannessy
08c7b1aa40
Update jsdelivr url
2016-02-08 11:26:46 -08:00
Shinnosuke Watanabe
a90344a9c1
Use HTTPS protocol for jsdelivr.com URL
2016-02-09 01:00:51 +09:00
Scott Feeney
6ecf06ce60
Update CHANGELOG.md and README.md
...
(cherry picked from commit 741124548d )
2016-01-28 12:28:18 -08:00
Paul O’Shannessy
5597873d7c
Changelog & Readme for v0.14.6
...
(cherry picked from commit 06cad05d49 )
(cherry picked from commit 44e90c040d )
2016-01-07 10:10:38 -08:00
Ben Alpert
e15e059d73
Readme for 0.14.5
...
(cherry picked from commit d6a0a083e4 )
2015-12-29 14:43:30 -08:00
Ben Alpert
a58cde6c79
Update readme for 0.14.4
...
(cherry picked from commit 0516e74473 )
2015-12-29 14:11:45 -08:00
Paul O’Shannessy
89a0ef4ff9
Update badges to include coverage
...
Also switch to use a different badge provider for consistent styling
2015-12-22 15:41:28 -08:00
Dan Abramov
ca31e9f3f7
Remove mention of grunt test --debug from README
...
It isn't supported anymore.
2015-12-21 19:18:23 +00:00
Paul O’Shannessy
399a6cfd1c
Update readme for 0.14.3
...
(cherry picked from commit 1cef6ebabf )
2015-11-18 22:39:49 -08:00
Paul O’Shannessy
76bbd9e660
Update readme for 0.14.2
...
(cherry picked from commit 01622a4442 )
2015-11-04 17:38:31 -08:00
Jim
6fd7892a4d
Added a note about finding a good-first-bug
2015-10-30 11:05:49 -07:00
Paul O’Shannessy
ee06df1ac5
Bring over updates for 0.14.1 release
...
Update changelog for 0.14.1
(cherry picked from commit aaf8f870cb )
Update readme for 0.14.1
(cherry picked from commit c2dde8df0b )
0.14.1 blog post
(cherry picked from commit 6e2450e8f2 )
Update website for 0.14.1
(cherry picked from commit f0782e2b2e )
2015-10-28 14:43:56 -07:00
Dean Shi
2b136a4f84
Update README's example
...
According to current React version, when I use `React.render`, console shows `React.render is deprecated. Please use ReactDOM.render from require('react-dom') instead.`.
So this PR is a tiny update for the README example.
2015-10-24 00:59:05 -07:00
Jim
e46e5784ce
Updated node version requirement in README.md
2015-10-12 18:06:06 -07:00
Paul O’Shannessy
be90351add
Update Readme with for 0.14
2015-10-09 17:48:44 -07:00
Toru Kobayashi
656c2ef173
Remove fasttest task. fasttest is not fast
2015-08-05 19:00:23 +09:00
Paul O’Shannessy
8a81d0cea2
Note that npm >= 2.0.0 is required for building
2015-07-28 11:59:06 -07:00