3074 Commits

Author SHA1 Message Date
Paul O’Shannessy 1e1f02a83a Merge pull request #2724 from zpao/release-0.12.2
Release 0.12.2
v0.12.2
2014-12-18 12:45:02 -08:00
Paul O’Shannessy 6c5cb72cdc 0.12.2 starter kit 2014-12-18 12:35:02 -08:00
Paul O’Shannessy ea14845c15 Bump version for 0.12.2 2014-12-18 12:34:46 -08:00
Paul O’Shannessy 2f6a95d5a2 v0.12.2 blog post 2014-12-18 12:30:22 -08:00
Paul O’Shannessy 7468f092ae Readme + Changelog for 0.12.2 2014-12-18 12:30:22 -08:00
Paul O’Shannessy e6e60c4fa8 update docs for 0.12.2 changes 2014-12-18 12:30:22 -08:00
Paul O’Shannessy 6526f89235 Merge pull request #2726 from zpao/createElement-undefined-null
Protect better against createElement(null/undefined)
Conflicts:
	src/classic/element/__tests__/ReactElementValidator-test.js
2014-12-18 12:30:22 -08:00
Paul O’Shannessy bbe2e886ab Merge pull request #2658 from ianobermiller/margin-attrs
Support marginHeight and marginWidth attributes
2014-12-18 12:30:21 -08:00
Paul O’Shannessy 359eb75723 Merge pull request #2610 from zpao/update-commonjs-example
Update commonjs example for 0.12
2014-12-18 12:30:21 -08:00
Paul O’Shannessy fb0fafb436 Merge pull request #2489 from cody/form
Add Attributes formAction, formEncType, formMethod and formTarget
2014-12-18 12:30:21 -08:00
Ben Alpert 3e6363116c Merge pull request #2482 from BinaryMuse/bkt/fix-stroke-opacity
Add strokeOpacity to unitless CSS properties
2014-12-18 12:30:21 -08:00
Paul O’Shannessy d339631295 Merge pull request #2452 from Shahor/master
Trailing commas break old IE versions
2014-12-18 12:30:21 -08:00
Paul O’Shannessy 5f88996977 Merge pull request #1708 from chenglou/displayName
Use double quote for transformed `displayName`
2014-12-18 12:30:21 -08:00
Paul O’Shannessy b02db228ca Merge pull request #2718 from alextsg/patch-1
Update tutorial.md for grammatical changes
2014-12-16 12:32:34 -08:00
Paul O’Shannessy e9067f9ecd Merge pull request #2716 from RichardLitt/patch-2
Delete extraneous period
2014-12-16 12:32:34 -08:00
Paul O’Shannessy c7ff4447e0 Merge pull request #2705 from Swader/patch-1
Update 02-displaying-data.md
2014-12-16 12:32:34 -08:00
Paul O’Shannessy d9094a1418 Merge pull request #2694 from camsong/master
Add Chinese translation of js-spread
2014-12-16 12:32:34 -08:00
Paul O’Shannessy d6440d6179 Merge pull request #2689 from camsong/master
Add Chinese translation of jsx-in-depth
2014-12-16 12:32:34 -08:00
Paul O’Shannessy 3e17992257 Merge pull request #2679 from tschaub/patch-1
Add missing verb in docs
2014-12-16 12:32:34 -08:00
Ben Alpert b82a3c51c5 Merge pull request #2672 from cookfront/master
The same problem in issue #2648
2014-12-16 12:32:34 -08:00
Cheng Lou 84e461f5e3 Merge pull request #2671 from benkeen/patch-1
Update 10.6-update.md
2014-12-16 12:32:34 -08:00
Paul O’Shannessy e9f344c030 Merge pull request #2635 from zpao/docs/props-state-clarification
[docs] Clarify when state may duplicate props
2014-12-03 14:52:59 -08:00
Paul O’Shannessy 250060981d Merge pull request #2639 from zpao/own-jsfiddle
Own our fiddles so we can update them more easily
2014-12-03 14:52:59 -08:00
Paul O’Shannessy 308112dbd2 Merge pull request #2649 from cookfront/master
In `Transferring Props` guide, `Manual Transfer` section will lead an er...
2014-12-03 14:52:59 -08:00
Paul O’Shannessy 0bd6bdaa64 Merge pull request #2615 from af/createElement-docs
Add top-level API docs section for React.createElement.
2014-12-03 14:52:59 -08:00
Paul O’Shannessy bfaddf42ae Merge pull request #2636 from zpao/docs/spread-assign-update
[docs] Remove generic spread, Object.assign  mentions
2014-12-03 14:52:59 -08:00
Paul O’Shannessy 5dd855c898 Merge pull request #2622 from rafd/patch-1
add note re: handling events in capture phase
2014-12-03 14:52:59 -08:00
Paul O’Shannessy a4d2e97400 Merge pull request #2623 from jbhatab/patch-1
Screencast interfacing react + backbone
2014-12-03 14:52:59 -08:00
Paul O’Shannessy b112a27aa0 Merge pull request #2616 from christianalfoni/patch-3
Adding link to wiki
2014-12-03 14:52:59 -08:00
Paul O’Shannessy 8eef2fcd3d Merge pull request #2633 from koba04/fix-addons-document
Fix addons documentation of development only part
2014-12-03 14:52:02 -08:00
Paul O’Shannessy 725c545589 Merge pull request #2630 from shamrin/patch-1
fix typo in addons.update() $splice command help
2014-12-03 14:48:36 -08:00
Steven Luscher d70a1a5a6f Community #24: New Carousel link, spelled react-prism correctly, and removed the whale-speak. 2014-11-25 10:27:03 -08:00
Steven Luscher f25ab5ceaa Wrote Community Roundup #24 2014-11-25 10:27:03 -08:00
Christopher Chedeau b1d0c74726 Mention that talks will be recorded 2014-11-24 11:29:11 +00:00
Christopher Chedeau 0e0803401b better wording thanks to @jwalke 2014-11-24 10:33:45 +00:00
Christopher Chedeau af5d168460 react.js conf updates 2014-11-24 09:26:50 +00:00
Cheng Lou 0f9739a4f2 Merge pull request #2555 from mfunkie/patch-1
Animation documentation for ReactTransitionGroup
2014-11-19 15:35:55 +00:00
Paul O’Shannessy 3efc8c8aa9 Merge pull request #2554 from samccone/patch-1
Update tutorial language to be more explicit.
2014-11-19 15:35:44 +00:00
Paul O’Shannessy ae13325143 Merge pull request #2544 from mjul/patch-1
Update 10.4-test-utils.md
2014-11-19 15:33:51 +00:00
Cheng Lou 7dd33967b6 Merge pull request #2514 from jvalente/patch-1
Update ref-09-glossary.md
2014-11-19 15:33:42 +00:00
Paul O’Shannessy 8dc8b0fd44 Merge pull request #2498 from ikr/patch-1
There's no isComponentOfType() anymore
2014-11-19 15:33:31 +00:00
Paul O’Shannessy 4fb45410b3 Merge pull request #2475 from jsfb/master
Use adjective "too" instead of "to"
2014-11-19 15:31:46 +00:00
Paul O’Shannessy bc8baef372 Merge pull request #2473 from zertosh/docs-ssr-at-sc
Add React at SoundCloud talk
2014-11-19 15:31:36 +00:00
Paul O’Shannessy a067fc0fee Changelog, Readme updates for v0.12.1 v0.12.1 2014-11-18 09:30:26 +01:00
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