Skip to content

Commit 7f18452

Browse files
committed
Changelog
1 parent 538a397 commit 7f18452

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ Changelog
55

66
- **Possibly breaking change** render_component now accepts a `request_headers` keyword argument.
77
There are some edge-cases where this may break down-stream code. If you are overriding
8-
part of the render pipeline, you may need to ensure that you are using `**kwargs` to read and/or pass wildcard arguments. ([Ben Ilegbodu](https://github.com/benmvp)) https://github.com/markfinger/python-react/pull/64
8+
part of the render pipeline, you may need to ensure that you are using `**kwargs` to read and/or pass wildcard arguments.
9+
([Ben Ilegbodu](https://github.com/benmvp))
10+
https://github.com/markfinger/python-react/pull/64
11+
- [Documentation] Fix outdated link to server.js
12+
([Jonathan Cox](https://github.com/geezhawk))
13+
https://github.com/markfinger/python-react/pull/60
14+
- [Examples] missing babel-preset-es2015 in package.json in Tornado-example
15+
([付雨帆](https://github.com/letfly))
16+
https://github.com/markfinger/python-react/pull/59
17+
- [Examples] Added missing dependency on babel-preset-es2015
18+
([Rune Juhl Jacobsen](https://github.com/runejuhl))
19+
https://github.com/markfinger/python-react/pull/56
920

1021
### 2.0.0 (22/9/2015)
1122

@@ -19,10 +30,10 @@ Changelog
1930
### 1.0.0 (13/7/2015)
2031

2132
- Removed the webpack integration. While it can be initially convenient, it tends to introduce more problems than
22-
it solves. The repo contains an example illustrating how to implement self-mounting components which provide
33+
it solves. The repo contains an example illustrating how to implement self-mounting components which provide
2334
similar functionality to the former webpack integration.
2435
- Replaced the js-host dependency with an externally-managed render server.
25-
- Added a `renderer` hook on `render_component`. Enabling you to override the default which assumes
36+
- Added a `renderer` hook on `render_component`. Enabling you to override the default which assumes
2637
[render-react](https://github.com/markfinger/react-render)
2738

2839

@@ -34,9 +45,9 @@ Changelog
3445
### 0.8.0 (26/1/2015)
3546

3647
- Boosting render performance by using a dedicated render server.
37-
- Added a new setting, DJANGO_REACT['RENDERER'], which is a string denoting an import path to a
48+
- Added a new setting, DJANGO_REACT['RENDERER'], which is a string denoting an import path to a
3849
callable object which returns a on object with a `render` method. By default it points to the new
39-
render server, 'django_react.render_server.ReactRenderServer'. The legacy renderer is useable by
50+
render server, 'django_react.render_server.ReactRenderServer'. The legacy renderer is useable by
4051
setting DJANGO_REACT['RENDERER'] = 'django_react.renderer.ReactRenderer'.
4152

4253
### 0.7.0 (2/1/2015)

0 commit comments

Comments
 (0)