Skip to content

Releases: donejs/done-component

component files include filename

Choose a tag to compare

@phillipskevin phillipskevin released this 19 Nov 23:28

Exports the Component as the default export

Choose a tag to compare

@matthewp matthewp released this 12 Oct 12:36

This allows you to do:

import Home from "~/home.component";

new Home()

Improved 404 error messaging

Choose a tag to compare

@matthewp matthewp released this 01 Mar 15:04

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

Choose a tag to compare

@matthewp matthewp released this 22 Feb 14:33

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

Choose a tag to compare

@chasenlehara chasenlehara released this 02 Jan 16:58

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

Diff: v1.0.0...v1.0.1