derby v0.3.11 Release Notes

    • Emit 'render', 'render:{ns}', 'replace', and 'replace:{ns}' events on an app when the page is rendered client-side
    • Call x-bind functions with this set to the app or component object
    • ๐Ÿ‘Œ Support prototype-like definition of component methods for more efficient creation of component instances
    • More careful delaying of component creation method calls instead of using setTimeout
    • ๐Ÿ›  Fix bug in lookup of templates from an inherited namespace
    • ๐Ÿ›  Fix bug when binding to a view helper function inside of an each and later updating array indicies
    • ๐Ÿ›  Fix bugs in component path binding lookup