Ben Alpert
c3cfcf073d
Remove custom attrs properly when setting to null
...
I don't think this particular codepath was exercised at all (because all the callers call deleteValueForProperty) but this fixes a bug here nonetheless.
2014-03-03 17:43:03 -08:00
Paul O’Shannessy
1d27770b40
Fix verion-check to look in right place for React.js
2014-03-03 15:35:10 -08:00
Paul O’Shannessy
4c4446d283
Sync more vendored modules
2014-03-03 15:34:14 -08:00
Pete Hunt
a8fc3b940d
Move UI-thread-only browser modules to browser/ui/
...
This also deletes an unused module.
2014-03-03 15:07:11 -08:00
Pete Hunt
6666538316
Unbreak refs
...
If no refs are rendered, `this.refs` is undefined. This is bad since it deopts & is hard to look for. Instead we should make `this.refs` an immutable empty object.
2014-03-03 15:06:57 -08:00
Sebastian Markbage
620c1bc2ff
Add more owner context to monitoring
...
Always include context and specifically include the component that was missing a key.
2014-03-03 15:06:39 -08:00
Cheng Lou
99dab49f92
Refactor rendering to string without checksum & React ID
...
Finalize API for rendering to static markup.
Instead of passing a boolean option to `renderComponentToString`, just use another method.
2014-03-03 15:06:27 -08:00
Pete Hunt
9b0534eb77
ReactRAFBatchingStrategy
...
This will go in React addons only for now until we figure out `pendingState`.
2014-03-03 15:06:14 -08:00
Sebastian Markbage
eee04b19e1
Add monitor module for logging instrumentation
...
This adds an instrumentation hook for logging so that we can monitor invalid API
usage before we're ready to issue a warning.
I took the opportunity to update some console.warns to use the warning module
instead. The remaining console.warns
will be replaced by the warning module after we've cleaned up the callsites.
2014-03-03 15:05:53 -08:00
Cheng Lou
f734083a17
Better name for server-side rendering without React ID & checksum
...
"staticMarkup" sounds way better than "noChecksumNoID".
Also avoids some double negations.
2014-03-03 15:05:35 -08:00
Christoph Pojer
3fe9f9f336
Fix ReactPropTypesTest
...
children should never be defined as propType, so changing the test to use an actual prop.
2014-03-03 15:05:26 -08:00
Jan Kassens
e39c19423a
temporarily disable warning
2014-03-03 15:05:10 -08:00
Cheng Lou
6203e53d16
Fix IE8 disabled input throwing on focus
...
When IE8 focuses a disabled item, it throws
This makes sure the we're not focusing the item during selection restoration/autofocus when the element's disabled.
2014-03-03 15:04:34 -08:00
Ben Alpert
88a4a566ae
Merge pull request #1209 from petehunt/thinking-in-react
...
Add thinking in react to the official docs + cleanup
2014-03-03 10:40:28 -08:00
petehunt
2f6656e3e9
fix
2014-03-03 10:39:41 -08:00
petehunt
a0ecf47242
Add thinking in react to the official docs
2014-03-03 10:37:33 -08:00
Cheng Lou
4b670a08fa
Merge pull request #1207 from passy/patch-2
...
Add missing backtick in complementary-tools.md
2014-03-02 16:21:35 -08:00
Pascal Hartig
8df5e55efd
Add missing backtick in complementary-tools.md
2014-03-02 22:10:24 +00:00
Pete Hunt
237adacc3a
Merge pull request #1204 from jmingov/patch-1
...
Updated React Version to 0.9.0
2014-03-01 17:01:12 -08:00
Pete Hunt
90e996324a
Merge pull request #1203 from fson/jsx-integrations
...
Merge the lists of JSX integrations in the docs.
2014-03-01 14:24:58 -08:00
3boll
b2649dd73b
Updated React Version 0.9.0
...
**Updated Url's:**
CDN:
http://fb.me/react-0.9.0.js
http://fb.me/JSXTransformer-0.9.0.js
Starter Kit
http://facebook.github.io/react/downloads/react-0.9.0.zip
2014-03-01 21:12:17 +01:00
Ville Immonen
0217461d16
Merge the lists of JSX integrations in the docs.
...
There were these two lists of JSX tools at Complimentary Tools
and Tooling Integration, that were a bit out of sync with each other.
Bring them together and add a link to the former from the latter.
2014-03-01 16:50:40 +02:00
Pete Hunt
3c4f45fe45
Merge pull request #1200 from ericflo/patch-1
...
Add Shirtstarter to examples of production apps.
2014-02-28 13:42:28 -08:00
Eric Florenzano
6485e21956
Add Shirtstarter to examples of production apps.
...
Shirtstarter is 100% built on React.
2014-02-28 13:40:14 -08:00
Paul O’Shannessy
ae72e6ef91
Merge pull request #1082 from spicyj/class-false
...
Ensure className={false} turns into string 'false'
2014-02-27 16:41:41 -08:00
Ben Alpert
298a05517e
Tweak propTypes examples for clarity in oneOfType
2014-02-26 15:03:47 -08:00
Pete Hunt
ba78edbed8
Update complementary-tools.md
2014-02-25 17:01:00 -08:00
Paul O’Shannessy
34b6707132
Merge pull request #1166 from chenglou/docs-examples-consolidate
...
[Docs] Consolidate the two examples sections
2014-02-25 16:45:01 -08:00
Paul O’Shannessy
7b773a6b3d
make <hasOwnProperty/> transform correctly
2014-02-24 18:03:02 -08:00
Paul O’Shannessy
1dfc5c79f9
Merge pull request #1148 from spicyj/jsx-constructor
...
Make JSX transform not break on 'constructor' attr
2014-02-24 17:20:25 -08:00
Ben Alpert
04111d5228
Add acknowledgements page
2014-02-24 17:18:57 -08:00
Jonas Gebhardt
a6c1b91c7d
fix typo in community round-up #17
2014-02-24 15:27:02 -08:00
Pete Hunt
f34f0d2912
Update README.md
2014-02-24 14:25:09 -08:00
Pete Hunt
46cae63d2c
Merge pull request #1156 from chenglou/1154
...
Remove TodoMVCs from examples/
2014-02-24 14:24:12 -08:00
Jonas Gebhardt
5049fc6b05
Community Round-up # 17
2014-02-24 14:20:17 -08:00
Pete Hunt
8b1279e6b2
Merge pull request #1174 from spicyj/addons-update
...
Add update() to React.addons
2014-02-24 14:10:07 -08:00
Ben Alpert
854d1f7c1b
Add update() to React.addons
2014-02-24 14:05:29 -08:00
Pete Hunt
ab2d59f8b0
[addons] update() immutability helper
...
Dealing with immutable data is hard. This provides a simple helper (ported from the IG codebase) that makes dealing with immutable JSON data easier. Designed to be familiar for people who use MongoDB.
2014-02-24 13:58:51 -08:00
Cheng Lou
25cafec4a9
[Docs] Consolidate the two examples sections
...
Also made the formatting more consistent between complementary-tools and
examples.
2014-02-23 18:58:28 -08:00
Ben Alpert
61c287c5ea
[docs] Fix version in lifecycle argument note
...
Fixes #1163 .
2014-02-23 16:49:27 -08:00
Pete Hunt
7bba8c3257
Merge pull request #1155 from petehunt/update-helper
...
Add update() docs
2014-02-21 15:58:39 -08:00
Cheng Lou
2f0507f730
Remove TodoMVCs from examples/
...
Fixes #1154 .
Added a README to point to TodoMVC's site instead.
2014-02-21 14:31:54 -08:00
petehunt
989f6f987d
Add update() docs
2014-02-21 13:07:51 -08:00
Ben Alpert
e2b006f9ae
.dataTransfer not .dragTransfer
2014-02-21 12:13:21 -08:00
Ben Alpert
141ff66986
Merge pull request #1150 from andreypopp/update-react-router-component-link
...
docs: update react-router-component link
2014-02-21 11:30:26 -08:00
Andrey Popp
da0b34e945
docs: update link for react-async
2014-02-21 18:30:19 +04:00
Andrey Popp
cbce621570
docs: update react-router-component link
2014-02-21 15:51:27 +04:00
Ben Alpert
472be09ff6
Make JSX transform not break on 'constructor' attr
2014-02-20 21:44:58 -08:00
Ben Alpert
7144a9f241
Merge pull request #1146 from dlau/patch-1
...
incorrect include in css transition group example?
2014-02-20 19:13:14 -08:00
Daryl Lau
8aaf5fdbf4
incorrect include in css transition group example?
...
TransitionGroup maps to ReactTransitionGroup, shouldn't it be a ReactCSSTransitionGroup?
2014-02-20 18:26:56 -08:00