Closed mitar closed 9 years ago
Tests are failing because of #51.
Hm, how do we rerun tests?
You need to rebase from the master as I got your PR related to tests. On Sun, Oct 18, 2015 at 7:32 AM Mitar notifications@github.com wrote:
Hm, how do we rerun tests?
— Reply to this email directly or view it on GitHub https://github.com/kadirahq/blaze-layout/pull/50#issuecomment-148966750.
Done.
Comment added, tests pass.
Okay. Great.
Great! Thanks! When are you planing to release a new version?
Published: v2.2.0
:)
Thanks!
Implemented in https://github.com/meteor/meteor/pull/4036, the new
Blaze._getTemplate
provides a method to get a template, instead of manually accessingTemplate
. This makes Blaze Layout support Blaze Components out of the box.