kadirahq / blaze-layout

Layout Manager for Blaze (works well with Meteor FlowRouter)
MIT License
198 stars 62 forks source link

Use the new Blaze._getTemplate API #50

Closed mitar closed 9 years ago

mitar commented 9 years ago

Implemented in https://github.com/meteor/meteor/pull/4036, the new Blaze._getTemplate provides a method to get a template, instead of manually accessing Template. This makes Blaze Layout support Blaze Components out of the box.

mitar commented 9 years ago

Tests are failing because of #51.

mitar commented 9 years ago

Hm, how do we rerun tests?

arunoda commented 9 years ago

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.

mitar commented 9 years ago

Done.

mitar commented 9 years ago

Comment added, tests pass.

arunoda commented 9 years ago

Okay. Great.

mitar commented 9 years ago

Great! Thanks! When are you planing to release a new version?

arunoda commented 9 years ago

Published: v2.2.0 :)

mitar commented 9 years ago

Thanks!