- fix forwarded events from child components not being re-bound on reload #10
- fix handling of computed props that depend on other computed props #8
- fix computed props are not re-computed on reload #6
- fix bound properties are not handled properly sveltejs/svelte-loader#46
- fix forwarding of custom properties from proxied component
- fix bug with component destruction
- add support for
preload
static method used by sapper
- fix forwarding of custom methods from proxied component
- bugfixes
- add automated tests and liniting