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
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
Paul O’Shannessy
a92bc51e0a
Add empty dependencies for packages
...
This ensures that broken npm versions won't crash when doing install --production
2016-01-26 08:37:30 -08:00
Paul O’Shannessy
6f5e619fae
Merge pull request #5912 from chrisbolin/patch-1
...
Small copy changes to TestUtils and Perf summaries
2016-01-25 16:09:57 -08:00
Chris Bolin
edaf5b43b4
Small copy changes to TestUtils and Perf summaries
2016-01-25 19:02:21 -05:00
Paul O’Shannessy
ea79138156
Merge pull request #5917 from zeke/homepage-urls
...
Fix homepage URLs in package.json files
2016-01-25 12:58:32 -08:00
Zeke Sikelianos
0ce28c6e88
fix homepage URLs in package.json files
2016-01-25 14:44:17 -06:00
Mathieu Savy
e1b7c3aa0c
Fix broken guide example in "Motivation: Separation of Concerns"
...
The code example in `Motivation: Separation of Concerns` now fetches the `Engineering` facebook page instead of the user `pwh`.
With the current version of the graph api, it is impossible to fetch the user picture from an username. However it is still doable for public pages.
2016-01-24 17:04:17 -08:00
Paul O’Shannessy
096115c5c9
Merge pull request #5904 from sercaneraslan/master
...
Overflow problem fixed
2016-01-22 11:30:06 -08:00
Sercan Eraslan
080ff5ad73
Overflow problem fixed
2016-01-22 20:51:15 +02:00
Paul O’Shannessy
7c52b802b4
Clean up ununsed devDeps
...
Also removed object-assign. We only support building with node v4+ which has Object.assign.
2016-01-22 10:17:30 -08:00
Paul O’Shannessy
4c03bafa4e
Merge pull request #5891 from zpao/vendor-semi
...
Add semicolon for react-dom source files.
2016-01-21 17:06:48 -08:00
Jim
1aa7fd0d24
Merge pull request #5900 from tmysz/ja-doc
...
Fix mistranslation "never write to this.props."
2016-01-21 10:53:29 -08:00
tmysz
7e779a9d44
Fix mistranslation "never write to this.props."
2016-01-22 01:41:39 +09:00
Paul O’Shannessy
b41f5a1cdf
v0.15.0-alpha.1
2016-01-20 20:07:37 -08:00
jim
757756f682
Enable null return values in plain functions
2016-01-20 14:11:41 -08:00
Paul O’Shannessy
e9e70365c3
Add semicolon for react-dom source files.
2016-01-20 13:35:03 -08:00
Jim
af43d06e97
Merge pull request #5887 from natejlee/patch-1
...
Fixup missing semi-colon
2016-01-20 00:56:29 -08:00
Nate Lee
7f98dc897d
Fixup missing semi-colon
...
an inconsistency with a missing semi-colon on a variable
2016-01-19 21:35:10 -08:00
Ben Alpert
e420edda36
Merge pull request #5886 from goatslacker/cant-dangerouslysetinnerhtml-for-option
...
Only add children in ReactDOMOption when there are children
2016-01-19 15:12:09 -08:00
Josh Perez
3da6e2889b
Only add children when there are children
2016-01-19 14:48:47 -08:00
Jim
7cee5022f8
Merge pull request #5885 from knpwrs/patch-1
...
Clarify stateless function component optimizations.
2016-01-19 13:50:41 -08:00
Ken Powers
49fa7d139d
Clarify stateless function component optimizations.
...
As discussed on Discord.
2016-01-19 16:46:00 -05:00
Paul O’Shannessy
31d3bfa763
Merge pull request #5811 from jontewks/warn-nan-style
...
Warn when a style object has NaN for a value
2016-01-18 17:06:19 -08:00
Paul O’Shannessy
ae5ff24da6
Merge pull request #5865 from leeyoungalias/master
...
update react example basic-jsx-precompile comand line
2016-01-17 19:42:32 -08:00
Jim
c7808cac69
Merge pull request #5872 from SimenB/patch-1
...
Fix example from #5870 to avoid double rendering
2016-01-17 14:31:27 -08:00
Simen Bekkhus
f5a9a26a43
Fix example from #5870 to avoid double rendering
2016-01-17 23:25:29 +01:00
Jim
e09dfe1e0e
Merge pull request #5870 from SimenB/patch-1
...
Remove the recommendation to use `isMounted` from beginner docs
2016-01-17 12:08:50 -08:00
Simen Bekkhus
1186cb9ab4
Remove the recommendation to use isMounted from beginner docs
2016-01-17 20:53:20 +01:00
Jon Tewksbury
7a6000c093
Add warning for NaN in style object
2016-01-16 11:10:50 -08:00
leeyoungalias
aedfa3011e
update react example basic-jsx-precompile comand line on markdown file,new version of babel needed a react presets dependency.
2016-01-16 22:53:24 +08:00
Jim
2f792d5a60
Merge pull request #5859 from jimfb/clonewithprops
...
Removed cloneWithProps addon.
2016-01-15 17:25:24 -08:00