Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 15, 2015
1 parent d25c7b4 commit 829b4d9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

#### New Features

#### Deprecation

#### Bug Fixes

## 1.3.0 (September 15, 2015)

#### Breaking Changes

#### New Features

- Render components directly from the controller with `render component: ...` #329
- Provide a custom view helper with `config.react.view_helper_implementation` #346

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ in your Ruby on Rails (3.2+) application. `react-rails` can:
Add `react-rails` to your gemfile:

```ruby
gem 'react-rails', '1.2.0'
gem 'react-rails', '~> 1.3.0'
```

Next, run the installation script:
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
| Gem | React.js |
|----------|----------|
| master | 0.13.3 |
| 1.3.0 | 0.13.3 |
| 1.2.0 | 0.13.3 |
| 1.1.0 | 0.13.3 |
| 1.0.0 | ~> 0.13 |
Expand Down
2 changes: 1 addition & 1 deletion lib/react/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module React
module Rails
# If you change this, make sure to update VERSIONS.md
VERSION = '1.2.0'
VERSION = '1.3.0'
end
end

0 comments on commit 829b4d9

Please sign in to comment.