ractive v0.10.2 Release Notes

  • 2018-04-24

    • 🐛 Bug fixes

      • Calling raise on an element context that has no matching event no longer throws (#3226)
      • @keypath models are now kept fully up to date during a shuffle (#3228)
    • Other changes

      • There is now an unrendering lifecycle event that fires before the instance unrenders, allowing access to methods that require the DOM to still be rendered, like find.