Paul O’Shannessy
b2bf83ec85
Temporarily fix EmptyComponents
...
This a workaround for the problem described in #2770 . It should be
temporary because this is really just working around the real problem.
2014-12-23 15:33:53 -08:00
Paul O’Shannessy
3fec78638d
v0.13.0-alpha.1
...
Bumping version numbers so we can push to npm.
2014-12-23 12:04:23 -08:00
Paul O’Shannessy
343cda72d9
Merge pull request #2760 from alextsg/patch-3
...
Update 14-communicate-between-components.md for grammatical changes
2014-12-22 13:56:44 -08:00
Paul O’Shannessy
fe1edb60eb
Merge pull request #2759 from alextsg/patch-2
...
Update 05-maximum-number-of-jsx-root-nodes.md for capitalization
2014-12-22 13:56:10 -08:00
Jim
e0725341cf
Merge pull request #2646 from jsfb/getDOMNode-becomes-findDOMNode
...
Added findDOMNode, as we move toward deprecating getDOMNode
2014-12-22 13:05:49 -08:00
Alexander Tseung
92c37ffb3d
Update 14-communicate-between-components.md
2014-12-21 00:14:34 -08:00
Alexander Tseung
3fd6ac56c1
Update 05-maximum-number-of-jsx-root-nodes.md
2014-12-20 23:59:34 -08:00
Paul O’Shannessy
f7166d0c97
Merge pull request #2754 from songawee/fix_version_typo
...
Fix version typo in grunt task
2014-12-20 15:00:37 -08:00
Dennis Johnson
5216460246
Fix version typo in grunt task
2014-12-20 12:29:06 -07:00
Paul O’Shannessy
7ed36c30b1
Merge pull request #2752 from peterblazejewicz/fix/blog-typo
...
Fix conference year typo in blog post content
2014-12-19 14:30:06 -08:00
Peter Blazejewicz
ef4e75b031
Fix conference year typo in blog post content
2014-12-19 23:06:24 +01:00
Paul O’Shannessy
b7734a7000
Diversity Scholarship blog post
2014-12-19 13:22:23 -08:00
Sebastian Markbåge
6c6ffdb064
Merge pull request #2748 from sebmarkbage/modern
...
Separate createElement and JSX tests
2014-12-18 18:16:06 -08:00
Sebastian Markbage
cea2c38733
Separate createElement and JSX tests
...
This essentially copies all classic element creation tests to the modern
JSX tests. The classic tests doesn't use JSX and modern tests do.
The idea is that the JSX tests can start dropping dynamic checks once
we have Flow support for those features. JSX won't be necessary for
dropping dynamic checks. Plain object will also work. Flow will also not
be necessary for JSX. However, the tests should test for the suggested
combination (JSX + Flow).
This also moves some misplaced tests to ReactDOM and Validator.
Note that the modern tests uses ES6 classes. I will add separate tests for
those. However, these are not guaranteed to have .displayName so all our
error messages should check .name if available instead. This should be
better abstracted but I just adhoc fix this for now.
2014-12-18 16:13:29 -08:00
Sebastian Markbåge
60b2241ad4
Merge pull request #2745 from sebmarkbage/types
...
Add placeholders for static prop type tests
2014-12-18 15:13:36 -08:00
Paul O’Shannessy
c63de4b79b
Merge pull request #2586 from RileyTomasek/master
...
Fix typo in comment of jquery-bootstrap example
2014-12-18 14:15:30 -08:00
Jim
b46a6ce4bb
Added findDOMNode, as we move toward deprecating getDOMNode
2014-12-18 13:55:44 -08:00
Sebastian Markbage
e31f23fc2a
Add placeholders for static prop type tests
...
This is where tests of static prop types should go when we have the
infrastructure set up to handle it.
2014-12-18 13:52:56 -08:00
Sebastian Markbåge
435aac26af
Merge pull request #2744 from sebmarkbage/types
...
Renamed classic/propTypes to classic/types
2014-12-18 13:42:45 -08:00
Sebastian Markbage
019028bec4
Renamed classic/propTypes to classic/types
...
I want to create a parallel folder for static type checking in the
"modern" folder so lets use the generic "types" name.
2014-12-18 13:40:32 -08:00
Paul O’Shannessy
d488f534ae
0.12.2 starter kit
...
(cherry picked from commit 6c5cb72cdc )
2014-12-18 12:47:33 -08:00
Paul O’Shannessy
378112f380
v0.12.2 blog post
...
(cherry picked from commit 2f6a95d5a2 )
2014-12-18 12:47:32 -08:00
Paul O’Shannessy
2eb6cf6dd0
Readme + Changelog for 0.12.2
...
(cherry picked from commit 7468f092ae )
2014-12-18 12:47:32 -08:00
Paul O’Shannessy
3c2fc6440e
update docs for 0.12.2 changes
...
(cherry picked from commit e6e60c4fa8 )
2014-12-18 12:47:32 -08:00
Sebastian Markbåge
702eef0bf0
Merge pull request #2740 from facebook/revert-2613-monitor-cloneWithProps
...
Revert "Monitoring code use of cloneWithProps"
2014-12-18 12:13:34 -08:00
Sebastian Markbåge
7354a699ff
Revert "Monitoring code use of cloneWithProps"
2014-12-18 12:13:09 -08:00
Riley Tomasek
84a93fbacf
Improve comment in example code
...
This should make it more clear that even though `$` is used in 4 methods, only 2 of them are crucial for integrating the modal into the components lifecycle methods and the other 2 are just helpers.
2014-12-18 10:05:25 -05:00
Paul O’Shannessy
11785db573
Merge pull request #2727 from zpao/update-npm-deps
...
Update NPM dependencies
2014-12-17 16:56:14 -08:00
Paul O’Shannessy
c17ea85483
Merge pull request #2732 from zpao/travis-container
...
Use containers on TravisCI
2014-12-17 16:54:12 -08:00
Paul O’Shannessy
2620161d93
Merge pull request #2733 from morenoh149/patch-1
...
Added note for proper example display
2014-12-17 16:17:50 -08:00
Harry Moreno
9adb4447cd
Added note for proper example display
...
jsfiddles weren't showing up for me. Upon further investigation I found that changing to http fixes the embedding.
2014-12-17 12:52:49 -08:00
Paul O’Shannessy
626023fc52
Merge pull request #2726 from zpao/createElement-undefined-null
...
Protect better against createElement(null/undefined)
2014-12-17 10:46:49 -08:00
Paul O’Shannessy
1bd8990fb2
Use containers on TravisCI
...
This *should* enabled the caching of node_modules for faster builds. We
may need to tweak this later to make sure node_modules gets updated
See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
2014-12-17 10:44:07 -08:00
Paul O’Shannessy
50a0d69961
Protect better against createElement(null/undefined)
...
This adds a warning to React.createElement in __DEV__ about using null
or undefined. This is technically valid since element creation can be
considered safe and usable in multiple rendering environments. But
rendering in a DOM environment with an element with null/undefined type
is not safe.
2014-12-17 10:38:02 -08:00
Paul O’Shannessy
401d4dd108
Update NPM dependencies
...
This was mostly to update Jest, but the others were the safe ones from
`npm outdated --depth=0`
2014-12-16 14:17:10 -08:00
Paul O’Shannessy
5f4d759a2b
Merge pull request #2718 from alextsg/patch-1
...
Update tutorial.md for grammatical changes
2014-12-16 09:48:23 -08:00
Paul O’Shannessy
558afae61a
Changelog, Readme updates for v0.12.1
...
(cherry picked from commit a067fc0fee )
2014-12-16 09:44:00 -08:00
jeffmo
849e79fef4
Include 0.12.1 starter kit
...
(cherry picked from commit e9dde65341 )
2014-12-16 09:44:00 -08:00
Alexander Tseung
a53270267f
Update tutorial.md for grammatical changes
...
Update tutorial.md to improve grammatical parallelism in features list. Also added periods to follow first item's syntax.
BEFORE: "Live updates: as other users comment we'll pop them into the comment view in real time"
AFTER: "Live updates: other users' comments are popped into the comment view in real time."
BEFORE: "Markdown formatting: users can use Markdown to format their text"
AFTER: "Markdown formatting: users can use Markdown to format their text."
2014-12-15 23:43:26 -08:00
Paul O’Shannessy
f13b4641bb
Merge pull request #2716 from RichardLitt/patch-2
...
Delete extraneous period
2014-12-15 13:16:38 -08:00
Richard Littauer
4f7b37f73a
Delete extraneous period
2014-12-15 13:14:00 -08:00
Paul O’Shannessy
6abb1c9e84
Merge pull request #2710 from zpao/lint-fix-again
...
Fix lint
2014-12-14 22:12:43 -08:00
Paul O’Shannessy
63d8e0c144
Fix lint
2014-12-14 15:22:24 -08:00
Paul O’Shannessy
0b0fa760cc
Merge pull request #2647 from zpao/text-component-expect
...
Add toBeTextComponentWithValue to reactComponentExpect
2014-12-14 14:33:37 -08:00
Paul O’Shannessy
42ae61d065
Merge pull request #2655 from zpao/rm-deprecated
...
Remove deprecated methods since 0.12 shipped
2014-12-14 14:33:16 -08:00
Paul O’Shannessy
c46dadea55
Remove deprecated methods since 0.12 shipped
2014-12-14 14:19:44 -08:00
Paul O’Shannessy
c9fb5b258e
Add toBeTextComponentWithValue to reactComponentExpect
...
This was previously possible by looking at renderedChildren and props
but this feels better.
2014-12-14 14:12:29 -08:00
Paul O’Shannessy
ca5d93ca0a
Merge pull request #2708 from zpao/strip-types
...
Enable strip-types transform for internal code
2014-12-14 13:08:34 -08:00
Paul O’Shannessy
a818097a60
Merge pull request #2705 from Swader/patch-1
...
Update 02-displaying-data.md
2014-12-14 13:00:51 -08:00
Paul O’Shannessy
9016665c0e
Enable strip-types transform for internal code
...
Flow is coming so we need to be ready.
2014-12-14 12:51:39 -08:00