You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,17 @@
2
2
3
3
#### Breaking Changes
4
4
5
+
- React Deprecations for 15.4, 15.5, 15.6 in preparation for 16 handled in prebundled version
6
+
5
7
#### New Features
6
8
9
+
- Generator now makes modern style `createReactClass`(JS) or `extends React.Component`(ES6, CoffeeScript) code
10
+
7
11
#### Deprecation
8
12
13
+
- Next version will drop the addons option as they are not supported with React 16
14
+
- TheRubyRacer's newest version (0.12.3 at time of writing) only supports libV8 (3.16.14.15) which is too old for some new JS features, future versions of this gem will need more modern ExecJS runtimes such as mini_racer (currently on libV8 5.9.x)
0 commit comments