ractive v0.10.11 Release Notes

  • 2018-10-30

    • 🐛 Bug fixes

      • Rendering a view with sub-components into an anchor will no longer cause the child components to freeze (#3271)
      • Event directives in view attached to anchors will no longer register duplicate listeners (#3271)
      • Static attributes are no longer set before the Ractive proxy is installed on an element for custom element pruproses (#3272)
      • Explicitly null data in a non-isolated instance will no longer cause an exception when the instance is attached to a parent (#3276)
      • Instance plugins are now installed before the fragment is created so that they can contribute to registries in time to have them resolve in the fragment
      • Special references that happen to contain node or event in their path after the actual special reference will no longer throw a parse error.
      • Decorators with context references in their arguments will resolve the correct context rather than the context of the parent element.
    • Other changes

      • Element events no longer check to see if the event is defined on the element before attaching a listener. This makes it possible to listen to custom element events without having to create a custom event handler.