File tree 4 files changed +16
-4
lines changed
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
#### New Features
6
6
7
+ #### Deprecation
8
+
9
+ #### Bug Fixes
10
+
11
+ ## 1.5.0 (November 25, 2015)
12
+
13
+ #### Breaking Changes
14
+
15
+ #### New Features
16
+
7
17
- Update to React 0.14.3 #412
8
18
- ` config.react.camelize_props = true ` will camelize ` react_component ` prop keys #409
9
19
14
24
- Fix chained ` .es6 ` file names with JSX processor #411
15
25
- Don't insert ` // =require ` s multiple times #398
16
26
17
- ## 1.4.2
27
+ ## 1.4.2 (November 5, 2015)
18
28
19
29
#### Breaking Changes
20
30
27
37
28
38
#### Bug Fixes
29
39
30
- - Support custom attributes when rendering from controller #384
40
+ - Support custom attributes when rendering from controller #384
31
41
32
42
## 1.4.1 (October 23, 2015)
33
43
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Just getting started with React? Make sure to check out the [Getting Started] (h
26
26
Add ` react-rails ` to your gemfile:
27
27
28
28
``` ruby
29
- gem ' react-rails' , ' ~> 1.4 .0'
29
+ gem ' react-rails' , ' ~> 1.5 .0'
30
30
```
31
31
32
32
Next, run the installation script:
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ You can control what version of React.js (and JSXTransformer) is used by `react-
10
10
| Gem | React.js |
11
11
| ----------| ----------|
12
12
| master | 0.14.3 |
13
+ | 1.5.0 | 0.14.3 |
13
14
| 1.4.2 | 0.14.2 |
14
15
| 1.4.1 | 0.14.0 |
15
16
| 1.4.0 | 0.14.0 |
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.4.2'
4
+ # And the version hint in README.md, if needed
5
+ VERSION = '1.5.0'
5
6
end
6
7
end
You can’t perform that action at this time.
0 commit comments