Skip to content

Commit bc7f8ff

Browse files
committed
feat(react) update to React.js 15.3.0
1 parent 5049473 commit bc7f8ff

File tree

12 files changed

+4593
-3070
lines changed

12 files changed

+4593
-3070
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,3 +384,8 @@ Any subclass of `ExecJSRenderer` may use those hooks (for example, `SprocketsRen
384384
- [React.rb](http://reactrb.org/): Use Ruby to build reactive user interfaces with React under the covers.[github source code here](https://github.com/zetachang/react.rb).
385385
- [react-rails-hot-loader](https://github.com/rmosolgo/react-rails-hot-loader) is a simple live-reloader for `react-rails`.
386386
- [react-rails-benchmark_renderer](https://github.com/pboling/react-rails-benchmark_renderer) adds performance instrumentation to server rendering.
387+
388+
## Development
389+
390+
- Run tests with `rake test` or `appraisal rake test`
391+
- Update React assets with `rake react:update`

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
namespace :react do
1616
desc "Run the JS build process to put files in the gem source"
17-
task update: [:build, :copy]
17+
task update: [:install, :build, :copy]
1818

1919
desc "Build the JS bundles with Webpack"
2020
task :build do

VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
99

1010
| Gem | React.js |
1111
|----------|----------|
12-
| master | 15.2.1 |
12+
| master | 15.3.0 |
1313
| 1.8.1 | 15.2.1 |
1414
| 1.8.0 | 15.0.2 |
1515
| 1.7.2 | 15.0.2 |

0 commit comments

Comments
 (0)