File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ### 2.0.0 (22/9/2015)
5+
6+ - ** Breaking change** The base renderer's __ init__ no longer accepts the RENDER_URL setting as an argument.
7+ The url is now resolved during calls, rather than initialisation.
8+ - When used in companion with Django, settings will now be dynamically fetched rather than bound on
9+ initialisation. This enables a codebase to be more easily controlled from a test suite
10+ - Updated docs regarding front-end integration
11+
12+
413### 1.0.0 (13/7/2015)
514
615- Removed the webpack integration. While it can be initially convenient, it tends to introduce more problems than
Original file line number Diff line number Diff line change 1- __version__ = '1 .0.0'
1+ __version__ = '2 .0.0'
22
33default_app_config = 'react.apps.ReactConfig'
You can’t perform that action at this time.
0 commit comments