Arian Faurtosh
f8f92f4169
added missing DOCTYPE
2015-05-31 19:41:01 -07:00
Ben Alpert
2fbe15e370
Merge pull request #3992 from thorn0/patch-1
...
Remove envify from the basic-commonjs example
2015-05-31 15:31:34 -07:00
thorn0
58492362c5
Remove envify from the basic-commonjs example
...
`envify` is installed as a dependency of the `react` package. There is no need in installing it one more time
2015-06-01 01:09:46 +03:00
jrobison
361f73a43e
Addition of troubleshooting section
2015-05-30 05:20:29 -04:00
Paul O’Shannessy
38acadf6f4
Merge pull request #3975 from marocchino/update-korean
...
Update Korean transltaion to 58fb322
2015-05-29 14:25:35 -07:00
Paul O’Shannessy
fa56c52563
Merge pull request #3980 from cody/http
...
Revert links to non-https fiddles back to http in old blog posts
2015-05-29 14:23:19 -07:00
Stefan Dombrowski
cd54876518
Revert links to non-https fiddles back to http in old blog posts
2015-05-29 09:45:48 +02:00
Ben Alpert
54e3f12877
Merge pull request #3977 from spicyj/jest-lines
...
Retain lines in babel under jest
2015-05-28 16:10:28 -07:00
Ben Alpert
049fd9a902
Retain lines in babel under jest
...
Now stack trace lines are actually useful.
2015-05-28 16:09:25 -07:00
Shim Won
6a4617a4cd
Update Korean transltaion to 58fb322
2015-05-29 07:53:21 +09:00
Benjamin Woodruff
58fb322e21
Use babel-eslint and update eslint
...
- Removes esprima-fb dependency
- Tightens up eslintrc with some minor rules we were pretty-much
following anyways.
- Adds pretty colors to the `grunt lint` output
- Breaks block-scoped-var :(
2015-05-28 09:42:55 -07:00
Paul O’Shannessy
1df466b23a
Merge pull request #3967 from jamischarles/master
...
Added challenge, keyParams and keyType on <keygen>
2015-05-28 09:32:10 -07:00
Jim
74915803a8
Merge pull request #3970 from jimfb/remove-_context
...
Removed ReactElement._context (cleanup)
2015-05-27 17:09:53 -07:00
Ben Alpert
8471cc5f47
0.14.0-alpha3
2015-05-27 16:47:35 -07:00
Jim
4e129220a6
Removed ReactElement._context (cleanup)
2015-05-27 16:37:11 -07:00
Ben Alpert
34f8a0d6da
Merge pull request #3969 from spicyj/pt
...
Fix PropTypes.{oneOf, oneOfType} validation
2015-05-27 16:07:48 -07:00
Ben Alpert
ac349cfbe5
Fix PropTypes.{oneOf, oneOfType} validation
...
Follow-up to #3963 . (Returning an Error wasn't useful; it just caused a later error when actually using it because type checkers need to be functions.)
2015-05-27 15:58:16 -07:00
Jamis Charles
dc01c0e66d
Added challenge, keyParams and keyType on <keygen>
...
Chrome allowed some of these to be 'null' (allow `node.challenge` etc),
but FF didn't work. This will tell React to use node.setAttribute() to
set these values.
Tested in FF, Chrome, Safari. <keygen> isn't supported on IE.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/keygen
2015-05-27 11:56:23 -07:00
Ben Alpert
f44bf7e67a
Merge pull request #3966 from spicyj/no-worker-test
...
Remove web worker test
2015-05-27 10:53:53 -07:00
Ben Alpert
12ea09a03c
Remove web worker test
2015-05-27 10:52:32 -07:00
Paul O’Shannessy
1503994821
Merge pull request #3963 from alansouzati/REACT_PROP_ARRAY_VALIDATION
...
Adding validation for array in ReactPropTypes.
2015-05-26 16:42:49 -07:00
Alan Souza
5d55bbc1b7
Adding validation for array in ReactPropTypes.
2015-05-26 15:54:31 -07:00
Paul O’Shannessy
3e1349bb65
Merge pull request #3950 from cody/capture
...
Add capture to supported attributes
2015-05-26 11:34:35 -07:00
Stefan Dombrowski
3092454940
Add capture to supported attributes
2015-05-24 21:20:40 +02:00
Jim
e1dd3cd8a1
Merge pull request #3923 from jimfb/fix-grunt-test-debug
...
Fixed failing unit tests in browsers that don't support WebComponents
2015-05-22 13:48:03 -07:00
Jim
7108c8a624
Fixed failing unit tests in browsers that don't support WebComponents
2015-05-22 13:27:52 -07:00
Tim Routowicz
f1e32a06e0
Assert instance type using internal constructor
2015-05-22 16:13:06 -04:00
Tim Routowicz
d7843fe4d2
Process childContextTypes via internal constructor
2015-05-22 16:07:51 -04:00
Christopher Chedeau
b249799bc7
Merge pull request #3938 from vjeux/blog_rn_release_process
...
[Blog post] React Native Release Process
2015-05-22 12:37:55 -07:00
Christopher Chedeau
516b623121
[Blog post] React Native Release Process
2015-05-22 12:34:43 -07:00
Ben Alpert
e1a9e429d3
Merge pull request #3934 from spicyj/gh-3921
...
Dedupe warnings in validateDOMNesting
2015-05-22 10:33:36 -07:00
Paul O’Shannessy
a78be9856a
Merge pull request #3935 from julen/docs/transition-group
...
Docs: value for `transitionAppear` must be boolean
2015-05-22 10:21:58 -07:00
Julen Ruiz Aizpuru
c041356178
Docs: value for transitionAppear must be boolean
2015-05-22 15:22:22 +02:00
Ben Alpert
08b55e1c4f
Dedupe warnings in validateDOMNesting
...
Fixes #3921 .
2015-05-22 01:14:40 -07:00
Ben Alpert
e772c465e4
Merge pull request #3909 from spicyj/tir-redirect
...
Redirect Thinking in React blog post to docs
2015-05-21 22:09:48 -07:00
Ben Alpert
1d5e8c2387
Redirect Thinking in React blog post to docs
...
Much easier to keep this updated if it only exists in one place. Added the byline because otherwise the voice of the post doesn't sound quite right.
2015-05-21 22:09:21 -07:00
Paul O’Shannessy
a30c87525f
Merge pull request #3788 from zpao/better-invariantwarning-replacement
...
Better invariant / warning replacement
2015-05-21 19:42:22 -07:00
Paul O’Shannessy
02f1626725
Better invariant / warning replacement
2015-05-21 19:20:56 -07:00
Ben Alpert
4aa7bffff5
Merge pull request #3931 from marocchino/update-korean
...
Update Korean transltaion to 5bee4a5
2015-05-21 18:33:09 -07:00
Shim Won
401caf2f96
Update Korean transltaion to 5bee4a5
2015-05-22 09:03:54 +09:00
Paul O’Shannessy
5bee4a5e29
Merge pull request #3803 from zpao/docs-fancy-authors
...
[docs] Give authors links.
2015-05-21 11:34:31 -07:00
Paul O’Shannessy
81950edeb1
[docs] Give authors links.
2015-05-21 11:32:38 -07:00
Paul O’Shannessy
924328b436
Update website with 0.13.3 builds
...
(cherry picked from commit 107ce2b80d )
2015-05-21 10:53:33 -07:00
Paul O’Shannessy
7425685c27
v0.13.3 blog post
...
(cherry picked from commit 179b6380cf )
2015-05-21 10:51:51 -07:00
Paul O’Shannessy
44a6cdf2bf
Changelog for 0.13.3
...
(cherry picked from commit 95e864fd07 )
2015-05-21 10:51:45 -07:00
Paul O’Shannessy
314ee6d635
Readme for 0.13.3
...
(cherry picked from commit 1d950ddbd4 )
2015-05-21 10:51:39 -07:00
Paul O’Shannessy
631f3a4f59
Fix docs for #3690
...
(cherry picked from commit 2668de126c )
2015-05-21 10:51:21 -07:00
Paul O’Shannessy
f1cfd29e7e
Merge pull request #3912 from laskos/shallow-context-pass
...
Add shallow context pass test
2015-05-20 15:11:31 -07:00
Sławomir Laskowski
2c83627ca8
Add shallow context pass test
2015-05-21 00:08:31 +02:00
Ben Alpert
e5f935636d
Merge pull request #3917 from spicyj/option-context
...
Pass context to DOM wrappers, use it in <option>
2015-05-20 15:02:53 -07:00