Paul O’Shannessy
ce014a00a5
Merge pull request #2148 from nordstrom-innovation/docfix
...
corrected highlighted/updated line in tutorial example
2014-09-05 10:59:24 -07:00
Paul O’Shannessy
b36c9f6638
Merge pull request #2147 from naman34/patch-2
...
added the missing **
2014-09-04 16:26:35 -07:00
jon madison
3e59977046
corrected highlighted/updated line in tutorial example
2014-09-04 16:07:34 -07:00
Nick Merwin
610b75a5b6
Update Like button example verbiage
...
Changes text "You unlike this" to "You liked this". Makes a bit more grammatical sense.
Closes #2146 .
2014-09-04 15:21:27 -07:00
Naman Goel
815f267700
added the missing **
...
Missed it the last time. Apologies.
2014-09-05 03:21:30 +05:30
Paul O’Shannessy
00fe66ddec
Merge pull request #2106 from subtleGradient/subtleGradient/improve-ReactPerf-debugging
...
Improve debugging for methods using ReactPerf
2014-09-03 17:46:49 -07:00
Paul O’Shannessy
c707c2568e
JSX spec blog post
2014-09-03 15:37:08 -07:00
Paul O’Shannessy
1854e8a912
Merge pull request #2033 from pekim/master
...
Add support for <dialog> tag.
2014-09-03 14:47:41 -07:00
Paul O’Shannessy
9a89edbb22
Fix broken link in animation docs
...
Missed in #2068
2014-09-03 11:59:14 -07:00
Paul O’Shannessy
073e1186d7
Merge pull request #2120 from zpao/svg-logo
...
[docs] SVG logo
2014-09-02 14:05:05 -07:00
Paul O’Shannessy
c406534c26
Merge pull request #2124 from Daniel15/htmltojsx-fixes
...
Small tweaks to HTML to JSX page
2014-09-02 14:03:21 -07:00
Paul O’Shannessy
f678591ad6
Merge pull request #2101 from jeffchan/patch-1
...
Fix typo in ReactDefaultPerfAnalysis comment
2014-09-02 11:57:45 -07:00
Daniel Lo Nigro
e11b4078bc
Small tweaks to HTML to JSX page:
...
- Remove "Compiled JS" tab since it doesn't make sense
- Relabelled editor to "Live HTML Editor" rather than "Live JSX Editor"
2014-08-31 21:48:10 -07:00
Mike D Pilsbury
ffa0447177
Add support for <dialog> tag's open attribute.
2014-08-31 12:43:32 +01:00
Paul O’Shannessy
820210fd9e
Merge pull request #2091 from julen/docs/LinkedState
...
Docs: renamed input's state to `inputValue`
2014-08-30 17:25:49 -07:00
Paul O’Shannessy
9f802e7703
Merge pull request #2075 from IvanVergiliev/patch-1
...
Add 2048-react to open-source demos
2014-08-30 17:24:11 -07:00
Paul O’Shannessy
11a96fd8ce
Merge pull request #2119 from naman34/patch-1
...
added production example
2014-08-30 16:08:58 -07:00
Paul O’Shannessy
9a1236790b
SVG logo
...
I traced the current logo in Illustrator to get a good version. And with
SVG we don't need any 2x magic because it's already vector. I should
probably care about IE8, but I don't.
2014-08-30 16:03:49 -07:00
Naman Goel
3c74626a70
added production example
...
Addition note: Scribbler.co uses an infinite.js/UITableView like rendering pattern with animations which is only possible because of React.
2014-08-31 03:26:08 +05:30
Paul O’Shannessy
59324ab6d5
Merge pull request #2117 from spicyj/jest-vendor
...
Include vendor/ when running jest tests
2014-08-30 12:55:20 -07:00
Paul O’Shannessy
87cbde0a40
Merge pull request #2118 from spicyj/es7-spread
...
Enable ES7 spread transform when using --harmony
2014-08-30 12:54:58 -07:00
Ben Alpert
9f4ae415e2
Enable ES7 spread transform when using --harmony
...
Test Plan: `echo "var o = {...x};" | bin/jsx --harmony` outputs `var o = Object.assign({},x);`.
2014-08-30 01:10:21 -07:00
Ben Alpert
1ba022b1ea
Include vendor/ when running jest tests
...
Now the two transform tests get run alongside the React core tests.
Test Plan: jest
2014-08-30 01:08:57 -07:00
Sebastian Markbage
4af98990db
Bumping version to help filtering.
2014-08-29 14:35:22 -07:00
Sebastian Markbage
63046277e4
Bumping version to help filtering.
2014-08-29 14:35:12 -07:00
Sebastian Markbage
bad1b7c41a
Start warning for JSX on plain functions
...
Let's also bump the version number for the log so that we can start filtering
out the other logs.
2014-08-29 14:35:07 -07:00
Sebastian Markbage
3c6c437d07
Don't transfer props to mocked empty component
...
We currently automatically render empty components in place of mocks. However,
we were accidentally transferring the props from the mocked descriptor to the
empty component placeholder. Even children.
This change just cleans that up and should only affect unit tests.
2014-08-29 14:35:01 -07:00
Sebastian Markbage
f5a0d667a5
Add version to legacy factory monitoring
2014-08-29 14:34:58 -07:00
Miorel Palii
335e91df71
Fix console warning in LegacyImmutableObject
...
It does check `hasOwnProperty`, but *after* accessing the field and therefore triggering enumerable getters in modified prototypes.
2014-08-29 14:32:50 -07:00
Ben Alpert
944f49c264
Merge pull request #2080 from fisherwebdev/master
...
[docs] Update Flux TodoMVC Tutorial
2014-08-28 12:11:28 -07:00
Thomas Aylott
755cc9671f
Combine displayName using underscore
2014-08-28 14:58:59 -04:00
Thomas Aylott
a6116b31e5
Improve debugging for methods using ReactPerf
2014-08-28 13:49:51 -04:00
Jeff Chan
ef9c9c81d0
Fix typo
2014-08-27 21:17:10 -07:00
Cheng Lou
74ff6fb6b8
Merge pull request #2039 from crm416/return-false
...
Deprecate 'return false' in event handlers
2014-08-27 13:33:40 -07:00
Cheng Lou
95de877dce
Merge pull request #2036 from crm416/static-functions
...
Throw an error when functions on `statics` clash due to duplicate keys
2014-08-27 11:36:53 -07:00
Julen Ruiz Aizpuru
ca66baee83
Docs: renamed input's state to message
...
Readers might feel confused with the actual input's `value` attribute.
2014-08-27 13:02:00 +02:00
Ben Alpert
f7c7676a98
Merge pull request #2083 from chenglou/docs-retina-icon
...
[Docs] Make retina react logo work
2014-08-24 23:19:41 -07:00
Cheng Lou
2920473ea1
[Docs] Make retina react logo work
...
Bourbon now takes *_2x instead of *@2x.
2014-08-23 18:09:20 -07:00
Charles Marsh
eb36b57079
Use warning module
2014-08-23 09:46:32 +08:00
Cheng Lou
174e67564c
Merge pull request #2078 from michaelrp/patch-1
...
Including missing validation check
2014-08-22 11:36:47 -07:00
fisherwebdev
9fe36e591b
[docs] remove redundant paragraph
2014-08-22 09:50:05 -07:00
fisherwebdev
149cadd664
[docs] fix nits
2014-08-22 09:46:34 -07:00
Michael Randers-Pehrson
c999785fa0
Adding e.preventDefault() to handleSubmit,
...
Also added plain `return`, updated text.
2014-08-22 08:27:23 -04:00
fisherwebdev
bc4d935cb0
[docs] Update Flux TodoMVC Tutorial
2014-08-22 02:21:04 -07:00
Charles Marsh
979a93a70a
Removed monitorCodeUse call
2014-08-22 13:09:38 +08:00
Michael Randers-Pehrson
6c926094c3
Including missing validation check
...
The validation check was removed from the update to the CommentForm handleSubmit function.
2014-08-21 23:00:05 -04:00
Charles Marsh
f01246d6bb
Indentation for eventHandlerName
2014-08-21 09:13:35 +08:00
Cheng Lou
72e690ecfb
Merge pull request #2037 from crm416/duplicate-key
...
More informative error message for mergeObjectsWithNoDuplicateKeys
2014-08-20 17:27:07 -07:00
Cheng Lou
b8ab95aaa7
Merge pull request #2054 from chenglou/accum
...
[RFC] Use `accumulateInto` to save even more allocation
2014-08-20 13:36:45 -07:00
Cheng Lou
48e901f8ae
[RFC] Use accumulateInto to save even more allocation
...
Trying to make the event a bit more performant for events.
Feel free to reject this because the API inevitably isn't great. It's good for perf though, and since we're only using `accumulate` in very restrained places, I think we're fine.
`accumulateInto` is `accumulate` that mutates more and allocates less. I kept `accumulate` in case we want that in the future.
2014-08-20 13:10:50 -07:00