Commit Graph
39 Commits
Author SHA1 Message Date
Scott Feeney 44f1a9a262 Bump version for 0.14.7 dev 2016-01-28 10:52:02 -08:00
Paul O’Shannessy e278ce4445 v0.14.6 2016-01-06 15:26:33 -08:00
Paul O’Shannessy f305deb065 Upgrade to fbjs@^0.6.1 2016-01-06 15:21:05 -08:00
Paul O’Shannessy 9c091afe74 bump version for 0.14.6 dev 2016-01-06 15:02:22 -08:00
Ben Alpert 575cf6a82e v0.14.5 2015-12-29 14:37:06 -08:00
Ben Alpert a9732ba548 Upgrade fbjs to 0.6 in npm package too 2015-12-29 14:35:10 -08:00
Ben Alpert 05269bf16b Bump version for 0.14.5 dev 2015-12-29 14:34:38 -08:00
Ben Alpert 149613d065 v0.14.4 2015-12-29 13:51:43 -08:00
Ben Alpert d2dde00940 Add shim files for RN in npm package
(cherry picked from commit c29642d6ed)
2015-12-29 13:51:43 -08:00
Ben Alpert 881d023c0e Bump version for 0.14.4 dev 2015-12-29 13:39:40 -08:00
Paul O’Shannessy c389c1def5 v0.14.3 2015-11-18 18:08:52 -08:00
Paul O’Shannessy cde2de3ce7 Merge pull request #5431 from zpao/license-in-packages
Ensure license and patents files are packaged for npm
(cherry picked from commit fc245226f9)
2015-11-18 12:29:36 -08:00
Paul O’Shannessy a43dfdc33d Bump version for 0.14.3 dev 2015-11-18 12:08:51 -08:00
Paul O’Shannessy 5a2312c8e5 v0.14.2 2015-11-02 11:45:57 -08:00
Paul O’Shannessy 24059873ac Bump version for 0.14.2-alpha 2015-11-02 10:03:45 -08:00
Paul O’Shannessy b247f68b33 0.14.1 2015-10-28 14:21:05 -07:00
Ben AlpertandPaul O’Shannessy c469697ad7 Merge pull request #5263 from spicyj/npmreactreadme
Update addons paths in npm react README
(cherry picked from commit 8aaa66c292)
2015-10-28 12:42:15 -07:00
Paul O’Shannessy 0acdefb7cc Bump version for dev 2015-10-28 12:26:18 -07:00
Paul O’Shannessy 3603d45157 v0.14.0 2015-10-07 10:19:56 -07:00
Paul O’Shannessy 693dd3567b Update to fbjs@0.3
As far as we're concerned, the only difference is that we moved some files from React to fbjs.
2015-10-01 14:30:05 -07:00
Ben Alpert 4a4174b9e8 0.14.0-rc1 2015-09-10 08:47:40 -07:00
Ben Alpert c04d02e5e8 Add warnings to React module 2015-09-01 14:36:41 -07:00
Paul O’Shannessy 52b4c9eabf Upgrade to fbjs, fbjs-scripts @ 0.2 2015-08-31 17:19:42 -07:00
Paul O’Shannessy b38509cade Merge pull request #4540 from scottburch/ie8-fix
removed dangling comma that messes up loading in IE8
2015-08-20 14:37:20 -07:00
Paul O’Shannessy ecb34de574 Upgrade ESLint, fix code 2015-08-10 17:04:29 -07:00
Paul O’Shannessy 3f6bca7b16 0.14.0-beta3 2015-08-03 14:24:24 -07:00
Samy Al Zahrani 5f01a90954 Update addons.js 2015-08-02 16:12:34 +03:00
Scott Burch 1da2b29897 added suggested comment to get file to pass es-lint 2015-08-01 01:43:24 -07:00
Scott Burch 0f1ecc3ae3 removed dangling comma that messes up loading in IE8 2015-07-31 16:36:04 -07:00
Paul O’Shannessy 681bbb629f 0.14.0-beta2 2015-07-30 21:29:09 -07:00
Paul O’Shannessy e9c53364e5 Update fbjs dependency 2015-07-30 21:28:11 -07:00
Paul O’Shannessy d982d5e153 Move react-tools from root.
ReactTools is deprecated, it doesn't belong at the root of the project. We'll remove it after 0.14 but for now this moves it so that it's contained and not intermixed with the rest of the project. The currect behavior of copying src/ into the package is maintained.
2015-07-30 10:15:36 -07:00
Paul O’Shannessy 1d0c1b1817 Use fbjs package from npm, gulp
This reworks a few things in building and distributing React. The biggest change is using fbjs to share dependencies with other libraries. We're also using Gulp for some build steps.
2015-07-23 15:48:02 -07:00
Ben Alpert 6c20271488 Rename ReactDOMClient to ReactDOM
This closer matches the npm package name and (I assume) is what we want to call it internally.
2015-07-21 19:30:09 -07:00
Murray M. Moss 334372758c Add comment to explain string concatenation 2015-07-08 13:26:36 -04:00
Murray M. MossandMurray M. Moss fa4063455b Concatenate warning message, due to parsing issues
The addons module warning is currently causing issues with babel/JSPM due to the warning message getting parsed as a require statement. Adding a break using string concatenation appears to prevent any issues.

Example error using JSPM:

```
Error loading "react-addons-{addon}" from...
```
2015-07-08 13:24:01 -04:00
Ben Alpert b4e74e38e4 Bump version to beta1 2015-07-03 10:46:35 +02:00
Ben Alpert 33d5201a94 Finish addons packaging
- Add missing object-assign dependency
- Add batchedUpdates to ReactDOMClient, rename the two addons to `unstable_`
- Delete react/addons/* (leaving react/addons with a slightly updated warning)
- Add README.md, LICENSE, PATENTS to each addons package
2015-07-02 23:33:16 +02:00
Paul O’Shannessy 12c9fee94e Move npm packages into folder 2015-06-17 12:01:44 -07:00