- Add support for rootNode is defined via a template. Gives better support for BlazeComponents. See: #50
- Add tracker to the package list
- Explicitly depend on jQuery
- Set a default value for regions if it's empty. Solves FlowRouter/#283
kadira:[email protected]
- Rename the namespace as BlazeLayout
- Move package into
kadira:blaze-layout
- Fix #32 - Where flow layout does not clean removed regions
- Fix a load order issue where FlowLayout starts to render before the ROOT node inserted to DOM. See issue #25
- Fix an issue when invoked changing layouts before the previous layout didn't get rendered yet. See the issue.