Skip to content

Commit c811ca6

Browse files
committed
4.0.0
1 parent b1e09d3 commit c811ca6

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
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.

react/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.0.1'
1+
__version__ = '4.0.0'
22

33
default_app_config = 'react.apps.ReactConfig'

0 commit comments

Comments
 (0)