File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# react-rails
22
3+ #### Breaking Changes
4+
5+ #### New Features
6+
7+ #### Deprecation
8+
9+ #### Bug Fixes
10+
11+ ## 1.4.1 (October 23, 2015)
312
413#### Breaking Changes
514
918
1019#### Bug Fixes
1120
21+ - Minify & optimize the production build of React.js #380
22+
1223## 1.4.0 (October 22, 2015)
1324
1425#### 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-
1010| Gem | React.js |
1111| ----------| ----------|
1212| master | 0.14.0 |
13+ | 1.4.1 | 0.14.0 |
1314| 1.4.0 | 0.14.0 |
1415| 1.3.3 | 0.13.3 |
1516| 1.3.2 | 0.13.3 |
Original file line number Diff line number Diff line change 11module React
22 module Rails
33 # If you change this, make sure to update VERSIONS.md
4- VERSION = '1.4.0 '
4+ VERSION = '1.4.1 '
55 end
66end
You can’t perform that action at this time.
0 commit comments