File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# react-rails
2
2
3
+ #### Breaking Changes
4
+
5
+ #### New Features
6
+
7
+ #### Deprecation
8
+
9
+ #### Bug Fixes
10
+
11
+ ## 1.4.1 (October 23, 2015)
3
12
4
13
#### Breaking Changes
5
14
9
18
10
19
#### Bug Fixes
11
20
21
+ - Minify & optimize the production build of React.js #380
22
+
12
23
## 1.4.0 (October 22, 2015)
13
24
14
25
#### Breaking Changes
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.0 |
13
+ | 1.4.1 | 0.14.0 |
13
14
| 1.4.0 | 0.14.0 |
14
15
| 1.3.3 | 0.13.3 |
15
16
| 1.3.2 | 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.4.0 '
4
+ VERSION = '1.4.1 '
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments