File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ # react-rails
2
+
3
+ #### Breaking Changes
4
+
5
+ - Changed server rendering configuration names #253
6
+
7
+ | Old | New |
8
+ | ---- | ---- |
9
+ | ` config.react.timeout ` | ` config.react.server_renderer_timeout ` |
10
+ | ` config.react.max_renderers ` | ` config.react.server_renderer_pool_size ` |
11
+ | ` config.react.react_js ` | ` config.react.server_renderer_options[:files] ` |
12
+ | ` config.react.component_filenames ` | ` config.react.server_renderer_options[:files] ` |
13
+ | ` config.react.replay_console ` | ` config.react.server_renderer_options[:replay_console] ` |
14
+ | (none) | ` config.react.server_renderer ` |
15
+
16
+ #### New Features
17
+
18
+ - Allow custom renderers for server rendering #253
19
+ - Server render with ` renderToStaticMarkup ` via ` prerender: :static ` #253
20
+
21
+ #### Deprecations
22
+
23
+ #### Bug Fixes
24
+
25
+ - Fix gem versions in tests #270
26
+ - Expire the Sprockets cache if you change React.js builds #257
27
+ - Instead of copying builds into local directires, add different React.js builds to the asset pipeline #254
28
+ - Camelize attribute names in the component generator #262
29
+ - Add ` tilt ` dependency #248
30
+
31
+
32
+ ## 1.0.0 (April 7, 2015)
33
+
34
+ #### New Features
35
+
36
+ - Vendor versions of React.js with ` config.variant ` , ` config.addons ` and ` //= require react `
37
+ - Component generator
38
+ - View helper and UJS for mounting components
39
+ - Server rendering with ` prerender: true `
40
+ - Transform ` .jsx ` in the asset pipeline
You can’t perform that action at this time.
0 commit comments