Skip to content

Commit 3c3a8eb

Browse files
committed
1.3.3
1 parent 092fc13 commit 3c3a8eb

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# react-rails
22

3+
34
#### Breaking Changes
45

56
#### New Features
@@ -8,6 +9,19 @@
89

910
#### Bug Fixes
1011

12+
## 1.3.3 (October 21, 2015)
13+
14+
#### Breaking Changes
15+
16+
#### New Features
17+
18+
#### Deprecation
19+
20+
#### Bug Fixes
21+
22+
- Also support React 0.14 in `unmountComponents` #372
23+
- Use a fallback view helper in case a Rails controller wasn't used #375
24+
1125
## 1.3.2 (October 13, 2015)
1226

1327
#### Breaking Changes

VERSIONS.md

+1
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 | 0.13.3 |
13+
| 1.3.3 | 0.13.3 |
1314
| 1.3.2 | 0.13.3 |
1415
| 1.3.1 | 0.13.3 |
1516
| 1.3.0 | 0.13.3 |

lib/react/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module React
22
module Rails
33
# If you change this, make sure to update VERSIONS.md
4-
VERSION = '1.3.2'
4+
VERSION = '1.3.3'
55
end
66
end

0 commit comments

Comments
 (0)