QuickUI 0.8.8 released

A small breaking change in this release:

  • The “name” attribute on top-level <Control> tags has been changed to “className”. Before:

<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.

Advertisement