Skip to content

Release 0.3.12

Compare
Choose a tag to compare
@ManuelOverdijk ManuelOverdijk released this 17 May 08:53
· 69 commits to develop since this release
  • The element allocation now works for arbitrarily deep nest-levels of the DOM.
  • We are now saving the nodes in cache even if the contents of one level in the hierarchy is entirely unused. In that way, the nodes are ready to be re-used fast. This fixes some bugs in corner cases of the previous allocation algorithm.
  • EventHandler.once can now properly return a promise
  • Removed a spread operator for better browser support