Skip to content

Releases: donejs/done-component

component files include filename

19 Nov 23:28
Compare
Choose a tag to compare

Exports the Component as the default export

12 Oct 12:36
Compare
Choose a tag to compare

This allows you to do:

import Home from "~/home.component";

new Home()

Improved 404 error messaging

01 Mar 15:04
Compare
Choose a tag to compare

This is a minor release, adding improved error messaging in cases of 404s.

screen shot 2018-03-01 at 9 45 50 am

Pull Requests

2.0.0

22 Feb 14:33
Compare
Choose a tag to compare

This is the 2.0 release for done-component, making it work with DoneJS 2.0, upgrading all CanJS dependencies to their 4.0 equivalents.

v1.0.1

02 Jan 16:58
Compare
Choose a tag to compare

Fixed a warning from can-component about assigning a DefineMap to the viewModel property. #73

Diff: v1.0.0...v1.0.1