1.0.1 • Published 5 years ago

can-3-4-compat v1.0.1

Weekly downloads
57
License
MIT
Repository
github
Last release
5 years ago

can-3-4-compat

Build Status

Utilities for easing the upgrade from CanJS 3 to CanJS 4.

Modules

can-3-4-compat/dom-mutation-events

This module enables the legacy mutation events inserted and removed in places such as can-components.

import "can-3-4-compat/dom-mutation-events";
import Component from "can-component";

Component.extend({
	tag: "some-component",

	events: {
		inserted: function(){
			// This will fire!
		}
	}
})

license

MIT

1.0.1

5 years ago

1.0.0

6 years ago