File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 88
99#### Bug Fixes
1010
11- ## 1.7.2 (Jun3 19, 2016)
11+ ## 1.8.0 (June 29, 2016)
12+
13+ #### New Features
14+
15+ - Sprockets 4 Support 🎉 #560
16+ - Depend on Railties, not Rails #558
17+ - Don't depend on ` sprockets/railtie ` #558
18+ - Expose ` React.camelize_props(props_hash) ` #556
19+ - Add ` rails generate react:ujs --output=... ` for copying the UJS into your app #557
20+ - Support Babel 6 module exports & extension point ` ReactRailsUJS.getConstructor ` #503
21+
22+ ## 1.7.2 (June 19, 2016)
1223
1324#### New Features
1425
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 | 15.0.2 |
13+ | 1.8.0 | 15.0.2 |
1314| 1.7.2 | 15.0.2 |
1415| 1.7.1 | 15.0.2 |
1516| 1.7.0 | 15.0.1 |
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module React
22 module Rails
33 # If you change this, make sure to update VERSIONS.md
44 # And the version hint in README.md, if needed
5- VERSION = '1.7.2'
5+ VERSION = "1.8.0"
66 end
77end
You can’t perform that action at this time.
0 commit comments