File tree 4 files changed +16
-3
lines changed
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#### Bug Fixes
11
11
12
+ ## 1.4.0 (October 22, 2015)
13
+
14
+ #### Breaking Changes
15
+
16
+ #### New Features
17
+
18
+ - Include React.js 0.14
19
+
20
+ #### Deprecation
21
+
22
+ #### Bug Fixes
23
+
12
24
## 1.3.3 (October 21, 2015)
13
25
14
26
#### Breaking Changes
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ in your Ruby on Rails (3.2+) application. `react-rails` can:
24
24
Add ` react-rails ` to your gemfile:
25
25
26
26
``` ruby
27
- gem ' react-rails' , ' ~> 1.3 .0'
27
+ gem ' react-rails' , ' ~> 1.4 .0'
28
28
```
29
29
30
30
Next, run the installation script:
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
9
9
10
10
| Gem | React.js |
11
11
| ----------| ----------|
12
- | master | 0.13.3 |
12
+ | master | 0.14.0 |
13
+ | 1.4.0 | 0.14.0 |
13
14
| 1.3.3 | 0.13.3 |
14
15
| 1.3.2 | 0.13.3 |
15
16
| 1.3.1 | 0.13.3 |
Original file line number Diff line number Diff line change 1
1
module React
2
2
module Rails
3
3
# If you change this, make sure to update VERSIONS.md
4
- VERSION = '1.3.3 '
4
+ VERSION = '1.4.0 '
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments