Skip to content

Commit d919099

Browse files
committed
chore(release) prepare 1.2.0
1 parent 73e72cb commit d919099

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

Diff for: CHANGELOG.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
#### Breaking Changes
44

5-
#### New Features
5+
#### New Features
6+
7+
#### Deprecation
8+
9+
#### Bug Fixes
10+
11+
## 1.2.0 (August 19, 2015)
12+
13+
#### Breaking Changes
14+
15+
#### New Features
616

717
- Support `--es6` option in component generator #332
818
- Support Sprockets 3 #322
919

10-
#### Deprecation
20+
#### Deprecation
1121

12-
#### Bug Fixes
22+
#### Bug Fixes
1323

1424
- Don't bother unmounting components `onBeforeUnload` #318
1525
- Include `React::Rails::VERSION` in the gem #335

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,6 @@ react_component(component_class_name, props={}, html_options={})
150150

151151
### Server rendering
152152

153-
(This documentation is for the __`master` branch__, please check the [__`1.0.0` README__](https://github.com/reactjs/react-rails/tree/v1.0.0#server-rendering) for that API!)
154-
155153
To render components on the server, pass `prerender: true` to `react_component`:
156154

157155
```erb

Diff for: VERSIONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
1010
| Gem | React.js |
1111
|----------|----------|
1212
| master | 0.13.3 |
13+
| 1.2.0 | 0.13.3 |
1314
| 1.1.0 | 0.13.3 |
1415
| 1.0.0 | ~> 0.13 |
1516
| 0.13.0.0 | 0.13.0 |

Diff for: lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
4-
VERSION = '1.1.0'
4+
VERSION = '1.2.0'
55
end
66
end

0 commit comments

Comments
 (0)