Skip to content

v0.10.29

Compare
Choose a tag to compare
@ericyhwang ericyhwang released this 24 Jun 20:56
· 486 commits to master since this release

Bugfixes

  • #583 - Fix a Component#destroy error when no components on the page use bindings. (@ericyhwang)
    • The fixed issue should have only affected very small test cases, since most real Derby apps will have at least one {{...}} binding.

test-util updates

  • #583 - ComponentHarness now tracks the pages it creates, and the DomTestRunner then uses that to destroy the created pages in an afterEach. (@ericyhwang)