can-3-4-compat

v1.0.1
[![Build Status](https://travis-ci.org//can-3-4-compat.svg?branch=master)](https://travis-ci.org//can-3-4-compat)
donejs-plugin

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

npm i can-3-4-compat

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 6/27/2019

Downloads