Skip to content

0.1.1

Choose a tag to compare

@ElliotNB ElliotNB released this 31 Oct 22:45
· 8 commits to master since this release

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 addTemplate to support dynamically adding component templates at runtime.
  • Add method getTemplateComponents to 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 tagName from component config.
  • Add support for registering child components identified by CSS selectors.