Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 1.2 KB

Change Log

v2.3.0

  • Use Blaze's DOMBackend API. See: #38
  • Display an error when there is no template. See: #48

v2.2.0

  • Add support for rootNode is defined via a template. Gives better support for BlazeComponents. See: #50
  • Add tracker to the package list

v2.1.0

  • Explicitly depend on jQuery

v2.0.1

  • Rename the namespace as BlazeLayout
  • Move package into kadira:blaze-layout

v1.4.2

  • Fix #32 - Where flow layout does not clean removed regions

v1.4.1

  • Fix a load order issue where FlowLayout starts to render before the ROOT node inserted to DOM. See issue #25

v1.4.0

  • Fix an issue when invoked changing layouts before the previous layout didn't get rendered yet. See the issue.