We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce252c4 commit 4b617b8Copy full SHA for 4b617b8
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+### 1.0.0 (13/7/2015)
5
+
6
+- Removed the webpack integration. While it can be initially convenient, it tends to introduce more problems than
7
+ it solves. The repo contains an example illustrating how to implement self-mounting components which provide
8
+ similar functionality to the former webpack integration.
9
+- Replaced the js-host dependency with an externally-managed render server.
10
+- Added a `renderer` hook on `render_component`. Enabling you to override the default which assumes
11
+ [render-react](https://github.com/markfinger/react-render)
12
13
14
### 0.13.1 (16/5/2015)
15
0 commit comments