Commit Graph

2515 Commits

Author SHA1 Message Date
Paul O’Shannessy 87c8e69fca Bump dependencies that are known safe
Most of these would have been installed anyway, just making sure what
got shrinkwrapped is what others would experience.
2014-07-12 19:09:00 -07:00
Ben Alpert 92d2dcc25f Revert "Add helpful message about pooled classes"
This reverts commit e65f17b86c. This might have a perf impact so we're not going to go with it for now.
2014-07-11 16:00:58 -07:00
Paul O’Shannessy 4526f627f2 Simplify shouldComponentUpdate example [skip ci] 2014-07-11 15:32:48 -07:00
Ben Alpert a47a6ab1d1 Rewrap tags/attributes lists 2014-07-11 15:23:51 -07:00
Cheng Lou b38518ff4d [Docs] Better README for react-tools 2014-07-11 15:09:22 -07:00
Paul O’Shannessy 165cb5f70f Merge pull request #1783 from avanderhoorn/patch-1
Update React-tools to support transform as object
2014-07-11 15:00:04 -07:00
Ben Alpert b14ae9b615 Update AUTHORS and acknowledgements again 2014-07-11 14:51:56 -07:00
Ben Alpert 7e44894219 Tweak wording a bit on renderComponent note 2014-07-11 14:50:46 -07:00
Ben Alpert 694a952d26 Merge pull request #1799 from julen/patch-1
Added note about `renderComponent()` requirement
2014-07-11 14:48:37 -07:00
Ben Alpert 47d3339e1b Don't copy todomvc-flux into starter kit
Test Plan: Ran `grunt release:starter` and looked in build/starter/ to see all the examples but not todomvc-flux.
2014-07-11 14:35:10 -07:00
Ben Alpert c64df89ecf Fix up getDefaultProps docs 2014-07-11 14:26:42 -07:00
Ben Alpert a4374c4f74 Update acknowledgements page from AUTHORS 2014-07-11 14:15:53 -07:00
Ben Alpert d101e2ef30 Update AUTHORS 2014-07-11 14:10:46 -07:00
Paul O’Shannessy 2b0e51bdba Add String.prototype.trim to polyfill check
Also shortens the URL so it fits on 1 line
2014-07-11 10:36:38 -07:00
Paul O’Shannessy 28d94d2dcf Fix react-dislayName-test
[skip ci]
2014-07-11 10:36:07 -07:00
Anthony van der Hoorn 8c1ce8f9c3 Update sourceMap to return .toJSON() output
This means we get a data object back rather than a SourceMapGenerator
2014-07-11 08:44:02 -04:00
Anthony van der Hoorn b8582b8d1c Refactor transformAsObject to transformWithDetails
This matches current best thinking.
2014-07-11 08:38:28 -04:00
Julen Ruiz Aizpuru e0c0e20b49 Docs: added note about renderComponent() requirement 2014-07-11 08:37:44 +02:00
Ben Alpert 774f5a022e tutorial: Fetch data in componentDidMount instead
In a world where this component was server-rendered, we wouldn't want to call the data-fetching code there so it makes more sense to have it in componentDidMount.
2014-07-10 22:33:09 -07:00
Paul O’Shannessy cd1adc5303 Merge pull request #1796 from enguerran/footer
fix the disappearing footer on the todomvc-flux sample
2014-07-10 20:41:25 -07:00
Paul O’Shannessy 55b7c387da Update supported elements and properties [skip ci] 2014-07-10 20:04:37 -07:00
Paul O’Shannessy d8aa1c3612 Update polyfills list in docs [skip ci]
Fixes #1744
2014-07-10 17:14:25 -07:00
Paul O’Shannessy 0d8aa8ff65 Update AUTHORS for 0.11 [ci skip] 2014-07-10 14:49:00 -07:00
Paul O’Shannessy 9e582661e3 Merge pull request #1802 from zpao/jsxtransformer-cleanup
Jsxtransformer cleanup
2014-07-09 13:28:49 -07:00
Paul O’Shannessy 31a025a667 Add docblocks and consistent styling to JSXTransformer 2014-07-09 12:51:46 -07:00
Paul O’Shannessy 61d495422d Merge pull request #1801 from zpao/jsxtransformer-sourcemaps
Fix sourcemaps in JSXTransformer for Firefox
2014-07-09 12:49:31 -07:00
Paul O’Shannessy 336890291e Fix sourcemaps in JSXTransformer for Firefox
Fixes #1725
2014-07-09 12:48:02 -07:00
Enguerran 0d481c69a5 another way to fix the footer that is not shown 2014-07-09 10:39:14 +02:00
Paul O’Shannessy 9d5ab297d2 Merge pull request #1784 from wvl/package-built-source-with-npm
Add the built source to npm package. See #1699
2014-07-08 19:22:53 -07:00
Paul O’Shannessy 897b423e0e Merge pull request #1797 from spicyj/transition-group-names
Add displayName to ReactTransitionGroup + friends
2014-07-08 14:40:34 -07:00
Paul O’Shannessy 49c476e1e6 Merge pull request #1786 from zpao/react-tools-readme
Custom readme for react-tools
2014-07-08 14:20:36 -07:00
Ben Alpert 734a345257 Add displayName to ReactTransitionGroup + friends
Fixes facebook/react-devtools#42.

