v0.10.29
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.
- The fixed issue should have only affected very small test cases, since most real Derby apps will have at least one
test-util updates
- #583 -
ComponentHarness
now tracks the pages it creates, and theDomTestRunner
then uses that to destroy the created pages in anafterEach
. (@ericyhwang)