Skip to content

Commit

Permalink
more History.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed Jul 18, 2014
1 parent 2c76a9e commit 7ba1d23
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions History.md
Expand Up @@ -8,14 +8,16 @@
* Refactor Blaze to simplify internals while preserving the public
API. `UI.Component` has been replaced with `Blaze.View.`

* Fix performance issues and memory leaks concerning event handlers.

* Add `UI.remove` to complement `UI.render`.

* Create `<a>` tags as SVG elements when they have `xlink:href`
attributes. (Previously, `<a>` tags inside SVGs were never created as
SVG elements.) #2178

* Throw an error in `{{foo bar}}` if `foo` is missing or not a function.

* Check that arguments to `UI.insert` have the right types.

* XXX 3c6c8e5


Expand Down Expand Up @@ -57,9 +59,6 @@
* On the server, `Meteor.startup(c)` now calls `c` immediately if the
server has already started up, matching the client behavior. #2239

* Fix `Meteor._inherits` to copy static properties of the parent
function to the child function.

* Make the `tinytest/run` method return immediately, so that `wait`
method calls from client tests don't block on server tests completing.

Expand Down

0 comments on commit 7ba1d23

Please sign in to comment.