File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 88
99#### Bug Fixes
1010
11+ ## 1.9.0 (October 6, 2016)
12+
13+ #### Breaking Changes
14+
15+ #### New Features
16+
17+ - Accept extra JS code in ` code: ` option for SprocketsRenderer #604
18+
19+ #### Bug Fixes
20+
21+ - Use ` asset_prefix ` for YamlContainer #598
22+ - Fix requiring ` .js ` from ` .es6.jsx ` #591
23+
1124## 1.8.2 (August 9, 2016)
1225
1326#### New Features
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.3.0 |
13+ | 1.9.0 | 15.3.0 |
1314| 1.8.2 | 15.3.0 |
1415| 1.8.1 | 15.2.1 |
1516| 1.8.0 | 15.0.2 |
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.8.2 "
5+ VERSION = "1.9.0 "
66 end
77end
You can’t perform that action at this time.
0 commit comments