Christopher Chedeau
5ce1fea75a
Add thanks for the react org
2016-02-12 14:50:37 -08:00
Jim
bbd5a78efa
Merge pull request #6009 from jimfb/error-boundaries-initial-render-componentWillUnmount
...
Errors in componentWillUnmount should be caught by error boundary on initial render.
2016-02-11 18:11:35 -08:00
jim
dd390b3e36
Errors in componentWillUnmount should be caught by error boundary on initial render.
2016-02-11 17:44:35 -08:00
Jim
293dc75584
Merge pull request #6008 from jimfb/module-pattern
...
Enable module pattern.
2016-02-11 17:26:46 -08:00
jim
428ef03bbb
Enable module pattern.
2016-02-11 12:59:25 -08:00
Ben Alpert
3e41da767f
Merge pull request #5892 from ianobermiller/children-map-key-slash
...
ReactChildren.map: only add slash if new child has key
2016-02-10 16:53:59 -08:00
Paul O’Shannessy
b560fea08d
Merge pull request #5909 from rajatsehgal/patch-1
...
Use const instead of var (ES6 best practices)
2016-02-10 13:32:21 -08:00
Paul O’Shannessy
e5b304ebe3
Merge pull request #6016 from zpao/rm-batched-updates-addons
...
Remove React.addons.batchedUpdates
2016-02-10 12:23:55 -08:00
Paul O’Shannessy
bd3979980f
Merge pull request #6004 from TheBlasfem/sri-links
...
Included SRI hashes for fb.me links on download page
2016-02-10 11:40:08 -08:00
Paul O’Shannessy
6fe495a5ab
Remove React.addons.batchedUpdates
2016-02-10 11:20:50 -08:00
Julio Lopez
0509950e74
Included SRI hashes for fb.me links on download page
2016-02-08 22:40:57 -05:00
Paul O’Shannessy
4a1b0b7dfa
Merge pull request #5977 from jfairbank/remove-new-call
...
Remove instance of invoking ReactElement with new operator
2016-02-08 14:14:50 -08:00
Paul O’Shannessy
9d22ce8440
Merge pull request #6000 from shinnn/process
...
Do not get `process` object by using `require`
2016-02-08 11:33:15 -08:00
Paul O’Shannessy
08c7b1aa40
Update jsdelivr url
2016-02-08 11:26:46 -08:00
Jim
1e85460909
Merge pull request #5999 from shinnn/https
...
Use HTTPS protocol for jsdelivr.com URL
2016-02-08 10:22:57 -08:00
Shinnosuke Watanabe
38bf3583cb
Do not get process object by using require
...
Because `process` object is globally available in Node.js.
2016-02-09 01:41:24 +09:00
Shinnosuke Watanabe
a90344a9c1
Use HTTPS protocol for jsdelivr.com URL
2016-02-09 01:00:51 +09:00
Jim
725a723e27
Merge pull request #5992 from pra85/patch-1
...
[docs] Fix typo in blog
2016-02-05 22:00:54 -08:00
Prayag Verma
e4b463f921
[docs] Fix typo in blog
...
Found a spelling mistake -
writting > writing
2016-02-06 11:21:40 +05:30
Paul O’Shannessy
886044312c
Merge pull request #5986 from zpao/fix-lint
...
Fix lint
2016-02-05 10:57:57 -08:00
Paul O’Shannessy
a1dab9edbf
Fix lint
...
- Upgrade babel-eslint
- Ignore coverage
- Fix actual lint warning
2016-02-05 10:56:51 -08:00
Jim
81e41ae1b1
Merge pull request #5982 from jimfb/error-boundaries-composite-unmount
...
Error boundries should not unmount composite components which were not mounted.
2016-02-04 17:20:09 -08:00
jim
86305fba41
Error boundries should not unmount composite components which were not mounted.
2016-02-04 17:10:18 -08:00
Jim
220b4b6b50
Merge pull request #4437 from gajus/patch-1
...
Improve definition of the controlled and uncontrolled input
2016-02-04 08:34:30 -08:00
Gajus Kuizinas
97e0fe5d91
Improve definition of the controlled and uncontrolled input.
2016-02-04 12:02:53 +00:00
Jeremy Fairbank
dbb54b1990
Remove instance of invoking ReactElement with new operator
2016-02-03 21:03:32 -05:00
Jim
f2bb01506a
Merge pull request #5965 from karczk/issue-5957
...
Fix for #5957 : Bug on resolving default props (HTMLAllCollection)
2016-02-03 14:39:11 -08:00
karczk
ef2b1f26ef
Unnecessary type comparisons have been changed to value comparison
2016-02-02 19:35:58 +01:00
krystian.karczewski
8c7d743361
Fix for #5957 : Bug on resolving default props (HTMLAllCollection)
2016-02-02 11:51:31 +01:00
Jim
292f2b7608
Merge pull request #5961 from MarkMurphy/issue-5959
...
Fixes #5959 - jquery-bootstrap example uses handleHidden which does not exist
2016-02-01 22:06:01 -08:00
Mark Murphy
0bd65aa028
Fixes #5959 - jquery-bootstrap example uses which does not exist
...
1. Add a handleHidden method to the BootstrapModal component.
2. Add an event listener for 'hidden.bs.modal' on the modal root
3. Add a new onHidden prop to the BootstrapModal component.
4. Add a new 'handleModalDidClose' method to the Example component to be used as the onHidden prop of it's modal component.
2016-02-01 21:54:56 -04:00
Jim
2981bef075
Merge pull request #5953 from davidvgalbraith/dont-redundantly-set
...
test: get rid of 'should be 1' comment
2016-02-01 13:07:46 -08:00
Dave
1beae0c4ff
test: get rid of 'should be 1' comment
...
This should not be 1, since boolean properties always get set.
2016-02-01 12:53:25 -08:00
Jim
823966ef33
Merge pull request #5955 from pekeq/patch-docs-1
...
Add note in "Fetching from the server" section.
2016-02-01 11:54:27 -08:00
Hideo Matsumoto
d136d28f55
Add note in "Fetching from the server" section.
2016-02-01 23:19:08 +09:00
Jim
1ccec8b711
Merge pull request #5946 from tjfryan/fix-docs-css
...
Fixes highlight issue for code blocks with overflow (css)
2016-01-29 17:33:44 -08:00
John Ryan
cded0c5c23
Fixes highlight issue for code blocks with overflow
2016-01-29 16:46:16 -08:00
Jim
188e8cde2f
Merge pull request #5884 from jimfb/component-extends-react-component
...
Enable null return values in plain functions
2016-01-29 15:05:08 -08:00
Jim
9d5825cf4b
Merge pull request #3372 from jonhester/void-elements
...
ReactDOMComponent should throw error when provided children for void elements
2016-01-29 13:27:35 -08:00
Jim
67e1291ef7
Merge pull request #1510 from syranide/propattr
...
Use removeAttribute to forcefully remove properties from the DOM
2016-01-29 12:48:25 -08:00
Rajat Sehgal
a0c32cb629
Use const instead of var (ES6 best practices)
2016-01-29 00:47:43 -05:00
Paul O’Shannessy
9c3f595597
Merge pull request #5923 from puppybits/patch-1
...
Update 12-context.md
2016-01-28 20:06:09 -08:00
Bobby
6986fdd6bd
Update 12-context.md
...
Context was missing info on how to update the context after the initial render. Added a simple blurb and an example.
[Docs] 12-context.md code review changes
2016-01-28 16:47:56 -08:00
Scott Feeney
c569b329e9
Update website for 0.14.7
...
(cherry picked from commit e48343bd03 )
2016-01-28 12:28:25 -08: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
e9636b1f6a
Merge pull request #5903 from zpao/rm-build-deps
...
Clean up ununsed devDeps
2016-01-28 10:29:03 -08:00
Paul O’Shannessy
4b2b7b0d3e
Merge pull request #5911 from Mathieuu/patch-1
...
Fix broken guide example in "Motivation: Separation of Concerns"
2016-01-28 10:22:33 -08:00
Paul O’Shannessy
fc547e8380
Merge pull request #5928 from scjody/patch-1
...
Add a link to the list of supported events
2016-01-27 15:47:57 -08:00
Jody McIntyre
01f10eb7ba
Add a link to the list of supported events
2016-01-27 18:09:47 -05:00
Paul O’Shannessy
ed40119db8
Merge pull request #5922 from zpao/package-empty-deps
...
Add empty dependencies for packages
2016-01-27 11:05:21 -08:00