File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# react-rails
22
3+ ## 1.1.0 (July 9, 2015)
4+
35#### Breaking Changes
46
57- Changed server rendering configuration names #253
1315 | ` config.react.replay_console ` | ` config.react.server_renderer_options[:replay_console] ` |
1416 | (none) | ` config.react.server_renderer ` |
1517
16- - JSX is transformed by Babel, not JSTransform #295
18+ - JSX is transformed by Babel, not JSTransform #295
1719
1820#### New Features
1921
2022- Allow custom renderers for server rendering #253
2123- Server render with ` renderToStaticMarkup ` via ` prerender: :static ` #253
2224- Accept ` config.react.jsx_transform_options = {asset_path: "path/to/JSXTransformer.js"} ` #273
23- - Added ` BabelTransformer ` for transforming JSX #295
25+ - Added ` BabelTransformer ` for transforming JSX #295
2426- Added ` ExecJSRenderer ` to server rendering tools
2527- Accept ` config.react.jsx_transformer_class ` #302
2628
2729#### Deprecations
2830
29- - ` JSXTransformer ` won't be updated
31+ - ` JSXTransformer ` won't be updated
3032
3133#### Bug Fixes
3234
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.1.0 | 0.13.3 |
1314| 1.0.0 | ~ > 0.13 |
1415| 0.13.0.0 | 0.13.0 |
1516| 0.12.2.0 | 0.12.2 |
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.0 .0'
4+ VERSION = '1.1 .0'
55 end
66end
You can’t perform that action at this time.
0 commit comments