Jan Miksovsky’s BlogArchive2012 AboutContact

QuickUI 0.8.8 released

A small breaking change in this release:

<Control name=”MyControl”>

Now:

<Control className=”MyControl”>

This change allows some consistency with the run-time function className(), and also reduces the chances for confusion if a Control class itself wants to define a “name” property. This is a breaking change, so markup users will need to download/build the latest qb tool, and force a rebuild of their project.