Add to Changelog

This commit is contained in:
Dan Holmsand 2014-11-06 19:33:06 +01:00
parent 3f696a3922
commit d74ae49c70
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
# Changelog
## Upcoming
- React updated to 0.12.0. Reagent now creates all React components using `React.createElement`.
- `render-component` is now render, and `render-component-to-string` is `render-to-string`, in order to match React 0.12.0 (but the old names still work).
- Add `render-to-static-markup`. This works exactly like `render-to-string`, except that it doesn't produce `data-react-id` etc.
## 0.4.3
- React updated to 0.11.2