Paul O’Shannessy
fef495942a
15.1.0
v15.1.0
2016-05-20 15:54:35 -07:00
Paul O’Shannessy
b7d480986a
Update readme for 15.1.0
2016-05-20 15:44:48 -07:00
Paul O’Shannessy
da6a30b022
Merge branch '15.1.0-dev' into 15-stable
2016-05-20 15:41:45 -07:00
Paul O’Shannessy
bca912f91e
Changelog for 15.1.0
2016-05-20 15:20:11 -07:00
Dan Abramov
5b77fff586
Merge pull request #6753 from facebook/fix-6750
...
Fix a memory leak in ReactComponentTreeDevtool
(cherry picked from commit de1bb7a71f )
2016-05-19 22:56:28 -07:00
Dan Abramov
95db5bab42
Merge pull request #6752 from facebook/fix-6742
...
Fix ReactPerf.printOperations() crash
(cherry picked from commit 027d9a919b )
2016-05-19 22:56:22 -07:00
Rachel D. Cartwright
b4c1356d18
make test utils format consistent ( #6777 )
...
(cherry picked from commit 207fe0b478 )
2016-05-16 13:00:48 -07:00
djskinner
668dd47700
Refer to correct example ( #6760 )
...
I *think* this should refer to the second example, where the instance to the ref is stored. In any case please can someone confirm for my own understanding?
(cherry picked from commit 712b1f75bf )
2016-05-16 13:00:43 -07:00
Chad Fawcett
d9bcda01db
Add information on JSX element keys ( #6751 )
...
(cherry picked from commit 5d64199bb6 )
2016-05-16 13:00:33 -07:00
Jarrod Mosen
8c50a04455
Fix grammar on homepage ( #6746 )
...
* Fix grammar in README
* Change DOM abstraction grammar on homepage
(cherry picked from commit 01b060d7dc )
2016-05-16 13:00:25 -07:00
hao.huang
80b849e2a0
Add permalink ( #6713 )
...
Add permalink to docs, so we can access with 'prev' and 'next'
(cherry picked from commit 92bebcad5f )
2016-05-16 13:00:20 -07:00
Ben Alpert
e15a7d1f7e
Revert "Don't wrap drag events in IE/Edge in dev builds" ( #6741 )
...
(cherry picked from commit 98cb2f8507 )
2016-05-12 11:38:07 -07:00
Paul O’Shannessy
7da8884581
15.1.0-alpha.1
2016-05-09 22:25:33 -07:00
Paul O’Shannessy
871523c8f4
Shrinkwrap to pick up jest upgrade
2016-05-09 22:22:41 -07:00
Dan Abramov
09172b112f
Merge pull request #6647 from gaearon/bye-bye-reactperf
...
Replace ReactPerf with new implementation
(cherry picked from commit b6a6078167 )
2016-05-09 22:07:49 -07:00
Desmond Brand
3adc4a6e0e
Add links to docs for addons and top level API ( #6555 )
...
This makes it easier to figure out where the docs live.
Googling for e.g. `react-addons-update` also works, but this should
make things easier for people that hyperclick directly to the source.
(cherry picked from commit db175052c0 )
2016-05-09 22:07:42 -07:00
Ben Alpert
b29bf7515b
Fix bug with double updates in a single batch ( #6650 )
...
Fixes #2410 . Fixes #6371 . Fixes #6538 .
I also manually tested the codepen in #3762 and verified it now works.
(cherry picked from commit c1e3f7ec14 )
2016-05-09 22:05:32 -07:00
Dan Abramov
cba62feeec
Merge pull request #6633 from gaearon/native-tree-devtool
...
Make ReactComponentTreeDevtool work with React Native
(cherry picked from commit 45ec1265eb )
2016-05-09 22:05:16 -07:00
Christoph Pojer
09c6d53e64
Merge pull request #6620 from cpojer/master
...
Update to Jest 12. Codemod to new Jest APIs.
(cherry picked from commit d07b554291 )
2016-05-09 22:05:09 -07:00
Dan Abramov
78aa706491
Merge pull request #6046 from gaearon/new-perf
...
Add new ReactPerf
(cherry picked from commit 98a8f49068 )
2016-05-09 21:54:42 -07:00
Dan Abramov
f50d542ff7
Merge pull request #6612 from gaearon/instrumentation-new-operations
...
Add ReactNativeOperationHistoryDevtool to track native operations
(cherry picked from commit 3bdf09e86f )
2016-05-09 21:54:36 -07:00
Dan Abramov
583d7205c6
Merge pull request #6549 from gaearon/instrumentation-new
...
Provide info about component tree to devtools
(cherry picked from commit 76a4c46dba )
2016-05-09 21:54:23 -07:00
Jim
1f1dba92a8
Merge pull request #6364 from p-jackson/issue-5700
...
Don't wrap drag events in IE/Edge in dev builds
(cherry picked from commit 2e8f28c29f )
2016-05-09 21:54:17 -07:00
Jim
258e591e45
Merge pull request #6341 from borisyankov/master
...
Add more information to warning 'Input elements must be either controlled or uncontrolled'
(cherry picked from commit 006058daa5 )
2016-05-09 21:54:12 -07:00
Jim
42d27cd152
Merge pull request #6134 from richardscarrott/master
...
Warn if props obj passed into createElement / cloneElement inherits from anything other than Object
(cherry picked from commit 7b47e3e537 )
2016-05-09 21:53:51 -07:00
Paul O’Shannessy
d8d6c7a07b
15.0.3-alpha.2
2016-05-09 21:32:13 -07:00
Paul O’Shannessy
4f0163fd38
Ensure babelrc gets added to zipfile too ( #6688 )
...
(cherry picked from commit 48f4684b5f )
2016-05-09 21:29:12 -07:00
Jim
0244879c8f
Basic SSR support for error boundaries ( #6694 )
...
(cherry picked from commit 96cb8c5fc4 )
2016-05-09 21:23:44 -07:00
Andreas Svensson
743e4c6231
DOMLazyTree, populate <object> before insertion into DOM ( #6691 )
...
(cherry picked from commit 2af4765a2a )
2016-05-09 21:23:38 -07:00
Tanase Hagi
c3d99b5292
Update examples/basic-commonjs/package.json ( #6685 )
...
(cherry picked from commit 83521bddb0 )
2016-05-09 21:22:54 -07:00
Jake Boone
d1f519e0cd
Grammar correction in ReactDOMInput.js warning ( #6657 )
...
Changed "a uncontrolled input" to "an uncontrolled input".
(cherry picked from commit 393a1798fa )
2016-05-09 21:19:51 -07:00
Brandon Dail
ff3cec5beb
Return early from enqueuePutListener for SSR ( #6678 )
...
(cherry picked from commit eb116482a3 )
2016-05-09 21:19:42 -07:00
Jan Schär
b0deadc05d
Allow custom elements extending native ones ( #6570 )
...
...by passing the `is` attribute as the second param to `createElement`.
See http://webcomponents.org/polyfills/custom-elements/
(cherry picked from commit 3d31361cfb )
2016-05-09 21:16:51 -07:00
Dan Abramov
ced4ef9ad6
Fix zh-TW permalink
2016-05-10 02:21:01 +01:00
Dan Abramov
ca19ae5ad0
Fix ru-RU doc page permalinks
...
Fixes #6735
2016-05-10 01:48:48 +01:00
Dan Abramov
9460263e41
Merge pull request #6730 from elas7/fix-docs
...
[docs] Remove mention of 'nested object' as an allowed children in React.Children.map
(cherry picked from commit 982e096eb5 )
2016-05-09 15:37:45 -07:00
Yaxian
197ecabb9a
refine the translation of chapter 12-context ( #6665 )
...
(cherry picked from commit 9ddf9e137e )
2016-05-09 15:37:38 -07:00
Dan Abramov
ee459684f1
Merge pull request #6696 from dotu/patch-3
...
Create 03-interactivity-and-dynamic-uis.ru-RU.md
(cherry picked from commit 590ee490f9 )
2016-05-09 15:37:34 -07:00
Kevin Suttle
6516c72ef1
Fix broken link to TypeScript docs ( #6687 )
...
(cherry picked from commit 3370db14bb )
2016-05-09 15:37:28 -07:00
Dan Abramov
9d022818e1
Merge pull request #6669 from dotu/patch-2
...
Create 02-displaying-data.ru-RU.md
(cherry picked from commit 4ed46ec52f )
2016-05-09 15:37:20 -07:00
Andrey Safronov
b9ae9f5f38
Create 01-why-react.ru-RU.md ( #6659 )
...
* Create 01-why-react.ru-RU.md
* Create 01-why-react.ru-RU.md
Translation for language code [ru-RU](https://en.wikipedia.org/wiki/Russian_language )
* Create 01-why-react.ru-RU.md
Errors fixes
* Update 01-why-react.ru-RU.md
исправил "чтобы решить".
спасибо за отзывчивость. надеюсь дальнейшие переводы хоть немного помогут распространению React в России :)
(cherry picked from commit 08e568cfc8 )
2016-05-09 15:37:16 -07:00
Jackson Huang
b8ac9e1597
Create 01-why-react.zh-TW.md ( #6470 )
...
* Create 01-why-react.zh-TW.md
Translation for language code [zh-TW](https://en.wikipedia.org/wiki/Zh-TW )
* Update 01-why-react.zh-TW.md
change "封裝性非常好" to "封裝性高"
(cherry picked from commit 44f84634d7 )
2016-05-09 15:37:09 -07:00
Simen Bekkhus
9537b240de
Add note on how to submit a form ( #6594 )
...
(cherry picked from commit 772468183f )
2016-05-09 15:37:05 -07:00
Dan Abramov
9c6de78844
Merge pull request #6628 from sheerun/patch-1
...
Document stateless components in formal types
(cherry picked from commit af1a21289b )
2016-05-09 15:36:43 -07:00
Yan Li
6bb4fea31d
adds ReactRally & Reactive 2016 + conf locations ( #6623 )
...
(cherry picked from commit 71179459de )
2016-05-09 15:36:35 -07:00
z.ky
97849a08cd
Update tutorial - add link for starting server ( #6602 )
...
To be extra helpful to beginners, and avoid questions like this: http://stackoverflow.com/questions/35758956/react-tutorial-how-do-i-start-the-server
(cherry picked from commit f4e608fc2e )
2016-05-09 15:31:35 -07:00
Paul O’Shannessy
2f435912d8
Shrinkwrap to account for updated object-assign
2016-05-03 12:38:01 -07:00
Paul O’Shannessy
d737dc6dd2
15.0.3-alpha.1
2016-05-03 12:21:33 -07:00
Paul O’Shannessy
1b22f12acd
Ensure we're using latest object-assign ( #6681 )
...
This picks up the change to feature test against order bugs.
(cherry picked from commit 468901c336 )
2016-05-03 12:18:46 -07:00
Pieter De Baets
69bb9e3c8c
Remove some mocks that are already packaged by InitializeJavaScriptAppEngine ( #6642 )
...
(cherry picked from commit 760b1ef4c3 )
2016-05-03 12:03:13 -07:00