Skip to content

Commit d62b95a

Browse files
committed
1.8.0
1 parent deb8cb6 commit d62b95a

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@
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

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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 |

lib/react/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
77
end

0 commit comments

Comments
 (0)