Felix Gnass
5f56f4ac36
add picture to xjs.knownTags
2014-07-16 19:57:19 +02:00
Felix Gnass
33bd509737
add picture element and related attributes
2014-07-16 13:19:55 +02:00
Ben Alpert
dd3167edc9
Reorder reference pages
...
This order should make more sense; it moves important functions like React.renderComponent up and deprecated/discouraged ones like transferPropsTo and setProps down. No content changes.
2014-07-15 23:03:37 -07:00
Ben Alpert
abb95eed5c
Fix comma splice
2014-07-15 22:34:33 -07:00
Paul O’Shannessy
5ea3ff64b6
Merge pull request #1842 from spicyj/jstransform-visitors
...
Add new jstransform visitors to JSX transform
2014-07-15 16:36:14 -07:00
Ben Alpert
f02264cf83
Add destructuring visitor to JSX harmony transform
2014-07-15 16:34:00 -07:00
Paul O’Shannessy
e85e5e9952
Merge pull request #1817 from chenglou/docs-PureRenderMixin
...
[Docs] Document PureRenderMixin addon
2014-07-15 11:09:16 -07:00
Ben Alpert
76496b3cca
Add note about higher/lower-level transition APIs
2014-07-14 21:41:07 -07:00
Ben Alpert
7b872cd781
Merge pull request #1813 from baddox/patch-2
...
Verb agreement grammar fix
2014-07-14 17:08:43 -07:00
Ben Alpert
c26c2d42ac
Merge pull request #1812 from baddox/patch-1
...
Add possessive to fix grammar
2014-07-14 17:07:10 -07:00
Mouad Debbar
97dbada03d
Up-to-date React.Children
...
Make sure we actually include `.count`
2014-07-14 15:01:44 -07:00
Ben Alpert
65b2232f34
Fix typo-ed "of"
2014-07-13 13:09:50 -07:00
Ben Alpert
4a66260b2c
Make code in headers not giant
2014-07-13 13:03:12 -07:00
Paul O’Shannessy
b8cc3f510a
0.11-rc blog post
2014-07-13 12:54:41 -07:00
Paul O’Shannessy
ab690586d3
Consolas > Courier New for monospace docs font [skip ci]
2014-07-13 12:26:28 -07:00
Paul O’Shannessy
0f9cec2e78
0.11.0-rc1
v0.11.0-rc1
2014-07-12 19:50:45 -07:00
Paul O’Shannessy
ec7de52a8f
Merge pull request #1825 from zpao/jsx-sourcemap
...
Add support for inline sourcemaps in jsx executable
2014-07-12 19:50:01 -07:00
Paul O’Shannessy
fc3a3801de
Add support for inline sourcemaps in jsx executable
...
--source-map-inline
2014-07-12 19:49:11 -07:00
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
Cheng Lou
8f909233c9
[Docs] Document PureRenderMixin addon
...
Fixes #1816
2014-07-12 14:56:43 -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
Thomas Shaddox
0d7184f0db
Verb agreement grammar fix
2014-07-11 02:57:21 -07:00
Thomas Shaddox
4477e69d52
Add possessive to fix grammar
2014-07-11 02:52:17 -07: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