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
Paul O’Shannessy
cfa354415b
Followup to #3852 , use https
2015-05-15 17:51:57 -07:00
Ben Alpert
35e67a793e
Merge pull request #3882 from wali-s/get-html5-minlength-working
...
Get HTML5 minlength working.
2015-05-15 15:51:14 -07:00
wali-s
aeb45360ed
Get HTML5 minlength working.
...
Adding minLength=X to an input element would not work, whereas maxLength=X would work.
This change gets minLength=X working.
2015-05-15 15:47:15 -07:00
Ben Alpert
7112a35037
Merge pull request #3847 from bloodyowl/option-flatten-children
...
<option> added children flatten, & warn if invalid
2015-05-14 10:36:27 -07:00
Ben Alpert
69fc206f96
Merge pull request #3719 from spicyj/vdn2
...
Add more context to DOM nesting warning
2015-05-14 10:33:21 -07:00
Ben Alpert
5c7b4a043f
Merge pull request #3651 from spicyj/tac-noi
...
Don't thread index through traverseAllChildren
2015-05-14 10:32:49 -07:00
Elaine Fang
d24cfa6405
Add punctuation
2015-05-14 13:15:06 -04:00
Matthias Le Brun
4a012b0741
<option> added children flatten, & warn if invalid
2015-05-14 12:44:04 +02:00
Morhaus
12a43d4eee
Better warnings for nested propTypes
...
`arrayOf`, `shape` and `objectOf` warnings now display the full path of
the invalid key.
2015-05-14 11:33:07 +02:00
Baraa Hamodi
b276af5c0a
Update CONTRIBUTING.md
...
Make the contributing sentence make a little bit more sense.
2015-05-13 23:17:31 -07:00
Ben Alpert
05b98ac70c
Merge pull request #3872 from spicyj/nested-num
...
Split message for deep numeric key warning too
2015-05-13 15:32:13 -07:00