Releases: donejs/done-component
Releases · donejs/done-component
component files include filename
Exports the Component as the default export
This allows you to do:
import Home from "~/home.component";
new Home()
Improved 404 error messaging
This is a minor release, adding improved error messaging in cases of 404s.
Pull Requests
2.0.0
v1.0.1
Fixed a warning from can-component about assigning a DefineMap to the viewModel property. #73
Diff: v1.0.0...v1.0.1