Add History.md entry for {{> React}} restriction

This commit is contained in:
Avital Oliver
2015-06-15 21:25:50 -07:00
parent b4ee8b8f74
commit 800ec27264

View File

@@ -2,6 +2,12 @@
### Blaze ### Blaze
* Preparatory work for the yet-unreleased `react-template-helper`
package -- don't let templates use {{> React}} with siblings since
`React.render` assumes it's being rendered into an empty container
element. (This lets us throw the error when compiling templates
rather than when the app runs.)
* Improve parsing of `<script>` and `<style>` tags. #3797 * Improve parsing of `<script>` and `<style>` tags. #3797
* Fix a bug in `observe-sequence`. The bug was causing unnecessary rerenderings * Fix a bug in `observe-sequence`. The bug was causing unnecessary rerenderings