mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add History.md entry for {{> React}} restriction
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user