File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ### 4.0.0 (28/2/2017)
5+
6+ - ** Possibly breaking change** ` RenderServer.render ` now accepts a ` timeout ` keyword argument. There are some
7+ edge-cases where this may break down-stream code.
8+ ([ Corey Burmeister] ( https://github.com/cburmeister ) )
9+ https://github.com/markfinger/python-react/pull/73
10+ - Documentation updates regarding production environments. The key takeaway is to ensure that you are using
11+ the ` NODE_ENV=production ` environment variable so that React runs without debugging helpers which slow down
12+ rendering.
13+ - Documentation updates regarding ` RenderServer ` API.
14+
15+ ### 3.0.1 (6/4/2016)
16+
17+ - Documentation updates.
18+
19+
420### 3.0.0 (6/4/2016)
521
622- ** Possibly breaking change** render_component now accepts a ` request_headers ` keyword argument.
Original file line number Diff line number Diff line change 1- __version__ = '3 .0.1 '
1+ __version__ = '4 .0.0 '
22
33default_app_config = 'react.apps.ReactConfig'
You can’t perform that action at this time.
0 commit comments