jeffmo
e9dde65341
Include 0.12.1 starter kit
2014-11-17 23:57:54 -08:00
jeffmo
6a739ccba6
Update jstransform to version 8.2.0
2014-11-17 22:31:27 -08:00
jeffmo
2119a29770
Needed to npm shrinkwrap with --dev
2014-11-17 19:44:09 -08:00
jeffmo
8f3416e6fd
v0.12.1
2014-11-17 19:37:24 -08:00
Christopher Chedeau
11527d7fe4
Merge pull request #2543 from spicyj/strip-types-2
...
Cherry-pick jstransform, strip-types upgrades and re-shrinkwrap
2014-11-16 20:30:19 -08:00
Ben Alpert
d7e3fb36ad
Re-shrinkwrap dependencies with new package.json
...
After running `npm install` with the old shrinkwrap, I ran:
```
rm -rf npm-shrinkwrap.json node_modules/esprima-fb/
npm install
npm install envify@3.0.0
npm shrinkwrap --dev
```
and ended up with this file. (I had to re-install envify because it wants jstransform@'^6.1.0' but was getting the one at the root which is now `8.0.0`. Now it uses its own copy in `node_modules/envify/node_modules/jstransform/`.)
2014-11-16 20:22:21 -08:00
Gabe Levi
361b00e652
Update stripTypes transform to use fixed up jstransform transform
...
(cherry picked from commit 0d308add09 )
2014-11-16 19:53:58 -08:00
Andres Suarez
9f584d607a
Remove esprima-fb and use Syntax from jstransform
...
(cherry picked from commit bf0a857a92 )
2014-11-16 19:53:58 -08:00
Zacharias
55a58460d9
Update jstransform version to ^7.0.0
...
(cherry picked from commit c260c45db3 )
2014-11-16 19:53:58 -08:00
Paul O’Shannessy
ed1ca69183
Merge pull request #2463 from fson/render-to-string-docs
...
Update React.renderToString argument type in docs
2014-11-05 16:15:25 -08:00
Paul O’Shannessy
a47c6d3717
Merge pull request #2434 from Shraymonks/propTypes-docs
...
Update deprecated propTypes
2014-11-05 16:15:20 -08:00
Paul O’Shannessy
b6af3c8586
Merge pull request #2433 from zpao/fiddle-integration
...
Bring in jsfiddle integration script, add harmony
2014-10-31 11:23:43 -07:00
Paul O’Shannessy
cf0a22578d
Merge pull request #2443 from kruppel/kurt/minor-tip-typo
...
Fix typo in If/Else JSX doc.
2014-10-31 10:13:11 -07:00
Cheng Lou
9ee824e5de
Merge pull request #2418 from spencer48/patch-1
...
(docs) Added commas to increase readability.
2014-10-29 18:17:25 -07:00
Paul O’Shannessy
a354e65974
Merge pull request #2428 from cody/fixes
...
React.renderComponent --> React.render
2014-10-29 18:16:58 -07:00
Paul O’Shannessy
0c1191d2bc
Merge pull request #2419 from johnheroy/patch-1
...
Add comma for readability in tutorial.md
2014-10-29 18:16:19 -07:00
Paul O’Shannessy
434b4a275a
Add 0.12 starter kit
2014-10-28 11:40:57 -07:00
Christopher Chedeau
d56bc2f219
Change the date and the link url to match the proper roundup
2014-10-28 11:36:03 -07:00
Paul O’Shannessy
3e925822a6
v0.12.0
...
- update versions in packages, react
- update version in docs
- npm shrinkwrap
v0.12.0
2014-10-28 11:23:41 -07:00
Paul O’Shannessy
f2947a0ca1
Merge pull request #2399 from zpao/0.12-docs
...
Docs updates for 0.12
2014-10-28 11:17:25 -07:00
Paul O’Shannessy
fa2597a3b3
0.12 blog post
2014-10-28 11:16:29 -07:00
Paul O’Shannessy
8ef1f96850
0.12 CHANGELOG
2014-10-28 11:16:28 -07:00
Paul O’Shannessy
3eb8222c22
Update cdnjs link, include jsdelivr in readme
2014-10-28 11:06:32 -07:00
Paul O’Shannessy
fcd4be3933
Update version references in the readme
2014-10-28 11:06:32 -07:00
Paul O’Shannessy
0b8454724e
Update Authors & Acknowledgements for 0.12
2014-10-28 11:06:32 -07:00
Christopher Chedeau
081115609c
React.js Conf blog post
...
Closes #2412
2014-10-28 11:06:31 -07:00
Cheng Lou
539db8e9c8
Merge pull request #2414 from benleiken/patch-1
...
Moved key requirement note into 'getting started'
2014-10-28 11:06:31 -07:00
Paul O’Shannessy
4d47ff36b2
Merge pull request #2413 from LeonFedotov/patch-1
...
Changing api documentation for jsx transformer
2014-10-28 11:06:31 -07:00
Sebastian Markbage
98bf80254f
Update Docs Navigation
2014-10-28 11:06:31 -07:00
Sebastian Markbage
1cb3f25e78
More Descriptor -> Element renames
2014-10-28 11:06:31 -07:00
Sebastian Markbage
b7a548c4bf
Replace transferPropsTo with transferring props patterns
2014-10-28 11:06:30 -07:00
Sebastian Markbage
9b1ee4de46
Updated Docs for new JSX Changes
...
Moved non-JSX explanation to Displaying Data.
Overhauled JSX in Depth.
Added JSX Spread Section.
2014-10-28 11:06:30 -07:00
Paul O’Shannessy
0dd942b121
Update Animation docs for createElement
2014-10-28 11:06:30 -07:00
Paul O’Shannessy
eb2827ec6a
Update React.DOM -> React.createElement through docs
2014-10-28 11:06:30 -07:00
Paul O’Shannessy
0344aaf18d
Use --harmomy in docs examples for cleaner code
2014-10-28 11:06:30 -07:00
Paul O’Shannessy
d36d26a574
[docs] Glossary
...
Pulled in https://gist.github.com/sebmarkbage/fcb1b6ab493b0c77d589
mostly verbatim
2014-10-23 20:51:11 -07:00
Paul O’Shannessy
4e5f5df4f6
Remove @jsx from examples
2014-10-23 20:51:11 -07:00
Paul O’Shannessy
4cfd8c6204
Update server servering example
...
It's referencing packages that aren't published yet but it *probably*
works...
2014-10-23 20:51:11 -07:00
Paul O’Shannessy
f53854bd93
React.renderComponent -> React.render
...
This covers most everything. The perf suite still needs work for the
Element updates. And the server rendering example needs to be done
wholesale.
2014-10-23 20:51:11 -07:00
Paul O’Shannessy
a90b4c9b3e
Update properties/elements
2014-10-23 20:51:11 -07:00
Sebastian Markbåge
4aee2a9c28
Merge pull request #2405 from sebmarkbage/hideelementconstructor
...
Hide ReactElement constructor
2014-10-23 12:06:16 -07:00
Sebastian Markbage
20af6b0a14
Hide ReactElement constructor
...
This prevents feature tests like:
var ReactElement = React.createElement(...).constructor;
if (element.constructor === ReactElement)
This is intentional so that we have the option to make these plain objects.
E.g. for direct inlining or replacing them with value types.
2014-10-23 10:53:57 -07:00
Ben Alpert
32630cd8cf
Fix typo in 0.12 RC blog post
2014-10-23 00:45:33 -07:00
Paul O’Shannessy
5ffcec7552
Update travis-ci badge for 0.12-stable branch
2014-10-22 14:17:11 -07:00
Ben Alpert
5e2d926d65
Merge pull request #2372 from spicyj/docs012-1
...
Update docs to align with 0.12 better
2014-10-22 14:02:35 -07:00
Ben Alpert
52494f9d72
Update docs to align with 0.12 better
...
- Rename React.renderComponent -> React.render
- Remove most references to transferPropsTo
2014-10-22 14:01:54 -07:00
Paul O’Shannessy
85a98d4c8e
Merge pull request #2322 from zpao/update-licenses-docs-examples
...
Update docs/examples with licenses
2014-10-22 13:13:56 -07:00
Paul O’Shannessy
7dc0e3d746
Update licenses for docs and examples
...
Docs are now CC licensed
Examples are under a separate license
2014-10-22 12:35:08 -07:00
Ben Alpert
631b6a097c
Merge pull request #2388 from spicyj/null-key
...
Support but warn on key={null}
2014-10-21 14:20:16 -07:00
Paul O’Shannessy
ac3e9b55e0
Merge pull request #2370 from chenglou/rm-school
...
[Docs] Remove most of @jsx
2014-10-21 14:11:22 -07:00