0.1.1
This release contains a breaking change to registerChild. All components built with Nimbly 0.1.0 or older and use child components will need to patch their usage of registerChild.
- Add method
addTemplateto support dynamically adding component templates at runtime. - Add method
getTemplateComponentsto fetch an array containing all child components and their attributes defined in a template. - Require child component registration to specify tag name (see README for details).
- Drop
tagNamefrom component config. - Add support for registering child components identified by CSS selectors.