This is a minor release, with a little but important functionality. Download it on GitHub!
What changed
ExtDiamond is shipped with some built-in widgets. Right now we have only GridPanel and Form.Field, but we hope to have something more in the future.
By the way, you application may use non-standard widgets (meaning: not provided with ExtJS) that you developed by yourself or bought from someone.
In these cases, you may need to define your own widget reference classes, especially if your component is complicated.
This release allows you to register a path where ExtDiamond will search your own widget classes, that will be loaded when you call handleAs() on your references.
Now that all the original functionalities are completed, I will concentrate my time on new features.
Finally, I want to notify you that ExtDiamond API is available.