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
Paul O’Shannessy
b687a22953
0.14.0-alpha2
2015-05-20 13:37:42 -07:00
Ben Alpert
2fafe3eb76
Pass context to DOM wrappers, use it in <option>
2015-05-20 12:30:51 -07:00
Paul O’Shannessy
a6485e11e7
Merge pull request #3896 from zpao/babel-ignore-web-components
...
Ignore third_party JS in internal transform step
2015-05-20 11:08:43 -07:00
Paul O’Shannessy
021574e07d
[docs] Fix 404 due to relative url
...
Closes #3914
2015-05-20 10:15:35 -07:00
Ben Alpert
1d7da35153
Merge pull request #3910 from spicyj/gh-3904
...
Clarify tutorial instructions
2015-05-19 20:36:12 -07:00
Ben Alpert
c157ce3599
Clarify tutorial instructions
...
Fixes #3904 .
2015-05-19 19:27:01 -07:00
Ben Alpert
34e2427f72
Merge pull request #3908 from spicyj/lint
...
Remove unused variable
2015-05-19 18:39:05 -07:00
Ben Alpert
a43b6fec45
Remove unused variable
2015-05-19 16:23:10 -07:00
Paul O’Shannessy
4cf39ef195
Merge pull request #3905 from troeggla/replace-getdomnode
...
Replaced call to deprected .getDOMNode() with React.findDOMNode().
2015-05-19 10:59:26 -07:00
Thomas Röggla
210dc90c95
Replaced call to deprected .getDOMNode() with React.findDOMNode().
...
The code sample in tip 18 in the docs contained a call to the
.getDOMNode() method which has been deprecated. The method call was
replaced with a call to React.findDOMNode(), which is the preferred way
of getting DOM nodes from a ref.
2015-05-19 18:32:07 +02:00
Ben Alpert
e47fa115bb
Merge pull request #3883 from spicyj/revert-nested
...
Revert "Add key warning to nested collections"
2015-05-18 23:11:29 -07:00
Ben Alpert
69e6ab5083
Add test for DOM node as this.props.children
2015-05-18 23:11:07 -07:00
Ben Alpert
39402fe75d
Revert "Add key warning to nested collections"
...
This heuristic isn't great because it relies on inspecting deep children which aren't guaranteed to be React elements. In particular, this was causing stack overflows in a component we had that used a *DOM node* as children, like `<DOMContainer>{node}</DOMContainer>`.
This reverts commits:
0a3aa8493a
64c9d9d762
0c58f4f6b1
8cf226e442
086636747f
2015-05-18 23:11:07 -07:00
Paul O’Shannessy
6502da8f8d
Merge pull request #3894 from bhamodi/patch-2
...
Update Styling Guide in Contributing Docs
2015-05-18 10:53:09 -07:00
Paul O’Shannessy
9308a8abe6
Merge pull request #3892 from spicyj/docs-wwb
...
[docs] Clarify wording in Working with the Browser
2015-05-18 10:47:37 -07:00
Paul O’Shannessy
5b5e48a0d2
Ignore third_party JS in internal transform step
2015-05-18 09:50:13 -07:00
Baraa Hamodi
00342dfc26
Update Styling Guide in Contributing Docs
2015-05-17 23:38:40 -07:00
Ben Alpert
c7381ea48d
[docs] Clarify wording in Working with the Browser
...
I think the change in #3889 misinterpreted this slightly; this makes it clearer.
2015-05-17 11:58:17 -07:00
Paul O’Shannessy
490d8835fc
Merge pull request #3737 from Morhaus/nested-proptypes-warnings
...
Better warnings for nested propTypes
2015-05-16 12:09:29 -07:00
Paul O’Shannessy
095d4691ca
Merge pull request #3888 from marocchino/korean-update
...
Update Korean Translation to 5275244
2015-05-16 12:03:42 -07:00
Paul O’Shannessy
97d338fd5b
Merge pull request #3889 from garethnic/WorkBrowser
...
change wording in 'Working with the Browser'
2015-05-16 11:09:49 -07:00
Gareth Nicholson
07bfadf054
change wording
2015-05-16 15:55:29 +02:00
Shim Won
6f434b35ad
Update Korean Translation to 5275244
2015-05-16 21:49:04 +09:00
Sebastian Markbåge
5275244676
Merge pull request #3866 from sebmarkbage/coreapi
...
Reorganize Src Directory for Isomorphic React Package
2015-05-15 18:39:36 -07:00
Sebastian Markbage
0b063f8a09
Reorganize Src Files for Isomorphic React Package
...
The new folder structure is organized around major packages that are expected to ship separately in some form.
`/isomorphic`
I moved classic/modern and children utils into a directory called "isomorphic" with the main export being ReactIsomorphic. This will eventually become the "react" package.
This includes all the dependencies that you might need to create a component without dependencies on the renderer/reconciler.
The rest moves into decoupled renderers.
`/renderers/dom/client` - This is the main renderer for DOM.
`/renderers/dom/server` - This is the server-side renderer for HTML strings.
`/addons` and `/test` - Same as before for now.
You're not supposed to take on a dependency inside another package.
Shared code is organized into a "shared" directory which is intended to support all the packages in that subdirectory. Meaning that once we swap to CommonJS modules, the only time you should use `..` is to target `../shared/` or `../../shared`.
E.g. `/shared/` is common utils that are used by everything.
`/renderers/shared/` is code that is shared by all renderers, such as the main reconciliation algorithm.
Shared code will likely be copied into each package rather than referenced. This allow us to have separate state and allow inlining and deadcode elimination.
2015-05-15 18:35:22 -07:00
Paul O’Shannessy
bea5a57750
Merge pull request #3746 from chrisgrovers/patch-1
...
Fixed Formatting.
2015-05-15 18:09:44 -07:00
Paul O’Shannessy
c464e873fd
Merge pull request #3874 from bhamodi/patch-1
...
Update CONTRIBUTING.md
2015-05-15 18:08:00 -07:00
Paul O’Shannessy
3ef24f73bb
Merge pull request #3881 from ef718/docs-grammar
...
Fix punctuation and grammar
2015-05-15 17:57:36 -07:00