Skip to content

Tags: cmather/blaze-layout

Tags

v0.2.5

Toggle v0.2.5's commit message
Add test for setting undefined layout.

v0.2.4

Toggle v0.2.4's commit message
Bump version to 0.2.4.

v0.2.3

Toggle v0.2.3's commit message
Remove extraneous helper.

v0.2.2

Toggle v0.2.2's commit message
Apply healthy dose of duck tape.

- cc @tmeasday: Can you test this out in your app and see if things start
  breaking? Tests are passing, and things seem okay in a simple demo app. I
  wasn't able to test in EM because of other updates I need to make to work with
  the latest 0.8.0-rc3.

- Special thanks to @avital from Core for helping with this issue!

- Hopefully fixes [Issue 553](iron-meteor/iron-router#533)

v0.2.1

Toggle v0.2.1's commit message
Bump version.

v0.2.0

Toggle v0.2.0's commit message
Clean up data issues...

- In lookupTemplate don't call the data function before calling the helper
  method. This sets up an unnecessary dep.
- Be safe by calling get() in nonreactive block
- API cleanup

v0.1.0

Toggle v0.1.0's commit message
Embox the data value...

- So we can reuse the cached value of the data across multiple lookups.

v0.0.1

Toggle v0.0.1's commit message
Fix merge issues