Brian Vaughn
378ef5e730
16.0.0-alpha.0
2017-01-09 16:45:56 -08:00
Paul O’Shannessy
944be18357
Upgrade to fbjs v0.8.4 ( #7532 )
2016-08-19 10:40:03 -07:00
Paul O’Shannessy
c9504d99a5
Setup grunt flow task and run on travis ( #6684 )
2016-05-03 18:16:38 -07:00
Paul O’Shannessy
468901c336
Ensure we're using latest object-assign ( #6681 )
...
This picks up the change to feature test against order bugs.
2016-05-02 13:16:25 -07:00
Sebastian Markbage
ada60c4fd8
Remove ReactDOM.native shim
...
This is causing build errors.
This should be in the downstream repo if anything.
Relay has its own shim that should be preferred.
2016-04-20 03:35:31 +01:00
Sebastian Markbage
240dfae28c
Add React Native Modules to module map + fix fbjs
...
Our module rewrite whitelist needs to ignore providesModule files
that are going to be required from the global React Native
environment.
We also need to add ReactDOM to providesModule since we removed it
from React Native.
2016-04-20 03:35:30 +01:00
Paul O’Shannessy
caa78f7985
Bump version for v16 development
2016-04-07 11:27:28 -07:00
Paul O’Shannessy
3cd39cbb8f
Upgrade fbjs
2016-04-05 10:50:54 -07:00
Paul O’Shannessy
1573baaee8
Use Object.assign directly and inject object-assign at compile
2016-04-04 09:53:25 -07:00
Paul O’Shannessy
d17091ddeb
Make Browserify-specific modules to remove DOM dependencies from npm package
2016-03-24 15:28:52 -07:00
Christoffer Sawicki
ecf824cc2a
Use loose-envify instead of envify
...
This reduces the number of transitive dependencies and decreases the build time (by ~6% on my machine).
2016-03-21 20:18:17 +01:00
Dan Abramov
a7ed9fd199
Remove react/addons
2016-03-17 18:18:04 +00:00
Dan Abramov
97038d1ff7
v15.0.0-rc.2
2016-03-16 21:21:34 +00:00
Paul O’Shannessy
36796348f2
v15.0.0-rc.1
2016-03-07 17:02:10 -08:00
Paul O’Shannessy
4e2a0d14a9
Upgrade fbjs, fbjs-scripts
2016-03-04 16:07:20 -08:00
Michael McDermott
18af9bc91e
Fixed some linting warnings and some mis-spacing in SyntheticEvent warnings.
2016-03-02 18:40:23 -05:00
Zeke Sikelianos
0ce28c6e88
fix homepage URLs in package.json files
2016-01-25 14:44:17 -06:00
Paul O’Shannessy
b41f5a1cdf
v0.15.0-alpha.1
2016-01-20 20:07:37 -08:00
Paul O’Shannessy
19db8e13bc
Upgrade to fbjs@^0.6.1
...
(cherry picked from commit f305deb065 )
2016-01-07 10:10:14 -08:00
Ben Alpert
6dc7f13343
Upgrade fbjs to 0.6 in npm package too
...
(cherry picked from commit a9732ba548 )
2015-12-29 14:43:30 -08:00
Ben Alpert
c29642d6ed
Add shim files for RN in npm package
2015-12-29 12:14:22 -08:00
Paul O’Shannessy
10edb83166
Ensure license and patents files are packaged for npm
2015-11-09 12:47:22 -08:00
Ben Alpert
3a0ab000bf
Update addons paths in npm react README
2015-10-23 17:31:01 -07:00
Paul O’Shannessy
59cd224a03
Bump version in master for 0.15 development
2015-10-07 09:57:53 -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. 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