File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 44
55#### New Features
66
7+ #### Deprecation
8+
9+ #### Bug Fixes
10+
11+ ## 1.3.2 (October 13, 2015)
12+
13+ #### Breaking Changes
14+
15+ #### New Features
16+
717- The UJS can mount and unmount components within a given DOM node #358
818- Support dropped-in React 0.14 in UJS #366
919
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.13.3 |
13+ | 1.3.2 | 0.13.3 |
1314| 1.3.1 | 0.13.3 |
1415| 1.3.0 | 0.13.3 |
1516| 1.2.0 | 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.3.1 '
4+ VERSION = '1.3.2 '
55 end
66end
You can’t perform that action at this time.
0 commit comments