Ben Alpert
14ede77123
Merge pull request #4827 from spicyj/occured
...
occured -> occurred
2015-09-09 16:29:43 -07:00
Ben Alpert
0b857a473a
occured -> occurred
2015-09-09 16:19:40 -07:00
Ben Alpert
3dbdb63a7d
Merge pull request #4823 from spicyj/gh-4776
...
Don't try to iterate over non-objects
2015-09-09 12:55:20 -07:00
Ben Alpert
35b7fe175d
Merge pull request #4821 from spicyj/dom-dist
...
Add react-dom to dist/ in npm package
2015-09-09 12:02:47 -07:00
Paul O’Shannessy
12b6f3d03c
Merge pull request #4824 from facebook/prefill-stack-overflow-tag
...
Pre-fill tag when asking a Stack Overflow question
2015-09-09 11:31:00 -07:00
Steven Luscher
9ca4dd6024
Pre-fill tag when asking a Stack Overflow question
2015-09-09 11:28:14 -07:00
Ben Alpert
b004bc5f22
Don't try to iterate over non-objects
...
Fixes #4776 .
2015-09-09 09:03:05 -07:00
Ben Alpert
a87c8555fa
Merge pull request #4719 from djrodgerspryor/fix_css_transition_group_child_props
...
Fix transitionName prop-type on CSS transition group child
Closes #4719 .
2015-09-09 08:35:44 -07:00
Ben Alpert
324bec17e3
Fix up style in #4719
2015-09-09 08:35:04 -07:00
Ben Alpert
0cce198c28
Merge pull request #4796 from spicyj/lazy-node
...
Fetch DOM node lazily for updates
2015-09-09 08:29:56 -07:00
Ben Alpert
cdd8096974
Add react-dom to dist/ in npm package
2015-09-09 07:58:28 -07:00
Daniel Rodgers-Pryor
91555f6f9e
Fix name prop-type on CSS transition group child
...
And share it with the parent. There's now a test for varying class names by transition-type.
2015-09-09 23:21:15 +10:00
Paul O’Shannessy
6eda65209a
Merge pull request #4818 from gdi2290/patch-1
...
Fix typo combatibility => compatibility
2015-09-09 00:52:19 -07:00
PatrickJS
ab0c84f53f
Fix typo combatibility => compatibility
2015-09-09 00:47:01 -07:00
Paul O’Shannessy
77703dbb80
Merge pull request #4724 from AnSavvides/test-util-readability
...
Make definitions more readable & optional params more obvious
2015-09-09 00:02:18 -07:00
Paul O’Shannessy
011c2a2e07
Merge pull request #4793 from edvinerikson/document-svg-attributes
...
[docs] Updated SVG attributes
2015-09-08 23:24:54 -07:00
Paul O’Shannessy
2f1b08347c
Fix lint warning in react-dom codemod
2015-09-08 23:06:25 -07:00
Paul O’Shannessy
b5b74c5f22
Fix travis cURL call
2015-09-08 22:56:59 -07:00
Paul O’Shannessy
69ab7145bc
Merge pull request #4814 from zpao/build-react-dom-browser-2
...
Build react dom browser 2
2015-09-08 22:33:08 -07:00
Paul O’Shannessy
3e672017a7
Upload new build files to build server
2015-09-08 22:18:45 -07:00
Paul O’Shannessy
353a01cf5e
Add react-dom to bower when releasing
2015-09-08 22:18:44 -07:00
Paul O’Shannessy
b2ca3349c2
Actually build react-dom file with the build
2015-09-08 22:18:44 -07:00
Paul O’Shannessy
135c554b23
Move headers to shared location, use grunt templates
2015-09-08 22:00:05 -07:00
Paul O’Shannessy
c0270a1673
Merge pull request #4798 from zpao/pull-out-version
...
Move version to standalone module in preparation for reuse
2015-09-08 16:30:05 -07:00
Ben Alpert
27996377e0
Fetch DOM node lazily for updates
...
Previously, we fetched the node once for every changed attribute. In my createElement diff, I changed it to fetch the node (once) regardless of if there were changes -- fetching it once only if there are changes is even better.
2015-09-08 14:53:41 -07:00
Paul O’Shannessy
58d62989bd
Move version to standalone module in preparation for reuse
2015-09-08 10:18:41 -07:00
Ben Alpert
b01af40ae6
Merge pull request #4663 from spicyj/isreactclass
...
Require instantiable components to extend React.Component
2015-09-08 10:01:15 -07:00
Ben Alpert
f3b7749c37
Require instantiable components to extend React.Component
2015-09-08 10:01:13 -07:00
Paul O’Shannessy
2fa59aa2d2
Merge pull request #4787 from Simek/patch-5
...
simplify valid attribute regex in DOMPropertyOperations
2015-09-04 17:42:32 -07:00
Ben Alpert
be36dbd88d
Merge pull request #4786 from jontewks/master
...
Resolve eslint error
2015-09-04 17:35:02 -07:00
Jon Tewksbury
87963c4d01
Resolve eslint error
2015-09-04 17:31:12 -07:00
Ben Alpert
4fb7df1733
Merge pull request #4767 from spicyj/com
...
Add react-to-react-dom codemod
2015-09-04 13:55:04 -07:00
Edvin Erikson
a3b0b7ca25
[docs] Updated SVG attributes
...
Added all properties listed in the SVGDOMPropertyConfig.js file to the SVG attributes
section in the docs.
2015-09-04 18:26:47 +02:00
Jim
48942b85ea
Merge pull request #4788 from jontewks/html-attribute-docs
...
Update docs to match standard HTML attribute support
2015-09-04 03:04:58 -07:00
Jon Tewksbury
f445dd91b0
Update docs to match standard HTML attribute support
2015-09-03 22:59:29 -07:00
Bartosz Kaszubowski
f99c83ba06
simplify valid attribute regex in DOMPropertyOperations
2015-09-04 07:41:19 +02:00
cpojer
cfe0351b8f
Do not codemod classes with invalid fields, fixes #4628
2015-09-03 17:04:19 -07:00
Ben Alpert
10ab0c8915
Merge pull request #2065 from crm416/container-warnings
...
Warn when passing invalid containers to render and unmountComponentAtNode
2015-09-03 17:00:55 -07:00
Ben Alpert
9d93693b2e
Update wording and style for #2065
2015-09-03 17:00:16 -07:00
Charles Marsh
270a805369
Warn when passing invalid containers to render and unmountComponentAtNode
2015-09-03 17:00:11 -07:00
Ben Alpert
4139b2e223
Merge pull request #3942 from spicyj/el-plain-obj
...
Make ReactElement really a plain object and freeze it
2015-09-03 15:02:56 -07:00
Ben Alpert
750338ef47
Make ReactElement really a plain object
...
This should guarantee that the hidden class is the same after inlining.
2015-09-03 14:58:52 -07:00
Ben Alpert
189f42f56a
Merge pull request #4781 from jontewks/master
...
Add console message to get devtools for firefox
2015-09-03 14:26:37 -07:00
Jon Tewksbury
a4bd998edc
Update console messages regarding devtools
2015-09-03 14:16:26 -07:00
Paul O’Shannessy
341f26a662
Add insert_final_newline to editorconfig
2015-09-03 13:43:42 -07:00
Paul O’Shannessy
ea8e06283c
Merge pull request #4780 from matchu/patch-1
...
avoid the phrase "key property"
2015-09-03 12:50:36 -07:00
matchu
6541903bc4
avoid the phrase "key property"
...
React components can be assigned a special property named `key`. Therefore, it's helpful to avoid the phrase "key property" unless you're talking about the `key` property :)
I'm not sold on the replacement phrase, though... I think it's solid, but two fancy words like "fundamental" and "invariant" next to each other just seem a bit unwelcoming xP then again, we're talking about some heavy technical stuff; if there aren't any lighter words that are equally precise, then these should probably stand.
2015-09-03 12:03:15 -07:00
Ben Alpert
566dba25ef
Merge pull request #4773 from spicyj/new-dt-blog
...
New devtools blog post
2015-09-02 15:15:27 -07:00
Ben Alpert
f5bd8fc0ad
New devtools blog post
2015-09-02 12:34:10 -07:00
Ben Alpert
fb7e566b12
Add react-to-react-dom codemod
...
I ran it over Facebook so it probably works.
2015-09-01 17:44:27 -07:00