Files
meteor/packages
David Greenspan 452ae36c68 Change how Blaze.render,toHTML infer parentView
If you call UI.renderWithData, say, from an event handler, you may be unpleasantly surprised if it gets Blaze.currentView as its parentView (where Blaze.currentView is based on the template where the event handler is defined).  On the other hand, showdown/template-integration.js takes advantage of the fact that Blaze.toHTML in render() is infers the parentView from Blaze.currentView.  So only infer currentView as parent while in the view’s render().

This change should only affect apps and packages that use Blaze.render, Blaze.toHTML, UI.render, or UI.renderWithData.
2014-07-28 16:28:16 -07:00
..
2014-05-08 12:12:45 -07:00
2014-02-03 10:36:33 -08:00
OCD
2013-10-08 20:03:02 -07:00
2014-06-23 20:03:44 -07:00
2013-12-04 12:46:47 -08:00
2014-04-30 23:32:24 -07:00
2014-07-16 14:04:12 -07:00
2014-06-30 20:28:02 -07:00
2014-02-25 00:45:22 -08:00
2014-02-18 15:47:42 -08:00
2014-07-25 08:20:33 -07:00
2014-06-09 20:42:48 -07:00
2014-07-07 16:23:14 -07:00