Skip to content

Bug fixes and workflow enhancements

Compare
Choose a tag to compare
@gmac gmac released this 07 Sep 16:57
· 69 commits to master since this release
  • Fixed issue with computed view setter rejecting falsey values (thanks @jpurcell001 & @bbn).
  • Fixed issue with differentiating "sort" and "reset" collection binding events (thanks @nfm).
  • Fixed issue with computed models triggering anonymous events (thanks @markerikson & @nfm).
  • Fixed issue with computed model change event firing order.
  • Added custom :el psuedo-selector for binding to view container element (thanks @markerikson).
  • Added emptyCache method to the Epoxy.bindings API for management of internals.
  • Revised documentation on new features.