meteor v0.3.7 Release Notes

Release Date: 2012-06-06 // almost 12 years ago
    • ๐Ÿ‘ Better parsing of .html template files

      • Allow HTML comments (<!-- -->) at top level
      • Allow whitespace anywhere in open/close tag
      • Provide names and line numbers on error
      • More helpful error messages
    • Form control improvements

      • Fix reactive radio buttons in Internet Explorer.
      • Fix reactive textareas to update consistently across browsers, matching text field behavior.
    • ๐Ÿ“ฆ http package bug fixes:

      • Send correct Content-Type when POSTing params from the server. #172
      • Correctly detect JSON response Content-Type when a charset is present.
    • ๐Ÿ‘Œ Support Handlebars.SafeString. #160

    • ๐Ÿ›  Fix intermittent "Cursor is closed" mongo error.

    • ๐Ÿ›  Fix "Cannot read property 'nextSibling' of null" error in certain nested templates. #142

    • โž• Add heartbeat timer on the client to notice when the server silently goes away.