Test Plan: Crossed fingers.
2014-07-08 12:18:46 -07:00
Enguerran 745082c0ac fix the disappearing footer on the todomvc-flux sample 2014-07-08 11:59:07 +02:00
Paul O’Shannessy 785d2cabef Merge pull request #1793 from monsanto/browserify-note
Add a note about production mode for npm installs.
2014-07-07 21:56:51 -07:00
Christopher Monsanto 39ac88595d Remove mention of envify since it is listed in package.json 2014-07-07 15:00:47 -04:00
Anthony van der Hoorn 5c4e451054 Abstracted out common code into innerTransform
As per feedback brought common logic from both `transform` and `transformAsObject` into its own `innerTransform` function.
2014-07-06 16:23:50 -04:00
Christopher Monsanto 9ddb4d4a78 Add a note about production mode for npm installs. 2014-07-05 20:52:42 -04:00
Paul O’Shannessy 5c85f33184 Custom readme for react-tools
Of course this means I can no longer just npm publish from the project
root, but I haven't been anyway.
2014-07-03 17:39:33 -07:00
Wayne Larsen c1c8ad8e53 Add the built source to npm package. See #1699 2014-07-03 18:21:22 -04:00
Cheng Lou e10d10e31e Merge pull request #1531 from spicyj/two-face
Give useful error when using two copies of React
2014-07-03 14:45:23 -07:00
Ben Alpert 70bf3e1306 Give useful error when using two copies of React
If we don't error here, we end up with a confusing error later on in this.getDOMNode() where ReactMount doesn't have the proper container registered in its object.
2014-07-03 14:20:31 -07:00
Andrew Zich 559eb89965 make invariant show formatted actual errors in all unminified environments
Because we can have !__DEV__ but unminified, we still want to see the
message in those cases.
2014-07-03 13:53:41 -07:00
Cheng Lou e8e08127c5 Merge pull request #1461 from spicyj/no-esc-slash
Don't escape slash; it's unnecessary
2014-07-03 11:05:16 -07:00
Paul O’Shannessy 676aac13d0 Update npm dependencies [skip ci] 2014-07-03 09:57:12 -07:00
Anthony van der Hoorn 4ecde425f9 Update React-tools to support transform as object
This change adds an additional function to the exported object to support getting access to the transformed result as an object rather than just a string result - the separate function designed to maintain backwards compatibility. 

This facilitates tools that want the code separate from the sourcemap or anything else as time goes by.
2014-07-03 08:20:55 -04:00
Paul O’Shannessy 12479d3d20 Merge pull request #1780 from jbrantly/issue-1292
Fixing grunt jsx task in Windows
2014-07-02 17:41:18 -07:00
Cheng Lou 7a27d43020 Merge pull request #1779 from spicyj/spell-gram
Fix spelling/grammar in test comment
2014-07-02 15:13:36 -07:00
jbrantly 9e60afdc31 Fixing grunt jsx task in Windows
Spawning node directly instead of relying on shebang in the jsx-internal script

Fixes #1292
2014-07-02 17:26:40 -04:00
Ben Alpert c8d9957f68 Fix spelling/grammar in test comment 2014-07-02 14:09:38 -07:00
Ben Alpert a02b6b3d7f Clarify when getDefaultProps is called
Fixes #1778.
2014-07-02 14:06:48 -07:00